html,
section,
header,
footer,
nav,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
center,
dl,
dt,
dd,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
input,
select,
textarea {
  background: transparent;
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  outline: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}
body {
  line-height: 1;
  font-family: 'Poppins', Helvetica, sans-serif;
  color: #445364;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
p {
  margin: 0;
  padding: 0;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.cleaner {
  font-size: 1px;
  line-height: 1px;
  height: 0px;
  overflow: hidden;
  clear: both;
  display: block;
}
.hidden {
  display: none;
}
a,
input[type="submit"] {
  cursor: pointer;
  color: #c1ae5f;
}
a {
  transition: all 0.1s linear;
  color: #c1ae5f;
  text-decoration: underline;
}
a:hover {
  color: #8b7313;
  text-decoration: none;
}
textarea {
  resize: none;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after,
.cf:before {
  clear: both;
}
.cf {
  *zoom: 1;
}
::-webkit-input-placeholder {
  color: #666;
}
:-moz-placeholder {
  color: #666;
}
::-moz-placeholder {
  color: #666;
}
:-ms-input-placeholder {
  color: #666;
}
.row.dTable {
  margin-left: 0;
  margin-right: 0;
}
.dTable,
table {
  display: table;
  width: 100%;
}
.dTable.defPad .dTd-t,
table.defPad .dTd-t,
.dTable.defPad .dTd-m,
table.defPad .dTd-m,
.dTable.defPad .dTd-b,
table.defPad .dTd-b,
.dTable.defPad th,
table.defPad th,
.dTable.defPad td,
table.defPad td {
  padding: 0.625em;
}
.dTable.autoWidth,
table.autoWidth {
  width: auto;
}
.dTable .dTr,
table .dTr {
  display: table-row;
  float: none;
  margin-left: 0;
  margin-right: 0;
}
.dTable .dTd-t,
table .dTd-t,
.dTable .dTd-m,
table .dTd-m,
.dTable .dTd-b,
table .dTd-b,
.dTable td,
table td,
.dTable th,
table th {
  display: table-cell;
  float: none;
}
.dTable .dTd-t.w-1,
table .dTd-t.w-1,
.dTable .dTd-m.w-1,
table .dTd-m.w-1,
.dTable .dTd-b.w-1,
table .dTd-b.w-1,
.dTable td.w-1,
table td.w-1,
.dTable th.w-1,
table th.w-1 {
  width: 1px;
  white-space: nowrap;
}
.dTable .dTd-t,
table .dTd-t {
  vertical-align: top;
}
.dTable .dTd-m,
table .dTd-m {
  vertical-align: middle;
}
.dTable .dTd-b,
table .dTd-b {
  vertical-align: bottom;
}
.txtLeft {
  text-align: left;
}
.txtRight {
  text-align: right;
}
.txtCenter {
  text-align: center;
}
.flexible {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flexibleAuto {
  -webkit-box-flex: auto;
  -ms-flex: auto;
  flex: auto;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex.rows {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.flex.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex.cols {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.flex.vertical-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    max-width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.noMar {
  margin: 0;
}
.noPad {
  padding: 0;
}
.fullHeight {
  position: relative;
  height: 100%;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row.noMar {
  margin: 0;
}
.row.noPad {
  padding: 0;
}
.row.inline-columns {
  font-size: 0;
}
.row.inline-columns .col-xs-1,
.row.inline-columns .col-sm-1,
.row.inline-columns .col-md-1,
.row.inline-columns .col-lg-1,
.row.inline-columns .col-xs-2,
.row.inline-columns .col-sm-2,
.row.inline-columns .col-md-2,
.row.inline-columns .col-lg-2,
.row.inline-columns .col-xs-3,
.row.inline-columns .col-sm-3,
.row.inline-columns .col-md-3,
.row.inline-columns .col-lg-3,
.row.inline-columns .col-xs-4,
.row.inline-columns .col-sm-4,
.row.inline-columns .col-md-4,
.row.inline-columns .col-lg-4,
.row.inline-columns .col-xs-5,
.row.inline-columns .col-sm-5,
.row.inline-columns .col-md-5,
.row.inline-columns .col-lg-5,
.row.inline-columns .col-xs-6,
.row.inline-columns .col-sm-6,
.row.inline-columns .col-md-6,
.row.inline-columns .col-lg-6,
.row.inline-columns .col-xs-7,
.row.inline-columns .col-sm-7,
.row.inline-columns .col-md-7,
.row.inline-columns .col-lg-7,
.row.inline-columns .col-xs-8,
.row.inline-columns .col-sm-8,
.row.inline-columns .col-md-8,
.row.inline-columns .col-lg-8,
.row.inline-columns .col-xs-9,
.row.inline-columns .col-sm-9,
.row.inline-columns .col-md-9,
.row.inline-columns .col-lg-9,
.row.inline-columns .col-xs-10,
.row.inline-columns .col-sm-10,
.row.inline-columns .col-md-10,
.row.inline-columns .col-lg-10,
.row.inline-columns .col-xs-11,
.row.inline-columns .col-sm-11,
.row.inline-columns .col-md-11,
.row.inline-columns .col-lg-11,
.row.inline-columns .col-xs-12,
.row.inline-columns .col-sm-12,
.row.inline-columns .col-md-12,
.row.inline-columns .col-lg-12 {
  display: inline-block;
  float: none;
  font-size: inherit;
}
.row.centered-columns {
  text-align: center;
  font-size: 0;
}
.row.centered-columns .col-xs-1,
.row.centered-columns .col-sm-1,
.row.centered-columns .col-md-1,
.row.centered-columns .col-lg-1,
.row.centered-columns .col-xs-2,
.row.centered-columns .col-sm-2,
.row.centered-columns .col-md-2,
.row.centered-columns .col-lg-2,
.row.centered-columns .col-xs-3,
.row.centered-columns .col-sm-3,
.row.centered-columns .col-md-3,
.row.centered-columns .col-lg-3,
.row.centered-columns .col-xs-4,
.row.centered-columns .col-sm-4,
.row.centered-columns .col-md-4,
.row.centered-columns .col-lg-4,
.row.centered-columns .col-xs-5,
.row.centered-columns .col-sm-5,
.row.centered-columns .col-md-5,
.row.centered-columns .col-lg-5,
.row.centered-columns .col-xs-6,
.row.centered-columns .col-sm-6,
.row.centered-columns .col-md-6,
.row.centered-columns .col-lg-6,
.row.centered-columns .col-xs-7,
.row.centered-columns .col-sm-7,
.row.centered-columns .col-md-7,
.row.centered-columns .col-lg-7,
.row.centered-columns .col-xs-8,
.row.centered-columns .col-sm-8,
.row.centered-columns .col-md-8,
.row.centered-columns .col-lg-8,
.row.centered-columns .col-xs-9,
.row.centered-columns .col-sm-9,
.row.centered-columns .col-md-9,
.row.centered-columns .col-lg-9,
.row.centered-columns .col-xs-10,
.row.centered-columns .col-sm-10,
.row.centered-columns .col-md-10,
.row.centered-columns .col-lg-10,
.row.centered-columns .col-xs-11,
.row.centered-columns .col-sm-11,
.row.centered-columns .col-md-11,
.row.centered-columns .col-lg-11,
.row.centered-columns .col-xs-12,
.row.centered-columns .col-sm-12,
.row.centered-columns .col-md-12,
.row.centered-columns .col-lg-12 {
  display: inline-block;
  float: none;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide,
.hidden {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.affix {
  position: fixed;
}
* {
  -webkit-text-size-adjust: 100%;
}
form input[type="submit"] {
  -webkit-appearance: none;
}
input[type="checkbox"] {
  -moz-appearance: checkbox !important;
  -webkit-appearance: checkbox !important;
}
.cookies {
  position: fixed;
  max-width: 320px;
  width: 100%;
  bottom: 15px;
  right: 15px;
  background: #313131;
  z-index: 99999999;
  padding: 0.5em;
  font-size: 0.8em;
  padding: 1em 0em;
  text-align: center;
  border-radius: 4px;
  padding: 1em;
}
.cookies * {
  color: #fff;
  line-height: normal;
}
.cookies .button {
  display: inline-block;
  background: #c1ae5f;
  border-radius: 2px;
  font-weight: 700;
  color: #313131;
  padding: 0.3em 1em !important;
  margin-top: 1em;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
}
.cookies .button:hover {
  background: #8b7313;
}
.cookies a {
  text-decoration: underline;
}
.cookies a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cookies .left {
    text-align: center;
  }
  .cookies .right {
    text-align: center;
    margin-top: 0.625empx;
  }
  .cookies .right a {
    display: block;
    width: 100%;
  }
}
.scrollTop {
  position: fixed;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  border: 2px solid #ffffff;
  background: #293656;
  transition: none;
  z-index: 99999;
}
.scrollTop svg {
  display: block;
  position: absolute;
  margin: auto;
  top: 9px;
  left: 0;
  right: 0;
  width: 10px;
  height: 10px;
  fill: #ffffff;
}
.scrollTop span {
  position: absolute;
  width: 100%;
  bottom: 8px;
  text-align: center;
  font-weight: 700;
  color: #fff;
  font-size: 10px;
}
.alert {
  width: 100%;
  padding: 2em;
  background: #2b88ff;
  color: #fff;
  font-size: 1.2em;
  border-radius: 2px;
  margin-bottom: 2em;
}
.alert.false {
  background: #f75a61;
}
.alert.true {
  background: #bef75a;
}
header {
  border-bottom: 1px solid #f6f0d9;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  box-shadow: 0 0 20px rgba(215, 85, 63, 0.1);
  background: #fff;
}
header.active {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99999;
}
.headerContent {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.headerContent.rows {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.headerContent.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.headerContent.cols {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.headerContent.vertical-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#logoWrap {
  position: relative;
}
#logoWrap .logoLink {
  display: inline-block;
  max-width: 6.2em;
}
#logoWrap .logoLink svg {
  display: block;
  width: 100%;
  height: auto;
  fill: #705d0f;
}
#logoWrap .menuOpener {
  display: none;
  position: absolute;
  width: 2.85em;
  height: 2.85em;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto;
}
#logoWrap .menuOpener svg {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#logoWrap .menuOpener.active svg {
  fill: #a89549;
}
#menuWrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: right;
  position: relative;
  z-index: 900;
  transition: all 0.1s linear;
}
#menuWrap.rows {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
#menuWrap.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#menuWrap.cols {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
#menuWrap.vertical-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#menuWrap.active {
  right: 0;
}
#menuWrap nav ul li {
  font-size: 1.25em;
  display: inline-block;
  margin: 0 0.5em;
  position: relative;
}
#menuWrap nav ul li a {
  font-family: 'Lora', Georgia;
  text-transform: uppercase;
  color: #445364;
  position: relative;
  display: block;
  text-decoration: none;
  padding: 0.5em 0;
}
#menuWrap nav ul li a:before {
  content: '';
  position: absolute;
  display: block;
  width: 0em;
  height: 2px;
  border-radius: 2px;
  left: 0;
  right: 0;
  top: -0.5em;
  margin: auto;
  transition: all 0.1s linear;
  background: #445364;
}
#menuWrap nav ul li ul {
  display: none;
  width: 300px;
  background: #445364;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  position: absolute;
  top: 100%;
  border-radius: 2px;
  right: 0;
}
#menuWrap nav ul li ul li {
  font-size: 0.875em;
  text-align: left;
  display: block;
  margin-bottom: 0.5em;
}
#menuWrap nav ul li ul li:last-child {
  margin-bottom: 0;
}
#menuWrap nav ul li ul li a {
  color: #fff;
  padding: 0.5em 1em;
}
#menuWrap nav ul li ul li a:before {
  display: none;
}
#menuWrap nav ul li ul li:hover a {
  color: #fff;
  text-decoration: underline;
}
#menuWrap nav ul li:hover a:before {
  width: 1.875em;
}
#menuWrap nav ul li:hover ul {
  display: block;
}
#menuWrap nav ul li.active a {
  color: #cdba6d;
  font-weight: 700;
}
#menuWrap nav ul li.active a:before {
  width: 1.875em;
  background: #cdba6d;
}
#content {
  padding: 3em 0;
}
h1 {
  font-size: 2.25em;
}
h2 {
  font-size: 1.875em;
}
h3 {
  font-size: 1.5em;
}
h4 {
  font-size: 1.25em;
}
h5 {
  font-size: 1.125em;
}
h6 {
  font-size: 1em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
  color: #2e353d;
  margin-bottom: 1em;
  font-family: 'Lora', Georgia;
  font-weight: 700;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #2e353d;
}
h1.main,
h2.main,
h3.main,
h4.main,
h5.main,
h6.main {
  margin-bottom: 1.5em;
  overflow: hidden;
}
h1.main span,
h2.main span,
h3.main span,
h4.main span,
h5.main span,
h6.main span {
  position: relative;
  display: inline-block;
}
h1.main span:after,
h2.main span:after,
h3.main span:after,
h4.main span:after,
h5.main span:after,
h6.main span:after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  content: '';
  height: 2px;
  width: 10rem;
  background: #2e353d;
  left: 100%;
  margin-left: 1rem;
}
h1.main.center,
h2.main.center,
h3.main.center,
h4.main.center,
h5.main.center,
h6.main.center {
  text-align: center;
}
h1.main.center span:before,
h2.main.center span:before,
h3.main.center span:before,
h4.main.center span:before,
h5.main.center span:before,
h6.main.center span:before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  content: '';
  height: 2px;
  width: 10rem;
  background: #2e353d;
  right: 100%;
  margin-right: 1rem;
}
@media (max-width: 1199px) {
  #menuWrap {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  html,
  body {
    font-size: 14px;
  }
  header {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  #menuWrap {
    text-align: center;
  }
  #menuWrap nav ul li a:before {
    top: 0;
  }
  .headerContent {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .headerContent.rows {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
  }
  .headerContent.rowsWrap {
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .headerContent.cols {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .headerContent.vertical-middle {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #logoWrap {
    text-align: center;
    margin-bottom: 0.5em;
  }
}
@media (max-width: 767px) {
  #logoWrap {
    margin-bottom: 0;
  }
  #logoWrap .logoLink svg {
    height: 50px;
    width: auto;
  }
  #logoWrap .menuOpener {
    display: block;
  }
  #menuWrap {
    position: fixed;
    right: 100%;
    top: 67px;
    width: 100%;
    overflow: auto;
    background: #fff;
    text-align: left;
    display: block;
    height: calc(100% - 67px);
    z-index: 100;
  }
  #menuWrap nav {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  #menuWrap nav ul {
    display: block;
  }
  #menuWrap nav ul li {
    display: block;
  }
  #menuWrap nav ul li a:before {
    display: none !important;
  }
  #menuWrap nav ul li:hover a {
    color: #8b7313;
  }
  #menuWrap nav ul li:hover a:before {
    display: none;
  }
  #menuWrap nav ul li:hover ul li a {
    color: #445364;
    text-decoration: none;
  }
  #menuWrap nav ul li ul {
    display: block;
    position: static;
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0.5em;
    background: none;
  }
  #menuWrap nav ul li ul li {
    margin: 0;
  }
  #menuWrap nav ul li ul li a {
    color: #445364;
    padding: 0.5em;
  }
  #menuWrap nav ul li ul li a:after {
    content: '-';
    float: left;
    margin-right: 0.2em;
  }
  #menuWrap nav ul li ul li:hover a {
    color: #8b7313;
  }
}
.cennik-table-wrap {
  overflow: hidden;
  overflow-x: auto;
}
.cennik-table {
  min-width: 640px;
  display: table !important;
}
.cennik-table tbody {
  display: table !important;
}
.cennik-table tr {
  display: table-row !important;
}
.cennik-table td,
.cennik-table th {
  display: table-cell !important;
}
.cennik-table tr:nth-child(even) {
  background: #fdf9e9;
}
.cennik-table tr:first-child td {
  font-size: 1.2em;
  font-weight: 700;
  text-align: center;
}
.cennik-table tr:first-child td:first-child {
  text-align: left;
}
.cennik-table tr:last-child td {
  font-size: 1.2em;
}
.cennik-table tr:last-child td:nth-child(2),
.cennik-table tr:last-child td:nth-child(3),
.cennik-table tr:last-child td:nth-child(4) {
  font-weight: 400;
}
.cennik-table tr:last-child td:nth-child(2) em,
.cennik-table tr:last-child td:nth-child(3) em,
.cennik-table tr:last-child td:nth-child(4) em {
  font-style: normal;
  font-size: 0.75em;
}
.cennik-table tr td {
  padding: 0.5em;
}
.cennik-table tr td:nth-child(2),
.cennik-table tr td:nth-child(3),
.cennik-table tr td:nth-child(4) {
  white-space: nowrap;
  font-weight: 700;
  text-align: center;
}
small {
  font-size: 0.875em;
  line-height: normal;
}
.wsEd {
  line-height: 1.875em;
}
@media (max-width: 991px) {
  line-height: normal;
}
.wsEd .perex {
  padding-left: 1.875em;
  position: relative;
}
.wsEd .perex:before {
  content: '';
  background: #cdba6d;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  max-height: 3.75em;
  border-radius: 2px;
}
.wsEd .preformat {
  font-family: 'Courier', Arial, serif;
}
.wsEd cite {
  font-style: italic;
}
.wsEd acronym {
  border-bottom: 1px dotted #ccc;
  cursor: help;
}
.wsEd ol {
  list-style-type: decimal;
  padding-left: 24px;
}
.wsEd ul {
  list-style-type: circle;
  padding-left: 24px;
}
.wsEd .button,
.wsEd .buttonDark {
  background: #cdba6d;
  color: #ffffff;
  text-decoration: none;
  padding: 0.5em 1.5em 0.5em 1.5em;
  line-height: normal;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  border: 2px solid #cdba6d;
  border-radius: 2px;
}
.wsEd .button:hover,
.wsEd .buttonDark:hover {
  background: #2e353d;
  color: #ffffff;
  border-color: #ffffff;
}
.wsEd .buttonDark {
  background: #2e353d;
  color: #ffffff;
  border-color: #2e353d;
}
.wsEd .buttonDark:hover {
  background: #cdba6d;
  color: #ffffff;
  border-color: #cdba6d;
}
.wsEd h1,
.wsEd h2,
.wsEd h3,
.wsEd h4,
.wsEd h5,
.wsEd h6 {
  line-height: normal;
  font-family: 'Lora', Georgia;
  font-weight: 700;
}
.wsEd h2,
.wsEd .size1 {
  font-size: 1.875em;
  margin-bottom: 1em;
  color: #2e353d;
}
.wsEd h3,
.wsEd .size2 {
  font-size: 1.5em;
  margin-bottom: 1em;
  color: #2e353d;
}
.wsEd h4,
.wsEd .size3 {
  font-size: 1.25em;
  margin-bottom: 1em;
  color: #2e353d;
}
.wsEd h5,
.wsEd .size4 {
  font-size: 1.125em;
  margin-bottom: 1em;
  color: #2e353d;
}
.wsEd h6,
.wsEd .size5 {
  font-size: 1em;
  margin-bottom: 1em;
  color: #2e353d;
}
.wsEd .color1 {
  color: #cdba6d;
}
.wsEd .color2 {
  color: #d80e2f;
}
.wsEd .color3 {
  color: #4b8705;
}
.wsEd .color4 {
  color: #9e9e9e;
}
.wsEd .color5 {
  color: #6f7bd8;
}
.wsEd .color6 {
  color: #ead338;
}
.wsEd .table tbody tr th {
  padding: 0.5em;
}
.wsEd .table tbody tr td {
  padding: 0.5em;
}
@media (max-width: 767px) {
  table,
  tbody,
  tr,
  th,
  td {
    display: block;
  }
}
.articleWrap .leftPart img {
  width: 100%;
  height: auto;
}
.sloganWrap {
  margin-top: 2em;
  margin-bottom: 2em;
  position: relative;
  font-size: 2.5em;
  color: #fff;
  padding: 2em;
  overflow: hidden;
  padding-top: 3.5em;
  padding-bottom: 3.5em;
}
.sloganWrap:after,
.sloganWrap:before {
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: #cdba6d;
  position: absolute;
  width: 110%;
  margin-left: -5%;
  height: 60%;
}
.sloganWrap:before {
  transform: rotate(-2deg);
}
.sloganWrap:after {
  transform: rotate(2deg);
  background: url('/images/banner-bg.jpg') no-repeat;
  background-size: cover;
}
.sloganWrap .content {
  position: relative;
  z-index: 10;
  font-family: 'Lora', Georgia;
  text-align: center;
  line-height: normal;
}
.sloganWrap .content span {
  display: inline-block;
  position: relative;
}
.sloganWrap .content span span {
  top: 100%;
  right: 0;
  position: absolute;
  display: block;
  font-size: 0.5em;
}
@media (max-width: 1199px) {
  .sloganWrap {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .sloganWrap {
    font-size: 1.5em;
  }
}
.blogLastWrap {
  margin: 7.5em 0;
}
.blogLastWrap .item a {
  text-decoration: none;
}
.blogLastWrap .item a.link {
  margin-top: 1em;
  display: inline-block;
  font-weight: 700;
}
.blogLastWrap .btnArea {
  margin-top: 2em;
}
@media (max-width: 1199px) {
  .blogLastWrap {
    margin: 3.5em 0;
  }
}
@media (max-width: 767px) {
  .blogLastWrap .item {
    margin-bottom: 2em;
  }
  .blogLastWrap .item:last-child {
    margin-bottom: 0;
  }
}
.referencieLogoWrap {
  margin: 7.5em 0 5.5em 0;
}
.referencieLogoWrap .referencieLogoContent {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.referencieLogoWrap .referencieLogoContent.rows {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.referencieLogoWrap .referencieLogoContent.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.referencieLogoWrap .referencieLogoContent.cols {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.referencieLogoWrap .referencieLogoContent.vertical-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.referencieLogoWrap .item {
  margin-bottom: 2em;
}
.referencieLogoWrap .item a {
  display: block;
}
.referencieLogoWrap .item a:hover {
  box-shadow: 0 0 5px rgba(116, 106, 67, 0.3);
}
.referencieLogoWrap .item img {
  display: block;
  height: auto;
  width: 100%;
  border: 1px solid #e9e2c7;
  border-radius: 2px;
}
.referencieLogoWrap .item:last-child {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
}
.referencieLogoWrap .item:last-child.rows {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.referencieLogoWrap .item:last-child.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.referencieLogoWrap .item:last-child.cols {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.referencieLogoWrap .item:last-child.vertical-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .referencieLogoWrap {
    margin: 3.5em 0;
  }
}
.contactFormOuterWrap {
  position: relative;
  z-index: 50;
  margin-bottom: -4em;
}
.contactFormInner {
  position: relative;
}
.contactFormInner:before,
.contactFormInner:after {
  content: '';
  position: absolute;
  background: #2e353d;
  width: 96%;
  top: 1em;
  height: 100%;
  z-index: 5;
  border-radius: 2px;
}
.contactFormInner:before {
  transform: rotate(-6deg);
  left: 3em;
}
.contactFormInner:after {
  transform: rotate(6deg);
  right: 3em;
}
.contactFormInner .contactFormInnerContent {
  position: relative;
  background: #cdba6d;
  z-index: 10;
  padding: 2em 8.3333%;
  border-radius: 2px;
}
.contactFormInner .contactFormInnerContent .formHeading {
  margin-bottom: 2em;
  text-align: center;
}
.contactFormInner .contactFormInnerContent .formHeading h2 {
  font-weight: 400;
  margin-bottom: 0.5em;
}
.contactFormInner .contactFormInnerContent .formHeading h2 span {
  font-weight: 700;
  text-transform: uppercase;
}
.contactFormInner .contactFormInnerContent input[type="text"] {
  background: #fff;
  display: block;
  width: 100%;
  padding: 0.5em 1em;
  border-radius: 2px;
}
.contactFormInner .contactFormInnerContent input[type="submit"] {
  background: #2e353d;
  color: #fff;
  border-radius: 2px;
  border: none;
  display: block;
  text-align: center;
  width: 100%;
  padding: 0.5em 1em;
  font-weight: 700;
}
.contactFormInner .contactFormInnerContent input[type="submit"]:hover {
  background: #000;
}
.contactFormInner .contactFormInnerContent textarea {
  background: #fff;
  height: 10em;
  border-radius: 2px;
  padding: 0.5em 1em;
  display: block;
  width: 100%;
  resize: none;
}
.contactFormInner .contactFormInnerContent label {
  display: block;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.contactFormInner .contactFormInnerContent .frmElementError {
  color: #f02555;
  text-align: right;
  display: block;
  font-weight: 700;
  font-size: 0.875em;
  margin-top: 0.5em;
}
.contactFormInner .contactFormInnerContent .part {
  margin-bottom: 2em;
}
.contactFormInner .contactFormInnerContent .submitWrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contactFormInner .contactFormInnerContent .submitWrap.rows {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.contactFormInner .contactFormInnerContent .submitWrap.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contactFormInner .contactFormInnerContent .submitWrap.cols {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.contactFormInner .contactFormInnerContent .submitWrap.vertical-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.contactFormInner .contactFormInnerContent .submitWrap .textWrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: right;
  font-family: 'Lora', Georgia;
  font-size: 1.5em;
}
.contactFormInner .contactFormInnerContent .submitWrap .textWrap.rows {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.contactFormInner .contactFormInnerContent .submitWrap .textWrap.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contactFormInner .contactFormInnerContent .submitWrap .textWrap.cols {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.contactFormInner .contactFormInnerContent .submitWrap .textWrap.vertical-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .contactFormInner:before,
  .contactFormInner:after {
    display: none;
  }
  .contactFormInner .contactFormInnerContent .part {
    margin-bottom: 1em;
  }
  .elWrap {
    margin-bottom: 1em;
  }
  .elWrap:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .contactFormInner .contactFormInnerContent .submitWrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contactFormInner .contactFormInnerContent .submitWrap.rows {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
  }
  .contactFormInner .contactFormInnerContent .submitWrap.rowsWrap {
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contactFormInner .contactFormInnerContent .submitWrap.cols {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .contactFormInner .contactFormInnerContent .submitWrap.vertical-middle {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .contactFormInner .contactFormInnerContent .submitWrap .textWrap {
    order: 2;
    width: 100%;
    margin-top: 1em;
    text-align: center;
  }
  .contactFormInner .contactFormInnerContent .submitWrap .btnWrap {
    order: 1;
    width: 100%;
  }
}
.footerWrap {
  background: #2e353d;
  padding-top: 7.5em;
  padding-bottom: 4.5em;
}
.footerWrap .box {
  color: #fff;
}
.footerWrap .box h1,
.footerWrap .box h2,
.footerWrap .box h3,
.footerWrap .box h4,
.footerWrap .box h5,
.footerWrap .box h1 {
  color: #cdba6d;
}
.footerWrap .box h1 a,
.footerWrap .box h2 a,
.footerWrap .box h3 a,
.footerWrap .box h4 a,
.footerWrap .box h5 a,
.footerWrap .box h1 a {
  color: #fff;
}
.footerWrap .box a {
  color: #fff;
  text-decoration: none;
}
.footerWrap .box a:hover {
  text-decoration: underline;
}
.footerWrap .box:last-child a {
  text-decoration: underline;
}
.footerWrap .box:last-child a:hover {
  text-decoration: none;
}
.footerWrap .social {
  margin-top: 1.5em;
}
.footerWrap .social a {
  display: inline-block;
  margin-right: 1em;
  padding: 0.6em;
  border-radius: 100px;
  border: 1px solid #696d72;
}
.footerWrap .social a:last-child {
  margin-right: 0;
}
.footerWrap .social a:hover {
  border-color: #cdba6d;
}
.footerWrap .social a:hover svg {
  fill: #cdba6d;
}
.footerWrap .social svg {
  display: block;
  fill: #696d72;
  width: 1.25em;
  height: 1.25em;
  transition: all 0.1s linear;
}
.copyrightWrap {
  background: #212931;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 0.875em;
}
.copyrightWrap * {
  color: #fff;
}
.copyrightWrap .right {
  text-align: right;
}
@media (max-width: 991px) {
  .footerWrap .box {
    margin-bottom: 2em;
  }
  .footerWrap .box:last-child {
    margin-bottom: 0;
  }
}
