#program {
  width: 100%;
  margin-bottom: 70px;
  margin-top: 16px;
  /* background: #fff; */
  /* box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); */
  border-radius: 3px; }

#myprograms .program-list {
  width: 100%; }

#myprograms .program-list:after {
  clear: both;
  content: '';
  display: block; }

#myprograms .program-list .my-program.two {
  width: 50%;
  margin-top: 20px; }

#myprograms .program-list .my-program.two:last-child {
  display: inline-block; }

#myprograms .program-list .my-program.two:nth-of-type(even) .box-shadow {
  margin-right: 0; }

#myprograms .program-list .program-title {
  font-size: 1.375em;
  font-family: 'Roboto Condensed';
  margin-bottom: 8px; }

#myprograms .program-list .my-goal {
  font-weight: 300; }

#myprograms .program-list .my-goal .goal_fit_and_active {
  color: #ff8600;
  padding-left: 0.5em;
  font-weight: 400; }

#myprograms .program-list .my-goal .goal_relaxed_and_confident {
  color: #60bfc3;
  padding-left: 0.5em;
  font-weight: 400; }

#myprograms .program-list .my-goal .goal_habit_and_diet {
  color: #67bda0;
  padding-left: 0.5em;
  font-weight: 400; }

#myprograms .program-list .corporate ul {
  display: inline-block; }

#myprograms .program-list .corporate .my-goal .goal-name {
  padding: 0 0.5em;
  font-weight: 400;
  color: #32c0a3;
  display: inline-block; }

#myprograms .program-list .corporate .my-goal .goal-name:nth-child(n+2) {
  border-left: 1px solid #32c0a3; }

#myprograms .program-list .e-icon-goal {
  padding-right: 4px; }

#myprograms .program-list .program-info {
  display: inline-block; }

#myprograms .program-list .change-goal {
  float: right;
  margin-top: 8px;
  background-color: #009fe3;
  color: #fff;
  line-height: 33px;
  padding: 0 10px;
  border-radius: 3px;
  cursor: pointer;
  transition: 300ms ease-in-out; }

#myprograms .program-list .change-goal .e-icon-customize {
  padding-right: 4px; }

#myprograms .program-list .change-goal:hover {
  background-color: #009fe3; }

#myprograms .program-list .close-goal {
  margin-right: 5px; }

#myprograms .program-list .personal {
  border-left: 4px solid #009fe3;
  padding: 10px;
  margin-right: 1em;
  background-color: #fff; }

#myprograms .program-list .fitness {
  border-left: 4px solid #ff8600;
  padding: 10px;
  margin-right: 1em;
  background-color: #fff; }

#myprograms .program-list .corporate {
  border-left: 4px solid #32c0a3;
  padding: 10px;
  background-color: #fff;
  margin-right: 1em; }

#myprograms .program-list .hotel {
  border-left: 4px solid #009fe3;
  padding: 10px;
  background-color: #fff;
  margin-right: 1em; }

#myprograms #automatic-program.empty {
  margin: 40px 0 15px; }

#myprograms .program-list .my-program.two .box-shadow:after {
  clear: both;
  content: '';
  display: block; }

@media (max-width: 1000px) {
  #myprograms .program-list .my-program.two {
    width: 100%;
    margin-bottom: 1em; } }
@media screen and (max-width: 1100px), (min-height: 1250px) {
  #myprograms .program-list .my-program.two {
    width: 100%; }

  #myprograms .program-list .my-program.two .box-shadow {
    margin-right: 0em; } }
@media (max-width: 800px) {
  #myprograms .program-list {
    margin: 0; } }
@media only screen and (max-width: 600px) {
  #myprograms .program-list .program-info {
    display: block; }

  #myprograms .program-list .change-goal {
    float: left;
    margin: 16px 10px 0 0;
    } }


/*Automatic program*/
#automatic-program.program-container {
  height: auto;
  width: 100%;
  margin-top: 16px; }

#automatic-program .raketko {
  width: 56%;
  display: inline-block;
  vertical-align: top; }

#automatic-program .raketko {
  background-color: #009FE3;
  position: relative;
  width: 42%; }

#automatic-program .subtitle {
    width: 55%;
    display: inline-block;}

#automatic-program .raketko:after {
  left: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(96, 192, 194, 0);
  border-left-color: #009FE3;
  border-width: 74px; }

#automatic-program .raketko-show {
  background: url("../../../../images/programs/raketko_program.png") no-repeat;
  width: 145px;
  height: 139px;
  margin: 10px 20px 0 30px;
  float: left; }

#automatic-program .goal-title {
  font-size: 1.5em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.4em;
  margin-top: 30px;
  display: inline-block;
  float: left;
  margin-left: 10px; }

#automatic-program .goal-title span {
  display: block;
  color: #fff; }

#automatic-program .next-button {
  line-height: 50px;
  background-color: #009FE3;
  color: #fff;
  display: inline-block;
  border-radius: 3px;
  padding: 0 1em;
  transition: background-color 200ms ease-in-out;
  margin-left: 12px;
  cursor: pointer;
  float: right;
  margin: 45px 0em 0;
  }

#automatic-program .next-button span {
  line-height: 50px;
  display: inline-block;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding-right: 10px;
  margin-right: 10px; }

#automatic-program a:hover {
  text-decoration: none;
  background-color: #22c5c7; }

#automatic-program .next-button .fa {
  font-size: 2em;
  vertical-align: middle; }

#automatic-program .goal-subtitle {
  font-family: 'Roboto Slab';
  font-size: 1.25em;
  text-align: center;
  padding: 25px 0 0px 80px;
  line-height: 1.4em;
  float: left;
  display: inline-block;
  width: 206px;
  }

@media (max-width: 1300px) {
  #automatic-program .raketko {
    width: 100%; }

  #automatic-program .subtitle {
    width: 100%; }

  #automatic-program .raketko:after {
    display: none; }

  #automatic-program .raketko-goal {
    width: 475px;
    margin: 0 auto; }

  #automatic-program .choose-goal {
    width: 520px;
    margin: 0 auto; }

  #automatic-program .goal-subtitle {
    padding: 39px 0 46px 0px; } }
@media (max-width: 520px) {

  #automatic-program .raketko-goal {
    width: 100%;
    margin: 0 auto; }

  #automatic-program .choose-goal {
    width: 100%;
    margin: 0 auto; } }