@import url(http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic|Open+Sans:300italic,400,300);

body {
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

#myHeader {
    background-color: #FFF;
    padding: 15px 0px;
}

#myHighlight {
    background-color: #677A63;
    background-color: #7F8E8E;
    background-color: #FF6900;
    background-color: #D56600;
    background-color: #55c0ff;
    padding: 45px 0px 45px;
    text-align: center;
}

#myHighlightDescription {
    padding: 30px 15px 45px;
    color: white;
    font: bold italic 3.15rem/1.25 "Lora", serif;
    font-size: 3.15rem;
}

#myHighlightDescription span {
    display: inline-block;
    max-width: 480px;
}

#myLogo {
  position: relative;
  display: inline-block;
}

#myLogo img {
  z-index: 1;
  position: relative;
}

#myLogoBackground {
  background-color: white;
  width: 80px;
  position: absolute;
  height: 80px;
  top: 0;
  right: -12px;
  z-index: 0;
  border-radius: 50%;
}

#mySlogan {
    font-weight: normal;
    color: #FFF;
}

.myBenefits {
    text-align: center;
}

.myBenefits h3 {
    color: #FFF;
}

.myBenefits ul {
    list-style-type: none;
}

.myBenefits li {
    font-size: 1.1em;
    color: #FFF;
}

#myContactButtonWrapper {
    height: 165px;
}

#myContactButton {
    font-size: 2em;
    font-weight: 300;
    background-color: #5da423;
    background-color: #e55a69;
    border: none;
    box-shadow: none;
    border-radius: 50%;
    padding: 0;
    width: 165px;
    height: 165px;
    line-height: 165px;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    bottom: 100vh;
    right: 50%;
    position: static;
}

#myContactButton.button {
    display: inline-block;
}

#myContactButton.alwaysOnTop {
    position: fixed;
    bottom: 15px;
    right: 15px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .6);
    font-size: 1.3em;
    width: 90px;
    height: 90px;
    line-height: 90px;
    z-index: 1;
}

#myApps {
    background-color: #FFF;
    padding: 30px 0px;
}

#myFeatured {
    background-color: #F7F7F7;
    padding: 10px 0px 10px 0;
}

#myFeatured p {
    text-align: center;
    font-size: 0.85em;
    padding-top: 10px;
}

#myFeatured a {
    font-style: italic;
    color: #777;
}

#myFeatured .four.columns {
    padding: 0;
}

#myFeatured img {
    margin: 0 auto;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

#myTestimonials {
    background-color: #EFEFEF;
    padding: 15px 0px;
}

#myFooter {
    background-color: #333;
    padding: 15px 0px 75px 0px;
}

#myFooter p {
    font-size: 0.9em;
    color: white;
}

#myFooter a {
    color: #5da423;
    color: #55c0ff;
}

.orbit {
    margin-bottom: 0;
}

.orbit-wrapper .slider-nav *, .orbit-wrapper .timer {
    visibility: hidden;
}

.orbit-wrapper:hover .slider-nav *, .orbit-wrapper:hover .timer {
    visibility: visible;
}

@media only screen and (max-width: 767px) { 
    #myApps .columns {
        text-align: center;
    }
}