
/* Absolute Center Spinner */
#loading, #loading0 {
    position: fixed;
    z-index: 999;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
  }

  /* Transparent Overlay */
  #loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 59px);
    margin-top: 59px;
    background-color: rgba(255,255,255,1);
    -webkit-border-radius: 0 0 40px 40px;
    -moz-border-radius: 0 0 40px 40px;
    border-radius: 0 0 40px 40px;
  }

  #loading0:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    background-color: rgba(255,255,255,1);
  }

  /* :not(:required) hides these rules from IE9 and below */
  #loading:not(:required), #loading0:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }

  #loading:not(:required):after, #loading0:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 50px;
    height: 50px;
    margin-top: -0.5em;

    border: 10px solid #FCC43F;
    border-radius: 100%;
    border-bottom-color: transparent;
    -webkit-animation: spinner 1s linear 0s infinite;
    animation: spinner 1s linear 0s infinite;


  }

  /* Animation */

  @-webkit-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-moz-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-o-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }




section form div.checkbox {
  display: inline-block;
  width: 100%;
}

@media only screen and (min-width: 1020px) {
  .group-process {
    display: flex;
  }
}

.block-process {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  z-index: 10;
}

.block-process::before,
.block-process::after {
  content: " ";
  display: table;
}

.block-process::after {
  clear: both;
}

.block-process::before,
.block-process::after {
  content: " ";
  display: table;
}

.block-process::after {
  clear: both;
}

.block-process .__icon {
  position: relative;
}

.block-process .__icon::before {
  background: #99e3c1 none repeat scroll 0% 0%;
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}

.block-process:last-child .__icon::before {
  display: none;
}

.block-process.active .__icon .circle-icon::before {
  background-color: #00bfff;
}

.block-process.active .__icon::before,
.block-process.active ~ .block-process .__icon::before {
  background-color: #dadada;
}

.block-process.active ~ .block-process .__icon .circle-icon::before {
  background-color: #a2a2a2;
}

@media only screen and (min-width: 1020px) {
  .block-process {
    text-align: center;
  }
  .block-process .__title {
    height: 60px;
    margin-bottom: 0px;
  }
  .block-process .__icon {
    margin: 0px -15px 40px;
  }
  .block-process .__icon::before {
    width: 100%;
    top: 50%;
    height: 4px;
    transform: translateY(-50%);
  }
  .block-process .__icon::before {
    left: 50%;
  }
  .group-process.large-icon .block-process .__icon .circle-icon::before {
    width: 140px;
    height: 140px;
    border: 10px solid rgba(255, 255, 255, 0.6);
    line-height: 120px !important;
    font-size: 40px;
  }
}

