/*  Fonts  */
/*@font-face {
    font-family: 'lato_regular';
    src: url('../fonts/lato-regular.eot');
    src: url('../fonts/lato-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-regular.woff') format('woff'),
         url('../fonts/lato-regular.ttf') format('truetype'),
         url('../fonts/lato-regular.svg#LatoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'lato_bold';
    src: url('../fonts/lato-bold.eot');
    src: url('../fonts/lato-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-bold.woff') format('woff'),
         url('../fonts/lato-bold.ttf') format('truetype'),
         url('../fonts/lato-bold.svg#LatoBold') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'avantgardelt-extralight';
    src: url('../fonts/avantgardelt-extralight.eot');
    src: url('../fonts/avantgardelt-extralight.eot?#iefix') format('embedded-opentype'),
         url('../fonts/avantgardelt-extralight.woff') format('woff'),
         url('../fonts/avantgardelt-extralight.ttf') format('truetype'),
         url('../fonts/avantgardelt-extralight.svg#avantgardelt-extralight') format('svg');
    font-weight: normal;
    font-style: normal;

}
*/
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a {
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

a {
    text-decoration: underline;
    color: #69b9a8;
    
}

a:hover { color: #69b9a8 }

#activ

.image {
    display: -moz-inline-box;
    display:  -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    font: 0/0 serif;
    text-shadow: none;
    color: transparent;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.image { *display: inline }
.image .inner {
    display: block;
    height: 0;
}
/*  General CSS*/
.wrapper {
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    position: relative;
}
::selection {
    color: #fff;
    background: #353434;
}
::-moz-selection {
    color: #fff;
    background: #353434;
}
.feature a,
.cta a.cta_btn,
.testimonials #t_   navigation a,
header ul.social li a,
header nav ul li a {
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}
/*  header  */
header {
    width: 100%;
    height: 75px;
    background: #fff;
    position: fixed;
    z-index: 9999;
}

header.shadow {
  -moz-box-shadow:    0px 2px 8px 0px rgba(198, 197, 197, 0.5);
  -webkit-box-shadow: 0px 2px 8px 0px rgba(198, 196, 196, 0.5);
  box-shadow:         0px 2px 8px 0px rgba(199, 199, 199, 0.5);
    


}


header .logo {
    background: url('/img/logo.svg') no-repeat;
    background-size: contain;
    display: block;
    float: left;
    height: 70px;
    width: 184px;
    margin-top: 5px;
    text-indent:-9999px;
}
header .open {
    width: 40px;
    height: 40px;
    background: url('/img/menu_icon.svg') no-repeat;
    float: right;
    margin-top: 11px;
    display: none;
    position: absolute;
    right: 1%;
    z-index: 9999;
    transition: background 0.3s linear;
}

header .close {
    width: 40px;
    height: 40px;
    background: url('/img/menu_close.svg') no-repeat;
    float: right;
    margin-top: 11px;
    display: none;
    position: absolute;
    right: 1%;
    z-index: 9999;
}



header nav {
    overflow: hidden;
    display: inline-block;
    margin: 20px 20px 0 0;

    padding: 13px 15px;
    z-index: 9999;
    float: right;
    max-height: 0;
    -moz-transition: opacity 0.4s ease-in-out;
            -webkit-transition: max-height 0.5s ease-in-out;
            -moz-transition: max-height 0.5s ease-in-out;
            -o-transition: max-height 0.5s ease-in-out;
            transition: max-height 0.5s ease-in-out;   
}
header nav ul { list-style: none; }
header nav ul li {
    display: block;
    float: left;
    font-family: 'Lato',sans-serif;
    letter-spacing: 1px;
            margin-left: 1.8em;
        font-size: .78em;
/*    font-size: 2em;*/
}
    


header nav ul li:first-child { margin-left: 0 }
header nav ul li a {
    text-decoration: none;
    color: #666;
}
header nav ul li a:hover { color: #69b9a8 }

#active a
{
display: block;
color: #69b9a8;
background-color: #fff;
text-decoration: none;
}


header ul.social {
    float: right;
    list-style: none;
    margin-top: 18px;
}
header ul.social li {
    float: left;
    margin-left: 10px;
}
header ul.social li a {
    display: block;
    width: 35px;
    height: 35px;
}
/*
header ul.social li a:hover{
    background: url('../img/sm_hover.png') no-repeat;
}

header ul.social li a{
    display: block;
    width: 35px;
    height: 35px;
}
*/
header ul.social li a.fb { background: url('/img/F_icon.svg') no-repeat }
header ul.social li a.twitter { background: url('/img/T_icon.svg') no-repeat }

/*  Billboard  */
.billboard {
    max-width: 88%;
    height: 37em;
    background: transparent url('/img/balance1.jpg') no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}


/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

/*
.box {
  background: transparent url('http://i.imgur.com/ipGvBz0.png') no-repeat;
  padding: 20px;
  min-height: 200px;
  margin: 10px;
  position: relative;
}
*/

/*
.billboard:before,
.billboard:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 50%;
  border-bottom: 20px solid white;  
}

.billboard:before {
  left: 0;
  border-right: 40px solid transparent;
}

.billboard:after {
  right: 0;
  border-left: 40px solid transparent;
}
*/


.billboard .caption {
    margin-left: auto;
    margin-right: auto;
    margin-top: 75px;
    width: 90%;
    text-align: center;
}
.billboard .caption h1 {
    display: inline-block;
    color: #ededed;
    font-family: 'Josefin Sans',sans-serif;
    font-weight: 300;
    font-size: 3.4em;
    padding-top: .2em;
    /*    background: rgba(255, 255, 255, 0.6);*/
    z-index: 8888;
}
.billboard .caption p {
    display: inline-block;
    color: #c2b596;
    font-family: 'Josefin Sans',sans-serif;
    font-weight: 700;
    font-size: 1.5em;
    /*    background: rgba(255, 255, 255, 0.6);*/
    margin-bottom: 2px;
    z-index: 8888;
}
/*Circles*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*
    .col {
    width: 100%;
    padding: 5%;
    background-color: #FBB2B1;
    margin-bottom: 5%;
    border-top: 5px solid #f85c59;
    }
*/
.col {
    display: inline-block;
    position: relative;
    width: 30%;
    margin: 2% 1%;
    padding: 0;
    background-color: transparent;
    border-top: none;
}
.col .spacer {
    position: relative;
    padding-top: 100%;
}
.circle1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #d9ede9;
    color: #333;
    border-radius: 50%;
    box-sizing: border-box;
    text-align: center;
    display: block;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
.circle2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f0ece5;
    color: #333;
    border-radius: 50%;
    box-sizing: border-box;
    text-align: center;
    display: block;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
.circle3 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #dddcdc;
    color: #333;
    border-radius: 50%;
    box-sizing: border-box;
    text-align: center;
    display: block;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
.circle1:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -2%;
}
.circle2:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -2%;
}
.circle3:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -2%;
}
.circle1 h1,
.circle2 h1,
.circle3 h1 {
  font-size: 2.5em;
        line-height: 1.6em;
        letter-spacing: 1px;
    color: #69b9a8;
    font-family: 'Josefin Sans',sans-serif;
    font-weight: 600;
}



.circle2 h2 {
    font-size: 2em;
    line-height: 1em;
    color: #444;
    font-family: 'Josefin Sans',sans-serif;
}

.circle1 p,
.circle2 p,
.circle3 p {
        font-size: 1em;
        font-weight: 300;
        line-height: 1.6em;
    text-align: center;
    color: #444;
    font-family: 'Lato',sans-serif;
}
.circle1 > p,
.circle1 > h1,
.circle1 >.wrapcontent {
    display: inline-block;
    vertical-align: middle;
    width: 80%;
}
.circle2 > p,
.circle2 > h1,
.circle2 > h2,
.circle2 >.wrapcontent {
    display: inline-block;
    vertical-align: middle;
    width: 80%;
}
.circle3 > p,
.circle3 > h1,
.circle3 >.wrapcontent {
    display: inline-block;
    vertical-align: middle;
    width: 80%;
}
.circle1 > p > p,
.circle1 > p > h1,
.circle1 > h1 > p,
.circle1 > h1 > h1,
.circle1 > .wrapcontent > p,
.circle1 > .wrapcontent > h1 { display: block }
.circle2 > p > p,
.circle2 > p > h1,
.circle2 > h1 > p,
.circle2 > h1 > h1,
.circle2 > h2 > h2,
.circle2 > .wrapcontent > p,
.circle2 > .wrapcontent > h1 { display: block }
.circle3 > p > p,
.circle3 > p > h1,
.circle3 > h1 > p,
.circle3 > h1 > h1,
.circle3 > .wrapcontent > p,
.circle3 > .wrapcontent > h1 { display: block }
/*  Services/features  */
.features {
    width: 100%;
    background: #f7f7f7;
    overflow: hidden;
    /*    border: 1px solid;*/
    padding-top: 3%;
    padding-bottom: 3%;
    text-align: center;
}

.bookings {
    width: 100%;
    background: #fff;
    overflow: hidden;
    /*    border: 1px solid;*/
    padding-top: 3%;
    padding-bottom: 3%;
    text-align: center;
}


.features .feature {
    display: block;
    width: 28.833333333333%;
    height: auto;
    float: left;
    margin-right: 6.6666666666667%;
    text-align: center;
    border: 1px solid;
}
.features .feature:nth-child(3n+0) { margin-right: 0 }
.feature .ficon {
    display: block;
    width: 18.78612716763%;
    float: left;
    margin-right: 11.560693641618%;
}
/*
.feature .details_exp{
    display: block;
    width: 69.36416184971098%;
    float: left;
}
*/
.feature h3 {
    margin-bottom: 20px;
    color: #69b9a8;
    font-family: 'Josefin Sans',sans-serif;
    font-size: 2em;
    font-weight: lighter;
    letter-spacing: 1px;
}
.feature p {
    margin-bottom: 20px;
    color: #444;
    font-family: "lato_regular",arial;
    font-size: 1em;
    line-height: 1.6em;
    font-weight: lighter;
}
.feature a {
    color: #848484;
    font-family: "lato_regular",arial;
    font-size: 15px;
    text-decoration: none;
    letter-spacing: .5px;
}
.feature a:hover { color: #353434 }
.feature a span {
    font-family: arial;
    margin-left: 10px;
}
/*  Testimonials  */
.testimonials { text-align: center }
.testimonials h2 {
    color: #4e4e4e;
    font-family: "lato_regular",arial;
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 80px;
    letter-spacing: 1px;
}
.caroufredsel_wrapper {
    max-width: 1040px!important;
    margin: 0 auto!important;
}
.testimonials .testi_slider {
    max-width: 1040px!important;
    height: auto;
    overflow: hidden;
}
.testimonials .testi_slider .t {
    max-width: 1040px!important;
    text-align: center;
    float: left;
    height: auto;
}
.testimonials p {
    color: #8e8d8d;
    font-family: "lato_regular",arial;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1px;
}
.testimonials p.author {
    color: #686767;
    font-family: "lato_bold",arial;
    font-size: 16px;
    font-weight: 700;
    margin-top: 40px;
}
.testimonials #t_navigation a {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: #dadada;
    text-decoration: none;
    margin-right: 10px;
    margin-top: 40px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
}
.testimonials #t_navigation a.selected { background: #bebebe }

.sep_line {
    display: block;
    width: 13.5px;
    height: 100px;
}
.sep_line:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #dedede;
    margin: 0 auto;
}
.sep_top {
    border-bottom: 1px #dedede solid;
    margin: 0 auto 3em;
}
.sep_bottom {
    border-top: 1px #dedede solid;
    margin: 0px auto 0;
}

