body {
  font: 400 15px Lato, sans-serif;
  line-height: 1.8;
  color: #818181;
  direction: rtl;
}

.mobile {
  display: none !important;
}

.desktop {
  display: block !important;
}

/*  -------------------------- ABOUT ASTRA ---------------------------------- */

.about_astra p {
  text-align: right;
  color: #212121;
  margin-bottom: 30px;
}

.about_astra {
  background: #fff;
  padding-top: 30px;
}

/*  -------------------------- TYPOGRAPHY ----------------------------------- */

*, p, a, h1, h2, h3, h4, h5, h6, span, li {
  font-family: 'Heebo', sans-serif;
}

h2 {
  font-size: 24px;
  text-transform: uppercase;
  color: #212121;
  /*font-weight: bold;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 600;
  */
  line-height: 34px;
  text-align: right;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  h2 {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    margin-top: 30px;
  }
}

.subtitle {
  font-size: 24px;
}

h4 {
  font-size: 19px;
  line-height: 1.375em;
  color: #212121;
  font-weight: 400;
  margin-bottom: 30px;
  font-size: 17px;
  font-weight: bold;
  margin: 0;
}

/* h3 {
  display: inline-block;
  padding: 10px;
  background: #B9121B;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
} */

h3 {
  color: #000;
  background: none;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 15px 10px;
  width: 100%;
  background: #e2f7f3;
  box-shadow: 0 2px 2px #91a09e;
  margin: 25px 0;
  border: 1px solid #fff;
}

.glyphicon {
  font-family: 'Glyphicons Halflings' !important;
  margin-left: 15px;
  color: #8e9695;
}


/*  -------------------------- NAVIGATION ----------------------------------- */

.navbar {
    margin-bottom: 0;
    background-color: #212121;
    z-index: 9999;
    border: 0;
    font-size: 12px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 4px;
    border-radius: 0;
    padding: 10px 0;
    height: auto;
    /*box-shadow: 1px 1px 1px #c5c5c5;*/
}

.navbar li a, .navbar .navbar-brand {
    color: #fff !important;
    max-height: 100px;
}

.navbar-nav li a:hover, .navbar-nav li.active a {
    color: #99d5ff !important;
    background-color: transparent !important;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
}

.navbar-brand {
  padding: 0;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff !important;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle {
  background-color: transparent;
}

.nav {
  float: right!important;
  /* margin: 30px -15px 0 0; */
}

.hidden_span {
  visibility: hidden;
  display: block;
  margin-top: -120px;
  height: 120px;
}

.phone_img {
  max-height: 20px;
  display: inline-block;
  padding-bottom: 5px;
}


/*  -------------------------- JUMBOTRON ------------------------------------ */

.jumbotron {
  background-color: #fff;
  background: url('images/background_desktop.jpg');
  background-size: cover;
  padding-bottom: 0 !important;
  min-height: 500px;
  background-attachment: fixed;
  margin-bottom: 0;
  background-position: center 0;
}

.jumbotron h1 {
  color: #000 !important;;
  font-weight: bold;
}

.jumbotron h2 {
  color: #000;
}

.main_image_mobile {
  background: url(images/mobile_background.jpg);
  float: none;
  background-size: cover;
  min-width: 100%;
  height: 360px;
  margin: 120px -15px 0 -15px;
  background-position: center;
}

.main_massage_mobile {
  float: none;
}

.main_massage_mobile h1 {
  color: #272525;
  font-size: 28px;
  text-align: right;
  line-height: 36px;
  font-weight: bold;
}

.main_massage_mobile h2 {
  font-size: 4vw;
  line-height: 6vw;
  color: #272525;
  margin-top: 15px;
  font-weight: normal !important;
  text-align: right;
}

.cta_section.cta_section_mobile.container-fliud p {
  color: #000;
  text-align: justify;
}

h2.subtitle {
  font-size: 32px;
  line-height: 42px;
}

.jumbotron p {
  text-align: justify;
  color: #2c302f;
}

.bg-grey-1 {
  background-color: #f6f6f6;
}

.bg-grey-2 {
  background-color: #e4e4e4;
}

.container-fluid-alt {
  padding: 30px 50px;
}

.container-fluid-no-padding {
  padding: 0;
}

.black-wrapper {
  /* background-color: rgba(0, 0, 0, .3); */
  color: #fff;
  height: 100%;
}

.black-wrapper p, .black-wrapper li, .black-wrapper a {
  color: #fff;
}

.thankyou-page-black-wrapper {
  position: absolute;top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.jumbo-thankyou-page {
  position: relative;
}

.container-fluid.container-fluid-alt.text-center.section-thankyou-page {
  text-align: right;
}

.msg_wrapper {
  position: absolute;
  z-index: 2;
  width: 100%;
  text-align: center;
}

.msg_wrapper h1, .msg_wrapper h2, .msg_wrapper p {
  text-align: center !important;
}

.msg_wrapper p a {
  background: rgba(255, 255, 255, .8);
  padding: 10px 15px;
  box-shadow: 0 1px 2px #000;
}

.container-fluid.cta_section {
  padding: 15px 0;
}

/*  ----------------------------- LOGO -------------------------------------- */

.logo {
  font-size: 200px;
  color: #f4511e;
}

.logo-small {
  color: #f4511e;
  font-size: 50px;
}

.thumbnail {
  padding: 0 0 15px 0;
  border: none;
  border-radius: 0;
  background: transparent;
}

.thumbnail img {
  width: 100%;
  /* margin-bottom: 10px; */
}

/*  ----------------------------- FORM -------------------------------------- */

input {
  display: block;
  width: 300px;
  margin: 5px auto;
  height: 45px;
  padding: 5px 10px;
  color: #818188;
  border: 1px solid #272525;
  border-radius: 5px;
}

input[type=submit] {
  background: #e2f7f3;
  color: #000;
  border: 1px solid #272525;
  box-shadow: 0 2px 4px #9ba9a7;
  font-weight: bold;
  font-size: 17px;
}

.col-sm-4 h2:after {
  content: "<hr>";
  background-color: #98d6fd !important;
  width: 80%;
  font-size: 1px !important;
  display: block;
  margin-top: 10px;
  margin-right: 10%;
  height: 2px;
}

.hr-blue {
  border: #98d6fd !important;
  width: 80%;
  font-size: 1px !important;
  display: block;
  margin-top: 10px;
  margin-right: 10%;
  height: 1px;
  background: #98d6fd !important;
}

.contact-wrapper {
  /* border: 1px solid #fff; */
  border-radius: 5px;
  padding-bottom: 35px;
}

div#contact_us {
  padding-top: 30px;
  background: #f5f5f5;
  padding-bottom: 30px;
  color: #212121;
}

form#myForm {
  border: 1px solid #ffffff;
  border-radius: 15px;
  padding: 30px 15px;
  background: #f5f5f5;
}

