html {
    -webkit-font-smoothing: antialiased;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, 
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, 
tbody, tfoot, thead, article, aside, canvas, details, figure, figcaption, hgroup, 
menu, footer, header, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #000;
    background: #f5f2f6; /* Old browsers */
    background: -moz-linear-gradient(top,  #f5f2f6 0%, #e2dae5 50%, #d9c6d7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f2f6), color-stop(50%,#e2dae5), color-stop(100%,#d9c6d7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f5f2f6 0%,#e2dae5 50%,#d9c6d7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f5f2f6 0%,#e2dae5 50%,#d9c6d7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f5f2f6 0%,#e2dae5 50%,#d9c6d7 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f5f2f6 0%,#e2dae5 50%,#d9c6d7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f2f6', endColorstr='#d9c6d7',GradientType=0 ); /* IE6-9 */
    background-attachment: fixed;
}
 
article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
    display: block;
}

a {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

p {
    margin-bottom: 15px;
}
 
h1, h2, h3, h4, h5, h6 {
    margin: 30px 0;
}

/* Web Fonts from fonts.com 
font-family:'Futura T W01 Demi';
font-family:'FuturaTW01-DemiOblique';
font-family:'ITCBerrangerHandW01-Rg';
*/

h1,h2,h3,h4,h5,h6 {
    font-family: 'Futura T W01 Demi',Arial, Helvetica, sans-serif;
    color: #70bea1;
    font-weight: normal;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .1);
    line-height: 1.3;
}
 
h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
    font-family: 'FuturaTW01-DemiOblique',Arial, Helvetica, sans-serif;
    font-style: normal;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

strong {}

img,
a img {
    border: 0;
}

.clear {
    clear: both;
}

table {
    border-collapse: collapse;
}

ul, ol {
    margin-left: 30px;
    margin-bottom: 30px;
}
 
li {
    margin-bottom: 7px;
}

iframe {
    display: block;
    max-width: 637px;
}
 
#wrapper {
    background: #fff;
    width: 807px;
    margin: 10px auto;
    border-radius: 15px;
    box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, 0.4);
}

#header_area img {
    border-radius: 15px 15px 0 0;
}

#footer {
    text-align: center;
}

#content_area .inner {
    padding: 15px 50px;
}


.clear {
    clear: both;
}

.col1, .col2 {
    width: 50%;
    float: left;
}

.handwriting {
    font-family: 'ITCBerrangerHandW01-Rg', Georgia, serif;
    font-weight: normal;
    font-size: 1.6em;
}

p .handwriting {
    font-size: inherit;
}

.hr {
    width: 90%;
    background-color: #000;
    height: 1px;
    margin: 15px auto;
}

.imgleft {
    float: left;
    margin-right: 15px;
}

.imgright {
    float: right;
    margin-left: 15px;
}

.mbottom0 {
    margin-bottom: 0 !important;
}

.mtop0 {
    margin-top: 0 !important;
}

.mbottom15 {
    margin-bottom: 15px !important;
}

.mtop15 {
    margin-top: 15px !important;
}

.mtop30 {
    margin-top: 30px !important;
}

.mbottom30 {
    margin-bottom: 30px !important;
} 

.mbottom45 {
    margin-bottom: 45px !important;
} 
 
.pleft0 {
    padding-left: 0 !important;
}

.ptop0 {
    padding-top: 0 !important;
}
 
.smaller {
    font-size: 0.8em;
}

.textcenter {
    text-align: center;
}

.textleft {
    text-align: left;
}

.width30 {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
}

.width80 {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

.width90 {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

.width100 {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    width: 100% !important;
}

.black {
    color: #000;
}

.darkpink {
    color: #9b5ba4;
}

.darkerpink {
    color: #843c82;
} 

.gray {
    color: #999;
}

.red {
    color: #ff0000;
}

.teal {
    color: #70bea1;
}

.aaplayerright {
    float: right;
    margin: 30px 0 0 30px;
    width: 488px;
}

.bignumber {
    clear: both;
    float: left;
    width: 20%;
    font-size: 80px;
    font-family: 'ITCBerrangerHandW01-Rg', Georgia, serif;
    text-align: center;
}

.bignumbertext {
    float: right;
    border-left: 2px solid #70bea1;
    padding: 0 15px;
    text-align: center;
    width: 75%;
}

.button {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9b5ba4), color-stop(1, #843c82) );
    background: -moz-linear-gradient( center top, #9b5ba4 5%, #843c82 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9b5ba4', endColorstr='#843c82');
    background-color: #9b5ba4;
    border-radius: 6px;
    border: 1px solid #843c82;
    display: inline-block;
    color: #ffffff;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.8);
}

.button:hover {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #843c82), color-stop(1, #9b5ba4) );
    background: -moz-linear-gradient( center top, #843c82 5%, #9b5ba4 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#843c82', endColorstr='#9b5ba4');
    background-color: #843c82;
}

.button:active {
    position: relative;
    top: 1px;
}

.copyright {
    font-size: 9px;
    color: #fff;
}

.key {
    width: 50%;
    background: url(images/key.png) 20px 15px no-repeat;
    vertical-align: top;
    padding: 30px 15px;
}

.border-box-purple,
.border-box-teal,
.numberbox,
.solid-box-purple {
    background: #FFFEFD;
    border: 3px solid #70bea1;
    border-radius: 16px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin: 32px auto;
    padding: 48px;
    width: 85%;
}

.border-box-purple {
    background: #FBFAFC;
    border-color: #843c82;
}
 
.solid-box-purple {
    background: #9b5ba4;
    border: none;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
}
 
.topbox {
    box-shadow: 0px 2px 6px 1px rgba(0,0,0,.2);
    cursor: pointer;
    line-height: 1.2;
    padding: 1px 85px;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    width: 90%;
}
 
.topbox:hover {
    background: #843c82;
}
 
.topbox h1,
.topbox h3 {
    color: #fff;
}

.topbox h3 {
    font-size: 26px;
    margin-bottom: 0;
}

.topbox li {
    margin-bottom: 7px;
}
 
.big-arrow-l,
.big-arrow-r {
    bottom: 30px;
    height: 120px;
    position: absolute;
    width: 110px;
}
 
.big-arrow-l {
    background: url(images/big-arrow-l.png) center center no-repeat;
    left: -30px;
}

.big-arrow-r {
    background: url(images/big-arrow-r.png) center center no-repeat;
    right: -30px;
}

.greencheck {
    width: 90%;
    margin: 0 auto 15px;
    padding-left: 45px;
    padding-top: 10px;
    background: url(images/green-check.png) top left no-repeat;
}

.quotebox {
    width: 90%;
    background: #ECDFF0;
    padding: 15px 25px;
    margin: 30px auto;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 1px 1px 1px #EEE;
}

.testimonialleft {
    clear: both;
    float: left;
    margin-top: 30px;
    width: 230px;
}

#clockdiv {
    border-radius: 0 0 5px 5px;
    background: #00BF96;
    font-family: 'Futura T W01 Demi',Arial, Helvetica, sans-serif;
    color: #fff;
    display: inline-block;
    font-weight: 100;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    font-size: 30px;
}

#clockdiv > div{
    display: inline-block;
    vertical-align: middle;
}

#clockdiv div > span{
    padding: 15px;
    border-radius: 3px;
    background: #00816A;
    display: inline-block;
    min-width: 45px;
}

#clockdiv .smalltext{
    padding-top: 5px;
    font-size: 16px;
}