@charset "utf-8";

body {
  font-family: 'GreatVibes';
}

@font-face {font-family: "GreatVibes";
  src: url("../fonts/GreatVibes-Regular.ttf") format("truetype");
}


@font-face {font-family: "Tangerine";
  src: url("../fonts/Tangerine-Regular.ttf") format("truetype");
}


@font-face {
    font-family: 'Parisienne';
    src: url('../fonts/Parisienne-Regular.ttf') format('truetype');
}



@font-face {
    font-family: 'Arapey';
    src: url('../fonts/Arapey-Regular.ttf') format('truetype');
}



@font-face {
    font-family: 'Caranda';
    src: url('../fonts/Caranda.ttf') format('truetype');
}

#headermistiq {
  background: url('../images/mistiq_bg_woman.png');
  height: 1200px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
}

.imagebg_home {  background: rgb(143,136,148);
  background: linear-gradient(0deg, rgba(143,136,148,0) 0%, rgba(143,136,149,1) 50%, rgba(101,85,108,1) 100%);
  height: 500px;
  padding: 100px 0px;
}


#login,
#register {

  background: radial-gradient(circle, rgba(35,1,35,0.9) 0%, rgba(1,10,2,0.9) 100%);
  border: 0px solid #FFF;
  padding: 20px;
  border-radius: 25px;
}


#login input,
#register input {
  font-size: 20px;
  color: #000 !important;
  height: 60px;
  font-family: 'Arapey' !important;
}


#login label,
#register label {
  color: #fff;
  font-size: 30px;
  font-family: 'Arapey' !important;
}


#login .btn-login-ok,
#register .btn-register,
.btn-recover-password-ok {
  background: rgb(161,76,132);
background: radial-gradient(circle, rgba(161,76,132,1) 0%, rgba(101,41,103,1) 100%);
border: 0px;
width: 50%;
padding: 10px;
color: #fff;
font-family: 'Caranda';
font-size: 25px;
border-radius: 20px;
margin: 0 auto;
display: block;
}

input[type="password"] {
  font-size: 20px !important;
}

.forgot_password {
  font-family: 'Arapey';
  color: #fff;
  font-size: 25px;
}


 h4 {
  font-family: 'GreatVibes';
  color: #fff;
  font-size: 70px !important;
  text-align: center;
}


h4.registermsg {
  font-family: 'Caranda';
  font-size: 25px !important;
  text-align: center;

}

 h4 {
  font-size: 40px !important;
  text-transform: initial;
}


#password_modal .alert-info, .alert {
  font-size: 30px;
}

#password_modal .modal-body {
      background: radial-gradient(circle, rgba(149, 109, 130, 0.8) 0%, rgba(206, 194, 194, 0.8) 100%);
}

#password_modal .modal-header {
  background: radial-gradient(circle, rgba(35, 1, 35, 0.9) 0%, rgba(1, 10, 2, 0.9) 100%)
}

#password_modal .modal-content {
  border: 3px solid #fff;
  border-radius: 15px;
  color: #fff;
}

.registerbtn,
.loginbtn {
background: rgb(207,124,27);
background: radial-gradient(circle, rgba(207,124,27,1) 0%, rgba(181,75,89,1) 100%);
border: 0px;
width: 50%;
padding: 10px;
font-family: 'Caranda';
color: #fff;
font-size: 25px;
border-radius: 20px;
margin: 0 auto;
display: block;
}

#register {
  display: none;
}


#members {
background: rgb(16,33,40);
background: linear-gradient(90deg, rgba(71,2,39,1) 0%, rgba(46,3,3,1) 100%);
}


.abouthomepage {
  color: #fff;
  font-size: 30px;
  text-align: center;
}

.abouthomepage::before {
  content: "";
  background: url(../images/topdecoration-mistiq.png);
  width: 100%;
  height: 120px;
  display: block;
  background-position: left top;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: 50px;
}
.abouthomepage::after {
  content: "";
  background: url(../images/bottomdecoration-mistiq.png);
  width: 100%;
  height: 120px;
  display: block;
  background-position: left top;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}



.testimonials {
  background: url(../images/testimonials-bg-mistiq.jpg);
  padding: 100px 50px 550px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center -170px;

}

.testimonials img {

  float: right;
  margin-top: 15px;
}


.testimonials .author {
  font-size: 35px !important;
  float: left;
  color: #000;
  margin-left: 60px;
}