@media only screen and (max-width: 1019px) {
  .block-process {
    padding-left: 100px;
    padding-bottom: 20px;
  }
  .block-process .__title {
    margin-bottom: 10px;
  }
  .block-process .__icon {
    position: absolute;
    width: 70px;
    height: 100%;
    left: 15px;
    top: 0px;
  }
  .block-process .__icon::before {
    width: 4px;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.block-process-2 {
  position: relative;
}

.block-process-2 .cell-vertical-wrapper {
  height: 320px;
}

.block-process-2 .__number {
  bottom: 0px;
  color: #333333;
  font-size: 200px;
  height: 200px;
  left: 6px;
  line-height: 1;
  margin-bottom: auto;
  margin-top: auto;
  opacity: 0.04;
  position: absolute;
  top: -20px;
}

.block-process-2 .__block {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  padding-top: 40px;
}

.block-process-2 .__block > * {
  letter-spacing: 0.05em;
}

.block-process-2 .__block .__title {
  font-size: 14px;
  margin-bottom: 10px;
}

.block-process-2 .__block p.__content {
  margin-bottom: 0px;
}

.block-process-2.size-small .cell-vertical-wrapper {
  height: 240px;
}

.block-process-2.size-small .__block > * {
  letter-spacing: 0px;
}

.block-process-2.size-small .__block .__title {
  font-size: 18px;
  margin-bottom: 5px;
}

@media only screen and (min-width: 1020px) {
  .block-process-2 .__block {
    max-width: 320px;
  }
}

@media only screen and (max-width: 1019px) {
  .block-process-2 .__block {
    max-width: 720px;
  }
}

/* Icon-box-list */
.group-icon-box-list-right-slider {
  position: relative;
}
.group-icon-box-list-right-slider .__block-wrapper-1,
.group-icon-box-list-right-slider .__block-wrapper-2 {
  padding-right: 15px;
  padding-left: 15px;
}
.group-icon-box-list-right-slider .__block-wrapper-1 .__block,
.group-icon-box-list-right-slider .__block-wrapper-2 .__block {
  margin-right: auto;
  margin-left: auto;
}
.group-icon-box-list-right-slider .__block-wrapper-1 {
  padding-top: 100px;
  padding-bottom: 60px;
}
.group-icon-box-list-right-slider .__block-wrapper-1 .__block .hr-header {
  margin-bottom: 30px;
}
.group-icon-box-list-right-slider .__block-wrapper-2 {
  position: relative;
}
.group-icon-box-list-right-slider .__block-wrapper-2 .cell-vertical-wrapper {
  table-layout: fixed;
}
.group-icon-box-list-right-slider .__block-wrapper-2 .__block {
  max-width: 640px;
}
@media only screen and (min-width: 768px) {
  .group-icon-box-list-right-slider .__block-wrapper-1 .__block {
    width: 720px;
  }
}
@media only screen and (min-width: 1020px) {
  .group-icon-box-list-right-slider .__block-wrapper-1 .__block {
    width: 960px;
  }
}
@media only screen and (min-width: 1230px) {
  .group-icon-box-list-right-slider .__block-wrapper-1,
  .group-icon-box-list-right-slider .__block-wrapper-2 {
    width: 50%;
    padding-right: 30px;
    padding-left: 30px;
  }
  .group-icon-box-list-right-slider .__block-wrapper-1 .__block {
    max-width: 680px;
  }
  .group-icon-box-list-right-slider .__block-wrapper-2 {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
  }
}
@media only screen and (max-width: 1229px) {
  .group-icon-box-list-right-slider .__block-wrapper-2 {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
.group-icon-box-list-side-image {
  position: relative;
}
.group-icon-box-list-side-image:before,
.group-icon-box-list-side-image:after {
  content: " ";
  display: table;
}
.group-icon-box-list-side-image:after {
  clear: both;
}
.group-icon-box-list-side-image:before,
.group-icon-box-list-side-image:after {
  content: " ";
  display: table;
}
.group-icon-box-list-side-image:after {
  clear: both;
}
.group-icon-box-list-side-image .__block-wrapper-2 {
  padding-top: 100px;
  padding-bottom: 75px;
  padding-right: 15px;
  padding-left: 15px;
}
.group-icon-box-list-side-image .__block-wrapper-2 .__block {
  margin-right: auto;
  margin-left: auto;
}
.group-icon-box-list-side-image .__block-wrapper-2 .__block > .__title {
  margin-bottom: 20px;
}
.group-icon-box-list-side-image .__block-wrapper-2 .__block > .__caption {
  margin-bottom: 50px;
}
.group-icon-box-list-side-image .__block-wrapper-2 .__block .block-icon-box-left-icon {
  margin-bottom: 25px;
}
.group-icon-box-list-side-image .__block-wrapper-2 .__block .block-icon-box-left-icon .__right-side .__heading {
  padding-top: 5px;
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .group-icon-box-list-side-image .__block-wrapper-2 .__block {
    width: 720px;
  }
}
@media only screen and (min-width: 1020px) {
  .group-icon-box-list-side-image .__block-wrapper-2 .__block {
    width: 960px;
  }
}
@media only screen and (min-width: 1230px) {
  .group-icon-box-list-side-image .__block-wrapper-1,
  .group-icon-box-list-side-image .__block-wrapper-2 {
    width: 50%;
  }
  .group-icon-box-list-side-image .__block-wrapper-2 {
    padding-right: 30px;
    padding-left: 30px;
    float: right;
  }
  .group-icon-box-list-side-image .__block-wrapper-2 .__block {
    max-width: 700px;
  }
  .group-icon-box-list-side-image .__block-wrapper-1 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}
@media only screen and (max-width: 1229px) {
  .group-icon-box-list-side-image .__block-wrapper-1 {
    position: relative;
    min-height: 500px;
  }
}

.static-background {
  background-position: 50% 50%;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}

.pag-active {
  background-color: #FCC43F !important;
  color: black !important;
}

.pag {
  max-width: 137px;
  vertical-align: middle !important;
}

.container form#form1 input[type="file"] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  position: absolute;
  z-index: -10;
}

#photoarea img {
  /* width: 100%; */
  margin: 20px 0 30px;
}

.mings {
  background: #bdaea0 !important;
  border-color: #bdaea0;
}

.mycust i {
  font-size: 26px !important;
  text-align: left !important;
  margin-left: -8px;
  margin-top: 7px;
}

.mycust {
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 45px solid yellow;
}

.plus-minus-input {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.plus-minus-input .input-group-field::-webkit-inner-spin-button,
.plus-minus-input .input-group-field ::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
}

.plus-minus-input .input-group-button {
  display: inline-block;
  width: 30%;
  float: left;
}

.warmuprow {
  position: relative;
}

#warmup input,
#work_1_set input,
#work_2_set input,
#work_3_set input,
#work_4_set input,
#work_5_set input,
#work_6_set input,
#work_7_set input,
.plus-minus-input input,
#section1 #weight,
#poslezagfofo #weightpodb,
#work_1_weight,
#weightpodb {
  font-size: 20px ;
  font-weight: bold !important;
}

.plus-minus-input .input-group-button button {
  background: #f2f2f2;
  border: 2px solid #ebebeb;
  width: 100%;
  padding: 13.5px 0;
}

.plus-minus-input input.form-control {
  float: left;
  width: 40%;
  text-align: center;
  padding: 12px 0;
}

.plus-minus-input input.form-control {
  float: left;
  width: 40%;
  text-align: center;
  padding: 12px 0;
}

#soddiv .col-sm-2.col-xs-12 .btn.btn:not(.btn-xs):not(.btn-sm):not(.btn-lg) {
  padding: 14px 0;
  width: 74%;
}


