body {
  background: #dfdfdc url("../img/profit/background.png") center top no-repeat;
  background-size: cover; }

#main {
  display: flex;
  margin: auto;
  max-width: 1231px;
  padding-top: 65px; }

#main .green-button {
  height: 55px;
  cursor: pointer;
  display: flex;
  align-items: center;
  background-color: #a7cd45;
  border: 0;
  border-radius: 28px;
  color: #ffffff;
  font-family: 'VerdanaPro', sans-serif;
  font-size: 20px;
  transition: background-color .5s ease, color .5s ease; }

#main .green-button:hover {
  background-color: #ffffff;
  color: #a7cd45; }

#right-col article h1, .wikiPreview p strong {
  font-family: 'GeorgiaSemiBold', serif;
  font-size: 25px;
  font-weight: 400;
  text-align: left;
  margin: 25px auto 13px -5px;
  display: block; }
  @media screen and (max-device-width: 960px) {
    #right-col article h1, .wikiPreview p strong {
      margin: 25px auto 13px 0;
      font-weight: 800; } }

@media screen and (max-device-width: 960px) {
  #right-col article h1 {
    margin: 25px auto 13px 25px; } }

#main aside {
  max-width: 231px;
  margin-top: 25px; }
  @media screen and (max-device-width: 960px) {
    #main aside {
      max-width: 180px; } }

#main aside #social-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 181px;
  height: 400px;
  margin-top: 25px; }

#main aside #social-wrapper a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 38px;
  width: 60px;
  height: 60px;
  border: 3px solid #000000;
  border-radius: 50%;
  transition: background-color .5s ease, color .5s ease; }

#main aside #social-wrapper #facebook {
  border-color: #3c5b9b;
  color: #3c5b9b; }

#main aside #social-wrapper #facebook:hover {
  background-color: #3c5b9b;
  color: #ffffff; }

#main aside #social-wrapper #twitter {
  border-color: #2daae1;
  color: #2daae1; }

#main aside #social-wrapper #twitter:hover {
  background-color: #2daae1;
  color: #ffffff; }

#main aside #social-wrapper #instagram {
  border-color: #517fa4;
  color: #517fa4; }

#main aside #social-wrapper #instagram:hover {
  background-color: #517fa4;
  color: #ffffff; }

#main #right-col {
  max-width: 1000px;
  width: 100%; }

#main #right-col #actual-left {
  float: left; }

@media screen and (max-device-width: 960px) {
  #main #right-col #actual-left img {
    display: block;
    float: left;
    width: 100%; } }
#main #right-col #actual-left #button-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  width: 570px; }

#main #right-col #actual-left #button-wrapper a {
  text-decoration: none; }

#main #right-col #actual-left #button-wrapper button {
  width: 385px; }

#main #right-col #actual-left #button-wrapper button div {
  float: left; }

#main #right-col #actual-left #button-wrapper button #download-text-wrapper {
  padding: 0 25px; }

#main #right-col #actual-left #button-wrapper button #download-icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background-color: #ffffff;
  margin-left: 4px;
  margin-right: 20px; }

#main #right-col #actual-left #button-wrapper button #download-icon-wrapper i {
  color: #000000; }

#main #right-col #actual-left #title-img-wrapper a img {
  margin: 0 60px;
  max-width: 450px; }

@media screen and (max-device-width: 960px) {
  #main #right-col #actual-left #button-wrapper button {
    margin: 0 auto;
    text-align: left;
    margin-left: -60px; } }
@media screen and (max-device-width: 960px) {
  #main #right-col #actual-left #button-wrapper {
    display: inline-block; } }
@media screen and (max-device-width: 960px) {
  #main #right-col #actual-left {
    display: block;
    float: left;
    width: 100%;
    font-size: 15px; } }
#main #right-col #actual-right {
  flex-direction: column;
  margin-left: 580px; }

#main #right-col #actual-right article {
  margin-bottom: 25px; }

#main #right-col #actual-right h1 {
  margin-bottom: 13px; }

#main #right-col #actual-right p {
  font-family: 'VerdanaProLight', sans-serif;
  font-size: 15px;
  line-height: 1.2;
  margin-left: 30px;
  max-width: 395px;
  padding-bottom: 0; }
  @media screen and (max-device-width: 960px) {
    #main #right-col #actual-right p {
      max-width: 90%; } }

#main #right-col #actual-right p strong {
  margin-left: -35px; }
  @media screen and (max-device-width: 960px) {
    #main #right-col #actual-right p strong {
      margin-left: 0; } }