@media screen and (min-width:320px) and (max-width: 767px) {
  .hr-blue {
    margin-bottom: 0;
  }
  .row.slideanim.slide p {
    text-align: justify;
  }
  .ruth_profile {
    margin-top: 30px;
  }
  form#myForm {
    padding: 30px 0;
  }
  .contact_details {
    margin-top: 30px;
    text-align: right !important;
  }
  .contact-wrapper {
    padding-bottom: 0;
  }
}

/*  ---------------------------- VIDEO -------------------------------------- */

iframe {
  width: 100%;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*  ------------------------- TESTEMONIALS ---------------------------------- */

#testemonials {
  background: #000;
  margin-top: 30px;
  padding-bottom: 30px;
  padding-top: 30px;
  display: none;
  
}

/*  ----------------------- HOE DOES IT WORK -------------------------------- */

div#how_does_it_work {
  background: #f5f5f5;
  padding-top: 30px;
  padding-bottom: 30px;
}

div#how_does_it_work h2 {
  color: #212121 !important;
  font-weight: bold;
}

#how_does_it_work p {
  color: #212121;
}

/*  --------------------------- CAROUSEL ------------------------------------ */

.carousel-control.right, .carousel-control.left {
  background-image: none;
  color: #cadad8;
}

.carousel-indicators li {
  border-color: #f4511e;
}

.carousel-indicators li.active {
  background-color: #f4511e;
}

.item h4 {
  font-size: 16px;
  line-height: 1.375em;
  font-weight: 400;
  font-style: italic;
  /* margin: 70px 0; */
  color: #212121;
  padding: 30px;
}

.item span {
  font-style: normal;
}

.panel {
  border: 1px solid #f4511e;
  border-radius:0;
  transition: box-shadow 0.5s;
}

.panel:hover {
  box-shadow: 5px 0px 40px rgba(0,0,0, .2);
}

.panel-footer .btn:hover {
  border: 1px solid #f4511e;
  background-color: #fff !important;
  color: #f4511e;
}

.panel-heading {
  padding: 25px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.panel-footer {
    background-color: #fff !important;
}

.panel-footer h3 {
    font-size: 32px;
}

.panel-footer h4 {
    color: #aaa;
    font-size: 14px;
}

.panel-footer .btn {
    margin: 15px 0;
    background-color: #f4511e;
    color: #fff;
}

footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: #f4511e;
}

.slideanim {visibility:hidden;}
.slide {
  /* The name of the animation */
  animation-name: slide;
  -webkit-animation-name: slide;
  /* The duration of the animation */
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  /* Make the element visible */
  visibility: visible;
}

.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.carousel-indicators {
  bottom: -50px !important;
  display: none;
}

/* Go from 0% to 100% opacity (see-through) and specify the percentage from when to slide in the element along the Y-axis */
@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(70%);
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}
@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