.linespan::after {
  display: block;
  content: "-";
  position: absolute;
  left: 98%;
  top: 20%;
  font-size: 33px;
}

.linespan input {
  text-align: center;
}

.btnblock {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}


.btnNewz {
  padding: 17px 64px;
}

.plus-minus-input input.form-control::-webkit-outer-spin-button,
.plus-minus-input input.form-control::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.row.rel {
  position: relative;
}

.podx {
  font-size: 20px;
  line-height: 50px;
  text-align: center;
}

.blur {
  width: 95%;
  position: absolute;
  height: 110%;
  top: -10px;
  /* backdrop-filter: blur(2px); */
  background: rgb(0 0 0 / 20%);
}

@media (max-width: 768px) {
  .archiveIMGBlock {
    min-width: 200px;
}
.archiveIMG {
  max-width: 195px;
  max-height: 134px;
}
  .btt {
    margin-top: 10px;
  }
  #photoarea img {
    width: 100%;
  }
  .dn-xs {
    display: none!important;
  }
}

.selectshw input {
  margin-right: 5px;
}

.accordionon {
  cursor: pointer;
  transition: 0.5s;
  background: #FCC43F;
  color: #000;
  position: relative;
  padding: 12px 15px 12px 15px;
  font-size: 13px;
  line-height: 22px;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 2px;
  display: inline-block;
  margin-top: 10px;
}