.testimonials .testimonial_para {
  clear: both;
  font-size: 14px;
  font-family: "Open Sans, ​sans-serif" !important;
}


.boxtestimonials{
  padding: 20px; background: #fff; border-radius: 20px;

  margin: 0px 20px;
}


.imgtestimonials {
  width: 100px;
  border-radius: 100%;
  height: 100px;
  position: absolute;
  top: -50px;
  left: 10px;
  border: 4px solid #fff;
}

.titleoftestimonials {
  margin-bottom: 130px;
  padding-top: 45px;
  margin-top: -70px;
}


.bgtestimonials {
    background: url(../images/bg-title-testimoniale.png);
    background-size: 40%; /* Modificare dimensiune imagine la 40% din dimensiunea originală */
    background-repeat: no-repeat;
    height: 400px; /* Reducerea înălțimii pentru a se potrivi cu dimensiunea imaginii */
    background-position: center -50px;
}

.testimonials_mobile {
  display: none;
}




.testimonials {
  background: url(../images/testimonials-bg-mistiq.jpg);
  padding: 100px 50px 300px !important;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;



}

@media (max-width: 767px) {




/* TESTIMONIALE MOBILE */
  .testimonials_mobile {
    background: url(../images/bg-title-testimoniale.png);
    background-size: 70%;
    background-repeat: no-repeat;
    height: auto;
    background-position: center top;
    display: block;
    padding-bottom: 150px;
    margin-bottom: 100px;
  }
  .testimonial_subtitle{
    color: rgba(226,82,26,1);
    font-size: 14px;
    font-family: Garamond, serif;
  }
  .testimonial_btn{
    background: linear-gradient(90deg, rgba(226,82,26,1) 35%, rgba(250,181,77,1) 100%);
    color: #fafafa;
    border: none;
  }
  .seprator {
    height: 4px;
    width: 130px;
    background: linear-gradient(90deg, rgba(226,82,26,1) 35%, rgba(250,181,77,1) 100%);
  }
  .testimonial_para{
    font-style: oblique;
    font-family: Garamond, serif;
    font-size: 18px;
    margin-top:30px;
  }

  .testimonials_mobile .container{
    text-align: center;
    margin-top: 30px;
  }


  .testimonials_mobile .title{
    font-family: 'Tangerine', cursive;
    font-weight: 200 !important;
    font-size: 70px;
    color: #fff;
    margin-bottom: 50px;
  }
  .author_mobile{
    color: #000;
    display: inline;
    font-size: 30px!important;
  }
  .rating_mobile{
  float:right;
  }
  .img_mobile{
  top: -25px!important;
  }

  /* END TESTIMONIALE MOBILE */


}

#footermistiq {
  background: linear-gradient(90deg, rgba(20,20,20,1) 0%, rgba(19,18,20,1) 50%, rgba(20,20,20,1) 100%);
}

#footermistiq .footer-links {
  font-family: 'Tangerine' !important;
}

.modal {
  color: #333 !important;
}


