html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
  font-size: 16px;
  line-height: 27px;
  /* overflow-x: hidden; */
  color: #525252;
  font-family: Lora, Open Sans, arial;
  /* box-shadow: 1px 0 #F3F4F7; */
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}
a {
  text-decoration: none;
  color: inherit;
}
h3>a:hover,
a:hover {
  color: #000000;
}
.black {
  color: #333;
}
i {
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  line-height: 100%;
  color: #000;
}
h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
.heading2 {}
.heading3 {
  display: block;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0px;
  color: #000;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
::-moz-selection {
  background: #5984FF;
  text-shadow: none;
  color: #fff;
}
::selection {
  background: #5984FF;
  text-shadow: none;
  color: #fff;
}
::-moz-selection {
  background: #5984FF;
  text-shadow: none;
  color: #fff;
}
table: {
  border: 0;
}

/* ----- Custom ---------------------------- */

.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}

/* ----- Forms ----------------------------- */

form {
  width: 100%;
  max-width: 424px;
  font-size: 15px;
}
form p {
  margin: 0;
}
fieldset {
  border: 0;
  display: inline;
  margin: 0;
  padding: 0;
}
label,
.label-password {
  padding: 0px 10px 11px 0;
  float: left;
  display: block;
  vertical-align: top;
  line-height: 11px;
  font-size: 15px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.label-password {
  float: right;
  padding-right: 1px;
}
label+.input,
.label-password+.input {
  clear: both;
}
input,
select,
.nonInput,
textarea {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 48px;
  margin: 0 0 28px 0;
  padding: 5px 19px 5px 19px;
  text-align: left;
  font-size: inherit;
  line-height: inherit;
  font-family: Lora, Open Sans;
  background: #fff;
  border-radius: 0px;
  border: 1px solid #949494;
  /*@include box-shadow(rgba(0, 0, 0, 0.04) 0px 0px 1px 1px);*/
  transition: border ease 0.2s, box-shadow 0.2s ease;
  outline: 0;
  box-sizing: border-box;
}
select {
  -webkit-appearance: menulist;
}
select:invalid {
  color: #9e9e9e;
}
input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
  outline: 0;
  background: #fff;
  border: 1px solid #232323;
  /* color: #6F7488; */
  box-shadow: 0 0 0 1px #232323;
}
select:focus,
select:active {
  box-shadow: 0 0 0 1px #232323;
}

/* Bad inputs */

input.bad,
textarea.bad,
select.bad {
  border-color: #e82c60;
  box-shadow: 0 0 0 1px #e82c60;
}
input.bad:focus,
input.bad:active,
select.bad:focus,
select.bad:active,
textarea.bad:focus,
textarea.bad:active {
  box-shadow: 0 0 0 1px #e82c60;
}

/* Other */