.accordionon:hover {
  color: white;
}

.panelon {
  padding: 0 18px;
  color: #212121;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

@media only screen and (min-width: 768px) {
  .tabs-left > .nav-tabs > li,
  .tabs-right > .nav-tabs > li {
    float: none;
  }
  .tabs-left > .nav-tabs > li > a,
  .tabs-right > .nav-tabs > li > a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
  }
  .tabs-left > .nav-tabs {
    float: left;
    width: 20%;
    margin-right: 19px;
    border-right: 1px solid #ddd;
  }

  .tabs-left > .tab-content {
    width: 70%;
    float: left;
  }
  .tabs-left > .nav-tabs > li > a {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
  }
  .tabs-left > .nav-tabs > li > a:hover,
  .tabs-left > .nav-tabs > li > a:focus {
    border-color: #eeeeee #dddddd #eeeeee #eeeeee;
  }
  .tabs-left > .nav-tabs .active > a,
  .tabs-left > .nav-tabs .active > a:hover,
  .tabs-left > .nav-tabs .active > a:focus {
    border-color: #ddd transparent #ddd #ddd;
    *border-right-color: #ffffff;
  }
}

.nav-tabs > li {
  margin-top: 10px;
}

.centered {
  text-align: center;
}

.tabs-left .tab-content ul.list-group li.list-group-item {
  border: none;
}

.tabs-left ul.nav.nav-tabs li a {
  border: none !important;
  border-bottom: 1px solid black !important;
  border-radius: 0;
}

.tabs-left ul.nav.nav-tabs {
  border: none;
}

.tabs-left ul.nav.nav-tabs li.active a {
  background: #eeeeee;
  color: #FCC43F;
}

.seperator,
.separator {
  color: black;
}

.red {
  color: red;
}

#timeblock {
  position: fixed;
  right: 0;
  z-index: 199;
}
@media only screen and (max-width: 768px) {
  #timeblock {
    position: relative;
    display: block;
    width: 70%;
    float: left;
    min-height: 150px;
  }
  #timeblock .countdown {
    overflow: unset;
  }
  div#info {
    float: left;
    width: 30%;
  }
  .icon-box .icon {
    left: 20px;
  }
  #timer {
    position: absolute;
    right: 0;
  }
}

.plccbl::placeholder {
  color: black;
}

.headingzz h1 span {
  font-family: "Open Sans";
}

.pl-0 {
  padding-left: 0!important;
}

.archiveIMGBlock {
  position: relative;
}

.archiveIMG {
  position: absolute;
  max-height: 144px;
  max-width: 330px;
}

.archive__page {
  min-height: 500px;
}

.archive__page .empty {
  text-align: center;
}

.triangle-up {
  display: block;
  color: #FEFE00;
  font-size: 60px;
  position: relative;
  width: 60px;
  height: 60px;
}

span.triangle_text {
  color: #000;
  z-index: 9;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% + 1px), calc(-50% + 7px));
  font-size: 43px;
  font-weight: bold;
}

a.triangle-up:hover, a.triangle-up:focus, a.triangle-up:active {
  color: #FEFE00;
}

.bgd {
  position: absolute;
  content: "";
  width: 22px;
  height: 33px;
  background: #000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.triangle-up i {
  position: relative;
  z-index: 9;
}

@media (max-width: 768px) {
  .archiveIMGBlock {
    min-width: 200px;
}
.archiveIMG {
  max-width: 195px;
  max-height: 134px;
}
#soddiv .col-sm-2.col-xs-12 .btn.btn:not(.btn-xs):not(.btn-sm):not(.btn-lg) {
  margin-top: 20px!important;
}
}

.modal_delete_btns {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

span.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30px 60px 30px;
  border-color: transparent transparent #fefe00 transparent;
  position: absolute;
  left: 0;
  top: 0;
}

/* //***AVA*** */
.set_buttons{
    display: inline-block;
    /*white-space: nowrap;*/
    margin-left: -10px;
    text-align: center;
    margin-bottom: 5px;
}

