html,
body {
  min-height: 100%;
  width: 100%;
}
.container {
  max-width: 1300px;
  margin: 0px auto;
  position: relative;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD3gfD-w.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459Wdhzg.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3gfD-w.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gfD-w.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gfD-w.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_c5H3gfD-w.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local('Montserrat Black'), local('Montserrat-Black'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_epG3gfD-w.ttf) format('truetype');
}
body {
  font-family: 'Montserrat';
  font-size: 20px;
  font-weight: 400;
  color: #464646;
  line-height: 140%;
  background: #fff;
}
@media (max-width : 539px), (max-width : 779px) and (min-width : 540px)  {
  body {
    font-size: 18px;
    line-height: 130%;
  }
}
/* headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat';
  line-height: 120%;
  font-weight: 600;
  color: #b78850;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
/* content */
.content img,
.widget img {
  max-width: 100%;
  height: auto !important;
  margin: 0 0 10px 0;
}
.content h1,
.widget h1,
.content h2,
.widget h2,
.content h3,
.widget h3,
.content h4,
.widget h4,
.content h5,
.widget h5,
.content h6,
.widget h6 {
  margin: 0 0 10px 0;
}
.content p,
.widget p {
  padding: 0 0 20px 0;
}
.content table,
.widget table {
  width: 100%;
}
.content ul,
.widget ul {
  margin: -10px 0 20px 20px;
  list-style-type: disc;
}
.content ul li,
.widget ul li {
  margin: 0 0 5px 0;
}
.content ol,
.widget ol {
  margin: 10px 0 10px 20px;
  list-style-type: decimal;
}
.content ol li,
.widget ol li {
  margin: 0 0 5px 0;
}
.content table,
.widget table {
  width: 100%;
  margin: 10px auto;
}
.content table thead,
.widget table thead,
.content table th,
.widget table th,
.content table th td,
.widget table th td,
.content table thead td,
.widget table thead td {
  background: #b78850;
  color: #fff !important;
  border: 1px dashed #b78850;
  padding: 5px;
  font-weight: 700;
}
.content table td,
.widget table td {
  padding: 5px;
  border: 1px dashed #b78850;
}
.content table td p,
.widget table td p {
  padding: 0 !important;
}
.content table tr:nth-child(even),
.widget table tr:nth-child(even) {
  opacity: 1;
}
.content table tr:nth-child(odd),
.widget table tr:nth-child(odd) {
  opacity: 1;
}
.content hr,
.widget hr {
  width: 100%;
  height: 2px;
  background: #b78850;
  margin: 0 0 20px 0;
}
/* links */
a {
  color: #b78850;
  text-decoration: none;
}
a:hover,
a:visited:hover {
  color: #42382b;
  text-decoration: none;
}
a:visited {
  color: #b78850;
  text-decoration: none;
}
/* inputs / textareas / buttons */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="date"],
input[type="email"] {
  font-family: 'Montserrat';
  font-size: 18px;
  color: #000;
  font-weight: 400;
  height: 34px;
  line-height: 34px;
  width: 96%;
  margin: 0 0 15px 0;
  padding: 0 2%;
  background: #ffffff;
  border: 1px solid #cacaca;
  border-radius: 0px;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-align: left;
}
select:hover,
textarea:hover,
input[type="text"]:hover,
input[type="password"]:hover,
input[type="number"]:hover,
input[type="tel"]:hover,
input[type="date"]:hover,
input[type="email"]:hover {
  border: 1px solid #b78850;
}
textarea:focus,
input:focus {
  outline: none;
  border: 1px solid #b78850;
}
textarea {
  height: 170px;
}
input[type='submit'],
button,
.button {
  font-family: 'Montserrat';
  font-size: 20px;
  color: #b78850 !important;
  font-weight: 600;
  padding: 13px 25px;
  line-height: 20px;
  background: rgba(255, 255, 255, 0);
  border: 2px solid #b78850;
  border-radius: 0px;
  display: inline-block;
  width: auto;
  margin: 0px auto;
  text-align: center;
  cursor: pointer;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
input[type='submit'] img,
button img,
.button img {
  display: inline-block;
  margin: 0 5px 0 0;
}
.button:hover,
button:hover,
a.button:hover,
a.button:visited:hover,
input[type='submit']:hover {
  color: #42382b !important;
  border: 2px solid #42382b !important;
  text-decoration: none;
}
a.button,
a.button:visited {
  display: inline-block;
  color: #b78850 !important;
}
input[type="email"]:hover,
input[type="email"]:active,
input[type="email"]:focus,
input[type="number"]:hover,
input[type="number"]:active,
input[type="number"]:focus,
input[type="password"]:hover,
input[type="password"]:active,
input[type="password"]:focus,
input[type="text"]:hover,
input[type="text"]:active,
input[type="text"]:focus,
select:hover,
select:active,
select:focus,
textarea:hover,
textarea:active,
textarea:focus {
  opacity: 1;
}
/* 
#############################################################
#############################################################
#############################################################
#############################################################
#############################################################
#############################################################
*/
.color-main {
  color: #b78850;
}
.color-white,
.color-white * {
  color: #fff !important;
}
.color-second {
  color: #42382b;
}
.bg-white {
  background: #fff;
}
.bg-gray {
  background: #4d4d4d;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.aligncenter {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
}
.alignleft {
  display: block;
  float: left;
  margin-right: 10px;
}
.alignright {
  display: block;
  float: right;
  margin-left: 10px;
}
.hide {
  display: none !important;
}
::-moz-selection {
  background-color: #b78850;
  color: #fff;
}
::selection {
  background-color: #b78850;
  color: #fff;
}
::-webkit-input-placeholder {
  color: #aaaaaa;
}
:-moz-placeholder {
  color: #aaaaaa;
}
::-moz-placeholder {
  color: #aaaaaa;
}
:-ms-input-placeholder {
  color: #aaaaaa;
}
a,
abbr,
acronym,
address,
applet,
section,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
main,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
}
section,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
b,
strong {
  font-weight: bold;
}
img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
li {
  display: list-item;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
sub,
sup,
small {
  font-size: 75%;
}
sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
svg {
  overflow: hidden;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
.clear {
  display: block;
  clear: both;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.gmnoprint img {
  max-width: none;
}
.no-format {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
  height: auto !important;
  width: auto !important;
  line-height: inherit !important;
}
.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
section .row:after,
footer .row:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
section .row > .item,
footer .row > .item {
  padding: 0 0 40px 0;
}
section .row > .item img,
footer .row > .item img {
  max-width: 100%;
}
section .row-2-cols > .item,
footer .row-2-cols > .item {
  float: left;
  width: 48%;
}
section .row-2-cols > .item:nth-child(2n+2),
footer .row-2-cols > .item:nth-child(2n+2) {
  float: right;
}
section .row-2-cols > .item:nth-child(2n+1),
footer .row-2-cols > .item:nth-child(2n+1) {
  clear: both;
}
section .row-3-cols > .item,
footer .row-3-cols > .item {
  float: left;
  width: 30.66%;
}
section .row-3-cols > .item:nth-child(3n+2),
footer .row-3-cols > .item:nth-child(3n+2) {
  margin: 0 4%;
}
section .row-3-cols > .item:nth-child(3n+1),
footer .row-3-cols > .item:nth-child(3n+1) {
  clear: both;
}
section .row-4-cols > .item,
footer .row-4-cols > .item {
  float: left;
  width: 23%;
  margin: 0 1%;
}
section .row-4-cols > .item:nth-child(4n+1),
footer .row-4-cols > .item:nth-child(4n+1) {
  clear: both;
}
@media (min-width: 780px) and (max-width: 999px) {
  section .row-4-cols > .item,
  footer .row-4-cols > .item {
    width: 48% !important;
  }
  section .row-4-cols > .item:nth-child(2n+1),
  footer .row-4-cols > .item:nth-child(2n+1) {
    clear: both;
  }
}
@media (max-width: 779px) and (min-width: 540px) {
  section .row-4-cols > .item,
  footer .row-4-cols > .item {
    width: 48% !important;
  }
  section .row-4-cols > .item:nth-child(2n+1),
  footer .row-4-cols > .item:nth-child(2n+1) {
    clear: both;
  }
}
@media (max-width: 539px) {
  section .row-2-cols > .item,
  footer .row-2-cols > .item {
    float: none !important;
    width: 100% !important;
  }
  section .row-3-cols > .item,
  footer .row-3-cols > .item {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
  }
  section .row-4-cols > .item,
  footer .row-4-cols > .item {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
  }
}
@media (min-width: 1000px) and (max-width: 1299px) {
  .container {
    padding: 0 15px;
  }
}
@media (min-width: 780px) and (max-width: 999px) {
  .hide-780 {
    display: none !important;
  }
  .clear-790 {
    clear: both;
  }
  .container {
    padding: 0 15px;
  }
}
@media (max-width: 779px) and (min-width: 540px) {
  .hide-540 {
    display: none !important;
  }
  .clear-540 {
    clear: both;
  }
  .container {
    padding: 0 15px;
  }
}
@media (max-width: 539px) {
  .clear-0 {
    clear: both !important;
  }
  .hide-0 {
    display: none !important;
  }
  .container {
    padding: 0 15px;
  }
}
.logo {
  padding: 30px 0;
  text-align: center;
  background: #42382b;
  color: #fff;
  font-weight: 700;
}
.page {
  padding: 30px 0;
}
/* 
#############################################################
#############################################################
#############################################################
#############################################################
#############################################################
#############################################################
*/
