/* Global Reset */
/*-----------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
}
/* General Styles */
/*-----------------------------------*/
html.hidden {
  display: block !important;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #555;
  letter-spacing: 0;
  min-width:100%;
  max-width: 100%;
background-color: #fff !important;
  position: relative;

}
@media only screen and (max-width: 1229px) {
  body {
    font-size: 13px;
  }
}
@media only screen and (max-width: 991px) {
  body {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 13px;
  }
}
.oldie body {
  background: none;
  filter: none;
  font-size: 19px;
  color: #444;
  text-align: center;
  padding-top: 200px;
}
::-moz-selection {
  background: #e5b777;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #e5b777;
  color: #fff;
  text-shadow: none;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
img.inline {
  display: inline-block;
}
.gm-style img {
  display: inline-block;
  max-width: none;
}
embed,
iframe {
  max-width: 100%;
  border: none;
}
.video-player {
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  line-height: 1;
  color: #252525;
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 0 0 0.8em;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a:focus,
h2 a:focus,
h3 a:focus,
h4 a:focus,
h5 a:focus,
h6 a:focus,
.h1 a:focus,
.h2 a:focus,
.h3 a:focus,
.h4 a:focus,
.h5 a:focus,
.h6 a:focus {
  color: #252525;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover,
h1 a:active,
h2 a:active,
h3 a:active,
h4 a:active,
h5 a:active,
h6 a:active,
.h1 a:active,
.h2 a:active,
.h3 a:active,
.h4 a:active,
.h5 a:active,
.h6 a:active {
  color: #fe2231;
}
/* Typography */
/*-----------------------------------*/
h1,
.h1 {
  font-size: 22px;
}
h2,
.h2 {
  font-size: 20px;
}
h3,
.h3 {
  font-size: 18px;
}
h4,
.h4 {
  font-size: 16px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 13px;
}
@media only screen and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 24px;
  }
  h2,
  .h2 {
    font-size: 20px;
  }
  h3,
  .h3 {
    font-size: 18px;
  }
  h4,
  .h4 {
    font-size: 16px;
  }
  h5,
  .h5 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 20px;
  }
  h2,
  .h2 {
    font-size: 18px;
  }
  h3,
  .h3 {
    font-size: 16px;
  }
  h4,
  .h4 {
    font-size: 14px;
  }
  h5,
  .h5 {
    font-size: 13px;
  }
  h6,
  .h6 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 479px) {
  h1,
  .h1 {
    font-size: 16px;
  }
  h2,
  .h2 {
    font-size: 15px;
  }
  h3,
  .h3 {
    font-size: 14px;
  }
  h4,
  .h4 {
    font-size: 13px;
  }
  h5,
  .h5 {
    font-size: 12px;
  }
  h6,
  .h6 {
    font-size: 11px;
  }
}
a {
  color: #e5b777;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  -ms-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
a:focus {
  outline: none;
  text-decoration: none;
  color: #e5b777;
}
a:hover,
a:active {
  color: #fe2231;
  text-decoration: none;
  outline: none;
}
a:active {
  background-color: transparent;
}
a.link-underlined {
  text-decoration: underline;
}
em {
  font-style: italic;
}
strong {
  font-weight: 700;
}
small {
  font-size: 85%;
}
pre {
  border-radius: 0;
}
i {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-style: normal;
}
p {
  line-height: 2.7;
  word-wrap: break-word;
  margin-bottom: 2.4em;
}
@media only screen and (max-width: 1229px) {
  p {
    line-height: 2.16;
  }
}
code {
  padding: 2px 4px;
  font-size: 90%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* Helper Classes */
/*-----------------------------------*/
.lowercase {
  text-transform: lowercase;
}
.uppercase {
  text-transform: uppercase;
}
.notransform {
  text-transform: none !important;
}
.italic {
  font-style: italic !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.inline-block {
  display: inline-block !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.font-thin {
  font-weight: 100 !important;
}
.font-light {
  font-weight: 300 !important;
}
.font-normal {
  font-weight: 400 !important;
}
.font-medium {
  font-weight: 500 !important;
}
.font-semi {
  font-weight: 600 !important;
}
.font-bold {
  font-weight: 700 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.text-md {
  font-size: 13px !important;
}
.text-sm {
  font-size: 13px !important;
}
.text-xs {
  font-size: 13px !important;
}
.color-red,
.link-red {
  color: #fe2231;
}
.color-brown,
.link-brown {
  color: #e5b777;
}
.link-red:hover,
.link-brown:hover,
.link-red:active,
.link-brown:active {
  color: #fe2231;
}
.padding-top-0 {
  padding-top: 0px !important;
}
.padding-bottom-0 {
  padding-bottom: 0px !important;
}
@media only screen and (max-width: 1229px) {
  .padding-top-0 {
    padding-top: 0px !important;
  }
  .padding-bottom-0 {
    padding-bottom: 0px !important;
  }
}
@media only screen and (max-width: 767px) {
  .padding-top-0 {
    padding-top: 0px !important;
  }
  .padding-bottom-0 {
    padding-bottom: 0px !important;
  }
}
.padding-top-10 {
  padding-top: 10px !important;
}
.padding-bottom-10 {
  padding-bottom: 10px !important;
}
@media only screen and (max-width: 1229px) {
  .padding-top-10 {
    padding-top: 6px !important;
  }
  .padding-bottom-10 {
    padding-bottom: 6px !important;
  }
}
@media only screen and (max-width: 767px) {
  .padding-top-10 {
    padding-top: 4px !important;
  }
  .padding-bottom-10 {
    padding-bottom: 4px !important;
  }
}
.padding-top-20 {
  padding-top: 20px !important;
}
.padding-bottom-20 {
  padding-bottom: 20px !important;
}
@media only screen and (max-width: 1229px) {
  .padding-top-20 {
    padding-top: 12px !important;
  }
  .padding-bottom-20 {
    padding-bottom: 12px !important;
  }
}
@media only screen and (max-width: 767px) {
  .padding-top-20 {
    padding-top: 8px !important;
  }
  .padding-bottom-20 {
    padding-bottom: 8px !important;
  }
}
.padding-top-30 {
  padding-top: 30px !important;
}
.padding-bottom-30 {
  padding-bottom: 30px !important;
}
@media only screen and (max-width: 1229px) {
  .padding-top-30 {
    padding-top: 18px !important;
  }
  .padding-bottom-30 {
    padding-bottom: 18px !important;
  }
}
@media only screen and (max-width: 767px) {
  .padding-top-30 {
    padding-top: 12px !important;
  }
  .padding-bottom-30 {
    padding-bottom: 12px !important;
  }
}
.padding-top-40 {
  padding-top: 40px !important;
}
.padding-bottom-40 {
  padding-bottom: 40px !important;
}
@media only screen and (max-width: 1229px) {
  .padding-top-40 {
    padding-top: 24px !important;
  }
  .padding-bottom-40 {
    padding-bottom: 24px !important;
  }
}
@media only screen and (max-width: 767px) {
  .padding-top-40 {
    padding-top: 16px !important;
  }
  .padding-bottom-40 {
    padding-bottom: 16px !important;
  }
}
.padding-top-50 {
  padding-top: 50px !important;
}
.padding-bottom-50 {
  padding-bottom: 50px !important;
}
@media only screen and (max-width: 1229px) {
  .padding-top-50 {
    padding-top: 30px !important;
  }
  .padding-bottom-50 {
    padding-bottom: 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .padding-top-50 {
    padding-top: 20px !important;
  }
  .padding-bottom-50 {
    padding-bottom: 20px !important;
  }
}
.padding-top-60 {
  padding-top: 60px !important;
}
.padding-bottom-60 {
  padding-bottom: 60px !important;
}
@media only screen and (max-width: 1229px) {
  .padding-top-60 {
    padding-top: 36px !important;
  }
  .padding-bottom-60 {
    padding-bottom: 36px !important;
  }
}
@media only screen and (max-width: 767px) {
  .padding-top-60 {
    padding-top: 24px !important;
  }
  .padding-bottom-60 {
    padding-bottom: 24px !important;
  }
}
.padding-top-70 {
  padding-top: 70px !important;
}
.padding-bottom-70 {
  padding-bottom: 70px !important;
}
@media only screen and (max-width: 1229px) {
  .padding-top-70 {
    padding-top: 42px !important;
  }
  .padding-bottom-70 {
    padding-bottom: 42px !important;
  }
}
@media only screen and (max-width: 767px) {
  .padding-top-70 {
    padding-top: 28px !important;
  }
  .padding-bottom-70 {
    padding-bottom: 28px !important;
  }
}
.padding-top-80 {
  padding-top: 80px !important;
}
.padding-bottom-80 {
  padding-bottom: 80px !important;
}
@media only screen and (max-width: 1229px) {
  .padding-top-80 {
    padding-top: 48px !important;
  }
  .padding-bottom-80 {
    padding-bottom: 48px !important;
  }
}
@media only screen and (max-width: 767px) {
  .padding-top-80 {
    padding-top: 32px !important;
  }
  .padding-bottom-80 {
    padding-bottom: 32px !important;
  }
}
.padding-top-90 {
  padding-top: 90px !important;
}
.padding-bottom-90 {
  padding-bottom: 90px !important;
}
@media only screen and (max-width: 1229px) {
  .padding-top-90 {
    padding-top: 54px !important;
  }
  .padding-bottom-90 {
    padding-bottom: 54px !important;
  }
}
@media only screen and (max-width: 767px) {
  .padding-top-90 {
    padding-top: 36px !important;
  }
  .padding-bottom-90 {
    padding-bottom: 36px !important;
  }
}
.padding-top-100 {
  padding-top: 100px !important;
}
.padding-bottom-100 {
  padding-bottom: 100px !important;
}
@media only screen and (max-width: 1229px) {
  .padding-top-100 {
    padding-top: 60px !important;
  }
  .padding-bottom-100 {
    padding-bottom: 60px !important;
  }
}
@media only screen and (max-width: 767px) {
  .padding-top-100 {
    padding-top: 40px !important;
  }
  .padding-bottom-100 {
    padding-bottom: 40px !important;
  }
}
.padding-top-110 {
  padding-top: 110px !important;
}
.padding-bottom-110 {
  padding-bottom: 110px !important;
}
@media only screen and (max-width: 1229px) {
  .padding-top-110 {
    padding-top: 66px !important;
  }
  .padding-bottom-110 {
    padding-bottom: 66px !important;
  }
}
@media only screen and (max-width: 767px) {
  .padding-top-110 {
    padding-top: 44px !important;
  }
  .padding-bottom-110 {
    padding-bottom: 44px !important;
  }
}
.padding-top-120 {
  padding-top: 120px !important;
}
.padding-bottom-120 {
  padding-bottom: 120px !important;
}
@media only screen and (max-width: 1229px) {
  .padding-top-120 {
    padding-top: 72px !important;
  }
  .padding-bottom-120 {
    padding-bottom: 72px !important;
  }
}
@media only screen and (max-width: 767px) {
  .padding-top-120 {
    padding-top: 48px !important;
  }
  .padding-bottom-120 {
    padding-bottom: 48px !important;
  }
}
.padding-top-130 {
  padding-top: 130px !important;
}
.padding-bottom-130 {
  padding-bottom: 130px !important;
}
@media only screen and (max-width: 1229px) {
  .padding-top-130 {
    padding-top: 78px !important;
  }
  .padding-bottom-130 {
    padding-bottom: 78px !important;
  }
}
@media only screen and (max-width: 767px) {
  .padding-top-130 {
    padding-top: 52px !important;
  }
  .padding-bottom-130 {
    padding-bottom: 52px !important;
  }
}
.padding-top-140 {
  padding-top: 140px !important;
}
.padding-bottom-140 {
  padding-bottom: 140px !important;
}
@media only screen and (max-width: 1229px) {
  .padding-top-140 {
    padding-top: 84px !important;
  }
  .padding-bottom-140 {
    padding-bottom: 84px !important;
  }
}
@media only screen and (max-width: 767px) {
  .padding-top-140 {
    padding-top: 56px !important;
  }
  .padding-bottom-140 {
    padding-bottom: 56px !important;
  }
}
.padding-top-150 {
  padding-top: 150px !important;
}
.padding-bottom-150 {
  padding-bottom: 150px !important;
}
@media only screen and (max-width: 1229px) {
  .padding-top-150 {
    padding-top: 90px !important;
  }
  .padding-bottom-150 {
    padding-bottom: 90px !important;
  }
}
@media only screen and (max-width: 767px) {
  .padding-top-150 {
    padding-top: 60px !important;
  }
  .padding-bottom-150 {
    padding-bottom: 60px !important;
  }
}
.padding-top-160 {
  padding-top: 160px !important;
}
.padding-bottom-160 {
  padding-bottom: 160px !important;
}
@media only screen and (max-width: 1229px) {
  .padding-top-160 {
    padding-top: 96px !important;
  }
  .padding-bottom-160 {
    padding-bottom: 96px !important;
  }
}
@media only screen and (max-width: 767px) {
  .padding-top-160 {
    padding-top: 64px !important;
  }
  .padding-bottom-160 {
    padding-bottom: 64px !important;
  }
}
.padding-top-170 {
  padding-top: 170px !important;
}
.padding-bottom-170 {
  padding-bottom: 170px !important;
}
@media only screen and (max-width: 1229px) {
  .padding-top-170 {
    padding-top: 102px !important;
  }
  .padding-bottom-170 {
    padding-bottom: 102px !important;
  }
}
@media only screen and (max-width: 767px) {
  .padding-top-170 {
    padding-top: 68px !important;
  }
  .padding-bottom-170 {
    padding-bottom: 68px !important;
  }
}
.padding-top-180 {
  padding-top: 180px !important;
}
.padding-bottom-180 {
  padding-bottom: 180px !important;
}
@media only screen and (max-width: 1229px) {
  .padding-top-180 {
    padding-top: 108px !important;
  }
  .padding-bottom-180 {
    padding-bottom: 108px !important;
  }
}
@media only screen and (max-width: 767px) {
  .padding-top-180 {
    padding-top: 72px !important;
  }
  .padding-bottom-180 {
    padding-bottom: 72px !important;
  }
}
.padding-top-190 {
  padding-top: 190px !important;
}
.padding-bottom-190 {
  padding-bottom: 190px !important;
}
@media only screen and (max-width: 1229px) {
  .padding-top-190 {
    padding-top: 114px !important;
  }
  .padding-bottom-190 {
    padding-bottom: 114px !important;
  }
}
@media only screen and (max-width: 767px) {
  .padding-top-190 {
    padding-top: 76px !important;
  }
  .padding-bottom-190 {
    padding-bottom: 76px !important;
  }
}
.padding-top-200 {
  padding-top: 200px !important;
}
.padding-bottom-200 {
  padding-bottom: 200px !important;
}
@media only screen and (max-width: 1229px) {
  .padding-top-200 {
    padding-top: 120px !important;
  }
  .padding-bottom-200 {
    padding-bottom: 120px !important;
  }
}
@media only screen and (max-width: 767px) {
  .padding-top-200 {
    padding-top: 80px !important;
  }
  .padding-bottom-200 {
    padding-bottom: 80px !important;
  }
}
.margin-top-0 {
  margin-top: 0px !important;
}
.margin-bottom-0 {
  margin-bottom: 0px !important;
}
@media only screen and (max-width: 1229px) {
  .margin-top-0 {
    margin-top: 0px !important;
  }
  .margin-bottom-0 {
    margin-bottom: 0px !important;
  }
}
@media only screen and (max-width: 767px) {
  .margin-top-0 {
    margin-top: 0px !important;
  }
  .margin-bottom-0 {
    margin-bottom: 0px !important;
  }
}
.margin-top-10 {
  margin-top: 10px !important;
}
.margin-bottom-10 {
  margin-bottom: 10px !important;
}
@media only screen and (max-width: 1229px) {
  .margin-top-10 {
    margin-top: 6px !important;
  }
  .margin-bottom-10 {
    margin-bottom: 6px !important;
  }
}
@media only screen and (max-width: 767px) {
  .margin-top-10 {
    margin-top: 4px !important;
  }
  .margin-bottom-10 {
    margin-bottom: 4px !important;
  }
}
.margin-top-20 {
  margin-top: 20px !important;
}
.margin-bottom-20 {
  margin-bottom: 20px !important;
}
@media only screen and (max-width: 1229px) {
  .margin-top-20 {
    margin-top: 12px !important;
  }
  .margin-bottom-20 {
    margin-bottom: 12px !important;
  }
}
@media only screen and (max-width: 767px) {
  .margin-top-20 {
    margin-top: 8px !important;
  }
  .margin-bottom-20 {
    margin-bottom: 8px !important;
  }
}
.margin-top-30 {
  margin-top: 30px !important;
}
.margin-bottom-30 {
  margin-bottom: 30px !important;
}
@media only screen and (max-width: 1229px) {
  .margin-top-30 {
    margin-top: 18px !important;
  }
  .margin-bottom-30 {
    margin-bottom: 18px !important;
  }
}
@media only screen and (max-width: 767px) {
  .margin-top-30 {
    margin-top: 12px !important;
  }
  .margin-bottom-30 {
    margin-bottom: 12px !important;
  }
}
.margin-top-40 {
  margin-top: 40px !important;
}
.margin-bottom-40 {
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 1229px) {
  .margin-top-40 {
    margin-top: 24px !important;
  }
  .margin-bottom-40 {
    margin-bottom: 24px !important;
  }
}
@media only screen and (max-width: 767px) {
  .margin-top-40 {
    margin-top: 16px !important;
  }
  .margin-bottom-40 {
    margin-bottom: 16px !important;
  }
}
.margin-top-50 {
  margin-top: 50px !important;
}
.margin-bottom-50 {
  margin-bottom: 50px !important;
}
@media only screen and (max-width: 1229px) {
  .margin-top-50 {
    margin-top: 30px !important;
  }
  .margin-bottom-50 {
    margin-bottom: 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .margin-top-50 {
    margin-top: 20px !important;
  }
  .margin-bottom-50 {
    margin-bottom: 20px !important;
  }
}
.margin-top-60 {
  margin-top: 60px !important;
}
.margin-bottom-60 {
  margin-bottom: 60px !important;
}
@media only screen and (max-width: 1229px) {
  .margin-top-60 {
    margin-top: 36px !important;
  }
  .margin-bottom-60 {
    margin-bottom: 36px !important;
  }
}
@media only screen and (max-width: 767px) {
  .margin-top-60 {
    margin-top: 24px !important;
  }
  .margin-bottom-60 {
    margin-bottom: 24px !important;
  }
}
.margin-top-70 {
  margin-top: 70px !important;
}
.margin-bottom-70 {
  margin-bottom: 70px !important;
}
@media only screen and (max-width: 1229px) {
  .margin-top-70 {
    margin-top: 42px !important;
  }
  .margin-bottom-70 {
    margin-bottom: 42px !important;
  }
}
@media only screen and (max-width: 767px) {
  .margin-top-70 {
    margin-top: 28px !important;
  }
  .margin-bottom-70 {
    margin-bottom: 28px !important;
  }
}
.margin-top-80 {
  margin-top: 80px !important;
}
.margin-bottom-80 {
  margin-bottom: 80px !important;
}
@media only screen and (max-width: 1229px) {
  .margin-top-80 {
    margin-top: 48px !important;
  }
  .margin-bottom-80 {
    margin-bottom: 48px !important;
  }
}
@media only screen and (max-width: 767px) {
  .margin-top-80 {
    margin-top: 32px !important;
  }
  .margin-bottom-80 {
    margin-bottom: 32px !important;
  }
}
.margin-top-90 {
  margin-top: 90px !important;
}
.margin-bottom-90 {
  margin-bottom: 90px !important;
}
@media only screen and (max-width: 1229px) {
  .margin-top-90 {
    margin-top: 54px !important;
  }
  .margin-bottom-90 {
    margin-bottom: 54px !important;
  }
}
@media only screen and (max-width: 767px) {
  .margin-top-90 {
    margin-top: 36px !important;
  }
  .margin-bottom-90 {
    margin-bottom: 36px !important;
  }
}
.margin-top-100 {
  margin-top: 100px !important;
}
.margin-bottom-100 {
  margin-bottom: 100px !important;
}
@media only screen and (max-width: 1229px) {
  .margin-top-100 {
    margin-top: 60px !important;
  }
  .margin-bottom-100 {
    margin-bottom: 60px !important;
  }
}
@media only screen and (max-width: 767px) {
  .margin-top-100 {
    margin-top: 40px !important;
  }
  .margin-bottom-100 {
    margin-bottom: 40px !important;
  }
}
.margin-top-110 {
  margin-top: 110px !important;
}
.margin-bottom-110 {
  margin-bottom: 110px !important;
}
@media only screen and (max-width: 1229px) {
  .margin-top-110 {
    margin-top: 66px !important;
  }
  .margin-bottom-110 {
    margin-bottom: 66px !important;
  }
}
@media only screen and (max-width: 767px) {
  .margin-top-110 {
    margin-top: 44px !important;
  }
  .margin-bottom-110 {
    margin-bottom: 44px !important;
  }
}
.margin-top-120 {
  margin-top: 120px !important;
}
.margin-bottom-120 {
  margin-bottom: 120px !important;
}
@media only screen and (max-width: 1229px) {
  .margin-top-120 {
    margin-top: 72px !important;
  }
  .margin-bottom-120 {
    margin-bottom: 72px !important;
  }
}
@media only screen and (max-width: 767px) {
  .margin-top-120 {
    margin-top: 48px !important;
  }
  .margin-bottom-120 {
    margin-bottom: 48px !important;
  }
}
.margin-top-130 {
  margin-top: 130px !important;
}
.margin-bottom-130 {
  margin-bottom: 130px !important;
}
@media only screen and (max-width: 1229px) {
  .margin-top-130 {
    margin-top: 78px !important;
  }
  .margin-bottom-130 {
    margin-bottom: 78px !important;
  }
}
@media only screen and (max-width: 767px) {
  .margin-top-130 {
    margin-top: 52px !important;
  }
  .margin-bottom-130 {
    margin-bottom: 52px !important;
  }
}
.margin-top-140 {
  margin-top: 140px !important;
}
.margin-bottom-140 {
  margin-bottom: 140px !important;
}
@media only screen and (max-width: 1229px) {
  .margin-top-140 {
    margin-top: 84px !important;
  }
  .margin-bottom-140 {
    margin-bottom: 84px !important;
  }
}
@media only screen and (max-width: 767px) {
  .margin-top-140 {
    margin-top: 56px !important;
  }
  .margin-bottom-140 {
    margin-bottom: 56px !important;
  }
}
.margin-top-150 {
  margin-top: 150px !important;
}
.margin-bottom-150 {
  margin-bottom: 150px !important;
}
@media only screen and (max-width: 1229px) {
  .margin-top-150 {
    margin-top: 90px !important;
  }
  .margin-bottom-150 {
    margin-bottom: 90px !important;
  }
}
@media only screen and (max-width: 767px) {
  .margin-top-150 {
    margin-top: 60px !important;
  }
  .margin-bottom-150 {
    margin-bottom: 60px !important;
  }
}
.margin-top-160 {
  margin-top: 160px !important;
}
.margin-bottom-160 {
  margin-bottom: 160px !important;
}
@media only screen and (max-width: 1229px) {
  .margin-top-160 {
    margin-top: 96px !important;
  }
  .margin-bottom-160 {
    margin-bottom: 96px !important;
  }
}
@media only screen and (max-width: 767px) {
  .margin-top-160 {
    margin-top: 64px !important;
  }
  .margin-bottom-160 {
    margin-bottom: 64px !important;
  }
}
.margin-top-170 {
  margin-top: 170px !important;
}
.margin-bottom-170 {
  margin-bottom: 170px !important;
}
@media only screen and (max-width: 1229px) {
  .margin-top-170 {
    margin-top: 102px !important;
  }
  .margin-bottom-170 {
    margin-bottom: 102px !important;
  }
}
@media only screen and (max-width: 767px) {
  .margin-top-170 {
    margin-top: 68px !important;
  }
  .margin-bottom-170 {
    margin-bottom: 68px !important;
  }
}
.margin-top-180 {
  margin-top: 180px !important;
}
.margin-bottom-180 {
  margin-bottom: 180px !important;
}
@media only screen and (max-width: 1229px) {
  .margin-top-180 {
    margin-top: 108px !important;
  }
  .margin-bottom-180 {
    margin-bottom: 108px !important;
  }
}
@media only screen and (max-width: 767px) {
  .margin-top-180 {
    margin-top: 72px !important;
  }
  .margin-bottom-180 {
    margin-bottom: 72px !important;
  }
}
.margin-top-190 {
  margin-top: 190px !important;
}
.margin-bottom-190 {
  margin-bottom: 190px !important;
}
@media only screen and (max-width: 1229px) {
  .margin-top-190 {
    margin-top: 114px !important;
  }
  .margin-bottom-190 {
    margin-bottom: 114px !important;
  }
}
@media only screen and (max-width: 767px) {
  .margin-top-190 {
    margin-top: 76px !important;
  }
  .margin-bottom-190 {
    margin-bottom: 76px !important;
  }
}
.margin-top-200 {
  margin-top: 200px !important;
}
.margin-bottom-200 {
  margin-bottom: 200px !important;
}
@media only screen and (max-width: 1229px) {
  .margin-top-200 {
    margin-top: 120px !important;
  }
  .margin-bottom-200 {
    margin-bottom: 120px !important;
  }
}
@media only screen and (max-width: 767px) {
  .margin-top-200 {
    margin-top: 80px !important;
  }
  .margin-bottom-200 {
    margin-bottom: 80px !important;
  }
}
/* General Layout */
/*-----------------------------------*/
.page-wrapper {
  padding: 50px 0;
}
@media only screen and (max-width: 991px) {
  .page-wrapper {
    padding-bottom: 20px;
  }
}
.content,
.sidebar {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 50px;
}
.sidebar {
  display: none;
}
.page-sidebar .content,
.page-sidebar-left .content {
  float: left;
  width: 75%;
}
@media only screen and (max-width: 1229px) {
  .page-sidebar .content,
  .page-sidebar-left .content {
    width: 70%;
  }
}
@media only screen and (max-width: 991px) {
  .page-sidebar .content,
  .page-sidebar-left .content {
    width: 65%;
  }
}
.page-sidebar .sidebar,
.page-sidebar-left .sidebar {
  display: block;
  float: right;
  width: 25%;
}
@media only screen and (max-width: 1229px) {
  .page-sidebar .sidebar,
  .page-sidebar-left .sidebar {
    width: 30%;
  }
}
@media only screen and (max-width: 991px) {
  .page-sidebar .sidebar,
  .page-sidebar-left .sidebar {
    width: 35%;
  }
}
@media only screen and (max-width: 767px) {
  .page-sidebar .content,
  .page-sidebar-left .content,
  .page-sidebar .sidebar,
  .page-sidebar-left .sidebar {
    width: 100%;
    float: none !important;
  }
}
.page-sidebar-left .content {
  float: right;
}
.page-sidebar-left .sidebar {
  float: left;
}
.page-narrow .content {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.page-narrow .sidebar {
  display: none;
}
/* Technical Styles */
/* Logo */
/*-----------------------------------*/
.logo {
  font-size: 0;
  text-align: center;
  padding: 10px 100px;
}
@media only screen and (max-width: 767px) {
  .logo {
    padding: 30px 15px;
  }
}
@media only screen and (max-width: 479px) {
  .logo {
    padding: 20px 15px;
  }
}
.logo a {
  display: inline-block;
  font-size: 22px;
}
.navigation .logo {
  float: left;
  position: relative;
  z-index: 1;
  padding: 0;
  max-width: 160px;
}
.navigation .logo img {
  max-height: 90px;
}
@media only screen and (max-width: 767px) {
  .navigation .logo img {
    max-height: 42px;
  }
}
.navigation-wrapper .navigation .logo img {
  max-height: 120px;
}
.navigation-wrapper.sticky .navigation .logo img {
  max-height: 90px;
}
@media only screen and (max-width: 767px) {
  .navigation-wrapper.sticky .navigation .logo img {
    max-height: 42px;
  }
}
.navigation .logo .logo-dark {
  display: none;
}
.sticky .navigation .logo img,
.sticky.navigation .logo img {
  width: auto;
}
.sticky .navigation .logo .logo-dark,
.sticky.navigation .logo .logo-dark {
  display: block;
}
.sticky .navigation .logo .logo-light,
.sticky.navigation .logo .logo-light {
  display: none;
}
/* Page Title */
/*-----------------------------------*/
.page-title {
  font-family: 'Muli', sans-serif;
  font-size: 30px;
  font-weight: 400;
  text-transform: none;
  text-align: center;
  margin-bottom: 2em;
}
@media only screen and (max-width: 767px) {
  .page-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 479px) {
  .page-title {
    font-size: 20px;
  }
}
/* Buttons */
/*-----------------------------------*/
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  outline: none;
}
.btn.active,
.btn:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: none;
}
.btn {
  position: relative;
  z-index: 0;
  outline: none;
  vertical-align: top;
  height: 50px;
  line-height: 48px;
  border: 1px solid #252525;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  font-family: 'Muli', sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 0.02em;
  padding: 0 19.23076923px;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.btn:active {
  top: 1px;
}
.btn:focus {
  color: #fff;
}
.btn.btn-wide {
  display: block;
  width: 100%;
  padding: 0 5px;
}
.btn.btn-border-thick {
  line-height: 46px;
  border-width: 2px;
}
.btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #252525;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.btn:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.btn:hover,
.btn:active {
  color: #252525;
}
.btn:hover:after,
.btn:active:after {
  width: 104%;
  opacity: 1;
}
.btn.btn-transparent {
  color: #252525;
}
.btn.btn-transparent:before {
  background-color: transparent;
}
.btn.btn-transparent:after {
  background-color: #252525;
}
.btn.btn-transparent:hover,
.btn.btn-transparent:active {
  color: #fff;
}
.btn.btn-gray {
  color: #252525;
  border-color: #f6f6f6;
}
.btn.btn-gray:before {
  background-color: #f6f6f6;
}
.btn.btn-gray:after {
  background-color: #fff;
}
.btn.btn-gray:hover,
.btn.btn-gray:active {
  color: #252525;
}
.btn.btn-gray.btn-transparent {
  color: #252525;
}
.btn.btn-gray.btn-transparent:before {
  background-color: transparent;
}
.btn.btn-gray.btn-transparent:after {
  background-color: #f6f6f6;
}
.btn.btn-gray.btn-transparent:hover,
.btn.btn-gray.btn-transparent:active {
  color: #fff;
  border-color: #252525;
}
.btn.btn-gray.btn-transparent:hover:after,
.btn.btn-gray.btn-transparent:active:after {
  background-color: #252525;
}
.btn.btn-white {
  color: #252525;
  border-color: #fff;
}
.btn.btn-white:before {
  background-color: #fff;
}
.btn.btn-white:after {
  background-color: #252525;
}
.btn.btn-white:hover,
.btn.btn-white:active {
  color: #fff;
}
.btn.btn-white.btn-transparent {
  color: #fff;
}
.btn.btn-white.btn-transparent:before {
  background-color: transparent;
}
.btn.btn-white.btn-transparent:after {
  background-color: #fff;
}
.btn.btn-white.btn-transparent:hover,
.btn.btn-white.btn-transparent:active {
  color: #252525;
}
.btn2 {
    color: #e7e7e7;
    background-color: #5b3939;
    border-color: #bababa;
    border: 1px solid #DDD;
    padding: 10px;
    font-size: 23px;
	-webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.btn2:hover {
    color: #e7e7e7;
    background-color: #45663f;
    border-color: #21ba1e;
}
input.btn.wpcf7-submit {
  padding: 0 2em;
}
input.btn.wpcf7-submit:focus {
  border-color: #252525;
}
input.btn:hover,
input.btn:active {
  background-color: transparent;
  border-color: #252525;
}
input.btn.btn-transparent {
  background-color: transparent;
}
input.btn.btn-transparent:hover,
input.btn.btn-transparent:active {
  background-color: #252525;
}
input.btn.btn-gray {
  background-color: #f6f6f6;
}
input.btn.btn-gray:hover,
input.btn.btn-gray:active {
  background-color: transparent;
}
input.btn.btn-gray.btn-transparent {
  background-color: transparent;
}
input.btn.btn-gray.btn-transparent:hover,
input.btn.btn-gray.btn-transparent:active {
  color: #fff;
  border-color: #252525;
  background-color: #252525;
}
input.btn.btn-white {
  background-color: #fff;
}
input.btn.btn-white:hover,
input.btn.btn-white:active {
  background-color: transparent;
}
input.btn.btn-white.btn-transparent {
  background-color: transparent;
}
input.btn.btn-white.btn-transparent:hover,
input.btn.btn-white.btn-transparent:active {
  background-color: #fff;
}
.btn.btn-large {
  height: 60px;
  line-height: 58px;
  font-size: 15px;
  padding: 0 27.77777778px;
}
.btn.btn-medium {
  height: 44px;
  line-height: 42px;
}
.btn.btn-small {
  height: 36px;
  line-height: 34px;
}
.buttons .btn {
  margin: 0 20px 20px 0;
}
.buttons .btn.btn-wide {
  margin-right: 0;
}
/* Form Fields */
/*-----------------------------------*/
[placeholder]::-webkit-input-placeholder {
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
  color: #000000;
}
[placeholder]:-moz-placeholder {
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
  color: #000000;
}
[placeholder]::-moz-placeholder {
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
  color: #000000;
}
[placeholder]:-ms-input-placeholder {
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
  color: #000000;
}
:focus[placeholder]::-webkit-input-placeholder {
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
  color: transparent !important;
}
:focus[placeholder]:-moz-placeholder {
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
  color: transparent !important;
}
:focus[placeholder]::-moz-placeholder {
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
  color: transparent !important;
}
:focus[placeholder]:-ms-input-placeholder {
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
  color: transparent !important;
}
label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
input,
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  outline: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-control,
.wpcf7-form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 70%;
  height: 36px;
  padding: 0 1em;
  margin-bottom: 20px;
  margin-left:2px;
  font-size: 12px;
  font-weight: 400;
  color: #444;
  line-height: normal;
  letter-spacing: 0;
  background-color: transparent;
  border: 2px solid #000;
  border-radius: 3;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.form-control:focus,
.wpcf7-form-control:focus {
  border-color: #DDDDDD;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.ie8 .form-control,
.ie8 .wpcf7-form-control {
  line-height: 34px;
}
textarea.form-control,
textarea.wpcf7-form-control {
  min-height: 277px;
  padding: 1em;
  resize: vertical;
}
@media only screen and (max-width: 767px) {
  textarea.form-control,
  textarea.wpcf7-form-control {
    min-height: 200px;
  }
}
@media only screen and (max-width: 479px) {
  textarea.form-control,
  textarea.wpcf7-form-control {
    min-height: 160px;
  }
}
.form-group label {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  color: #444;
  text-transform: uppercase;
  margin-bottom: 1em;
}
.form-group.required label:after {
  content: '*';
  font-size: 1.33em;
  color: #fe2231;
}
/* CheckBoxes, Radios */
/*-----------------------------------*/
.checkbox,
.radio {
  margin: 0 0 18px;
}
.checkbox input,
.radio input {
  visibility: hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.ie8 .checkbox input,
.ie8 .radio input {
  visibility: visible;
  width: 0;
  height: 0;
}
.checkbox label,
.radio label {
  position: relative;
  padding-left: 26px;
  line-height: 16px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 991px) {
  .checkbox label,
  .radio label {
    line-height: 18px;
  }
}
.checkbox label:before,
.radio label:before,
.checkbox label:after,
.radio label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #252525;
}
.checkbox label:after,
.radio label:after {
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.checkbox label.checked,
.radio label.checked {
  color: #252525;
}
.checkbox label.checked:after,
.radio label.checked:after {
  background-color: #252525;
}
.checkbox label:hover,
.radio label:hover,
.checkbox label:focus,
.radio label:focus,
.checkbox label:active,
.radio label:active {
  color: #252525;
}
.radio label:before,
.radio label:after {
  border-radius: 50%;
}
/* Search Form in Header */
/*-----------------------------------*/
.form-search-header {
  width: 320px;
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 18px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.form-search-header .inner {
  background-color: #f6f6f6;
  padding: 15px 30px 5px;
  -webkit-transform: translateX(102%);
  -moz-transform: translateX(102%);
  -o-transform: translateX(102%);
  -ms-transform: translateX(102%);
  transform: translateX(102%);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.form-search-header [class*='col-'] {
  padding: 0;
}
.form-search-header.active {
  visibility: visible;
  opacity: 1;
}
.form-search-header.active .inner {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.form-search-header .form-control {
  border-color: #252525;
  border-right: none;
  margin-bottom: 10px;
}
.form-search-header .form-control:focus {
  background-color: #fff;
}
.form-search-header .btn {
  margin-bottom: 10px;
}
.form-search-header .btn:active {
  top: 0;
}
/* Widget Search */
/*-----------------------------------*/
.form-search {
  position: relative;
}
.form-search .submit {
  position: absolute;
  top: 11px;
  right: 5px;
  font-size: 12px;
  color: #a4a4a4;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.form-search .form-control {
  padding-right: 32px;
  margin: 0;
  border-width: 0 0 1px 0;
}
.form-search .form-control:focus + .submit {
  color: #555;
}
.form-search .form-control:focus + .submit:hover,
.form-search .form-control:focus + .submit:active {
  color: #fe2231;
}
/* Widget Subscribe */
/*-----------------------------------*/
.form-subscribe .submit {
  top: 15px;
  font-size: 8px;
}
.form-subscribe .form-control {
  border-width: 0 0 1px 0;
}
/* Widget Login */
/*-----------------------------------*/
.form-login .form-control {
  float: left;
  width: 48%;
}
.form-login .form-control + .form-control {
  margin-left: 4%;
}
.form-login .checkbox {
  float: left;
  font-family: 'Montserrat', sans-serif;
  font-size: 9px;
  color: #252525;
  margin: -3px 0 10px;
}
.form-login .submit {
  float: right;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  color: #252525;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  border: none;
  margin-bottom: 16px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.form-login .submit:hover,
.form-login .submit:active {
  color: #fe2231;
}
.form-login .forgot {
  float: right;
  font-family: 'Montserrat', sans-serif;
  font-size: 9px;
  color: #fe2231;
}
.form-login .forgot:hover,
.form-login .forgot:active {
  color: #fe2231;
}
/* Comment Form */
/*-----------------------------------*/
.comment-form #submit {
  position: relative;
  z-index: 0;
  outline: none;
  vertical-align: top;
  height: 36px;
  line-height: 34px;
  border: 1px solid #252525;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: 'Muli', sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 0.02em;
  padding: 0 19.23076923px;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #252525;
}
.comment-form #submit:hover,
.comment-form #submit:active {
  color: #252525;
  background-color: transparent;
}
.comment-form #submit:active {
  top: 1px;
}
/* Contact Form */
/*-----------------------------------*/
.wpcf7-submit {
  display: inline-block;
  width: auto;
  height: 50px;
}

/* Pager */
/*-----------------------------------*/
.pager {
  border-top: 1px solid #e5e5e5;
  padding-top: 30px;
  margin: 0 0 30px;
}
.pager:before,
.pager:after {
  content: '';
  display: table;
}
.pager:after {
  clear: both;
}
.pager a {
  float: right;
  font-size: 12px;
  color: #252525;
  text-align: right;
  text-transform: uppercase;
  max-width: 50%;
}
.pager a i {
  font-size: 7px;
  margin-left: 1em;
  vertical-align: 12%;
}
.pager a:first-child {
  float: left;
  text-align: left;
}
.pager a:first-child i {
  margin-left: 0;
  margin-right: 1em;
}
.pager a span {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #252525;
  border-bottom: 1px solid transparent;
  margin-top: 1em;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.pager a span:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #252525;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.pager a:hover,
.pager a:active {
  color: #e5b777;
}
.pager a:hover span:before,
.pager a:active span:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
/* Tabs */
/*-----------------------------------*/
.tabs {
  margin-bottom: 50px;
}
.tab-header li {
  float: left;
  width: 50%;
  border-left: 1px solid #fff;
}
.tab-header li:first-child {
  border-left: none;
}
.tab-header a {
  display: block;
  height: 50px;
  line-height: 50px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  color: #252525;
  text-align: center;
  text-transform: uppercase;
  padding: 0 5px;
  background-color: #f6f6f6;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.tab-header .active a {
  color: #fff;
  background-color: #252525;
}
.tab-content {
  padding-top: 30px;
}

/* Comments */
/*-----------------------------------*/
.comments {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1229px) {
  .comments {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .comments {
    margin-bottom: 30px;
  }
}
.comments .title {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  color: #252525;
  text-transform: uppercase;
  margin-bottom: 3.2em;
}
.comment-list {
  margin-bottom: 75px;
}
.comment {
  padding: 14px 0 0 100px;
}
@media only screen and (max-width: 479px) {
  .comment {
    padding: 0px 0 0 90px;
  }
}
.comment-body {
  position: relative;
  margin-bottom: 40px;
  min-height: 60px;
}
.comment-avatar {
  width: 80px;
  height: 80px;
  position: absolute;
  top: -8px;
  left: -100px;
  border-radius: 50%;
}
@media only screen and (max-width: 479px) {
  .comment-avatar {
    left: -90px;
  }
}
.comment-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.comment-meta {
  margin-bottom: 12px;
}
.comment-author {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  color: #252525;
  display: inline-block;
  vertical-align: -1px;
  margin-right: 1em;
}
.comment-author:hover,
.comment-author:active {
  color: #e5b777;
}
.comment-date {
  font-family: 'Old Standard TT', serif;
  color: #555;
}
a.comment-reply {
  font-family: 'Cookie', cursive;
  font-size: 17px;
}
.comment-content {
  font-size: 13px;
}
.comment-content p {
  margin-bottom: 1em;
}
.children .comment {
  padding-left: 0;
  padding-right: 0;
}
.children .comment-body {
  padding-left: 100px;
}
@media only screen and (max-width: 991px) {
  .children .comment-body {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .children .comment-body {
    padding-left: 0;
  }
}
.children .comment-avatar {
  left: 0;
}
@media only screen and (max-width: 991px) {
  .children .comment-avatar {
    left: -60px;
  }
}
@media only screen and (max-width: 479px) {
  .children .comment-avatar {
    left: -90px;
  }
}
.loginform {
	width:70%;
	border:2px solid #000;
	margin:15px auto 10px;
	padding:2%;	
	color:#FFF;
    background-color: rgba(100, 190, 203, 1.0);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";	
    	
}
@media only screen and (max-width: 1229px) {
.loginform {
	width:80%;
	border:2px solid #000;
	margin:15px auto 10px;
	padding:2%;
	color:#DDD;
    background-color: rgba(60, 60, 60, 0.8);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;	
}
}
@media only screen and (max-width: 991px) {
.loginform {
	width:100%;
	border:2px solid #000;
	margin:15px auto 10px;
	color:#DDD;
    background-color: rgba(60, 60, 60, 0.8);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";	
}	
}
@media only screen and (max-width: 479px) {
.loginform {
	width:100%;
	border:2px solid #000;
	margin:15px auto 10px;
	color:#DDD;
    background-color: rgba(60, 60, 60, 0.8);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";	
}	
}
.input-group {
	margin-bottom:10px;
}
#datum {
	font-size:20px;  
}
#logo123 {
	width:50%;
	height:auto;
	margin:auto;
    background-color: rgba(255, 255, 255, 1.0);
	border:1px solid #000;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;	
}
#timeform {
position: relative;
border:1px solid #000;
margin:5px auto;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
width:170px;
    background-color: rgba(30, 30, 30, 0.8);
}