.set_title{
    margin-top: -5px;
}

.set_minus .glyphicon{
    color: #d82731;
}

.set_plus .glyphicon{
    color: green;
}

.set_plus{
    padding-top: 5px;
}

@media screen and (min-width: 844px) {
    .set_minus {
      padding-top: 15px;
    }
    .set_plus {
        padding-top: 15px;
      }
}


noscript {
    background-color: red;
}

.btn-yellow{
    background-color: rgb(241, 183, 50)! important ;
    border: 1px solid rgb(241, 183, 50)! important ;
}

.form-check{
    margin: 0;
    padding: 0;
    line-height: 10px;
}

@media (min-width: 768px){
    .lead {
        font-size: 18px;
    }
}

@media only screen and (min-width : 1025px) {
    .pagination{
        width: 35%;
    }

    .maxh.flipInY:nth-child(-n+3){
        min-height: 200px;
    }

}


i.iconL{
    font-size: 30px;
    color: rgb(241, 183, 50)! important ;
}

@media only screen and (max-width: 768px) and (orientation: portrait) {
    .owl-bg-img{
        background-position: 80% center;
    }
    .owl-bg-img h1 /*, .owl-bg-img p.lead*/ ,.owl-bg-img h2, .owl-bg-img h3 {color: white !important;}
  }

.text-left{
    text-align: left !important;
}

.underline:after {
    border-top: 3px solid #303030;
    display: block;
    margin: 0 auto;
    width: 30px;
    content: "";
}

.linespan{
    margin-left: -10px;
}


@media only screen and (max-width: 768px) {
    .btnSave{
        display: block;
        width: 65% !important;
        text-align: center !important;
        margin: 0 auto !important;
        padding: 5px !important;
        margin-top: 10px !important;
    }

    .nofancy-image{
        text-align: center;
     }

     .nofancy-description{
        text-align: center;
     }

     .nofancy-image > img{
        padding-top: 0px !important;
    }

    .nofancy-description > div {
        padding-top: 0px !important;
    }


}


@media only screen and (max-width: 355px) {
    input.form-control{
        font-size: 15px !important;
        font-weight: bold !important;
    }

    .plus-minus-input .input-group-button button {
        padding: 10px 0 !important;
    }

    .trial2{
        padding: 16px 6px !important;
        font-size: 11px !important;
    }
}

@media only screen and (max-width: 319px) {
    input.form-control{
        font-size: 9px !important;
        font-weight: bold !important;
    }

    .plus-minus-input .input-group-button button {
        padding: 6px 0 !important;
    }
}

@media only screen and (max-width: 281px) {
    .trial{
        padding: 12px 20px !important;
    }

}


.rtitle{
    font-weight: bold;
}


@media only screen and (device-width: 1180px) and (device-height: 820px) and  (orientation: landscape),
                        (device-width: 1024px) and (device-height: 768px) and  (orientation: landscape),
                        (device-width: 1114px) and (device-height: 720px) and  (orientation: landscape),
                        (device-width: 1024px) and (device-height: 600px)
{
    .btn.btn:not(.btn-xs):not(.btn-sm):not(.btn-lg) {
        padding: 12px 4px !important;
        margin-top: 4px !important;
    }


}

@media only screen and (max-width: 1301px) and  (orientation: landscape)
{
    .nofancy-image{
        text-align: center;
    }

    .nofancy-description{
        text-align: center;
    }
}


@media only screen and (max-width: 868px) and  (orientation: portrait)
{
    .nofancy-image{
        text-align: center;
    }

    .nofancy-description{
        text-align: center;
    }
}

.btnSave{
    background-color: #d82731!important;
    border: 1px solid #d82731!important;
    color: #fff !important;
}

.page-title h1, .page-title h2, .page-title h3, .page-title h4, .page-title h5, .page-title p{
    color: #fff !important;
}