input.half1,
input.half2 {
  width: 48%;
  display: block;
  float: left;
}
input.half1 {
  margin-right: 4%;
}
textarea {
  height: 137px;
  resize: none;
  padding-top: 12px;
  line-height: 22px;
  /* width: 99%; */
}
textarea.large {
  height: 147px;
}
.input {
  position: relative;
  margin-bottom: 30px;
}
form>.info {
  display: block;
  margin-bottom: 19px;
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
@media only screen and (max-width: 480px) {
  .input {
    margin-bottom: 27px;
  }
}

/* ----- Input errors ---------------------- */

.successmsg,
.errormsg {
  margin-top: 16px;
  font-size: 15px;
  display: none;
}
form.success .successmsg,
form.error .errormsg {
  display: block;
}
.error1 {
  position: absolute;
  top: 0;
  right: -2px;
  max-width: 74%;
  display: block;
  padding: 13px 20px;
  margin-top: -1px;
  border: 1px solid #F7FAFB;
  background-color: #FF8192;
  color: #fff;
  font-size: 13px;
  line-height: 22px;
  border-radius: 4px;
  -ms-transform: translateX(10px);
  transform: translateX(10px);
  opacity: 0;
  transition: transform ease 0.2s, opacity ease 0.2s;
}
.error1 i:before {
  content: '';
  display: block;
  position: absolute;
  left: -6px;
  top: 50%;
  margin-top: -9px;
  border-style: solid;
  border-width: 9px 6px 9px 0;
  border-color: transparent #FF8192 transparent transparent;
}
.error1 i {
  display: block;
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.error1.on {
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
@media only screen and (max-width: 410px) {
  .error1 {
    position: relative;
    left: 0;
    top: auto;
    margin-top: -2px;
    max-width: none;
    padding: 10px 17px;
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  .error1 i {
    white-space: normal;
  }
  .error1 i:before {
    left: 50%;
    top: 4px;
    margin-left: -9px;
    border-style: solid;
    border-width: 0 9px 6px 9px;
    border-color: transparent transparent #FF8192 transparent;
  }
  .error1.on {
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}

/* ----- Comment form  --------------------- */

.reply label {
  /* display: none; */
}
.reply input,
.reply textarea {}
.reply .button {
  margin-top: 0px;
  margin-bottom: 10px;
  border: none;
  box-shadow: none;
}
.reply .button.active:hover,
.reply .button.active:focus {
  color: #fff;
  background-color: #565656;
}
.reply >.info {
  display: block;
  margin-bottom: 19px;
}
.reply >.info .cancelreply {
  color: #f74766;
  padding-right: 4px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
.reply>.info .cancelreply i {}

/* ----- Button ---------------------------- */

button,
.button,
input[type='submit'] {
  width: 100%;
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding: 15px 44px;
  margin-bottom: 0;
  margin-right: 14px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  font-family: Lora, Open Sans, arial;
  border: 0;
  background-color: #232323;
  border-radius: 0px;
  box-sizing: border-box;
  transition: background-color .2s, border-color .2s, box-shadow .2s;
  outline: none;
}
.button+.button,
button+.button {
  margin-right: 0;
}
button .default,
.button .default {
  visibility: visible;
}
button .loader,
.button .loader {
  display: none;
}
button .ie,
.button .ie {
  display: none;
}
button .ie,
.button1 .ie {}

/* Active */

button.active,
.button.active {
  cursor: pointer;
}
button.active .loader,
.button.active .loader {
  display: none;
}
button.active .default,
.button.active .default {
  visibility: visible;
}
.button.loading .default {
  visibility: hidden;
}
.button.loading .loader {
  display: block;
}

/* Button1 */

input[type='submit'].active:focus,
input[type='submit'].active:hover,
button.active:focus,
.button.one.active:focus,
button.active:hover,
.button.one.active:hover {
  color: #fff;
  background-color: #565656;
  box-shadow: none;
}

/* Button2 */

.button.two {
  background-color: #fff;
  text-shadow: none;
  color: inherit !important;
  border: 2px solid #525252;
}
.button.two:focus,
.button.two:hover {
  background-color: #f9f9f9;
}
@media only screen and (max-width: 480px) {
  button,
  .button {
    padding: 15px 32px;
  }
}

/* ----- Loading --------------------------- */

.loader {
  position: absolute;
  left: 50%;
  top: 50%;
}
.loader.one {
  width: 14px;
  height: 14px;
  margin: -10px;
  padding: 0;
  border: 2px solid;
  border-top-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
  color: #397CE9;
  color: #FFFFFF;
  background-color: transparent;
  animation: loaderOne 0.9s cubic-bezier(0.435, 0.165, 0.615, 0.810) infinite;
}
@keyframes loaderOne {
  100% {
    transform: rotate(360deg);
  }
}

/* Placeholder */

::-moz-placeholder {
  color: #cccccc;
}
:-ms-input-placeholder {
  color: #cccccc;
}
::-webkit-input-placeholder {
  color: #cccccc;
}
