/*TEXT*/
/*COLORS*/
/*UTILS*/
/*FORM*/
/*500*/
/*SOCIAL-NETWORKS*/
/*BUTTONS*/
/*RESPONSIVE*/

/*TEXT*/
@font-face {
  font-family: gotham-book;
  src: url(../../fonts/Gotham-Book.otf);
}

@font-face {
  font-family: gotham-bold;
  src: url(../../fonts/Gotham-Bold.otf);
}

@font-face {
  font-family: gotham-light;
  src: url(../../fonts/Gotham-Light.otf);
}

@font-face {
  font-family: gotham-medium;
  src: url(../../fonts/Gotham-Medium.otf);
}

body {
  color: #444444;
  font-family: 'gotham-book', Helvetica, Arial, sans-serif;
  font-size: 16px;
  text-rendering: optimizeLegibility;
}

h1 {
  color: #444444;
  font-family: 'gotham-bold', Helvetica, Arial, sans-serif;
  font-size: 53px;
  margin-bottom: 34px;
}

h2 {
  color: #444444;
  font-family: 'gotham-bold', Helvetica, Arial, sans-serif;
  font-size: 34px;
  margin-bottom: 15px;
}

h3 {
  color: #444444;
  font-family: 'gotham-medium', Helvetica, Arial, sans-serif;
  font-size: 22px;
  margin-bottom: 34px;
}

