/* CSS crunched with Crunch - http://crunchapp.net/ */
/***********************************************/
#inscription-page h2 {
  font-size: 1.2em;
  line-height: normal;
  text-transform: uppercase;
}
#inscription-page .slogan-holder h2 {
  font-size: 250%;
  position: relative;
  z-index: 1;
  padding: 0 15px;
}
#termsDialog {
  font-size: 1em;
}
#termsDialog h2 {
  font-size: 1.1em;
}
#termsDialog .modal-header {
  padding: 15px 15px 0 0;
  border-bottom: 0;
}
#termsDialog .modal-body {
  padding: 0 30px 15px;
}
#termsDialog .faq-accordion dt {
  padding: 8px 30px 8px 15px;
}
#termsDialog .modal-backdrop {
  height: 2500px !important;
}
.text-error {
  color: #F00;
}
.being-guide {
  margin-bottom: 50px;
}
.slogan-holder {
  background: url(../bundles/meetriphome/images/front/inscription-top-main-photo.jpg) no-repeat 0 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #ffffff;
  padding: 10% 0;
  margin: 0;
  font-family: 'SourceSansProBold';
  line-height: normal;
  text-transform: uppercase;
  position: relative;
}
.slogan-holder .overlay {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
#inscrpt-form {
  padding: 20px 50px 0 50px;
}
#inscrpt-form h2 {
  font-family: 'SourceSansProRegular';
  text-transform: uppercase;
  font-size: 1.2em;
  margin-top: 40px;
}
#inscrpt-form .form-group {
  margin-bottom: 25px;
}
#inscrpt-form .btn {
  padding: 10px 43px;
  margin-bottom: 50px;
}
#inscrpt-form .btn:hover {
  background: #12c7a1;
}
#inscrpt-form .form-control {
  height: 57px;
  font-size: 16px;
}
#inscrpt-form .captcha-block img {
  margin-bottom: 15px;
}
#inscrpt-warning {
  text-align: justify;
  margin: 0 0 25px;
}
#inscrpt-warning a,
#inscrpt-warning a:hover {
  text-decoration: none;
}
#inscrpt-warning input,
#inscrpt-warning label {
  display: inline-block;
  float: left;
}
#inscrpt-warning label {
  padding-left: 17px;
}
#inscrpt-warning input {
  width: 20px;
  position: relative;
  top: -6px;
  left: 0;
}
#inscrpt-warning span {
  color: #1abc9c;
}
#main-points {
  padding-top: 20px;
}
#main-points .main-points-text {
  float: left;
  width: 70%;
}
#main-points li {
  clear: both;
  margin: 35px auto;
  overflow: hidden;
}
#main-points li i {
  display: block;
  background-repeat: no-repeat;
  /* min-width: 20%;*/
  background-size: contain;
  min-height: 85px;
  margin-right: 10%;
}
#main-points li:nth-child(1) i {
  background-image: url(../bundles/meetriphome/images/front/earth.png);
}
#main-points li:nth-child(2) i {
  background-image: url(../bundles/meetriphome/images/front/coins.png);
}
#main-points li:nth-child(3) i {
  background-image: url(../bundles/meetriphome/images/front/clock.png);
}
#main-points li:nth-child(3) h3 {
  margin-top: 15px;
  padding-top: 0;
}
#main-points .icon-wrapper {
  float: left;
  min-width: 20%;
  padding: 3% 0;
}
#main-points .faq-link {
  font-family: 'SourceSansProBold';
}
#main-points .faq-link a {
  color: #1abc9c;
  text-decoration: none;
}
#main-points .faq-link a:hover {
  text-decoration: underline;
}
#main-points h3 {
  padding: 20px 0 5px 0;
  font-family: 'SourceSansProBold';
  font-size: 1.2em;
  text-transform: uppercase;
}
#main-points p {
  line-height: 1.4em;
}
.phone-mark {
  position: relative;
}
.question-mark {
  width: 20px;
  height: 20px;
  border: 1px solid #12c7a1;
  border-radius: 50%;
  color: #12c7a1;
  font-weight: bold;
  position: absolute;
  right: -27px;
  top: 19px;
  text-align: center;
  font-size: 9pt;
}
.question-mark + .tooltip {
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 5px;
  top: -78px !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.question-mark + .tooltip img {
  height: 55px;
  display: block;
  float: left;
  margin-right: 10px;
}
.question-mark + .tooltip > .tooltip-inner {
  color: black;
  font-weight: bold;
  text-align: justify;
  background-color: #fff;
}
.question-mark + .tooltip.top > .tooltip-inner {
  max-width: 240px;
  width: 240px;
}
.question-mark + .tooltip > .tooltip-arrow {
  position: absolute;
  width: 34px;
  height: 24px;
  bottom: -19px;
  z-index: 3;
  overflow: hidden;
  background: url('../bundles/meetriphome/images/arr2.png') no-repeat;
  background-size: 15px;
  border-top-color: #fff;
  left: 48% !important;
}
#form_phoneCode {
  /*  width: 25%!important;*/
  width: 25%;
  display: inline;
}
#form_phone {
  /*  width: 75%!important;*/
  width: 75%;
  display: inline;
}
.roles .role {
  float: left;
  min-width: 50px;
  border-radius: 25px;
  width: 45%;
  min-height: 160px;
  height: 160px;
  margin: 2%;
  padding: 11% 0;
  background: #eee;
  border: 1px solid #ddd;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 22px;
}
@media (min-width: 992px) {
  .container {
    width: 975px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1185px;
  }
}
@media only screen and (max-width: 991px) {
  #main-content {
    max-width: 760px;
    margin: 0 auto;
    padding-bottom: 40px;
  }
  #main-content .form-holder,
  #main-content .text-column {
    float: none;
    width: 100%;
  }
  #main-content .form-control {
    height: 42px;
    font-size: 14px;
  }
  #main-content .question-mark {
    top: 12px;
  }
  #inscrpt-form {
    padding: 20px 0 0;
  }
  #main-points li {
    margin: 15px auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #inscription-page .slogan-holder h2 {
    font-size: 200%;
  }
  #main-points h3 {
    font-size: 1.1em;
  }
  #main-points p {
    font-size: 1em;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 767px) {
  .slogan-holder {
    padding: 70px 0;
  }
  #inscription-page .slogan-holder h2 {
    font-size: 150%;
  }
  #mostTop h1 {
    padding-left: 10px;
    padding-right: 0;
  }
  #mostTop ul {
    padding-left: 0;
    padding-right: 10px;
  }
  #inscrpt-form {
    padding-bottom: 50px;
  }
  #main-points li {
    background-size: 15%;
    background-position: left 30%;
  }
}
@media only screen and (max-width: 600px) {
  #main-points .icon-wrapper {
    text-align: center;
    float: none;
    padding: 0;
  }
  #main-points .icon-wrapper i {
    background-position: center;
  }
  #main-points li {
    background-position: center;
  }
  #main-points .main-points-text {
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .being-guide {
    padding: 0;
  }
  #inscription-page .slogan-holder h2 {
    font-size: 120%;
  }
  #inscrpt-form {
    padding: 0 15px;
    margin-bottom: 70px;
  }
  #main-points h3 {
    font-size: 1.1em;
  }
  #main-content .form-holder,
  #main-content .text-column {
    padding: 20px 30px 0;
  }
  #main-content #inscrpt-form {
    padding: 0;
  }
  #main-content #inscrpt-form h2 {
    font-size: 1em;
  }
  #inscrpt-warning {
    font-size: 13px;
  }
}
@media only screen and (max-width: 320px) {
  #main-points h3 {
    font-size: 1em;
  }
}
@media only screen and (max-width: 480px) {
  .roles .role {
    padding: 15% 0;
  }
}
@media only screen and (max-width: 320px) {
  .roles .role {
    width: 100%;
    padding: 30% 0;
  }
}
@media only screen and (max-width: 240px) {
  .roles .role {
    padding: 37% 0;
  }
}