@charset "utf-8";

/* CSS Document */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-size: small;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background: url(bg_rpt.jpg) repeat-x left top;
}

* html body {
  font-size: small;
}

/* Generic Text Styles Begin */
h1,
h2,
h3,
h4 {
  font-size: 100%;
  font-weight: normal;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
  font-size: 1em;
  text-align: justify;
  color: #333;
}

#content-right p {
  text-align: left;
}

ul {
  list-style: none;
}

a {
  color: #f60;
  text-decoration: none;
}

a:hover {
  color: #f60;
  text-decoration: underline;
}

/*=blocktext*/
h1,
h2,
h3,
h4,
p,
ul {
  margin: 0;
  padding: 0.4em 0;
}

.cb {
  clear: both;
}

p[align="center"] {
  text-align: center;
}

/* Generic text style ends */

/*Form Starts*/
.submit {
  background: url(button_default.gif) no-repeat top left;
  height: 25px;
  width: 133px;
  border: none;
  color: #fff;
}

.log-in-form {
  margin-left: 20px;
  margin-bottom: 10px;
  width: 300px;
}

.log-in-form fieldset {
  padding: 3px 10px 3px 10px;
}

.log-in-form legend {
  font-weight: bold;
  font-size: 9pt;
}

.log-in-form label {
  display: block;
  height: 2em;
}

.log-in-form input {
  margin-right: 20px;
  float: right;
  clear: right;
}

.log-in {
  float: right;
  padding: 5px;
  width: 300px;
  height: 80px;
}

.log-in p {
  padding: 0px;
  margin-left: 90px;
}

/*Form Ends*/

/* Default layout */
.error {
  color: #c00;
  background: #ffc;
  border: #c00 dashed 1px;
  padding-left: 10px;
  margin: 5px 5px;
}

#main-content {
  padding: 0 5px;
  min-height: 300px;
}

#main-content .error strong {
  color: #c00;
}

.contact-us-form {
  padding: 8px;
}

.formfield {
  margin-bottom: 10px;
}

.formentry {
  visibility: hidden;
}

.label {
  font-weight: bold;
  width: 80px;
  float: left;
}

#container {
  width: 1000px;
  margin: 0px auto;
}

/*==== .header{height:155px; background:url(head_rpt.gif) repeat-x left top;}*/
.header {
  /* height: 120px; */
  display: flex;
  align-items: center;
  background: url(head_rpt-new.gif) repeat left top;
  border-bottom: 15px solid gray;
}

@media (max-width: 480px) {
  .header {
    flex-direction: column;
    gap: 0.4rem;
    text-align: center;
    padding-bottom: 0.5rem;
  }
}

.header h1 {
  position: static !important;
  display: table-cell;
  width: 100%;
  padding: 0 !important;
  vertical-align: middle;
  line-height: 0.95em;
}

#logo {
  display: table-cell;
  vertical-align: middle;
}

#logo.nologo {
  padding-right: 12px;
}

.logo {
  float: none !important;
  margin: 6px !important;
  max-width: none;
}

.f-l {
  float: left;
  margin: 0px 5px;
}

.f-r {
  float: right;
}

#main-content ul,
#main-content ol {
  margin-left: 15px;
}

#main-content ul li {
  list-style: disc;
}

/* Footer Starts */
#footer {
  margin-top: 15px;
  border-top: #ccc solid 2px;
  background-color: #fff;
  position: relative;
}

#footer p {
  padding: 5px 10px;
  text-align: center;
  color: #333;
}

#footer a {
  color: #666;
  text-decoration: underline;
  /* margin: 0px 10px; */
}

#footer a:hover {
  color: #f60;
}

.contactname p {
  text-align: left;
}

.clientlogin {
  font-size: 85%;
  position: absolute;
  right: 0;
  top: 2px;
  font-style: italic;
}

/* Footer Ends */

/* Gallery Stuff */
.gallery {
  margin-top: 8px;
}

.thumb {
  width: 200px;
  margin-left: 12px;
  float: left;
  text-align: center;
  margin-bottom: 12px;
}

.address,
.open-times {
  display: inline;
  text-align: left;
  padding-right: 5px;
}

.open-times img {
  display: block;
  margin: auto;
}

img {
  max-width: 100%;
  height: auto;
}

.img-container {
  text-align: center;
}

.img-container span {
  display: block;
  font-size: 85%;
}

/*Google Map */
#map {
  border: 1px solid #444;
  margin: 15px auto;
}

#content-right p.zoom {
  font-size: 0.85em;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

/*Responsive*/

@media screen and (max-width: 480px) {
  * {
    box-sizing: border-box;
  }

  .f-r,
  .f-l,
  #container,
  .address,
  .open-times {
    float: none;
    width: 100% !important;
  }

  .submit.f-r {
    width: 100%;
    background-position: top center !important;
  }

  .f-l {
    margin: 0 !important;
  }

  .clientlogin {
    position: static;
  }

  h1 {
    font-size: 200% !important;
  }

  #main-content h2 {
    font-size: 140% !important;
  }

  .address,
  .open-times {
    display: inline-block;
  }

  .textfield {
    width: 100% !important;
    padding: 4px !important;
  }

  .label {
    display: inline-block;
    width: 100% !important;
  }
}

/** Formbuilder **/
#main-content .FormBuilder.InputfieldForm .Inputfield .InputfieldHeader {
  font-weight: 400;
}

#main-content .FormBuilder.InputfieldForm .InputfieldSubmit button {
  font-weight: normal;
}

#main-content .FormBuilder .alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
  padding: 10px;
  margin-bottom: 20px;
  margin-top: 15px;
}