h4 {
  color: #444444;
  font-family: 'gotham-bold', Helvetica, Arial, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

h5 {
  color: #444444;
  font-family: 'gotham-medium', Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin-bottom: 18px;
}

h6 {
  color: #9b9b9b;
  font-family: 'gotham-book', Helvetica, Arial, sans-serif;
  font-size: 12px;
  margin-bottom: 16px;
}

p {
  color: #444444;
  font-family: 'gotham-book', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

ol > li {
  color: #444444;
  font-family: 'gotham-book', Helvetica, Arial, sans-serif;
  font-size: 16px;
}

a {
  color: #809f5c;
  font-family: 'gotham-book', Helvetica, Arial, sans-serif;
  font-size: 16px;
  cursor: pointer;
}

a:hover, a:visited, a:active {
  color: #809f5c;
  text-decoration: underline;
}

a:focus {
  outline: none;
}

label {
  font-size: 12px;
  color: #3c3c3c;
  font-weight: 600;
}

/*!TEXT*/

/*COLORS*/
.text-black {
  color: #333;
}

.text-white {
  color: #ffffff;
}

.text-green {
  color: #6E801C;
}

.text-green-light-alternative {
  color: #80a55c;
}

.text-green-light {
  color: #92b75c;
}

.text-red {
  color: #B93E3E;
}

.text-black {
  color: #333;
}

/*!TEXT*/

/*COLORS*/
.text-black {
  color: #333;
}

.text-white {
  color: #ffffff;
}

.text-green {
  color: #6E801C;
}

.text-green-light-alternative {
  color: #80a55c;
}

.text-green-light {
  color: #92b75c;
}

.text-red {
  color: #B93E3E;
}

.black {
  color: #000000;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f5f5f5;
}

/*!COLORS*/

/*UTILS*/
.bold {
  font-family: 'gotham-bold', Helvetica, Arial, sans-serif;
}

.hard-shadowed {
  text-shadow: 0 6px 6px rgba(0, 0, 0, 0.8);
}

.subtile-shadowed {
  text-shadow: 0 1px 8px rgba(0, 0, 0, 1);
}

.fixedHeader {
  position: fixed !important;
  top: 0;
  z-index: 1000;
}

.fullwidth {
  width: 100%
}

.no-decoration,
.no-decoration:hover,
.no-decoration:focus,
.no-decoration:active,
.no-decoration:visited {
  text-decoration: none;
}

.globalWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-box-direction: normal;
  -o-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mainBodyFlex {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-box-direction: normal;
  -o-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-box-flex: 1;
  -o-box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
}

.icon-img {
  max-height: 150px;
}

.have-sidebar {
  position: relative;
  padding-left: 280px;
  padding-right: 15px;
}

.have-sidebar-container {
  max-width: 1500px;
}

.checkbox-label {
  vertical-align: middle;
}

.page-center {
  text-align: center;
  margin: 0 auto
}

.close {
  opacity: 1;
}

.font-medium {
  font-family: 'gotham-medium', Helvetica, Arial, sans-serif;
}

.font-book-bold {
  font-family: 'gotham-bold', Helvetica, Arial, sans-serif;
}

.font-book {
  font-family: 'gotham-book', Helvetica, Arial, sans-serif;
}

.text-green-light {
  color: #92b75c;
}

/*!UTILS*/

/*FORM*/
.form-control {
  height: 40px;
  border-radius: 3px;
  border: 1px solid #afafaf;
  color: #afafaf;
  font-family: 'gotham-book', Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.form-group {
  margin-bottom: 20px;
}

button, input, optgroup, select, textarea {
  border: 0;
}

.loginFormSection {
  padding: 125px 0 40px;
}

.loginFormContainerMax {
  max-width: 480px;
}

.img-LoginLogo {
  display: table;
  margin: 0 auto;
  max-height: 60px;
}

.form-login-control {
  color: #afafaf;
  background-color: #ffffff;
  font-family: 'gotham-book', Helvetica, Arial, sans-serif;
  font-size: 14px;
  border-radius: 3px;
  border: 1px solid #dfe0e6;
}

.loginButtonContainer {
  padding-top: 16px;
}

.loginButtonContainer > .button1 {
  float: right;
  padding: 8px 13px;
}

.loginButtonContainer > .contactoChecksContainer {
  display: inline-block;
}

.loginButtonContainer > .contactoChecksContainer > .contactoCheckContainer {
  padding: 0;
}

.loginForgottenPass, .loginForgottenPass:focus, .loginForgottenPass:hover {
  font-family: 'gotham-book', Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #809f5c;
  padding-top: 26px;
}

.loginNewContainer {
  padding-bottom: 26px;
  display: block;
}

.loginNew {
  color: #444444;
  display: inline-block;
  font-family: 'gotham-book', Helvetica, Arial, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}

.registerNow, .registerNow:visited, .registerNow:focus, .registerNow:active {
  color: #fff !important;
  display: block;
  margin-top: 15px;
  margin-bottom: 30px;
  border-radius: 6px;
}

.registerNow:hover {
  color: #6f803e !important;
  display: block;
}

.loginRegisterSeparator:before {
  font-size: 13px;
  content: " | ";
  color: #3c3c3c;
}

.loginIntroTextContainer {
  padding-top: 10px;
}

.loginLegalLinkContainer {
  padding-top: 14px;
}

.loginLegalLink, .loginLegalLink:focus, .loginLegalLink:hover {
  color: #9b9b9b;
  text-decoration: underline;
}

.img-emailSent {
  max-height: 128px;
}

.img-notFound {
  max-height: 102px;
}

.notFoundButtonContainer {
  padding: 40px 0 40px;
}

.resetPasswordTextContainer {
  padding: 30px 0 28px;
}

.resetPasswordButtonContainer {
  padding-top: 16px;
}

.resetPasswordContainer > .button4 {
  padding: 8px 13px;
}

.resetPasswordTextRemember {
  max-width: 326px;
}

.resetPasswordTextRemember > p {
  font-family: 'gotham-book-italic', Helvetica, Arial, sans-serif;
}

.resetPasswordContainerMax {
  max-width: 480px;
  display: block;
}

.resetPasswordNormalInputRight > i {
  right: 18px;
  top: 3px !important;
}

.newPasswordContainer {
  padding-bottom: 20px;
}

.loginForm {
  margin-bottom: 30px;
}

.contactoCheck {
  margin-left: 0 !important;
}

.contactoCheckText a {
  display: block;
  font-size: 13px;
}

.contactoCheckText.noBlock a {
  display: inline;
  white-space: nowrap;
}

.table-condensed {
  color: #3c3c3c;
}

/*!FORM*/

/*500*/
.error500 {
  padding: 150px 0;
}

.error500 a,
.error500 h3,
.error500 h1 {
  color: #3c3c3c;
}

.error500 h3 {
  font-family: 'gotham-bold', Helvetica, Arial, sans-serif;
  font-size: 20px;
  margin-bottom: 30px;
}

/*!500*/

/*SOCIAL-NETWORKS*/
.social {
  position: fixed;
  top: 300px;
  right: 25px;
  z-index: 100;
  width: 0;
}

.social ul li a {
  color: #fff;
  font-family: 'gotham-book', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
}

.social ul li:hover a {
  color: #fff;
}

.me {
  width: 400px;
  margin: 90px auto;
}

.me p,
.me h1 {
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
}

.me p {
  font-weight: 200;
}

.me span {
  font-weight: bold;
}

.social ul {
  padding: 0px;
  -webkit-transform: translate(-40px, 0);
  -moz-transform: translate(-40px, 0);
  -ms-transform: translate(-40px, 0);
  -o-transform: translate(-40px, 0);
  transform: translate(-40px, 0);
}

.social ul li {
  display: block;
  margin: 5px;
  background: #0d0d0d;
  width: 300px;
  text-align: left;
  padding: 10px;
  -webkit-border-radius: 30px 0 0 30px;
  -moz-border-radius: 30px 0 0 30px;
  border-radius: 30px 0 0 30px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.social ul li:hover {
  -webkit-transform: translate(-110px, 0);
  -moz-transform: translate(-110px, 0);
  -ms-transform: translate(-110px, 0);
  -o-transform: translate(-110px, 0);
  transform: translate(-110px, 0);
}

.social ul li:hover i {
  color: #809f5c;
  background: #fff;
  -webkit-transform: rotate(-360deg);
  -moz-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  transform: rotate(-360deg);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.social ul li i {
  margin-right: 10px;
  color: #0d0d0d;
  background: #fff;
  padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background: #ffffff;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

/*!SOCIAL-NETWORKS*/

/*BUTTONS*/
.button1,
.button1:focus {
  background-color: #93b85c;
  border-radius: 3px;
  color: #ffffff !important;
  padding: 11px 20px;
  font-family: 'gotham-bold', Helvetica, Arial, sans-serif;
  font-size: 17px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.button1:hover {
  color: #ffffff !important;
  text-decoration: none;
  background-color: #a1c16b;
}

.button2,
.button2:focus {
  background-color: transparent;
  border-radius: 3px;
  border: 3px solid #fff;
  color: #ffffff !important;
  padding: 20px;
  font-family: 'gotham-bold', Helvetica, Arial, sans-serif;
  font-size: 17px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.button2:hover {
  color: #a1c16b !important;
  text-decoration: none;
  background-color: #fff;
}

.button3,
.button3:focus {
  background-color: transparent;
  border-radius: 3px;
  border: 3px solid #6f803e;
  color: #6f803e !important;
  padding: 15px 15px;
  font-family: 'gotham-bold', Helvetica, Arial, sans-serif;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.button3:hover {
  color: #fff !important;
  text-decoration: none;
  background-color: #6f803e;
}

.button4,
.button4:focus {
  background-color: #6f803e;
  border-radius: 3px;
  border: 3px solid #6f803e;
  color: #fff !important;
  padding: 15px 15px;
  font-family: 'gotham-bold', Helvetica, Arial, sans-serif;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.button4:hover {
  color: #6f803e !important;
  text-decoration: none;
  background-color: transparent;
}

.button5,
.button5:focus {
  background-color: #fff;
  border-radius: 3px;
  border: 3px solid #fff;
  color: #6f803e !important;
  padding: 15px 15px;
  font-family: 'gotham-bold', Helvetica, Arial, sans-serif;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.button5:hover {
  color: #fff !important;
  text-decoration: none;
  background-color: transparent;
}

.button-class-1, .button-class-1:focus, .button-class-1:hover {
  background-color: #93b85c;
  border: 3px solid #93b85c;
  border-radius: 3px;
  color: #ffffff;
  font-family: 'gotham-bold', Helvetica, Arial, sans-serif;
  font-size: 17px;
  outline: 0;
  padding: 11px 20px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
}

.button-class-1:hover {
  background-color: #a1c16b;
  border: 3px solid #a1c16b;
  color: #ffffff;
  transition: all 0.3s ease-in;
}

.buttonClass2, .button-class-2:focus, .button-class-2:hover {
  background-color: transparent;
  border: 3px solid #ffffff;
  border-radius: 3px;
  color: #ffffff;
  font-family: 'gotham-bold', Helvetica, Arial, sans-serif;
  font-size: 17px;
  outline: 0;
  padding: 14px 20px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
}

.button-class-2:hover {
  background-color: #ffffff;
  color: #93b85c;
  transition: all 0.3s ease-in;
}

.button-class-3, .button-class-3:focus, .button-class-3:hover {
  background-color: transparent;
  border: 3px solid #6f803e;
  border-radius: 3px;
  color: #6f803e;
  font-family: 'gotham-bold', Helvetica, Arial, sans-serif;
  font-size: 14px;
  outline: 0;
  padding: 11px 13px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
}

.button-class-3:hover {
  background-color: #6f803e;
  color: #ffffff;
  transition: all 0.3s ease-in;
}

.button-class-4, .button-class-4:focus, .button-class-4:hover {
  background-color: #6f803e;
  border: 3px solid #6f803e;
  border-radius: 3px;
  color: #ffffff !important;
  font-family: 'gotham-bold', Helvetica, Arial, sans-serif;
  font-size: 14px;
  outline: 0;
  padding: 11px 13px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
}

.button-class-4:hover {
  background-color: transparent;
  color: #6f803e !important;
  transition: all 0.3s ease-in;
}

.button-class-5, .button-class-5:focus, .button-class-5:hover {
  background-color: #6f803e;
  border: 3px solid #6f803e;
  border-radius: 3px;
  color: #ffffff;
  font-family: 'gotham-bold', Helvetica, Arial, sans-serif;
  font-size: 14px;
  outline: 0;
  padding: 7px 40px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
}

.button-class-5:hover {
  border-color: #ffffff;
  background-color: transparent;
  transition: all 0.3s ease-in;
}

/*!BUTTONS*/

/*RESPONSIVE*/
@media only screen and (max-width: 991px) {
  .character-img {
    max-height: 250px;
  }

  .icon-img {
    max-height: 80px;
  }

  .social {
    display: none;
  }
}

@media only screen and (max-width: 767px) {

  body {
    font-size: 14px;
  }

  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 14px;
  }

  h5 {
    font-size: 14px;
  }

  h6 {
    font-size: 10px;
  }

  p {
    font-size: 14px;
  }

  ol > li,
  ul > li {
    font-size: 14px;
  }

  a {
    font-size: 14px;
  }

  .button1,
  .button2 {
    font-size: 20px;
    padding: 25px 60px;
  }
}