.btn-link{
  color:  #000! important
}

#over {
    position:absolute;
    left:0%;
    top:0%;
    max-height: 20%;
    height: 100px;
    width: 150px;
    border: 1px solid #fff;
    background-size: 150px 100px;
}

#overText{
 color: white;
 padding: 10px;
 margin-top: 13px;
 text-align: center;
 vertical-align: middle;
}


.add_warmup{
    margin-top: -25px;
}

#warmup_weight_added_1{
    margin-top: -10px;
}

a.uline{
    text-decoration: underline !important;
}
.heading {
    margin-bottom: 0px !important;
}
.heading2 {
    margin-bottom: 70px;
}

.misseddays{
    display: flex;
}

.navbottom{
    margin-top: 10px;
}
ul.footermenu{
    list-style: none;
}
ul.footermenu li{
    margin-left: 10px;
}

.panelon2{
    padding: 0 !important;
}

.panelon2 .misseddays
 label{
    font-weight: 300 !important;
 }



 @media only screen and (min-width : 1025px) {

    .warmuprow{
        width: 680px;
        margin-left: 45px;
    }
}



/* //AVA tree */
connection {
    border: 4px solid #333;
    border-radius: 3px;
}

.connection_down
{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    position: absolute;
    border-width: 4px 0px 0px 4px;
    left: 106px;
    top: 48px;
    width: 20px;
    height: 100px;
}

.connection_up
{
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    position: absolute;
    border-width: 0px 0px 4px 4px;
    left: 106px;
    top: 32px;
    width: 20px;
    height: 20px;
}



@media only screen and (max-width: 768px) {
    .connection_down
    {
        left: 24px;
        top: 78px;
        width: 20px;
        height: 115px;
    }

    .connection_down.elongate
    {
        left: 24px;
        top: 78px;
        width: 20px;
        height: 155px;
    }

    .connection_up
    {
        left: 24px;
        top: 62px;
        width: 20px;
        height: 20px;
    }

}

@media all and (device-width: 1180px) and (device-height: 820px) and (orientation:landscape) {
    .connection_down
    {
        left: 88px;
        top: 48px;
        width: 20px;
        height: 90px;
    }

    .connection_up
    {
        left: 88px;
        top: 32px;
        width: 20px;
        height: 20px;
    }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    .connection_down
    {
        left: 100px;
        top: 50px;
        width: 20px;
        height: 90px;
    }

    .connection_up
    {
        left: 100px;
        top: 32px;
        width: 20px;
        height: 20px;
    }
}

@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape),
    (device-width: 1024px) and (device-height: 600px) and (orientation:landscape)
 {
    .connection_down
    {
        left: 90px;
        top: 50px;
        width: 20px;
        height: 90px;
    }

    .connection_up
    {
        left: 90px;
        top: 32px;
        width: 20px;
        height: 20px;
    }
}



nav.navbottom .navbar-nav {
    margin: 0 !important;
}


.social-icons ul li{
    margin-top: -5px;
}

.accordion-toggle
{
    width: 100%;
    text-align: left;
    border: none;
    background: transparent;
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e114"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    color: grey; /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080"; /* adjust as needed, taken from bootstrap.css */
}

.faq .panel-body{
    background-color: transparent;
}

button[aria-expanded="true"] {
    color: rgb(241, 183, 50)! important;
}


#videoModal .modal-dialog{
    margin: 0px auto;
}
#videoModal .modal-content{
    padding: 0px;
    background-color: transparent;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.m-00{
  background-color: #fff !important;
  border-color: #d82731 !important;
  color: #d82731 !important;
}

.m-00:focus, .m-00:hover{
  background-color: #f6b63a !important;
  border-color: #ffcd51 !important;
  color: #d82731 !important;
}

#logo{
    padding-left: 0px !important;
    margin-top: -7px !important;
}

#logo a.text_logo{
    color:white;
    font-weight: 800;
    max-width: 550px;
    margin-top: 20px;

    text-transform: uppercase ;
}

