body {
  font-size: 14.2px;
}

button, input, optgroup, select, textarea, label {
  font-family: Arial;
}

.ftr-frame {
  line-height: 1.2;
}

.theme-text-color h2,
.theme-text-color p {
  color: #8c4820;
  line-height: 1.6;
}

.theme-text-color h2 {
  font-family: Raleway,sans-serif;
}

.allign-center {
  text-align: center !important;
}

#formContainer .textareaFieldset>.inputContainer, 
#formContainer>#emailTranscriptForm input, 
#formContainer .inputContainer input:not(#i_acknowledge), 
#formContainer .inputContainer select
{
  box-shadow: none;
  height: 100%;
  border-style: solid;
  border: 2px solid #d9a441;
  box-sizing: border-box;
  display: inline-block;
  padding-left: 11px;
  width: 100%;
  color: #8c4820;
  font-weight: 700;
  border-radius: 0;
  width: 100%;
}

#formContainer .inputContainer {
  border: 0;
  padding: 0;
  border-radius: 5px;
  margin: 0 0 11px 0;
}

.inputContainer input {
    padding: 11px 0;
}

.input-error {
    border-color: #092845 !important;
}

.vertically-centered {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.m-top-30 {
  margin-top: 30px;
}

.hide-this {
  display: none;
}

.terms_privacy {
  color: #8c4820;
}

.terms_privacy:hover {
  text-decoration: underline;
}

.imagecontour {
 padding: 10px; 
 border: solid 1px #EFEFEF;
 background-color: #FFFFFF;
 }

.fa-check {
  font-size: 150px;
  color: green;
}

.fa-times {
  font-size: 150px;
  color: red;
}
 
.effect2
{
  position: relative;
}
.effect2:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  transform: rotate(-3deg);
}
.effect2:after
{
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.sub-list {
  display: none;
}

label {
    font-weight: 300;
    font-size: 13px;
    color: #8c4820;
}

@media (min-width: 1200px) {
	.container {
		width: 1000px;
	}
}

.c-bg-gh {
	background-color: #96794B;
	color: white;
}

footer {
	background-color: #F2F2F2;
    background-image: url(../img/layout/footer/bg.png);
    background-position: -330px -40px;
    background-repeat: no-repeat;
    padding: 30px 0 20px 0;
	font-family: open_sanslight, sans-serif !important;
}

footer p {
	color: #333;
	font-size: 13px;
}

.c-postfooter .container {
	border-top: solid 1px #D6D6D6;
}

.c-postfooter .container p {
	font-size: 12px;
}

/** Open Sans **/
@font-face {
    font-family: 'open_sansbold';
    src: url('fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('fonts/opensans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanslight';
    src: url('fonts/opensans-light-webfont.woff2') format('woff2'),
         url('fonts/opensans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.container {
    padding-right: 0;
    padding-left: 0;
}

.c-align-right {
	text-align: right;
}

.secured-payment {
  max-width: 200px;
}

.overlay {
  position: absolute;
  width: 100%;
  text-align: center;
  height: 100%;
  background: #ffffff8f;
  z-index: 9999;
  display: table;
}

.overlay .loading-wrap {
  display: table-cell;
  vertical-align: middle;
}

.overlay .loading-wrap p {
  margin-top: 10px;
  font-size: 18px;
}
.overlay .loading-wrap i {
  font-size: 35px;
}

#c_code_err {
  margin: 5px 0;
}

.empty-field-error {
  margin-bottom: 0;
  color: red;
}

.l-h-x {
  line-height: 1.7;
}

.hdr-row2 .hdr-menu-holder li:last-child {
  padding-right: 10px;
}

.hdr-row2 .hdr-menu-holder a:hover, .hdr-row2 .hdr-menu-holder a {
  border-bottom: none;
  transition: none;
}

header nav ul li:hover > ul {
  margin-top: 4px;
}

.hdr-row2 .hdr-menu-holder li {
  padding: 5px 9px;
}

.ftr-frame a:hover {
  color: white;
}


/* Custom Header */
header {
  background-color: #FFFFFF;
  box-shadow: 0 0 3px #CCCCCC;
}
header h1 {
  margin: 0;
}
header .logo { float: left; padding: 2px 0; }
header .logo .logo-img { width: 193px; }
header .logo span {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(0px 0px 99.9% 99.9%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
}
header nav .responsive-btn {
  background: #FFFFFF;
  border: solid 1px #CCCCCC;
  border-radius: 5px;
  cursor: pointer;
  display: none;
  font-size: 17px;
  line-height: 0;
  padding: 8px 0;
  position: absolute;
  right: 18px;
  top: 18px;
  width: 40px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
header nav > ul { 
  float: left;
  font-family: 'open_sansregular', sans-serif;
  list-style-type: none;
  margin-bottom: 0;
  padding: 0;
}
header nav ul li { display: inline-block; position: relative; }
header nav ul li a {
  color: #333333;
  display: block;
  font-size: 11px;
  position: relative;
  text-decoration: none;
}
header nav ul li a:hover {
  border-bottom: 1px solid #092845 !important;
}
header nav ul li:hover a,
header nav ul li.active a { color: #FFFFFF; }
header nav ul li .submenu {
  background: #96794B;
  display: none;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2;
}
header nav ul li:hover > .submenu { display: block; }
header nav ul li.open .submenu { display: block; }
header nav ul li .submenu ul li a {
  color: #FFFFFF;
  padding: 20px;
  position: relative;
}
header nav ul li .submenu ul li a:hover { text-decoration: underline; }
header nav ul li .submenu ul li.interment a:after {
  background: #FFFFFF;
  content: '';
  height: 20px;
  position: absolute;
  right: 0;
  width: 1px;
}

.wysiwyg-content strong,
.description strong { font-family: 'open_sansbold', sans-serif; }
.wysiwyg-content em,
.description em { font-style: italic; }

header nav ul li:hover > ul { display: block; }
header nav ul li ul li:hover { background: #BB9B68; }

/** Submenu lvl 1 **/
header nav ul li ul {
  background: #96794B;
  display: none;
  left: 0;
  position: absolute;
  width: 150px;
  z-index: 5;
}
header nav ul li ul.table {
  font-size: 11px;
  padding: 10px;
  width: auto;
}
header nav ul li ul.table table { background: #FFFFFF; }
header nav ul li ul.table table thead th { font-weight: bold; }
header nav ul li ul.table table thead th,
header nav ul li ul.table table tbody td {
  border: solid 1px #E6E6E6;
  padding: 10px;
}
header nav ul li ul li { display: block; }
header nav ul li ul li a {
  color: #FFFFFF;
  display: block;
}
header nav ul li ul li i {
  color: #FFFFFF;
  margin-top: -6px;
  position: absolute;
  right: 15px;
  top: 50%;
}
/** Submenu lvls **/
header nav ul li ul li ul {
  left: 150px;
  top: 0;
}
@media only screen and (max-width: 1020px) {
  header { position: relative; }
  header .container { padding: 0; }
  header .logo {
      display: block;
      text-align: center;
      width: 100%;
  }
  header nav .responsive-btn { display: block; }
  header nav ul li:hover > .submenu { display: none; }
  header nav ul li.open-submenu .submenu { display: block; }
  header nav.open .fa-navicon:before,
  header nav.open .fa-reorder:before,
  header nav.open .fa-bars:before { content: "\f00d"; }
  header nav > ul { display: none; margin-top: 20px; width: 100%; }
  header nav.open > ul { display: block; }
  header nav.open ul li .submenu {
      background: #F2F2F2;
      position: initial;
      text-align: left;
  }
  header nav.open ul li .submenu li { padding-left: 20px; }
  header nav.open ul li .submenu li:hover { background: #CCCCCC; }
  header nav.open ul li .submenu li a { color: #333333; padding: 10px;}

  header nav > ul li { display: block; }
  header nav ul li a { padding: 15px; }

  .gallery ul { text-align: center; }
}

@media only screen and (max-width: 500px) {
  .c-postfooter .container p { line-height: 25px; }
}

.term_privacy h1 {
  font-weight: bold;
  text-align: center;
}

.term_privacy h2 {
  font-weight: bold;
  font-size: 18px;
  margin-top: 40px;
}

@media only screen and (max-width: 991px) {
  .container {
    width: 80%;
  }

  .ftr-frame .ftr-bg-image {
      width: 100%;
  }

  .c-layout-header-fixed.c-layout-header-mobile-fixed .c-layout-page {
    margin-top: 10px;
  }

  .c-content-box.c-size-sm {
    padding: 30px 0;
  }

  .frm-title {
    word-break: break-word;
  }
}