body {
    font-family: 'Raleway', sans-serif;
    color: #444;
}
.block {
    padding: 60px 0px;
}
.logo {
    max-width: 150px;
    margin: 0 auto;
}
.optin .logo {
    max-width: 120px;
}
.header {
    background: url("../img/city.png") no-repeat center;
    background-size: cover;
    position: relative;
    min-height: 800px;
}
.header.optin {
    background: #fff;
    background-size: cover;
    position: relative;
    min-height: 800px;
}
.header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.9);
    background: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.6)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.6) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0.6) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0.6) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.6) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}
.optin .overlay {
    background: rgba(255,255,255,0.9);
    background: -moz-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.9)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.9) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}
.header h1 {
    margin-top: 60px;
    color: #444;
    font-weight: 700;
    font-size: 28px;
    line-height: 140%;
}
.header h1 span {
    color: #624e97;
}
.divide {
    margin: 40px auto;
    border-top: 2px solid #624e97;
    max-width: 60px;
}
.header p {
    color: #312942;
    font-size: 16px;
}
.header .btn {
    margin-top: 40px;
}
.btn-purple {
    background: #624e97;
    color: #fff;
    border-radius: 0px;
    border: 2px solid #624e97;
    transition: all ease-in-out 0.3s;
    outline: none;
    font-size: 20px;
}
.btn-purple.btn-lg {
    padding: 16px 24px;
}
.btn-purple:hover, .btn-purple:active, .btn-purple:focus {
    background: #502b78;
    outline: none;
    color: #fff;
}
.optin {
    font-family: effra, sans-serif;
}
.post {
    font-family: 'Raleway', sans-serif;    
}
.post h1 {
    font-family: 'Oswald', sans-serif;    
}
.post h2 {
    font-size: 22px; 
    color: #333;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;    
    text-transform: uppercase;
}
.optin .logo {
    margin-bottom: 60px;
}
.optin h1 {
    font-size: 40px;
    /*text-transform: uppercase;*/
    margin-top: 20px;
    margin-bottom: 20px;
}
.optin p {
    color: #777;
    font-size: 18px;
}
.post, .post p {
    color: #777;
    font-size: 16px;
}
.optin .center-container {
    max-width: 800px;
    margin: 0 auto;
}
.post .center-container {
    background: #fff;
    padding: 40px;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
    margin-bottom: 40px;
}
.progress-card {
    background: url('../img/city-scape.png') no-repeat center;
    background-size: cover;
    padding: 30px;
    margin-top: 60px;
    -webkit-box-shadow: 0px 0px 78px 0px rgba(98,78,151,1);
    -moz-box-shadow: 0px 0px 78px 0px rgba(98,78,151,1);
    box-shadow: 0px 0px 78px 0px rgba(98,78,151,1);
    position: relative;
}
.progress-card.first {
    margin-top: -40px;
    min-height: 669px;
}
.progress-card .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(72,52,125,1);
    background: -moz-linear-gradient(45deg, rgba(72,52,125,1) 0%, rgba(98,78,151,0.9) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(72,52,125,1)), color-stop(100%, rgba(98,78,151,0.9)));
    background: -webkit-linear-gradient(45deg, rgba(72,52,125,1) 0%, rgba(98,78,151,0.9) 100%);
    background: -o-linear-gradient(45deg, rgba(72,52,125,1) 0%, rgba(98,78,151,0.9) 100%);
    background: -ms-linear-gradient(45deg, rgba(72,52,125,1) 0%, rgba(98,78,151,0.9) 100%);
    background: linear-gradient(45deg, rgba(72,52,125,1) 0%, rgba(98,78,151,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48347d', endColorstr='#624e97', GradientType=1 );
}
.progress-page .header {
    height: 200px;
    min-height: 0px;
}
.progress-card.progress-card-purple h2 {
    margin: 0px;
    color: #dbd4fc;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
}
.progress-card .details {
    margin-top: 40px;
}
.progress-card-purple hr {
    border-top: 1px solid #7c6cb7;
}
.progress-card-purple p {
    color: #bbb2ea;
}
.progress-card .detail-card h4 {
    color: #624e97;
    margin: 0px;
    font-size: 18px;
    font-weight: 500;
}
.progress-card .detail-card {
    padding: 30px;
    background: #fff;
    border-radius: 4px;
    color: #624e97;
    /*opacity: 0.95;*/
    min-height: 370px;
    position: relative;
}
.progress-card .detail-card p {
    color: #7a7a7a;
    font-size: 14px;
}
.progress-card .detail-card .divide {
    margin: 20px auto;
    border-top: 1px solid #624e97;
}
.progress-card .detail-card img {
    margin-bottom: 20px;
}
.progress-card .details h3 {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
    color: #fff;
}
.complete-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 4px;
}
.complete-overlay .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #624e97;
    border-radius: 4px;
    opacity: 0.4;
}
.complete-icon {
    position: relative;
    margin-top: 140px;
}
.progress {
    margin: 0 auto;
    height: auto;
}
.progress {
    padding: 4px;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
}
.progress-bar {
    position: relative;
    height: 16px;
    border-radius: 4px;
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
    -webkit-transition-property: width, background-color;
    -moz-transition-property: width, background-color;
    -o-transition-property: width, background-color;
    transition-property: width, background-color;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 1px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 1px rgba(255, 255, 255, 0.1);
}
.progress-bar:before, .progress-bar:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.progress-bar:before {
    bottom: 0;
    border-radius: 4px 4px 0 0;
}
.progress-bar:after {
    z-index: 2;
    bottom: 45%;
    border-radius: 4px;
}
#five:checked ~ .progress > .progress-bar {
    width: 10%;
    background-color: #dbd4fc;
}
#twentyfive:checked ~ .progress > .progress-bar {
    width: 30%;
    background-color: #dbd4fc;
}
#fifty:checked ~ .progress > .progress-bar {
    width: 50%;
    background-color: #dbd4fc;
}
#seventyfive:checked ~ .progress > .progress-bar {
    width: 70%;
    background-color: #dbd4fc;
}
#onehundred:checked ~ .progress > .progress-bar {
    width: 90%;
    background-color: #dbd4fc;
}
.radio {
    display: none;
}
.label {
    display: inline-block;
    margin-top: 20px;
    padding: 8px 0px;
    color: #dbd4fc;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    cursor: pointer;
    width: 19.7%;
    font-size: 14px;
}
.radio:checked + .label {
    color: white;
}
.week {
    display: none;
}
.week.active {
    display: block;
}
.delay-1 {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}
.delay-2 {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}
.delay-3 {
  -webkit-animation-delay: 900ms;
  animation-delay: 900ms;
}
.delay-4 {
  -webkit-animation-delay: 1200ms;
  animation-delay: 1200ms;
}
.delay-5 {
  -webkit-animation-delay: 1500ms;
  animation-delay: 1500ms;
}
.delay-6 {
  -webkit-animation-delay: 1800ms;
  animation-delay: 1800ms;
}
.delay-7 {
  -webkit-animation-delay: 2100ms;
  animation-delay: 2100ms;
}
.delay-8 {
  -webkit-animation-delay: 2400ms;
  animation-delay: 2400ms;
}
.complete-overlay .window {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
    cursor: pointer;
    z-index: 1000;
}
.complete-overlay a {
    cursor: pointer;
}
.about-icon {
    font-size: 40px;
    color: #fb7374;
}
@font-face {
    font-family: 'et-line';
    src:url('fonts/et-line.eot');
    src:url('fonts/et-line.eot?#iefix') format('embedded-opentype'),
        url('fonts/et-line.woff') format('woff'),
        url('fonts/et-line.ttf') format('truetype'),
        url('fonts/et-line.svg#et-line') format('svg');
    font-weight: normal;
    font-style: normal;
}
[data-icon]:before {
    font-family: 'et-line';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display:inline-block;
}
.icon-mobile, .icon-laptop, .icon-desktop, .icon-tablet, .icon-phone, .icon-document, .icon-documents, .icon-search, .icon-clipboard, .icon-newspaper, .icon-notebook, .icon-book-open, .icon-browser, .icon-calendar, .icon-presentation, .icon-picture, .icon-pictures, .icon-video, .icon-camera, .icon-printer, .icon-toolbox, .icon-briefcase, .icon-wallet, .icon-gift, .icon-bargraph, .icon-grid, .icon-expand, .icon-focus, .icon-edit, .icon-adjustments, .icon-ribbon, .icon-hourglass, .icon-lock, .icon-megaphone, .icon-shield, .icon-trophy, .icon-flag, .icon-map, .icon-puzzle, .icon-basket, .icon-envelope, .icon-streetsign, .icon-telescope, .icon-gears, .icon-key, .icon-paperclip, .icon-attachment, .icon-pricetags, .icon-lightbulb, .icon-layers, .icon-pencil, .icon-tools, .icon-tools-2, .icon-scissors, .icon-paintbrush, .icon-magnifying-glass, .icon-circle-compass, .icon-linegraph, .icon-mic, .icon-strategy, .icon-beaker, .icon-caution, .icon-recycle, .icon-anchor, .icon-profile-male, .icon-profile-female, .icon-bike, .icon-wine, .icon-hotairballoon, .icon-globe, .icon-genius, .icon-map-pin, .icon-dial, .icon-chat, .icon-heart, .icon-cloud, .icon-upload, .icon-download, .icon-target, .icon-hazardous, .icon-piechart, .icon-speedometer, .icon-global, .icon-compass, .icon-lifesaver, .icon-clock, .icon-aperture, .icon-quote, .icon-scope, .icon-alarmclock, .icon-refresh, .icon-happy, .icon-sad, .icon-facebook, .icon-twitter, .icon-googleplus, .icon-rss, .icon-tumblr, .icon-linkedin, .icon-dribbble {
    font-family: 'et-line';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display:inline-block;
}
.icon-mobile:before {
    content: "\e000";
}
.icon-laptop:before {
    content: "\e001";
}
.icon-desktop:before {
    content: "\e002";
}
.icon-tablet:before {
    content: "\e003";
}
.icon-phone:before {
    content: "\e004";
}
.icon-document:before {
    content: "\e005";
}
.icon-documents:before {
    content: "\e006";
}
.icon-search:before {
    content: "\e007";
}
.icon-clipboard:before {
    content: "\e008";
}
.icon-newspaper:before {
    content: "\e009";
}
.icon-notebook:before {
    content: "\e00a";
}
.icon-book-open:before {
    content: "\e00b";
}
.icon-browser:before {
    content: "\e00c";
}
.icon-calendar:before {
    content: "\e00d";
}
.icon-presentation:before {
    content: "\e00e";
}
.icon-picture:before {
    content: "\e00f";
}
.icon-pictures:before {
    content: "\e010";
}
.icon-video:before {
    content: "\e011";
}
.icon-camera:before {
    content: "\e012";
}
.icon-printer:before {
    content: "\e013";
}
.icon-toolbox:before {
    content: "\e014";
}
.icon-briefcase:before {
    content: "\e015";
}
.icon-wallet:before {
    content: "\e016";
}
.icon-gift:before {
    content: "\e017";
}
.icon-bargraph:before {
    content: "\e018";
}
.icon-grid:before {
    content: "\e019";
}
.icon-expand:before {
    content: "\e01a";
}
.icon-focus:before {
    content: "\e01b";
}
.icon-edit:before {
    content: "\e01c";
}
.icon-adjustments:before {
    content: "\e01d";
}
.icon-ribbon:before {
    content: "\e01e";
}
.icon-hourglass:before {
    content: "\e01f";
}
.icon-lock:before {
    content: "\e020";
}
.icon-megaphone:before {
    content: "\e021";
}
.icon-shield:before {
    content: "\e022";
}
.icon-trophy:before {
    content: "\e023";
}
.icon-flag:before {
    content: "\e024";
}
.icon-map:before {
    content: "\e025";
}
.icon-puzzle:before {
    content: "\e026";
}
.icon-basket:before {
    content: "\e027";
}
.icon-envelope:before {
    content: "\e028";
}
.icon-streetsign:before {
    content: "\e029";
}
.icon-telescope:before {
    content: "\e02a";
}
.icon-gears:before {
    content: "\e02b";
}   
.icon-key:before {
    content: "\e02c";
}
.icon-paperclip:before {
    content: "\e02d";
}
.icon-attachment:before {
    content: "\e02e";
}
.icon-pricetags:before {
    content: "\e02f";
}
.icon-lightbulb:before {
    content: "\e030";
}
.icon-layers:before {
    content: "\e031";
}
.icon-pencil:before {
    content: "\e032";
}
.icon-tools:before {
    content: "\e033";
}
.icon-tools-2:before {
    content: "\e034";
}
.icon-scissors:before {
    content: "\e035";
}
.icon-paintbrush:before {
    content: "\e036";
}
.icon-magnifying-glass:before {
    content: "\e037";
}
.icon-circle-compass:before {
    content: "\e038";
}
.icon-linegraph:before {
    content: "\e039";
}
.icon-mic:before {
    content: "\e03a";
}
.icon-strategy:before {
    content: "\e03b";
}
.icon-beaker:before {
    content: "\e03c";
}
.icon-caution:before {
    content: "\e03d";
}
.icon-recycle:before {
    content: "\e03e";
}
.icon-anchor:before {
    content: "\e03f";
}
.icon-profile-male:before {
    content: "\e040";
}
.icon-profile-female:before {
    content: "\e041";
}
.icon-bike:before {
    content: "\e042";
}
.icon-wine:before {
    content: "\e043";
}
.icon-hotairballoon:before {
    content: "\e044";
}
.icon-globe:before {
    content: "\e045";
}
.icon-genius:before {
    content: "\e046";
}
.icon-map-pin:before {
    content: "\e047";
}
.icon-dial:before {
    content: "\e048";
}
.icon-chat:before {
    content: "\e049";
}
.icon-heart:before {
    content: "\e04a";
}
.icon-cloud:before {
    content: "\e04b";
}
.icon-upload:before {
    content: "\e04c";
}
.icon-download:before {
    content: "\e04d";
}
.icon-target:before {
    content: "\e04e";
}
.icon-hazardous:before {
    content: "\e04f";
}
.icon-piechart:before {
    content: "\e050";
}
.icon-speedometer:before {
    content: "\e051";
}
.icon-global:before {
    content: "\e052";
}
.icon-compass:before {
    content: "\e053";
}
.icon-lifesaver:before {
    content: "\e054";
}
.icon-clock:before {
    content: "\e055";
}
.icon-aperture:before {
    content: "\e056";
}
.icon-quote:before {
    content: "\e057";
}
.icon-scope:before {
    content: "\e058";
}
.icon-alarmclock:before {
    content: "\e059";
}
.icon-refresh:before {
    content: "\e05a";
}
.icon-happy:before {
    content: "\e05b";
}
.icon-sad:before {
    content: "\e05c";
}
.icon-facebook:before {
    content: "\e05d";
}
.icon-twitter:before {
    content: "\e05e";
}
.icon-googleplus:before {
    content: "\e05f";
}
.icon-rss:before {
    content: "\e060";
}
.icon-tumblr:before {
    content: "\e061";
}
.icon-linkedin:before {
    content: "\e062";
}
.icon-dribbble:before {
    content: "\e063";
}
.m-b-20 {
    margin-bottom: 20px;
}