#logo a.text_logo:hover, #logo a.text_logo:active{
    text-decoration: none;
}

.navigation-wrap{
    position: absolute;
    right: 0;
    top: 15px;
}

@media (max-width: 991px){
    .navigation-wrap{
        position:relative;
        right: 0;
        top: 15px;
    }
}

#slogan{
    position: absolute;
    top: 50px;
    font-size: 100%;
    color: white;
}

@media only screen and (max-width: 768px) {
    #logo a.text_logo{
        max-width: 300px;
        margin-top: 12px;
    }
    #slogan{
        top: 60px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    #logo a.text_logo{
        margin-top: 25px;
    }
    #slogan{
        top: 50px;
    }
  }


@media only screen and (max-width: 390px) {
    #logo a.text_logo{
        font-size: 22px;
        max-width: 240px;
    }
}

@media only screen and (max-width: 280px) {
    #logo a.text_logo{
        font-size: 20px;
        max-width: 200px;
    }
}

@media only screen and (max-width: 250px) {
    #logo a.text_logo{
        font-size: 12px;
        max-width: 130px;
    }
}

.header-sticky #logo a.text_logo{
    margin-top: 12px;
}


.header-sticky #slogan{
    top: 34px;
    font-size: 80%;
}

.new-price {
    font-size: 150%;
}
.old-price {
    font-size: 60%;
    padding-top: 15px;
    color: black;
}



blockquote {
    /* background: #f9f9f9; */
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";

    font-size: 14px !important;
  }
  blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
  }
  blockquote:after {
    visibility: hidden;
    content: close-quote;
  }
  blockquote p {
    display: inline;
  }

.testimonial-card{
    border: 1px solid #ccc;
    border-radius: 5px;
    min-height: 250px;
    padding: 30px;
}

.testimonial-author{
    font-weight: 600;
}



.box-fancy [class*=box-nofancy] {
    padding: 1%!important;
}

body.device-xxs .box-fancy [class*=box-nofancy] {
    padding: 5%!important;
}

.nofancy-image > img{
    padding-top: 16px;
}

.nofancy-description > div {
    padding-top: 16px;
}


.console{
     margin: 0px;
}


@keyframes blink {
    0% {
      opacity: 1;
    }

    50% {
      opacity: 0.2;

    }

    100% {
      opacity: 1;
    }
  }

  .cursor {
    animation: blink 0.8s linear infinite alternate;
    background-color: rgb(84, 84, 84) !important;
  }

#tp-source {
    display: none;
}

#tp-destination{
    text-align: left;
}

.white{
    color: white !important;
}

.upderline{
    text-decoration: underline !important
}


.modal .bottom{
    position: fixed;
    top: auto;
    left: auto;
    right: 4px;
    bottom: -25px;
    width: auto;
    max-width: 400px;
}



@media (max-width: 599px) {
    .modal .bottom{
        right: auto !important;
        bottom: 0 !important;
    }
}



.modal.fade .modal-dialog.bottom{
    transform: translate3d(0, 100vh, 0) !important;
    -webkit-transform: translate3d(0, 100vh, 0) !important;
  }

  .modal.in .modal-dialog.bottom{
    transform: translate3d(0, 0, 0) !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
  }



  .marginTopP{
    margin-top: -60px;
  }

  .marginTopH{
    margin-top: -40px;
  }

@media (max-width: 991px) {
    .marginTopP{
        margin-top: -20px;
    }

    .marginTopH{
        margin-top: 0px;
    }
}


#togglePlay{
    position: absolute;
    top: 40%;
    left: 40%;
    right: 40%;
}

#togglePlay.play {
    background-color: #fff;
    color: #333;

}

#togglePlay {
    margin-top: 20px;
    font-size: 20px;
    width: 100px;
    height: 100px;
    line-height: 70px;
    border-radius: 100%;
}


.footnote{
    font-size: smaller;
}