.modal-header {
  background: linear-gradient(45deg, #f6bb15, #da2d0b);
  border: none;
}

.modal textarea {
  border-style: solid;
    border-width: 3px;
    border-image: linear-gradient(45deg, #f6bb15, #da2d0b) 1;
}


.height400 {
  height: 400px;
}

.height450 {
  height: 510px;
}

.form-reg-part-2 h3 {
  font-weight: 300;
}

li.redbutton a {
  /*background: #3A598C !important;*/
  /*color: #3A598C !important;*/
}

footer ul {
  list-style-type: none;
  display: block;
  text-align: center;
  background: #34495e;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.modal-icon {
  font-size: 84px;
  color: #e2e3e3;
}

footer ul li {
  display: inline-block;
  padding-right: 12px;
}

footer ul li a {
  color: #fff;
}

footer ul li a:hover {
  text-decoration: none;
  color: #dadada;
}

footer ul li:last-child {
  padding-right: 0;
}

.logreg_block {
  padding: 23px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.footercontent {
  padding-bottom: 15px;
}


.how_it_works {
  padding-top: 20px;
  padding-bottom: 63px;
}

.block_how_to {
  text-align: center;
}

.block_how_to i {
  font-size: 50px;
  color: #333;
  background: #dadada;
  border-radius: 100px;
  padding: 25px;
}

.how_to_title {
  text-align: center;
  display: block;
  font-size: 22px;
  color: #333;
  padding-top: 16px;
}

.how_to_desc {
  color: #b3b3b3;
  font-style: italic;
  font-size: 21px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
}

/* #Emerald Flat Button
==================================================*/
.emerald-flat-button {
  position: relative;
  vertical-align: top;
  width: 100%;
  height: 60px;
  padding: 0;
  font-size: 22px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background: #2ecc71;
  border: 0;
  border-bottom: 2px solid #28be68;
  cursor: pointer;
  -webkit-box-shadow: inset 0 -2px #28be68;
  box-shadow: inset 0 -2px #28be68;
}
.emerald-flat-button:active {
  top: 1px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* #Orange Flat Button
==================================================*/
.orange-flat-button {
  position: relative;
  vertical-align: top;
  width: 100%;
  height: 60px;
  padding: 0;
  font-size: 22px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background: #f39c12;
  border: 0;
  border-bottom: 2px solid #e8930c;
  cursor: pointer;
  -webkit-box-shadow: inset 0 -2px #e8930c;
  box-shadow: inset 0 -2px #e8930c;
}
.orange-flat-button:active {
  top: 1px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* #Nephritis Flat Button
==================================================*/
.nephritis-flat-button {
  position: relative;
  vertical-align: top;
  width: 100%;
  height: 60px;
  padding: 0;
  font-size: 22px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background: #27ae60;
  border: 0;
  border-bottom: 2px solid #219d55;
  cursor: pointer;
  -webkit-box-shadow: inset 0 -2px #219d55;
  box-shadow: inset 0 -2px #219d55;
}
.nephritis-flat-button:active {
  top: 1px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* #Peter River Flat Button
==================================================*/
.peter-river-flat-button {
  position: relative;
  vertical-align: top;
  width: 100%;
  height: 60px;
  padding: 0;
  font-size: 22px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background: #3498db;
  border: 0;
  border-bottom: 2px solid #2a8bcc;
  cursor: pointer;
  -webkit-box-shadow: inset 0 -2px #2a8bcc;
  box-shadow: inset 0 -2px #2a8bcc;
}
.peter-river-flat-button:active {
  top: 1px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* #Graphite Flat Button
==================================================*/
.graphite-flat-button {
  position: relative;
  vertical-align: top;
  height: 44px;
  background: #16a085;
  padding: 0;
  color: white;
  text-align: center;
  cursor: pointer;
}
.graphite-flat-button:active {
  top: 1px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.second-part-titles {
  text-align: center;
  margin-top: 4px;
}

.copyright {
  text-align: right;
  padding-top: 10px;
  color: #b3b3b3;
}

.second-part-titles h4 {
  color: #b3b3b3;
}

.second-part-titles h2 {
  color: #333 !important;
  display: inline;
}

/* #Belize Hole Sea Flat Button
==================================================*/
.belize-hole-flat-button {
  position: relative;
  vertical-align: top;
  width: 100%;
  height: 60px;
  padding: 10px;
  font-size: 22px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background: #2980b9;
  border: 0;
  border-bottom: 2px solid #2475ab;
  cursor: pointer;
  -webkit-box-shadow: inset 0 -2px #2475ab;
  box-shadow: inset 0 -2px #2475ab;
}
.belize-hole-flat-button:active {
  top: 1px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.logo a {
  color: #fff;
  font-family: "Dancing Script", cursive;
  font-size: 80px;
  padding-left: 15px;
  font-weight: 800;
  padding-right: 15px;
  padding-bottom: 7px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  padding-top: 7px;
}

.logo a:hover {
  color: #fff;
  text-decoration: none;
}

.icon-placeholder i {
  font-size: 67px;
  color: #595c60;
  line-height: 136px;
}
.form_txt {
  color: #fff;
  text-align: right;
  font-size: 32px;
  line-height: 69px;
}

.form-reg-part-2 {
  display: none;
  text-align: center;
  color: #fff;
}

.logo img {
  max-width: 300px;
  display: inline-block;
}

.buttons_reglog li.btn-register-mob {
  display: inline-block;
  border-radius: 3px;
  -moz-border-radius: 3px;
  text-align: center;
  -webkit-border-radius: 3px;
  cursor: pointer;

  line-height: 25px;
  padding: 12px 22px !important;

  transition: background-color 0.5s ease;
}

.buttons_reglog li.btn-login {
  display: inline-block;
  border-radius: 3px;
  -moz-border-radius: 3px;
  text-align: center;
  -webkit-border-radius: 3px;
  cursor: pointer;

  line-height: 25px;
  padding: 5px 22px;

  transition: background-color 0.5s ease;
}

.modal .form-control {
  font-size: 18px;
}

.modal .btn {
  font-size: 20px;
}

.btn-register {
  font-size: 20px;
  width: inherit;
  padding-top: 16px;
}

.buttons_reglog li.btn-register-mob {
  display: inline-block;
  border-radius: 3px;
  -moz-border-radius: 3px;
  text-align: center;
  -webkit-border-radius: 3px;
  cursor: pointer;

  line-height: 25px;
  padding: 6px 22px;

  transition: background-color 0.5s ease;
}

.error-login {
  display: none;
}

.error-forgot-password {
  display: none;
}

.actions-btn {
  margin-top: 21px;
}

.first_part {
  margin-bottom: 20px;
}

.buttons_reglog {
  padding-top: 10px;
  list-style-type: none;
}

.buttons_reglog li {
  float: left;
}

.buttons_reglog li.btn-register-mob a:hover {
  text-decoration: none;
}

.buttons_reglog li.btn-register-mob a {
  color: #fff;
  font-size: 20px;
  line-height: 35px;
}

.buttons_reglog li.btn-login a:hover {
  text-decoration: none;
}

.buttons_reglog li.btn-login a {
  color: #fff;
  font-size: 16px;
  line-height: 35px;
}

.already_registered {
  margin-right: 20px;
  font-size: 16px;
  line-height: 51px;

  color: #fff;
}

.error-register {
  display: none;
  text-align: center;
}

.reg_btn_placeholder {
}

.password_form {
  text-shadow: none !important;
}

.alert-recovery-password {
  display: none;
}

.form-reg-part-2 label {
  font-size: 20px;
}

.form-reg-part-2 .help-block {
  color: #dadada !important;
  text-align: left;
}
.form_reg {
  display: none;
}
#loginmob .form-control {
  font-size: 20px;
  height: 40px;
}

.btn-continue:hover {
}
strong,
b {
  font-weight: 600;
}
h1 {
  font-size: 36px;
  line-height: 36px;
}
h2 {
  font-size: 40px;
  font-weight: 600;
  margin: 15px 0;
}
h3 {
  font-size: 30px;
  margin: 10px 0;
  font-weight: 600;
}
h4 {
  font-size: 25px;
  margin: 10px 0;
}
h5 {
  font-size: 20px;
  /*font-weight: 600;*/
  margin: 15px 0;
  color: #fff;
}
h6 {
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0;
  color: #384047;
}

.form-reg-part-2 .form-control {
  /* height: 54px !important; */
  /* font-size: 30px; */
}

.form-control {
  box-shadow: none;
  border-color: #fff;
}

.inner_firstpart {
  background-color: #c0392b;
}

.firstpartheader_bgcolor {
  background-color: #34495e;
  height: 100%;
  padding: 30px 15px;
  padding-bottom: 92px;
}

.firstpartheader {
  color: #fff;
  text-align: center;
}

.logo {
  padding: 10px 0;
  text-align: center;
}

.firstpartheader .main-title {
  margin-bottom: 40px;
}

.firstpartheader .sub-title {
  font-size: 25px;
  margin-bottom: 33px !important;
}

select {
  text-align: center !important;
}

@media (max-width: 1180px) {
  .btn-continue {
    font-size: 19px;
  }
}

@media (max-width: 992px) {
  .already_registered {
    display: none;
  }

  .form-reg-part-2 .form-control {
    font-size: 19px;
  }

  .form-reg-part-2 label {
    font-size: 15px;
  }

  .first_part {
    margin-bottom: 22px;
  }

  .main-title {
    display: none;
  }

  .sub-title {
    display: none;
  }
}

@media (max-width: 992px) {
  .logo.pull-left {
    float: none !important;
  }

  .firstpartheader {
    background-image: none;
  }

  .buttons_reglog .btn {
    display: block;
  }

  .buttons_reglog {
    display: inline-block;
    padding: 0;
  }

  .pull-right.actions-btn {
    float: none !important;
    text-align: center;
  }

  .form_txt {
    text-align: center;
  }
}

.icon-placeholder {
  background: #e5e8ec;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 140px;
  height: 140px;
  margin: 0 auto;
}

.form-reg-part-2 .line {
  position: absolute;
  left: 49%;
  top: 0;
  bottom: 0;
  width: 1px;

  z-index: 1;
}

.form-reg-part-2 .wordwrapper {
  text-align: center;
  height: 12px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -12px;
  z-index: 2;
}

.form-reg-part-2 .word {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 3px;
  background: #34495e;
  font-size: 15px;
  width: 50px;
  height: 50px;
  line-height: 44px;
  margin: auto;

  border-radius: 50px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 50px;

  border: 1px solid #1d2939;
}

.facebook_choice {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 153px;
}

.facebook_choice .description {
  line-height: 24px;
  margin-bottom: 10px;
}

.or_horizontal_line {
  display: none;
}

.flatbutton.blue {
  background-color: #3b5999 !important;
  font-weight: normal;
  color: #fff !important;
  font-size: 20px;
  border-radius: 3px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border: 1px solid #6b97e7;
}
.flatbutton.blue:hover {
  background-color: #4470c0 !important;
}
.flatbutton.blue:active {
  background-color: #376ed5;
}

.strikey {
  margin: 24px 0 12px;
  text-align: center;
}
.strikey:before,
.strikey:after {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  content: " ";
  margin-top: 12px;
  position: absolute;
  width: 46%;
}
.strikey:before {
  left: 0;
}
.strikey:after {
  right: 0;
}

.modal-body .strikey {
  margin-top: 3px;
}

.topbar {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
}

.topbar_cross {
  float: right;
  font-size: 25px;
  line-height: 28px !important;
  cursor: pointer;
}

.topbar i {
  padding-right: 4px;
  vertical-align: -1px;
}

.topbar.error {
  background-color: #c0392b;
  color: white;
}

/*==========9. CUSTOM MEDIA QUERIES==============*/

@media (max-width: 1200px) {
  .or_vertical_line {
    display: none;
  }

  .or_horizontal_line {
    display: block;
  }

  .facebook_choice {
    margin-top: 21px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .ucarousel {
    display: none;
  }
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
  h5 {
    line-height: 25px;
  }
  .firstpartheader {
    background-attachment: scroll;
  }
  .firstpartheader .sub-title {
    font-size: 18px;
    line-height: 25px;
  }
  .signup-block .form-title {
    font-size: 20px;
  }
  .input-lg {
    font-size: 16px;
    height: 45px;
  }
  .zigzag-lead {
    text-align: center;
  }
  .logreg_block [class*="col-"]:not(:first-child) {
    margin-top: 20px;
  }
  .second-part-titles {
    margin-top: 50px;
  }
}

@media (max-width: 480px) {
  #top {
    padding-top: 10px;
  }

  .block_how_to {
    padding-bottom: 35px;
  }

  .logo {
    padding-bottom: 0;
  }

  .copyright.pull-right {
    float: none;
    text-align: center;
    display: block;
    width: 100%;
  }

  .form-reg-part-1 {
    margin-top: 0 !important;
  }

  .actions-btn {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .first_part {
    margin-bottom: 0 !important;
  }

  .buttons_reglog {
    margin-bottom: 0;
  }

  .form_txt {
    font-size: 30px;
    line-height: 27px;
  }

  .btn-register {
    font-size: 20px;
    padding-top: 12px;
    line-height: 0.8;
    margin-top: 15px !important;
    display: block;
    height: 41px !important;
  }

  .btn-continue {
    font-size: 20px;
    line-height: 0.8;
    height: 41px !important;
  }

  .buttons_reglog li.btn-login {
    padding-top: 5px;
  }
}

@media (max-device-width: 992px) {
  .firstpartheader {
    background-size: cover;
    background-attachment: scroll;
  }

  .strikey:before,
  .strikey:after {
    width: 41%;
  }
}

.app-links {
  padding-bottom: 63px;
}

.app-links img {
  margin-left: 7px;
}

.terms-block {
  font-size: 20px;
  text-align: right;
  color: #fff;
}

.terms-block a {
  color: #e05416;
}

#register_modal .terms-block a {
  /*color: #fff;*/
  font-weight: bold;
}

.terms-block a:hover {
  text-decoration: none;
}
.app_gdpr {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 1.5;
  color: #000 !important;
}
div.intro_intro .intro_description {
  margin: 4% 0;
  font-size: 15px !important;
  font-weight: 100;
  line-height: 20px;
  overflow: auto;
}

video {
  width: 100%;
}

.navbar {
  height: 130px;
  margin-top: 20px;
  margin-bottom: 0px;
  background: transparent;
  border-bottom: 0px;
}

.blackbackground {
  background: #000;
  padding: 50px 10px;
  color: #fff;
}

.backgroundslider {
  background: #000 url("../images/baciosegreto.jpg") no-repeat;
  background-size: 100%;
  background-position: center -50px;
  height: 620px;
  width: 100%;
  display: block;
}

.backgroundslider1 {
  background: #000 url("../images/bs1.jpg") no-repeat;
  background-size: 100%;
  background-position: center -50px;
  height: 620px;
  width: 100%;
  display: block;
}
.backgroundslider2 {
  background: #000 url("../images/bs2.jpg") no-repeat;
  background-size: 100%;
  background-position: center -100px;
  height: 620px;
  width: 100%;
  display: block;
}

#members .text-center h5 {
  /*font-family: 'Dancing Script', cursive;*/
  /*line-height: 35px;*/

  font-size: 40px;
  color: #d4d8d9;
  font-weight: 600;
  font-family: "Arial";
  letter-spacing: 1px;
}
.rightform form {
  padding: 25px 30px 0px;
  color: #000 !important;
}

.rightform input {
  width: 60%;
}

.rightform .btn-register {
  width: 60%;
  border-radius: 0px !important;
  background-color: #4968ad;
  color: #fff;
}

.example3 {
  /*position: absolute;*/
  width: 100%;
}

ul.navbar-nav {
    background: #000f16;
    padding: 10px;
    color: #acacac;
    margin-top: 0px;
    z-index: 999;
    position: relative;
    text-align: center;
    margin-left: 0px;
    padding-bottom: 20px;
}

#navbar3 li a {
  color: #d4d8d9;
  font-family: "Arial";
  margin-top: 10px;
  font-size: 15px;
  background: -webkit-linear-gradient(#e05416, #fc9751);
  margin-right: 23px;
  font-weight: 800;
  transition: 0.5s

}
#navbar3 li a:hover{
  color: #e05416;
  font-family: "Arial";
  margin-top: 10px;
  font-size: 15px;
  background: -webkit-linear-gradient(#d4d8d9, #fc9751);
  margin-right: 23px;
  font-weight: 800;
}

#navbar3 li.disabled a {
  color: #333;
  display: none;
}

.carousel-caption {
  top: 40%;
}

h1.carousel-caption-header {
  font-family: "Oranienbaum", serif;
  text-transform: uppercase;
  font-size: 5.3vw;
  line-height: 5.4vw;
  /*color: #77694e;*/
}

.carousel-caption-text {
  border: 1px solid #fff;
  padding: 10px;
}

#members h1 {
  font-family: "Oranienbaum", serif;
  font-size: 2.5vw;
  text-transform: uppercase;
  color: #fff;
}

#members .user-item {
  position: relative;
}

#members .user-info {
  position: absolute;
  bottom: 0px;
  padding: 20px;
  width: 100%;
  background: #756951;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}

.testimonialrow {
  position: relative;
  padding: 50px 90px;
  height: 300px;
  width: 100%;
}

.testimonialrow:after {
  padding: 50px 20px;
  background: #000 url(../images/person.jpg) no-repeat;
  background-size: 100%;
  background-position: -200px 70%;
  opacity: 0.2;
  position: absolute;
  height: 260px;
  width: 100%;
  margin: -30px 0px;
  left: 0px
}

.testimonialele {
  opacity: 1 !important;
  line-height: 25px;
  font-size: 16px;
  position: relative;
}

.testimonialele strong {
  text-align: right;
  font-style: italic;
  font-size: 12px;
  float: right;
}


.navbar-brand {
  margin-top: 120px;
  height: auto !important;
  margin-left: -220px;
}

.modal-title-home {
  color: #d4d8d9;
  text-align: center;
  font-size: 35px;
  background:-webkit-linear-gradient(#e05416, #fc9751);
  font-family: "Arial";
}

.col-form-label {
  color: #5a5a55;
}

.modal-content {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.modal-dialog {
  width: 400px;

}

.modal-header {
  /*-webkit-border-radius: 10px 10px 0px 0px;*/
  /*-moz-border-radius: 10px 10px 0px 0px;*/
  /*border-radius: 10px 10px 0px 0px;*/
  background: #e05416;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 15px !important;
  font-family: sans-serif;
}

.modal-body {
  background-color: #f3f3f3;
  /*color: #fff;*/
}

.modal-body label {
  font-size: 20px;
  font-weight: 100;
}

.footer-links {
  text-align: center;
  padding: 70px 20px 20px;
}

.footer-links a {
  margin: 10px 20px 10px 20px;
  color: #d5d8d9;
  text-decoration: none;
  /* font-family: "Arial"; */
  letter-spacing: 1px;
  transition: 0.4s;
  display: block;
  width: auto;
  float: left;
  font-size: 30px;
}

.footer-links a:hover {
  /* margin: 10px 20px 96px 20px; */
  color: #fc9751;
}

.modal-body button.btn-continue,
.modal-body button.btn-recover-password-ok {
  /* background: #e05416;
  color: #fff;
  width: 100%;
  padding: 5px 10px;
  border: 0px;
  /*border-radius: 10px;
  font-size: 17px; */
}

.alert-info,
.alert {
  /* color: #f90000; */
}

.modal-header button.close {
  color: #fff;
  margin-top: 5px;
  opacity: 1 !important;
}

.modal-body a.forgot_password {
  font-size: 15px;
  /*color: #fff;*/
  text-decoration: none;
}

.modal-body input.form-control {
  border: 1px solid #3a598c;
}

.onlymobile {
  display: none;
}

#collapseFive .alert-info {
  color: #fff !important;
}

@media screen and (max-width: 780px) {
  .backgroundslider {
    height: 180px;
  }

  .notmobile {
    display: none;
  }

  .carousel-inner .item {
    height: 250px !important;
  }

  .example3 {
    position: static;
    /* width: 100%; */
  }

  .navbar {
    /* height: 100px; */
    /* margin-bottom: -10px; */
    /* background: #f3f3f3; */
    height: 110px;
  }

  .carousel-caption {
    top: 50%;
    color: #b54a67;
  }

  .carousel-control {
    background-image: none !important;
  }

  #members h1 {
    font-family: "Oranienbaum", serif;
    font-size: 7.5vw;
    text-transform: uppercase;
    color: #a85168;
  }

  ul.navbar-nav {
    background: #000f16;
    padding-bottom: 10px;
    color: #acacac;
    margin-top: 0px;
    z-index: 999;
    position: relative;
  }

  #navbar3 li a {
    color: #000;
  }

  /*.onlymobile {*/
  /*display: block;*/
  /*}*/
}

.showhide {
  display: none;
}



/*media query mistiq*/

@media (max-width: 950px) {
  #login{
    position:absolute;
    height: 550px;
    left:26px;
  }
  #headermistiq{
    height:1050px;
  }

  .navbar-brand{
    float:none;
    clear: both;
    display: block;
    position: top;
    margin-top:-100px!important;
    margin-left: 0px;
  }
  .navbar-brand img {
    width:300px;
    display: block;
    margin: 0 auto;
  }

  #login h4, #register h4 {
    font-size: 30px!important;
  }

  #login input, #register input {
    font-family: 'Arapey';
    font-size:15px;
    height: 40px;
  }

  .forgot_password{
    font-size:15px;
  }

  #login .btn-login-ok,
  #register .btn-register{
    font-size: 20px;
  }

  #register label {
    font-family: 'Arapey';
    font-size:20px;
  }

  .terms-block{
    font-size:16px!important;
    margin-top:-30px;
  }

  #login_response{
    position:absolute;
    margin-top:-40px;
  }

  #register .btn-register{
    margin-top:-30px !important;
    margin-bottom: -30px;
  }

  .abouthomepage{
    font-size:25px;
  }
  #members h4{
    font-size:36px !important;
  }
  #members_text{
    margin-top:-60px !important;
  }

  #members {
    height: 520px;
  }

  .testimonials{
    display:none;
  }
  .carousel-inner{
    overflow: inherit;
  }

  .footer-links{
    text-align: center!important;
    padding: 20px 0px 20px!important;
  }

  .footer-links a{
    margin:0px !important;
    font-size: 20px!important;
    padding:10px!important;
    float:none!important;
  }
}