/*  -------------------------- ADVANTAGES ----------------------------------- */

div#advantages {
  padding-top: 30px;
  padding-bottom: 30px;
}

div#advantages li {
    color: #212121;
    margin-bottom: 30px;
}

div#advantages img {
    max-height: 350px;
}

.more_than_30_img span {
  text-align: center;
  display: inline-block;
  color: #3b4645;
  line-height: 22px;
  margin-top: 15px;
  font-weight: bold;
}

/*  ------------------------ MEDIA QUERIES ---------------------------------- */

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .nav {
    margin-top: 106px !important;
  }

  nav.navbar.navbar-default.navbar-fixed-top>.container {
    padding: 0 !important;
  }

  .navbar-nav>li {
    float: none;
  }

  .nav>li>a {
    padding: 0 10px !important;
  }

  .jumbotron h1 {
    font-size: 44px !important;
  }

  input {
    width: 100% !important;
  }

  input[type=submit] {
    font-size: 16px;
    margin-top: 30px;
    width: 100% !important;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-collapse.collapse.in {
    display: block !important;
    width: 100% !important;
    background: #212121;
    margin: 0 -10px;
  }

  .navbar-toggle {
    background-color: transparent;
    display: block;
    position: absolute;
    right: 30px;
  }

  .navbar-nav {
    float: none !important;
  }
}

@media screen and (min-width: 768px) {
  .navbar {
    height: auto;
  }

  .jumbotron h1 {
    font-size: 44px;
    text-align: right;
    margin: 60px 0 0 0;
	max-width: 70%;
  }

  .desktop.ruth4 img {
    max-height: 80px;
  }

  h2.subtitle {
    font-size: 22px;
    color: #42454a !important;
    text-align: right;
  }

  .jumbotron p {
    /* font-size: 18px; */
    font-size: 16px;
    color: #000;
    line-height: 24px;
    background: rgba(255, 255, 255, .9);
    padding: 30px;
    border-radius: 15px;
    height: 268px;
  }

  .black-wrapper {
    padding-top: 60px;
    overflow: hidden;
    margin: 0 -15px;
  }

  /* .row.ruth {
    margin-bottom: 30px;
  } */

  .mobile {
    display: none !important;
  }

  .desktop {
    display: block !important;
  }

  .ctc {
    display: none;
  }

  .row.slideanim.slide p {
    text-align: justify;
  }

  div#services {
    padding: 30px 0;
  }
}

@media screen and (max-width: 767px) {
  .col-sm-4 {
    text-align: center;
    /* margin: 25px 0; */
  }

  .jumbotron {
    background-position: 52%;
  }

  .black-wrapper {
    padding: 105px 25px 30px 25px;
    margin: 0 -15px;
    background: transparent;
  }

  .black-wrapper h1 {
    font-size: 22px;
    /* text-align: center; */
    text-align: right;
    line-height: 30px;
    margin-top: 204px;
  }

  .jumbotron {
    background: url('images/mobile_background.jpg');
    background-position: 0 120px;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .jumbotron p {
    font-size: 15px;
    line-height: 22px;
    color: #2c302f;
  }

  .jumbotron h1 {
    font-size: 32px;
    line-height: 38px;
  }

  .jumbotron h2 {
    font-weight: 100;
    font-size: 15px;
    color: #000;
  }

  h2.subtitle {
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    color: #000;
    margin-top: 0;
  }

  .navbar-brand {
    padding: 0;
    height: auto !important;
  }

  input {
    width: 80%;
    margin: 10px 10%;
    height: 45px;
    padding: 5px 10px 5px 5px;
  }

  #myForm2 input {
    background: #e8e8e8;
  }

  #myForm2 input[type=submit] {
    background: #ffa500;
  }

  /* .container>.navbar-header {
    margin: 10px !important;
  } */

  .item h4 {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    text-align: right;
    padding: 0 15px;
    color: #212121;
    border: none;
  }

  .navbar-default .navbar-collapse {
    border-color: #000 !important;
    background: #212121;
  }

  .mobile {
    display: block !important;
  }

  .desktop {
    display: none !important;
  }

  .ctc {
    position: absolute;
    top: 20px;
    right: 78px;
  }
  .ctc img {
    width: 50px;
  }
}

/*  --------------------------- RUTH ------------------------------------ */

.ruth p {
  font-size: 13px;
}

#services {
  background: #f5f5f5;
  padding-bottom: 30px;
}

#services p {
  color: #000;
}

div#services h2 {
  color: #212121 !important;
  font-weight: bold;
}

.ruth_profile img {
  float: left;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  #services {
	margin-top: 30px;	
  }
  #services p {
    font-size: 14px;
    line-height: 24px;
    color: #000;
  }
  .container-fluid.cta_section {
    padding: 0;
    background: #fff;
  }
  .nav {
    margin: 0;
    height: auto;
  }
  div#advantages {
    background: #f5f5f5;
  }
}