/*  Info Section  */
.info {
    width: 100%;
    overflow: hidden;
    background: #fff;
}




.info_pic {
    display: block;
    width: 50%;
    height: 500px;
    float: left;
    background: url('/img/water.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    border: 1px solid;
}
.info_details {
    display: block;
        height: auto;
        padding-bottom: 3em;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
}

    .info_details h3,
    .info_details p,
    .info_details a {
        max-width: 50%;
        display: block;
        text-align: left;
        margin: 2em auto;
        padding-bottom: 2em;
    }

.info_details img {
    width: 300px;
    height: 98px;
    display: block;
    float: right;
    margin-top: 3em;
}

.info_details h3 {
    color: #fff;
    font-family: "lato_bold",arial;
    font-size: 30px;
    font-weight: 700;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 560px;
    margin: 0 0 3.3333333333333% 40px;
    letter-spacing: 1px;
    line-height: 40px;
}
.info_details p {
    color: #8a8b8b;
    font-family: 'Lato',sans-serif;
    font-weight: 300;
    font-size: 1em;
    letter-spacing: 1px;
    line-height: 2em;
    float: left;

}
.info_details a {
    color: #fff;
    font-family: "lato_regular",arial;
    font-size: 16px;
    margin: 0 0 0 40px;
    text-decoration: none;
}
.info_details a span { margin-left: 10px }



/*  Call To Action Section  */



.cta {
    display: block;
    text-align: center;
    background: #f7f7f7;
    padding-top: 2em;
}
.cta h2 {
    color: #69b9a8;
    font-family: 'Josefin Sans',sans-serif;
    font-weight: 300;
    font-size: 3.6em;
    letter-spacing: 1px;
    padding-top: .9em;
}


.cta h3 {
    color: #444;
    font-family: 'Lato',sans-serif;
    font-size: 1.8em;
    line-height: 1.6em;
    font-weight: 300;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: .6em;
    margin-bottom: .2em;
}

.cta p {
    color: #444;
    font-family: 'Lato',sans-serif;
    font-size: 1.1em;
    margin-top: .3em;
    line-height: 2em;
    font-weight: 300;
}
.cta h4 {
    color: #69b9a8;
    font-family: 'Lato',sans-serif;
    font-size: 1.8em;
    line-height: 2em;
    font-weight: 400;
}
.cta a.cta_btn {
    display: inline-block;
    padding: 20px 60px;
    background-color: #69b9a8;
    color: #fff;
    font-family: 'Lato',sans-serif;
    font-weight: 700;
    font-size: 1.2em;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}
.cta a.cta_btn:hover { background: #56b086 }
.cta .cta_sep {
    display: block;
    width: 1px;
    height: 100px;
    background: #dedede;
    margin: 0 auto;
}


/*Content*/
.content {
    width: 100%;
    overflow: hidden;
    background: #fff;
    }



.rebecca {
    display: block;
    width: 70%;
    height: 27em;
    background: url('/img/rebecca.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    margin-left: auto;
    margin-right: auto;
}

.content_pic {
    display: block;
    width: 88%;
    height: 27em;
    background: url('/img/water.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    margin-left: auto;
    margin-right: auto;
}

.content_sun {
    display: block;
    width: 88%;
    height: 27em;
    background: url('/img/sunflower.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    margin-left: auto;
    margin-right: auto;
}

.content_expect {
    display: block;
    width: 88%;
    height: 27em;
    background: url('/img/yinyang1.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    margin-left: auto;
    margin-right: auto;
}

.content_map {
    display: block;
    width: 88%;
    height: 27em;
    background: url('/img/map.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.4em;
}


.content_do {
    display: block;
    width: 88%;
    height: 27em;
    background: url('/img/daisy.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    margin-left: auto;
    margin-right: auto;
}

.content_book {
    display: block;
    width: 88%;
    height: 27em;
    background: url('/img/bluebells.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    margin-left: auto;
    margin-right: auto;
}



.content h1 {
    background-color: #69b9a8;
    color: #fff;
    font-family: 'Josefin Sans',sans-serif;
    font-weight: 300;
    font-size: 3.6em;
    letter-spacing: 1px;
    width: 88%;
    text-align: center;
    padding-top: 1.6em;
    padding-top: 1.5em\9;
    padding-bottom: .1em;
    padding-bottom: .2em\9;    
    margin-left: auto;
    margin-right: auto;

}

.content h2 {
    color: #69b9a8;
    font-family: 'Josefin Sans',sans-serif;
    font-weight: 300;
    font-size: 3.6em;
    letter-spacing: 1px;
    padding-top: 1em;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.content h3 {
    color: #444;
    font-family: 'Lato',sans-serif;
    font-size: 1.8em;
    margin-top: 1.8em;
    line-height: 1.6em;
    font-weight: 300;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
}

.content h4 {
    color: #69b9a8;
    font-family: 'Josefin Sans',sans-serif;
    font-weight: 700;
    font-size: 1.5em;
    letter-spacing: 1px;
    width: 70%;
    margin-top: 1.2em;
    margin-left: auto;
    margin-right: auto;    
}

.content h5 {
    color: #69b9a8;
    font-family: 'Josefin Sans',sans-serif;
    font-weight: 700;
    font-size: 1.3em;
    letter-spacing: 1px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;    
}

.content p {
    color: #444;
    font-family: 'Lato',sans-serif;
    font-size: 1em;
    margin-bottom: 1.2em;
    line-height: 2em;
    font-weight: 300;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.two-col  {
    width: 82%;
    margin-left: auto;
    margin-right: auto;
    
    -webkit-column-width: 20em; /* 20em wide */
    -webkit-column-gap: 1em;  /* 2em gap */
    -webkit-column-count: 2; /* 3 columns max! */

    -moz-column-width: 20em;
    -moz-column-gap: 1em;
    -moz-column-count: 2;

    -ms-column-width: 20em;
    -ms-column-gap: 1em;
    -ms-column-count: 2;

    column-width: 20em;
    column-gap: 1em;
    column-count: 2;

}

.room {
    display: block;
    width: 70%;
    height: 27em;
    background: url('/img/room.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
}

.tokeeptogether {
    display: inline-block;
    width: 100%;
}


.tokeeptogether ul {
    font-family: 'Lato',sans-serif;
    font-size: 1em;
    font-weight: 300;
    line-height: 2.4em;
    padding-top: 2%;
    padding-bottom: 2.2em;
    padding-left: 15%;
    
}
.tokeeptogether li.twitter {
    background: url('/img/twitter.png') no-repeat;
    background-size: 35px 32px;
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 3em;
    padding-bottom: 1em;
        

}
.tokeeptogether li.facebook {
    background: url('/img/facebook.png') no-repeat;
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 3em;
    background-size: 35px 32px;

}
.tokeeptogether li.phone {
    background: url('/img/phone.png') no-repeat;
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 3em;
    background-size: 35px 32px;
    padding-bottom: 1em;

}
.tokeeptogether li.email {
    background: url('/img/email.png') no-repeat;
    display: block;
    width: 100%;

    text-align: left;
    padding-left: 3em;
    background-size: 35px 32px;

}

.healthplan {
    color: #444;
    font-family: 'Lato',sans-serif;
    font-size: 1em;
    font-weight: 300;
    list-style: circle;

    -webkit-column-width: 10em; /* 20em wide */
    -webkit-column-gap: 1em;  /* 2em gap */
    -webkit-column-count: 3; /* 3 columns max! */

    -moz-column-width: 10em;
    -moz-column-gap: 1em;
    -moz-column-count: 3;

    -ms-column-width: 10em;
    -ms-column-gap: 1em;
    -ms-column-count: 3;

    column-width: 10em;
    column-gap: 1em;
    column-count: 3;
    
    line-height: 2em;
    padding-bottom: 1%;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}


.practitioner {
    color: #444;
    font-family: 'Lato',sans-serif;
    font-size: 1em;
    font-weight: 300;
    list-style: circle;
    line-height: 2em;
    padding-bottom: 1%;
    
    width: 65%;
    margin-left: auto;
    margin-right: auto;
}



hr {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgb(105, 185, 168), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(105, 185, 168), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(105, 185, 168), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(105, 185, 168), rgba(0,0,0,0)); 
}

/*  Footer  */
footer {
    background: #f7f7f7;
    text-align: center;
    padding-bottom: 2%;
    font-size: 1em;
}
footer .rights {
    color: #3b3b3b;
    font-family: 'Lato',sans-serif;
    font-size: .8em;
    line-height: 25px;
}
footer .rights a {
    text-decoration: none;
    font-family: 'Lato',sans-serif;
    font-weight: 700;
    color: #3b3b3b;
}
a { color: #3b3b3b }

footer ul {
    font-family: 'Lato',sans-serif;
    font-size: 1em;
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
    line-height: 3em;
    padding-top: 4%;
    padding-bottom: 2%;
    padding-left: 10%;
    width: 90%;
}
footer li.twitter {
    background: url('/img/twitter.png') no-repeat;
        background-size: 53px 48px;

    display: block;
    width: 100%;
    margin-top: 10%;
    text-align: left;
    padding-left: 5em;

}
footer li.facebook {
    background: url('/img/facebook.png') no-repeat;
    display: block;
    width: 100%;
    margin-top: 10%;
    text-align: left;
    padding-left: 5em;
        background-size: 53px 48px;

}
footer li.phone {
    background: url('/img/phone.png') no-repeat;
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 5em;
            background-size: 53px 48px;

}
footer li.email {
    background: url('/img/email.png') no-repeat;
    display: block;
    width: 100%;
        margin-top: 10%;

    text-align: left;
    padding-left: 5em;
            background-size: 53px 48px;

}

/* Buttons */
.button {
    background-color: #98c593;
    border: 0;
    border-radius: 3.5em;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    height: 3.5em;
    line-height: 3.5em;
    outline: 0;
    padding: 0 2em;
    position: relative;
    text-align: center;
    text-decoration: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.button.down {
    width: 4em;
    height: 4em;
    line-height: 4.5em;
    padding: 0;
    background-image: url('/img/dark-arrow.svg');
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -10em;
    overflow: hidden;
    margin-top: 2em;
}
.button:hover { background-color: #a8d5a3 }
.button:active { background-color: #88b583 }
.button.style2 {
    background-color: transparent;
    border: solid 2px #e4e4e4;
    color: inherit;
}
.button.style2:hover { background-color: rgba(235,235,235,0.1) }
/*
                .button.style2.down {
                    background-image: url('../img/arrow.svg');
*/