.mythemes-features .feature-item {
  color: #999999;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 40px;
}
.mythemes-features .feature-item h3 {
  color: #555555;
  font-size: 17px;
  line-height: 23px;
  padding-top: 2px;
  padding-left: 40px;
  margin-bottom: 10px;
  margin-top: 0px;
}
.mythemes-features .feature-item h3 i {
  font-size: 19px;
  line-height: 19px;
  position: absolute;
  margin: 2px 40px 0px -40px;
}
.mythemes-features .feature-item p {
  color: #999999;
  font-size: 13px;
  line-height: 18px;
  margin: 0px;
  padding-left: 40px;
}
.mythemes-features .feature-item a.read-more-link {
  display: block;
  margin-left: 40px;
  margin-top: 13px;
}
.mythemes-features .feature-item.feature-center {
  padding-top: 15px;
}
.mythemes-features .feature-item.feature-center h3 {
  color: #555555;
  font-size: 17px;
  line-height: 23px;
  padding-top: 2px;
  padding-left: 0px;
  margin-bottom: 15px;
  margin-top: 0px;
  text-align: center;
}
.mythemes-features .feature-item.feature-center h3 i {
  display: block;
  position: relative;
  font-size: 32px;
  line-height: 32px;
  margin: 0px 0px 30px 0px;
}
.mythemes-features .feature-item.feature-center h3 i i:before {
  display: block;
}
.mythemes-features .feature-item.feature-center p {
  margin: 0px;
  padding: 0px;
}
.mythemes-features .feature-item.feature-center a {
  display: block;
  text-align: center;
  margin-top: 12px;
}
@media ( max-width: 480px ) {
  .mythemes-features .feature-item {
    display: block;
    width: 100%;
  }
}
.mythemes-delimiter {
  padding-top: 18px;
  padding-bottom: 18px;
}
.mythemes-delimiter div.delimiter-item {
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.mythemes-delimiter.no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
.mythemes-sh-content{
  background-repeat: no-repeat;
  background-position: center;
  color: #000000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-top: -1px;
}
.mythemes-sh-content h1,
.mythemes-sh-content h2,
.mythemes-sh-content h3,
.mythemes-sh-content h4,
.mythemes-sh-content h5,
.mythemes-sh-content h6{
    color: inherit;
}
.mythemes-bkg-parallax{
    position: relative;
    overflow: hidden;
}
.mythemes-bkg-parallax div.valign-cell-wrapper.scene-wrapper div.valign-cell {
  height: 100%;
  margin: 0px;
}
.mythemes-bkg-parallax div.valign-cell-wrapper.scene-wrapper div.valign-cell div.mythemes-scene {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
}
.mythemes-bkg-parallax div.valign-cell-wrapper.scene-wrapper div.valign-cell div.mythemes-scene .layer {
  margin: 0 -15% !important;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* MYTHEMES HEADER */
.parallax-container {
  position: relative;
  overflow: hidden;
}
@media ( min-width: 1025px ) {
  .parallax-container.mythemes-header {
    max-height: -webkit-calc( 100vh - 70px ) !important;
    max-height: -moz-calc( 100vh - 70px ) !important;
    max-height: -ms-calc( 100vh - 70px ) !important;
    max-height: -o-calc( 100vh - 70px ) !important;
    max-height: calc( 100vh - 70px ) !important;
  }
}
@media ( max-width: 1024px ) {
  .parallax-container.mythemes-header {
    max-height: 100vh !important;
  }
}
.parallax-container .parallax {
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.parallax-container .parallax img {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: auto;
  height: auto;
  min-width: 100% !important;
  max-width: none !important;
  min-height: 100% !important;
  max-height: none !important;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
div.background-covered,
div.background-screen-covered {
  position: relative;
  overflow: hidden;
}
div.background-covered div.mythemes-background-image,
div.background-screen-covered div.mythemes-background-image {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}
div.background-screen-covered div.mythemes-background-image {
  background-attachment: fixed;
}
div.background-covered.mythemes-sh-content div.mythemes-background-image,
div.background-screen-covered.mythemes-sh-content div.mythemes-background-image {
  position: absolute;
}
.mythemes-message-box {
  padding: 10px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.mythemes-message-box .message-content div.big {
  display: inline-block;
  font-size: 20px;
  line-height: 31px;
  padding: 7px 1px;
}
.mythemes-message-box .message-content div.medium {
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  padding: 7px 3px;
}
.mythemes-message-box .message-content div.small,
.mythemes-message-box .message-content p {
  font-size: 13px;
  line-height: 18px;
  color: #666666;
  padding: 7px 2px;
}
.mythemes-message-box .message-button {
  text-align: right;
}
@media ( max-width: 767px ) {
  .mythemes-message-box .message-button {
    font-size: 13px;
  }
}
@media ( max-width: 480px ) {
  .mythemes-message-box .col-xs-8.message-content,
  .mythemes-message-box .col-xs-4.message-button {
    width: 100%;
    display: block;
    text-align: center;
  }
  .mythemes-message-box .col-xs-4.message-button {
    margin-top: 10px;
  }
  .mythemes-message-box .message-content,
  .mythemes-message-box .message-button {
    text-align: center;
  }
}
.mythemes-sh-counters .counter-item {
  color: #787878;
  font-weight: 400;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.mythemes-sh-counters .counter-item span {
  color: #454545;
  font-weight: 400;
}
.mythemes-sh-counters .counter-item .counter-description {
  color: #999999;
  font-weight: 300;
  margin-top: 15px;
  text-transform: uppercase;
}
@media ( min-width: 1200px ) {
  .mythemes-sh-counters .counter-item.col-lg-6,
  .mythemes-sh-counters .counter-item.col-lg-6 span {
    font-size: 48px;
    line-height: 48px;
  }
  .mythemes-sh-counters .counter-item.col-lg-6 .counter-description {
    font-size: 18px;
    line-height: 24px;
  }
  .mythemes-sh-counters .counter-item.col-lg-4,
  .mythemes-sh-counters .counter-item.col-lg-4 span {
    font-size: 42px;
    line-height: 42px;
  }
  .mythemes-sh-counters .counter-item.col-lg-4 .counter-description {
    font-size: 17px;
    line-height: 23px;
  }
  .mythemes-sh-counters .counter-item.col-lg-3,
  .mythemes-sh-counters .counter-item.col-lg-3 span {
    font-size: 36px;
    line-height: 36px;
  }
  .mythemes-sh-counters .counter-item.col-lg-3 .counter-description {
    font-size: 16px;
    line-height: 22px;
  }
}
@media ( min-width: 992px ) and ( max-width: 1199px ) {
  .mythemes-sh-counters .counter-item.col-lg-6,
  .mythemes-sh-counters .counter-item.col-lg-6 span {
    font-size: 42px;
    line-height: 42px;
  }
  .mythemes-sh-counters .counter-item.col-lg-6 .counter-description {
    font-size: 17px;
    line-height: 23px;
  }
  .mythemes-sh-counters .counter-item.col-lg-4,
  .mythemes-sh-counters .counter-item.col-lg-4 span {
    font-size: 36px;
    line-height: 36px;
  }
  .mythemes-sh-counters .counter-item.col-lg-4 .counter-description {
    font-size: 16px;
    line-height: 22px;
  }
  .mythemes-sh-counters .counter-item.col-lg-3,
  .mythemes-sh-counters .counter-item.col-lg-3 span {
    font-size: 28px;
    line-height: 28px;
  }
  .mythemes-sh-counters .counter-item.col-lg-3 .counter-description {
    font-size: 15px;
    line-height: 21px;
  }
}
@media ( min-width: 768px ) and ( max-width: 991px ) {
  .mythemes-sh-counters .counter-item.col-lg-6,
  .mythemes-sh-counters .counter-item.col-lg-3,
  .mythemes-sh-counters .counter-item.col-lg-6 span,
  .mythemes-sh-counters .counter-item.col-lg-3 span {
    font-size: 36px;
    line-height: 36px;
  }
  .mythemes-sh-counters .counter-item.col-lg-6 .counter-description,
  .mythemes-sh-counters .counter-item.col-lg-3 .counter-description {
    font-size: 16px;
    line-height: 22px;
  }
  .mythemes-sh-counters .counter-item.col-lg-4,
  .mythemes-sh-counters .counter-item.col-lg-4 span {
    font-size: 28px;
    line-height: 28px;
  }
  .mythemes-sh-counters .counter-item.col-lg-4 .counter-description {
    font-size: 14px;
    line-height: 20px;
  }
}
@media ( min-width: 481px ) and ( max-width: 767px ) {
  .mythemes-sh-counters .counter-item.col-lg-6,
  .mythemes-sh-counters .counter-item.col-lg-4,
  .mythemes-sh-counters .counter-item.col-lg-3,
  .mythemes-sh-counters .counter-item.col-lg-6 span,
  .mythemes-sh-counters .counter-item.col-lg-4 span,
  .mythemes-sh-counters .counter-item.col-lg-3 span {
    font-size: 28px;
    line-height: 28px;
  }
  .mythemes-sh-counters .counter-item.col-lg-6 .counter-description,
  .mythemes-sh-counters .counter-item.col-lg-4 .counter-description,
  .mythemes-sh-counters .counter-item.col-lg-3 .counter-description {
    font-size: 14px;
    line-height: 20px;
  }
}
@media ( max-width: 480px ) {
  .mythemes-sh-counters .counter-item.col-lg-6,
  .mythemes-sh-counters .counter-item.col-lg-4,
  .mythemes-sh-counters .counter-item.col-lg-3,
  .mythemes-sh-counters .counter-item.col-lg-6 span,
  .mythemes-sh-counters .counter-item.col-lg-4 span,
  .mythemes-sh-counters .counter-item.col-lg-3 span {
    font-size: 28px;
    line-height: 28px;
  }
  .mythemes-sh-counters .counter-item.col-lg-6 .counter-description,
  .mythemes-sh-counters .counter-item.col-lg-4 .counter-description,
  .mythemes-sh-counters .counter-item.col-lg-3 .counter-description {
    font-size: 14px;
    line-height: 20px;
  }
}
@media ( max-width: 480px ) {
  .mythemes-sh-counters {
    margin-top: 30px;
  }
  .mythemes-sh-counters .counter-item {
    display: block;
    width: 100%;
  }
}
.mythemes-sh-list ol,
.mythemes-sh-list ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.mythemes-sh-list ol li,
.mythemes-sh-list ul li {
  margin-top: 24px;
}
.mythemes-sh-list ol li,
.mythemes-sh-list ul li,
.mythemes-sh-list ol li div,
.mythemes-sh-list ul li div {
  color: #666666;
  font-weight: 300;
}
.mythemes-sh-list ol li i,
.mythemes-sh-list ul li i {
  display: block;
  float: left;
  text-align: center;
  font-style: normal;
}
.mythemes-sh-list ol li:before,
.mythemes-sh-list ul li:before,
.mythemes-sh-list ol li::before,
.mythemes-sh-list ul li::before,
.mythemes-sh-list ol li:after,
.mythemes-sh-list ul li:after,
.mythemes-sh-list ol li::after,
.mythemes-sh-list ul li::after {
  display: table;
  content: " ";
}
.mythemes-sh-list ol li:after,
.mythemes-sh-list ul li:after,
.mythemes-sh-list ol li::after,
.mythemes-sh-list ul li::after {
  clear: both;
}
.mythemes-sh-list ol li:first-child,
.mythemes-sh-list ul li:first-child {
  margin-top: 0px;
}
.mythemes-sh-list ol li i[class^="icon-"],
.mythemes-sh-list ul li i[class^="icon-"],
.mythemes-sh-list ol li i[class*="icon-"],
.mythemes-sh-list ul li i[class*="icon-"],
.mythemes-sh-list ol li i[class^="marker-"],
.mythemes-sh-list ul li i[class^="marker-"],
.mythemes-sh-list ol li i[class*="marker-"],
.mythemes-sh-list ul li i[class*="marker-"] {
  line-height: 48px;
  width: 48px;
  height: 48px;
  margin-right: 22px;
}
.mythemes-sh-list ol li i[class^="icon-"],
.mythemes-sh-list ul li i[class^="icon-"],
.mythemes-sh-list ol li i[class*="icon-"],
.mythemes-sh-list ul li i[class*="icon-"] {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
}
.mythemes-sh-list ol li i[class^="marker-"],
.mythemes-sh-list ul li i[class^="marker-"],
.mythemes-sh-list ol li i[class*="marker-"],
.mythemes-sh-list ul li i[class*="marker-"] {
  font-size: 20px;
  font-weight: 900;
}
.mythemes-sh-list ol li div,
.mythemes-sh-list ul li div {
  font-size: 14px;
  line-height: 20px;
  margin-top: 3px;
}
.mythemes-sh-list.small li {
  margin-top: 20px;
}
.mythemes-sh-list.small li:first-child {
  margin-top: 0px;
}
.mythemes-sh-list.small li i[class^="icon-"],
.mythemes-sh-list.small li i[class*="icon-"],
.mythemes-sh-list.small li i[class^="marker-"],
.mythemes-sh-list.small li i[class*="marker-"] {
  font-style: normal;
  line-height: 38px;
  width: 38px;
  height: 38px;
  margin-right: 18px;
}
.mythemes-sh-list.small li i[class^="icon-"],
.mythemes-sh-list.small li i[class*="icon-"] {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
}
.mythemes-sh-list.small li i[class^="marker-"],
.mythemes-sh-list.small li i[class*="marker-"] {
  font-size: 16px;
  font-weight: 900;
}
.mythemes-sh-list.small li div {
  font-size: 13px;
  line-height: 18px;
  margin-top: 2px;
}
.mythemes-sh-list.large li {
  margin-top: 30px;
}
.mythemes-sh-list.large li:first-child {
  margin-top: 0px;
}
.mythemes-sh-list.large li i[class^="icon-"],
.mythemes-sh-list.large li i[class*="icon-"],
.mythemes-sh-list.large li i[class^="marker-"],
.mythemes-sh-list.large li i[class*="marker-"] {
  line-height: 60px;
  width: 60px;
  height: 60px;
  margin-right: 25px;
}
.mythemes-sh-list.large li i[class^="icon-"],
.mythemes-sh-list.large li i[class*="icon-"] {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
}
.mythemes-sh-list.large li i[class^="marker-"],
.mythemes-sh-list.large li i[class*="marker-"] {
  font-size: 26px;
  font-weight: 900;
}
.mythemes-sh-list.large li div {
  font-size: 16px;
  line-height: 24px;
  margin-top: 5px;
}
.mythemes-sh-list.circled li i {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.mythemes-sh-list.rounded li i {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.mythemes-sh-list.rounded.small li i {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.mythemes-sh-list.rounded.large li i {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
/* SOCIAL */
.mythemes-sh-social {
  font-size: 0px;
  line-height: 0px;
  margin: -5px;
}
.mythemes-sh-social a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  width: 42px;
  height: 42px;
  margin: 5px;
  font-size: 18px;
  line-height: 42px;
  text-align: center;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -webkit-transition: all 0.05s linear;
  -moz-transition: all 0.05s linear;
  -ms-transition: all 0.05s linear;
  -o-transition: all 0.05s linear;
  transition: all 0.05s linear;
}
.mythemes-sh-social a:before,
.mythemes-sh-social a::before {
  width: 42px;
  height: 42px;
  font-size: 18px;
  line-height: 42px;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transition: all 0.05s linear;
  -moz-transition: all 0.05s linear;
  -ms-transition: all 0.05s linear;
  -o-transition: all 0.05s linear;
  transition: all 0.05s linear;
}
.mythemes-sh-social a:hover {
  color: #ffffff;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
.mythemes-sh-social a:hover:before,
.mythemes-sh-social a:hover::before {
  font-size: 21px;
  line-height: 42px;
}
.mythemes-sh-social a:focus {
  text-decoration: none;
}
.mythemes-sh-social.small {
  margin: -3px;
}
.mythemes-sh-social.small a {
  width: 32px;
  height: 32px;
  margin: 3px;
  font-size: 13px;
  line-height: 32px;
}
.mythemes-sh-social.small a:before,
.mythemes-sh-social.small a::before {
  width: 32px;
  height: 32px;
  font-size: 13px;
  line-height: 32px;
}
.mythemes-sh-social.small a:hover:before,
.mythemes-sh-social.small a:hover::before {
  font-size: 16px;
  line-height: 32px;
}
.mythemes-sh-social.large {
  margin: -8px;
}
.mythemes-sh-social.large a {
  width: 52px;
  height: 52px;
  margin: 8px;
  font-size: 22px;
  line-height: 52px;
}
.mythemes-sh-social.large a:before,
.mythemes-sh-social.large a::before {
  width: 52px;
  height: 52px;
  font-size: 22px;
  line-height: 52px;
}
.mythemes-sh-social.large a:hover:before,
.mythemes-sh-social.large a:hover::before {
  font-size: 26px;
  line-height: 52px;
}
.mythemes-sh-social.circled a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.mythemes-sh-social.rounded a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.mythemes-sh-social.rounded.small a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.mythemes-sh-social.rounded.large a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
/* TIMELINE */
.mythemes-sh-timeline {
  position: relative;
}
.mythemes-sh-timeline div.timeline {
  background: #dedede;
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  height: 100%;
  width: 4px;
  margin-left: -2px;
}
.mythemes-sh-timeline div.timeline-item {
  padding-top: 15px;
  padding-left: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.mythemes-sh-timeline div.timeline-item span.timeline-item-index {
  background: #39b54a;
  color: #ffffff;
  display: block;
  position: absolute;
  font-size: 19px;
  font-weight: 900;
  line-height: 46px;
  width: 46px;
  height: 46px;
  margin-top: -7px;
  text-align: center;
}
.mythemes-sh-timeline div.timeline-item span.timeline-item-dot {
  border: 2px solid #dedede;
  background: #ffffff;
  position: absolute;
  display: block;
  height: 24px;
  width: 24px;
  margin-top: 6px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.mythemes-sh-timeline div.timeline-item span.timeline-item-dot span.dot-inner {
  display: block;
  margin-top: 4px;
  margin-left: 4px;
  height: 10px;
  width: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.mythemes-sh-timeline div.timeline-item h3 {
  color: #333333;
  font-size: 24px;
  line-height: 32px;
  margin-top: 0px;
  margin-bottom: 10px;
}
.mythemes-sh-timeline div.timeline-item div.timeline-description {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}
.mythemes-sh-timeline div.col-md-offset-0.col-lg-offset-0 div.timeline-item {
  padding-right: 30px;
  text-align: right;
}
@media ( min-width: 768px ) {
  .mythemes-sh-timeline div.col-md-offset-0.col-lg-offset-0 div.timeline-item span.timeline-item-index {
    right: 0px;
    margin-right: -91px;
  }
  .mythemes-sh-timeline div.col-md-offset-0.col-lg-offset-0 div.timeline-item span.timeline-item-dot {
    right: 0px;
    margin-right: -12px;
  }
}
.mythemes-sh-timeline div.col-md-offset-6.col-lg-offset-6 div.timeline-item {
  padding-left: 30px;
  text-align: left;
}
@media ( min-width: 768px ) {
  .mythemes-sh-timeline div.col-md-offset-6.col-lg-offset-6 div.timeline-item span.timeline-item-index {
    margin-left: -140px;
  }
  .mythemes-sh-timeline div.col-md-offset-6.col-lg-offset-6 div.timeline-item span.timeline-item-dot {
    margin-left: -57px;
  }
}
.mythemes-sh-timeline.small div.timeline-item span.timeline-item-index {
  font-size: 16px;
  line-height: 36px;
  width: 36px;
  height: 36px;
  margin-top: -2px;
}
@media ( min-width: 768px ) {
  .mythemes-sh-timeline.small div.col-md-offset-0.col-lg-offset-0 div.timeline-item span.timeline-item-index {
    right: 0px;
    margin-right: -81px;
  }
}
@media ( min-width: 768px ) {
  .mythemes-sh-timeline.small div.col-md-offset-6.col-lg-offset-6 div.timeline-item span.timeline-item-index {
    margin-left: -130px;
  }
}
.mythemes-sh-timeline.large div.timeline-item span.timeline-item-index {
  font-size: 22px;
  line-height: 56px;
  width: 56px;
  height: 56px;
  margin-top: -12px;
}
@media ( min-width: 768px ) {
  .mythemes-sh-timeline.large div.col-md-offset-0.col-lg-offset-0 div.timeline-item span.timeline-item-index {
    right: 0px;
    margin-right: -103px;
  }
}
@media ( min-width: 768px ) {
  .mythemes-sh-timeline.large div.col-md-offset-6.col-lg-offset-6 div.timeline-item span.timeline-item-index {
    margin-left: -148px;
  }
}
.mythemes-sh-timeline.circled div.timeline-item span.timeline-item-index {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.mythemes-sh-timeline.rounded div.timeline-item span.timeline-item-index {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.mythemes-sh-timeline.rounded .small div.timeline-item span.timeline-item-index {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.mythemes-sh-timeline.rounded .large div.timeline-item span.timeline-item-index {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
@media ( min-width: 768px ) and ( max-width: 991px ) {
  .mythemes-sh-timeline div.timeline-item br {
    display: none;
    font-size: 0px;
    line-height: 0px;
    clear: none;
  }
}
@media ( min-width: 481px ) and ( max-width: 767px ) {
  .mythemes-sh-timeline div.timeline {
    left: 93px;
  }
  .mythemes-sh-timeline div.col-md-offset-0.col-lg-offset-0 div.timeline-item,
  .mythemes-sh-timeline div.col-md-offset-6.col-lg-offset-6 div.timeline-item {
    padding-left: 138px;
    text-align: left;
  }
  .mythemes-sh-timeline div.col-md-offset-0.col-lg-offset-0 div.timeline-item span.timeline-item-index,
  .mythemes-sh-timeline div.col-md-offset-6.col-lg-offset-6 div.timeline-item span.timeline-item-index {
    margin-left: -138px;
  }
  .mythemes-sh-timeline div.col-md-offset-0.col-lg-offset-0 div.timeline-item span.timeline-item-dot,
  .mythemes-sh-timeline div.col-md-offset-6.col-lg-offset-6 div.timeline-item span.timeline-item-dot {
    margin-left: -57px;
  }
  .mythemes-sh-timeline.small div.timeline {
    left: 83px;
  }
  .mythemes-sh-timeline.small div.col-md-offset-0.col-lg-offset-0 div.timeline-item,
  .mythemes-sh-timeline.small div.col-md-offset-6.col-lg-offset-6 div.timeline-item {
    padding-left: 128px;
    text-align: left;
  }
  .mythemes-sh-timeline.small div.col-md-offset-0.col-lg-offset-0 div.timeline-item span.timeline-item-index,
  .mythemes-sh-timeline.small div.col-md-offset-6.col-lg-offset-6 div.timeline-item span.timeline-item-index {
    margin-left: -128px;
  }
  .mythemes-sh-timeline.small div.col-md-offset-0.col-lg-offset-0 div.timeline-item span.timeline-item-dot,
  .mythemes-sh-timeline.small div.col-md-offset-6.col-lg-offset-6 div.timeline-item span.timeline-item-dot {
    margin-left: -57px;
  }
  .mythemes-sh-timeline.large div.timeline {
    left: 103px;
  }
  .mythemes-sh-timeline.large div.col-md-offset-0.col-lg-offset-0 div.timeline-item,
  .mythemes-sh-timeline.large div.col-md-offset-6.col-lg-offset-6 div.timeline-item {
    padding-left: 148px;
    text-align: left;
  }
  .mythemes-sh-timeline.large div.col-md-offset-0.col-lg-offset-0 div.timeline-item span.timeline-item-index,
  .mythemes-sh-timeline.large div.col-md-offset-6.col-lg-offset-6 div.timeline-item span.timeline-item-index {
    margin-left: -148px;
  }
  .mythemes-sh-timeline.large div.col-md-offset-0.col-lg-offset-0 div.timeline-item span.timeline-item-dot,
  .mythemes-sh-timeline.large div.col-md-offset-6.col-lg-offset-6 div.timeline-item span.timeline-item-dot {
    margin-left: -57px;
  }
}
@media ( max-width: 480px ) {
  .mythemes-sh-timeline div.timeline,
  .mythemes-sh-timeline.small div.timeline,
  .mythemes-sh-timeline.large div.timeline {
    left: 2px;
  }
  .mythemes-sh-timeline div.timeline-item br,
  .mythemes-sh-timeline.small div.timeline-item br,
  .mythemes-sh-timeline.large div.timeline-item br {
    display: none;
    font-size: 0px;
    line-height: 0px;
    clear: none;
  }
  .mythemes-sh-timeline div.col-md-offset-0.col-lg-offset-0 div.timeline-item,
  .mythemes-sh-timeline.small div.col-md-offset-0.col-lg-offset-0 div.timeline-item,
  .mythemes-sh-timeline.large div.col-md-offset-0.col-lg-offset-0 div.timeline-item,
  .mythemes-sh-timeline div.col-md-offset-6.col-lg-offset-6 div.timeline-item,
  .mythemes-sh-timeline.small div.col-md-offset-6.col-lg-offset-6 div.timeline-item,
  .mythemes-sh-timeline.large div.col-md-offset-6.col-lg-offset-6 div.timeline-item {
    padding-left: 32px;
    text-align: left;
  }
  .mythemes-sh-timeline div.col-md-offset-0.col-lg-offset-0 div.timeline-item span.timeline-item-index,
  .mythemes-sh-timeline.small div.col-md-offset-0.col-lg-offset-0 div.timeline-item span.timeline-item-index,
  .mythemes-sh-timeline.large div.col-md-offset-0.col-lg-offset-0 div.timeline-item span.timeline-item-index,
  .mythemes-sh-timeline div.col-md-offset-6.col-lg-offset-6 div.timeline-item span.timeline-item-index,
  .mythemes-sh-timeline.small div.col-md-offset-6.col-lg-offset-6 div.timeline-item span.timeline-item-index,
  .mythemes-sh-timeline.large div.col-md-offset-6.col-lg-offset-6 div.timeline-item span.timeline-item-index {
    position: relative;
    margin-bottom: 30px;
  }
  .mythemes-sh-timeline div.col-md-offset-0.col-lg-offset-0 div.timeline-item span.timeline-item-dot,
  .mythemes-sh-timeline.small div.col-md-offset-0.col-lg-offset-0 div.timeline-item span.timeline-item-dot,
  .mythemes-sh-timeline.large div.col-md-offset-0.col-lg-offset-0 div.timeline-item span.timeline-item-dot,
  .mythemes-sh-timeline div.col-md-offset-6.col-lg-offset-6 div.timeline-item span.timeline-item-dot,
  .mythemes-sh-timeline.small div.col-md-offset-6.col-lg-offset-6 div.timeline-item span.timeline-item-dot,
  .mythemes-sh-timeline.large div.col-md-offset-6.col-lg-offset-6 div.timeline-item span.timeline-item-dot {
    margin-left: -42px;
  }
  .mythemes-sh-timeline div.col-md-offset-0.col-lg-offset-0 div.timeline-item span.timeline-item-dot,
  .mythemes-sh-timeline div.col-md-offset-6.col-lg-offset-6 div.timeline-item span.timeline-item-dot {
    margin-top: -64px;
  }
  .mythemes-sh-timeline.small div.col-md-offset-0.col-lg-offset-0 div.timeline-item span.timeline-item-dot,
  .mythemes-sh-timeline.small div.col-md-offset-6.col-lg-offset-6 div.timeline-item span.timeline-item-dot {
    margin-top: -59px;
  }
  .mythemes-sh-timeline.large div.col-md-offset-0.col-lg-offset-0 div.timeline-item span.timeline-item-dot,
  .mythemes-sh-timeline.large div.col-md-offset-6.col-lg-offset-6 div.timeline-item span.timeline-item-dot {
    margin-top: -69px;
  }
}
/* TESTIMONILAS */
.mythemes-testimonials .testimonial-item {
  display: none;
}
.mythemes-testimonials .testimonial-item.valign-cell {
  width: 96%;
  padding: 0px;
}
.mythemes-testimonials .testimonial-item.current {
  display: block;
}
.mythemes-testimonials blockquote {
  background: none;
  border: none;
  color: inherit;
  font-size: 18px;
  font-style: italic;
  line-height: 24px;
  position: relative;
  padding: 0px 50px 0px 50px;
  margin: 0px;
  text-indent: 0px;
}
.mythemes-testimonials blockquote:before,
.mythemes-testimonials blockquote::before {
  background-color: #26ad60;
  color: #ffffff;
  position: absolute;
  font-size: 18px;
  line-height: 42px;
  bottom: 0px;
  left: 0px;
  width: 42px;
  height: 42px;
  margin-bottom: 21px;
  margin-left: 4px;
  text-align: center;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.mythemes-testimonials .testimonials-delimiter {
  display: block;
  width: 120px;
  height: 1px;
  margin: 25px auto 25px auto;
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.mythemes-testimonials .testimonials-author {
  display: block;
  font-size: 13px;
  line-height: 18px;
  margin: 0px;
  text-align: center;
}
.mythemes-testimonials .testimonials-author a:hover {
  text-decoration: underline;
}
.mythemes-testimonials.pagination-horizontal .testimonials-pagination {
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 30px;
}
.mythemes-testimonials.pagination-horizontal .testimonials-pagination ul,
.mythemes-testimonials.pagination-horizontal .testimonials-pagination ul li {
  display: inline-block;
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-align: center;
}
.mythemes-testimonials.pagination-horizontal .testimonials-pagination ul li {
  width: 12px;
  height: 12px;
  margin: 0px 4px;
}
.mythemes-testimonials.pagination-horizontal .testimonials-pagination ul li a {
  display: block;
  width: 8px;
  height: 8px;
  line-height: 8px;
  margin: 2px 0px;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.mythemes-testimonials.pagination-horizontal .testimonials-pagination ul li.current a {
  display: block;
  width: 12px;
  height: 12px;
  line-height: 12px;
  margin: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.mythemes-testimonials.pagination-vertical .testimonials-pagination {
  width: 45px;
  left: 100%;
  margin: 0px 45px 0px -45px;
}
.mythemes-testimonials.pagination-vertical .testimonials-pagination ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.mythemes-testimonials.pagination-vertical .testimonials-pagination ul li {
  margin: 15px 0px;
  width: 8px;
  height: 8px;
}
.mythemes-testimonials.pagination-vertical .testimonials-pagination ul li a {
  display: block;
  width: 8px;
  height: 8px;
  line-height: 8px;
  margin: 0px;
  position: absolute;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
@media ( max-width: 480px ) {
  .mythemes-testimonials.pagination-vertical .testimonials-pagination {
    margin: 0px 35px 0px -35px;
  }
}
.mythemes-sponsors .sponsor-item {
  text-align: center;
  margin: 10px 0px;
}
.mythemes-sponsors .sponsor-item img {
  max-width: 100%;
}
@media ( max-width: 480px ) {
  .mythemes-sponsors .sponsor-item {
    display: block;
    width: 100%;
  }
  .mythemes-sponsors .sponsor-item img {
    max-width: 100%;
  }
}
.mythemes-notify {
  background-color: #f7f7f7;
  border-color: #d1d1d1;
  padding: 18px 20px;
  margin: 0px;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.mythemes-notify.note {
  background-color: #f7f7f7;
  border-color: #ededed;
  color: #999999;
}
.mythemes-notify.attention {
  background-color: #fbecb1;
  border-color: #e5d7a1;
  color: #d5a042;
}
.mythemes-notify.alert {
  background-color: #ffe3e5;
  border-color: #ecd2d4;
  color: #d86c6c;
}
.mythemes-notify.success {
  background-color: #e4ffba;
  border-color: #cfe8a9;
  color: #92c522;
}
.mythemes-notify.help {
  background-color: #d9f6fe;
  border-color: #cae6ed;
  color: #66b1db;
}
.mythemes-notify.info {
  background-color: #e6dfff;
  border-color: #d8d1ef;
  color: #8471cd;
}
.mythemes-notify.wrong {
  background-color: #f9edc8;
  border-color: #efe3be;
  color: #966927;
}
.mythemes-notify h4.mythemes-notify-title {
  color: inherit;
  margin-top: 0px;
}
.mythemes-notify p.mythemes-notify-description {
  color: inherit;
}
.mythemes-alert {
  background-color: #f7f7f7;
  padding: 13px 18px;
  margin-bottom: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.mythemes-alert i {
  margin-right: 16px;
}
.mythemes-alert i:before {
  font-size: 16px;
  line-height: 18px;
  width: 18px;
  height: 18px;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
}
.mythemes-alert.general {
  background-color: #f7f7f7;
  color: #999999;
}
.mythemes-alert.general i:before {
  color: #d1d1d1;
  content: '\e826';
}
.mythemes-alert.notice {
  background-color: #fbecb1;
  color: #d5a042;
}
.mythemes-alert.notice i:before {
  color: #d5a042;
  content: '\ea47';
}
.mythemes-alert.error {
  background-color: #ffe3e5;
  color: #d86c6c;
}
.mythemes-alert.error i:before {
  color: #d86c6c;
  content: '\ea66';
}
.mythemes-alert.success {
  background-color: #e4ffba;
  color: #92c522;
}
.mythemes-alert.success i:before {
  color: #92c522;
  content: '\ea52';
}
.mythemes-alert.help {
  background-color: #d9f6fe;
  color: #66b1db;
}
.mythemes-alert.help i:before {
  color: #66b1db;
  content: '\e9a0';
}
.mythemes-alert.info {
  background-color: #e6dfff;
  color: #8471cd;
}
.mythemes-alert.info i:before {
  color: #8471cd;
  content: '\ebbc';
}
.mythemes-dropcap {
  font-size: 25px;
  line-height: 32px;
  float: left;
  height: 32px;
  width: 32px;
  margin: 0px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.mythemes-dropcap .circle {
  height: 36px;
  width: 36px;
  line-height: 36px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
/* COLUMNS */
.mythemes-columns > div.row > p,
.mythemes-columns > div.row > br {
  display: none;
}
@media ( max-width: 480px ) {
  .mythemes-columns div.mythemes-column {
    display: block;
    width: 100%;
  }
}
div.mythemes-map-canvas {
  margin-top: 0px;
  margin-bottom: 0px;
}
div.mythemes-map-canvas h3 {
  font-size: 18px;
  margin-top: 0px;
}
div.mythemes-map-canvas img {
  max-width: none !important;
}
.mythemes-figure {
  display: block;
  overflow: hidden;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.mythemes-figure .mythemes-round {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.mythemes-figure i[class^="icon-"] {
  display: block;
}
.mythemes-sh-content {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.mythemes-sh-content .mythemes-sh-header > div {
  margin-top: 0px;
  margin-bottom: 0px;
}
.mythemes-sh-content div.container div.row div p {
  font-weight: 200;
}
div.mythemes-mask h1,
div.mythemes-mask h2,
div.mythemes-mask h3,
div.mythemes-mask h4,
div.mythemes-mask h5,
div.mythemes-mask h6 {
  color: inherit;
}
div.mythemes-big-feature-item.right {
  float: right;
}
div.mythemes-big-feature-item div.text-content {
  text-align: left;
}
div.mythemes-big-feature-item div.text-content.left {
  text-align: left;
}
div.mythemes-big-feature-item div.text-content.right {
  text-align: right;
}
div.mythemes-big-feature-item div.text-content.center {
  text-align: center;
}
div.mythemes-big-feature-item div.text-content h1,
div.mythemes-big-feature-item div.text-content h2,
div.mythemes-big-feature-item div.text-content h3,
div.mythemes-big-feature-item div.text-content h4,
div.mythemes-big-feature-item div.text-content h5,
div.mythemes-big-feature-item div.text-content h6 {
  color: #000000;
}
div.mythemes-big-feature-item div.text-content p blockquote,
div.mythemes-big-feature-item div.text-content p em {
  color: #454545;
}
div.mythemes-big-feature-item div.text-content blockquote,
div.mythemes-big-feature-item div.text-content em,
div.mythemes-big-feature-item div.text-content blockquote p,
div.mythemes-big-feature-item div.text-content em p {
  color: #454545;
}
div.mythemes-big-feature-item div.text-content br:first-child {
  display: none;
}
div.mythemes-big-feature-item div.text-content h1:first-child,
div.mythemes-big-feature-item div.text-content h2:first-child,
div.mythemes-big-feature-item div.text-content h3:first-child,
div.mythemes-big-feature-item div.text-content h4:first-child,
div.mythemes-big-feature-item div.text-content h5:first-child,
div.mythemes-big-feature-item div.text-content h6:first-child,
div.mythemes-big-feature-item div.text-content p:first-child,
div.mythemes-big-feature-item div.text-content blockquote:first-child,
div.mythemes-big-feature-item div.text-content em:first-child {
  margin-top: 0px;
}
div.mythemes-big-feature-item div.text-content blockquote:first-child p:first-child,
div.mythemes-big-feature-item div.text-content em:first-child p:first-child {
  margin-top: 0px;
}
div.mythemes-big-feature-item div.text-content br:first-child + h1,
div.mythemes-big-feature-item div.text-content br:first-child + h2,
div.mythemes-big-feature-item div.text-content br:first-child + h3,
div.mythemes-big-feature-item div.text-content br:first-child + h4,
div.mythemes-big-feature-item div.text-content br:first-child + h5,
div.mythemes-big-feature-item div.text-content br:first-child + h6,
div.mythemes-big-feature-item div.text-content br:first-child + p,
div.mythemes-big-feature-item div.text-content br:first-child + blockquote,
div.mythemes-big-feature-item div.text-content br:first-child + em {
  margin-top: 0px;
}
div.mythemes-big-feature-item div.image-content img {
  max-width: 100%;
}
div.mythemes-big-feature-item div.image-content div.valign-cell {
  width: 100%;
  height: 100%;
}
div.mythemes-big-feature-item div.image-content div.valign-cell a {
  display: block;
  width: 100%;
  height: 100%;
}
div.mythemes-big-feature-item div.valign-cell {
  padding: 0px 50px;
}
@media ( max-width: 991px ) {
  div.mythemes-big-feature-item {
    height: auto !important;
  }
  div.mythemes-big-feature-item div.valign-cell {
    padding: 0px 50px;
  }
  div.mythemes-big-feature-item div.valign-cell,
  div.mythemes-big-feature-item div.valign-cell-wrapper {
    display: block;
    position: relative;
    height: auto !important;
  }
  div.mythemes-big-feature-item div.text-content {
    text-align: center;
    padding-top: 40px;
  }
  div.mythemes-big-feature-item div.text-content.left,
  div.mythemes-big-feature-item div.text-content.right,
  div.mythemes-big-feature-item div.text-content.center {
    text-align: center;
  }
}