#main #right-col #actual-right p a {
  text-decoration: underline;
  color: #000000; }

@media screen and (max-device-width: 960px) {
  #main #right-col #actual-right {
    display: block;
    float: left;
    max-width: 960px;
    margin-top: 40px;
    margin-left: 0; } }
#main #regform {
  float: left;
  max-width: 780px;
  text-align: left; }

#main #regform h1 {
  margin: 68px auto;
  margin-top: 120px;
  font-family: 'GeorgiaSemiBold', serif;
  font-size: 25px;
  font-weight: 400; }

#main #regform form {
  font-family: 'VerdanaProLight', sans-serif;
  font-size: 16px; }

#main #regform form input[type='text'] {
  font-family: 'VerdanaProLight', sans-serif;
  font-size: 16px;
  height: 50px;
  margin: 0 10px 10px 0;
  padding-left: 23px;
  border: 1px solid #b3b3b3;
  border-radius: 6px; }

#main #regform form input[type='text']:nth-child(1) {
  width: 180px; }

#main #regform form input[type='text']:nth-child(2) {
  width: 250px; }

#main #regform form input[type='text']:nth-child(4) {
  width: 350px; }

#main #regform form input[type='text']:nth-child(5) {
  width: 200px; }

#main #regform form input[type='text']:nth-child(6) {
  width: 200px;
  margin-right: 0; }

#main #regform form input[type='text']:nth-child(8) {
  width: 350px; }

#main #regform form input[type='text']:nth-child(9) {
  width: 140px; }

#main #regform form input[type='text']:nth-child(10) {
  width: 260px;
  margin-right: 0; }

#main #regform form input[type='text']:nth-child(12) {
  width: 300px; }

#main #regform form input[type='text']:nth-child(13) {
  width: 255px; }

#main #regform form div {
  display: flex;
  justify-content: space-between;
  align-items: center; }

#main #regform form div #radio-wrapper {
  display: flex;
  position: relative;
  align-items: center; }

#main #regform form div #radio-wrapper label {
  margin-left: 15px;
  color: #b3b3b3; }

#main #regform form div #radio-wrapper label a {
  color: #b3b3b3;
  text-decoration: underline; }

#main #regform form input[type='submit'] {
  width: 200px;
  justify-content: center; }

#main #slider {
  float: left; }

#main #slider h1 {
  margin: 45px 0;
  margin-top: 150px;
  text-align: left;
  font-family: 'GeorgiaSemiBold', serif;
  font-size: 25px;
  font-weight: 400; }

#main #slider #rotator-wrapper {
  width: 1000px;
  position: relative;
  text-align: center; }
  @media screen and (max-device-width: 960px) {
    #main #slider #rotator-wrapper {
      left: -60px;
      width: 760px; } }

#main #slider #rotator-wrapper ul {
  list-style: none outside none;
  padding-left: 0;
  margin: 0; }

#main #slider #rotator-wrapper button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 42px;
  position: absolute;
  top: 40%; }

#main #slider #rotator-wrapper #nextSlide {
  right: -78px; }

#main #slider #rotator-wrapper #nextSlide i {
  position: relative;
  left: 2px;
  bottom: 1px; }

#main #slider #rotator-wrapper #prevSlide {
  left: -78px; }

#main #slider #rotator-wrapper #prevSlide i {
  position: relative;
  right: 2px;
  bottom: 1px; }

#main #slider #rotator-wrapper img {
  max-width: 140px; }

.alertbox {
  font-size: 25px;
  font-weight: bold;
  padding: 100px;
  top: 20%;
  left: 33%;
  position: fixed;
  z-index: 10;
  border: solid 2px #0a0405; }

.registred {
  background: #a7cd45;
  text-align: center; }

.error {
  background: red; }

.error ul {
  margin-top: 20px;
  list-style: initial; }

.flashes .flash {
  margin: auto; }

.flashes {
  float: none; }

#frmregisterForm-agreement-0 {
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 27px;
  height: 27px;
  background: #fff;
  border: 1px solid #b3b3b3;
  border-radius: 50%;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

#frmregisterForm-agreement-0:hover {
  border: 1px solid #76a228; }

#frmregisterForm-agreement-0:checked {
  background: radial-gradient(#76a228 30%, #fff 30%); }

@media screen and (max-width: 1000px) and (min-width: 768px) {
  #right-col {
    display: block !important;
  }
}

/*# sourceMappingURL=profit.css.map */
