#header {
    width: 100%;
    min-width: 700px;
    height: 827px;
    background: #000 url('../images/lenses_lp/bg-header-repeat.png');
    overflow: hidden;
    padding: 0;
}

#header div.inner {
    width: 960px;
    height: 777px;
    padding-top: 50px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    z-index: 3;
}

#header h1 {
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-weight: 300;
    font-size: 50px;
    color: #fff;
    margin: 12px 0 10px 0;
}

#header h2 {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #738ef0;
    text-transform: uppercase;
}

#header #lens-slider-nav {
    width: 960px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    text-align: center;
}

#left-imagery,
#right-imagery {
    z-index: 1;
    position: absolute;
    top: 0;
    background: url('../images/lenses_lp/bg-header-3.jpg') no-repeat 0 0;
    width: 300px;
    height: 578px;
}
#left-imagery {
    left: 0;
}
#right-imagery {
    right: 0;
    background-position: -300px 0;
}

#header #lens-slider-nav span#arrow-indicator {
    width: 57px;
    height: 105px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 82px;
    background: url('../images/lenses_lp/indicator-arrow-2.png') center bottom no-repeat;
    margin-left: -28px;
    
    transition: left 0.35s;
    -moz-transition: left 0.35s; /* Firefox 4 */
    -webkit-transition: left 0.35s; /* Safari and Chrome */
    -o-transition: left 0.35s; /* Opera */
}

#header #lens-slider-nav span#arrow-indicator.pos1 { left: 82px; }
#header #lens-slider-nav span#arrow-indicator.pos2 { left: 298px; }
#header #lens-slider-nav span#arrow-indicator.pos3 { left: 510px; }

#header #lens-slider-nav li {
    height: 202px;
    display: inline-block;
    padding-bottom: 0;
    margin: 0 2px;
}

#header #lens-slider-nav li > span {
    padding: 24px;
    padding-bottom: 15px;
    display: inline-block;
}

#header #lens-slider-nav li a {
    font-family: "Open Sans", sans-serif;
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    display: inline-block;
    text-decoration: none;
}

#header #lens-slider-nav li a img {
    display: block;
    border-radius: 5px;
    background: #fff;
    padding: 3px;
    border: 1px solid #ccc;
    margin-bottom: 8px;
}
#header #buy-now-button-wrapper {
    height: 0;
    border-top: solid 1px #040202;
    border-bottom: solid 1px #4d4d4d;
    margin-top: 28px;
}
#header #buy-now-button-wrapper p {
    position: relative;
    top: 7px;
    color: #cacaca;
    font-size: 14px;
}
#header #buy-now-button-wrapper p a {
    text-decoration: underline;
    color: #51a3ff;
}
#header #buy-now-button-wrapper .lens-cta {
    width: 240px;
    margin: 0 auto;
    margin-top: -28px;
}
#header #package-chiclets,
#header #package-chiclets li {
    list-style-type: none;
    text-align: center;
    padding: 0;
    margin: 0;
}
#header #package-chiclets {
    padding: 3px;
    padding-top: 70px;
    width: 826px;
    margin: 0 auto 80px;
}
#header #package-chiclets li {
    font-family: 'Open Sans', sans-serif;
    box-shadow: 0 0 0 3px #303136, 0 0 30px 10px #272727;
    background: #171717;
    border-radius: 8px;
    float: left;
    margin-left: 32px;
    width: 254px;
    height: 199px;
}
#header #package-chiclets li:first-child {
    margin-left: 0;
}
#footer .lens-image,
#header #package-chiclets li .lens-image {
    width: 234px;
    height: 88px;
    position: relative;
    top: -26px;
    margin: 0 0 0 3px;
    background: url('../images/lenses_lp/lenses-icons-sprite.8bit.png') no-repeat 0 0;
}
#footer .lens-image {
    margin: 34px auto 27px;
    top: 0;
}
#header #package-chiclets li .lens-image.single-lens {
    width: 142px;
    margin-left: 70px;
}
#header #package-chiclets li.classic .lens-image.single-lens {
    background-position: -56px -383px;
}
#header #package-chiclets li.fashion .lens-image.single-lens {
    background-position: -216px -383px;
}
#header #package-chiclets li.half-moon .lens-image.single-lens {
    background-position: -376px -383px;
}
#header #package-chiclets li .lens-image.three-lenses {
    background-position: 0 -210px;
}
#header #package-chiclets li .lens-image.sd-bundle {
    background-position: 0 -43px;
}
#footer .lens-image.sd-bundle {
    background-position: -2px -39px;
}
#footer .lens-image.three-lenses {
    background-position: -6px -555px;
}
#footer .lens-image.single-lens {
    background-position: -6px -728px;
}
#footer h4,
#header #package-chiclets li h4 {
    font-weight: 100;
    font-size: 21px;
    line-height: 22px;
    color: #738ef0;
    text-transform: uppercase;
    position: relative;
    top: -14px;
}
#footer h4 {
    top: 0;
    margin-bottom: 13px;
}
#footer p,
#header #package-chiclets li p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 100;
    color: #e1e5eb;
}
#header #package-chiclets li p a {
    position: relative;
    top: 7px;
    font-size: 13px;
    color: #51a3ff;
    text-decoration: underline;
}


#main-body {
    width: 100%;
    background: #f7f8f9;
}

#main-body > div {
    width: 960px;
    margin: 0 auto;
    padding-top: 50px;
    overflow: hidden;
}

#main-body > div dl {
    margin: 0;
    height: 470px;
}
#main-body > div dl .lens-collage {
    position: relative;
    padding-top: 50px;
    clear: both;
}
#main-body > div dl .lens-collage div {
    position: absolute;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    color: #64686b;
    left: 0;
    top: 0;
}
#main-body > div dl .lens-collage div strong {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #09090a;
}
#main-body > div dl .lens-collage div.collage-text-1 {
    bottom: 408px;
    top: auto;
    left: auto;
    right: 730px;
}
#main-body > div dl .lens-collage div.collage-text-2 {
    bottom: 432px;
    left: 739px;
    right: auto;
    top: auto;
}
#main-body > div dl .lens-collage div.collage-text-3 {
    top: 492px;
    bottom: auto;
    left: auto;
    right: 750px;
}
#main-body > div dl .lens-collage div.collage-text-4 {
    top: 522px;
    bottom: auto;
    left: auto;
    right: 358px;
}
#main-body > div dl .classic .lens-collage div.collage-text-1 {
    bottom: 428px;
}
#main-body > div dl .classic .lens-collage div.collage-text-2 {
    left: 709px;
}
#main-body > div dl .classic .lens-collage div.collage-text-3 {
    right: 626px;
}
#main-body > div dl .classic .lens-collage div.collage-text-4 {
    top: 502px;
    left: 587px;
    right: auto;
}
#main-body > div dl .half-moon .lens-collage div.collage-text-1 {
    right: 740px;
}
#main-body > div dl .half-moon .lens-collage div.collage-text-4 {
    left: 780px;
    right: auto;
}
#main-body > div dl .comparison-chart-link,
#main-body > div dl .comparison-chart-link a {
    line-height: 25px;
    height: 25px;
    font-weight: 100;
}
#main-body > div dl .comparison-chart-link {
    color: #666;
    font-size: 14px;
    text-align: center;
    padding-top: 1.6em;
    margin-bottom: 4em;
}
#main-body > div dl .comparison-chart-link a {
    font-size: 13px;
    position: relative;
    left: 0.5em;
}
#lens-slider dd.personal-license hgroup {
    padding: 20px 0 30px;
    
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}
#lens-slider dd.personal-license hgroup h2 {
    margin: 0 0 5px;
    
    color: #64686b;
    font-size: 44px;
    font-weight: 300;
    line-height: 50px;
}
#lens-slider dd.personal-license hgroup h2 strong {
    color: #5475c7;
    font-weight: 900;
}
#lens-slider dd.personal-license hgroup h3 {
    margin: 0;
    
    color: #5475c7;
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    line-height: 20px;
}
#lens-slider dd.personal-license ul.lenses,
#lens-slider dd.personal-license ul.lenses li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#lens-slider dd.personal-license ul.lenses li {
    position: relative;
    float: left;
    width: 33%;
    color: #64686b;
    font: 400 14px/24px 'Open Sans', sans-serif;
    text-align: center;
}
#lens-slider dd.personal-license ul.lenses {
    padding-bottom: 7em;
}
#lens-slider dd.personal-license ul.lenses li > a.demo-link {
    position: relative;
    display: block;
}
#lens-slider dd.personal-license ul.lenses li > a.demo-link:after {
    position: absolute;
    content: " ";
    display: block;
    top: 0;
    right: 0;
    width: 43px;
    height: 27px;
    
    background: url('../images/lenses_lp/icon-demo.png');
}
#main-body dd.personal-license ul.lenses li h4 {
    margin: 0 0 10px;
    
    font: 700 20px/24px 'Open Sans', sans-serif;
    text-transform: uppercase;
}
#main-body dd.personal-license ul.lenses li h4 a { color: #5475c7; }
#main-body dd.personal-license ul.lenses li h4 a:after {
    position: relative;
    content: " ";
    display: inline-block;
    width: 28px;
    height: 28px;
    margin: 0 -43px -6px 15px;
    
    background: url('../images/lenses_lp/icon-view.png');
    opacity: 0;
    
    -ms-transition: opacity 0.35s;
    -moz-transition: opacity 0.35s;
    -o-transition: opacity 0.35s;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
#main-body dd.personal-license ul.lenses li h4 a:hover { text-decoration: none; }
#main-body dd.personal-license ul.lenses li h4 a:hover:after { opacity: 1; }
#main-body dd.personal-license ul.lenses li p {
    margin: 0 15px 15px;
}
#main-body dd a.screencast-modal {
    color: #5475c7;
    font: 400 23px/100% 'Damion', cursive;
}
#main-body dd a.screencast-modal:hover { text-decoration: none; }
#main-body dd a.screencast-modal:before {
    position: relative;
    content: " ";
    display: inline-block;
    width: 41px;
    height: 27px;
    margin-right: 5px;
    margin-bottom: -6px;
    
    background: url('../images/lenses_lp/icon-play.png');
}
#main-body dd a.screencast-modal.lens {
    margin-bottom: 1em;
    display: block;
    color: #4894e8;
}
#main-body dd.personal-license .lens-cta { padding: 45px 0 210px; }
#main-body dd.personal-license .lens-cta a.buy-this-lens {
    display: block;
    margin: 0 auto;
    width: 300px;
}
#main-body dd.personal-license .lens-cta .buy-flyout {
    top: 105px;
    left: 50%;
    margin-left: -87px;
}
#main-body dd.personal-license #personal-license-main-cta {
    display: block;
    float: none;
    margin: 0 auto;
    width: 300px;
    font-size: 18px;
    margin-bottom: 3em;
}
#main-body .left {
    width: 530px;
    padding: 0 20px 0 10px;
    float: left;
}

#main-body .right {
    width: 350px;
    /*padding: 0 10px 0 40px;*/
    float: right;
    overflow: visible;
}

#main-body .left span.more-examples {
    display: block;
    width: 430px;
    text-align: center;
    margin: 10px;
    box-shadow: inset 0 -1px 0 0 #333;
}

#main-body .left span.more-examples > span {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #333;
    text-transform: uppercase;
    display: inline-block;
    background: #f7f8f9;
    position: relative;
    top: 4px;
    padding: 0 10px;
}

#main-body .left ul.preview-navi {
    text-align: center;
    padding-top: 10px;
}

#main-body .left ul.preview-navi li {
    width: 80px;
    height: 56px;
    margin-left: 10px;
    display: inline;
    position: relative;
}

#main-body .left ul.preview-navi li:first-child {
    margin-left: 0;
}

#main-body .left ul.preview-navi li a {
    opacity: 0.6;
    text-decoration: none;
    background: none !important;
    position: relative;
}

#main-body .left ul.preview-navi li a:hover, #main-body .left ul.preview-navi li a.active {
    opacity: 1.0;
    text-decoration: none;
}

#main-body .right hgroup {
    float: left;
    width: 260px;
}
#main-body dd.half-moon .right hgroup h2 {
    font-size: 37px;
    white-space: nowrap;
}

#main-body .right hgroup h2 {
    font-family: "Open Sans", sans-serif;
    color: #272727;
    font-weight: 300;
    font-size: 44px;
    line-height: 44px;
}

#main-body .right hgroup h3 {
    font-family: "Open Sans", sans-serif;
    color: #738ef0;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 18px;
    margin-top: 12px;
}
#main-body dd.fashion .right hgroup h3 {
    width: 290px;
}
span.price {
    display: inline-block;
    float: right;
    font-family: "Open Sans", sans-serif;
    color: #272727;
    font-weight: 700;
    font-size: 44px;
    line-height: 44px;
}

#main-body .right p {
    clear: both;
    color: #64686b;
    font-size: 14px;
    line-height: 24px;
    font-family: "Open Sans", sans-serif;
}

#main-body .right p.works-with {
    font-size: 13px;
    font-weight: bold;
}

#main-body .right p.credits {
    margin-top: 10px;
    font-size: 10px;
    color: #333;
    font-style: italic;
}

#main-body a.demo-lens {
    display: block;
    color: #738ef0;
    font-family: "Damion";
    font-size: 23px;
    line-height: 23px;
    text-decoration: none;
    background: url('../images/lenses_lp/demo-icon.png') left center no-repeat;
    padding-left: 35px;
    margin-bottom: 15px;
}

#main-body .right span.buy-all-three {
    display: block;
    background: url('../images/lenses_lp/3-pack-flag-paid.png') no-repeat;
    width: 149px;
    height: 48px;
    padding-left: 140px;
    padding-top: 20px;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    color: #333;
    line-height: 14px;
}

#main-body.lite .right span.buy-all-three {
    padding-top: 23px;
    height: 67px;
    background: url('../images/lenses_lp/3-pack-flag-lite-rev2.png') no-repeat;
}
#main-body.lite .right span.buy-all-three a {
    text-transform: none;
    text-decoration: underline;
    font-weight: 700;
    line-height: 26px;
}

div.lens-cta {
    position: relative;
    overflow: visible;
    z-index: 9000;
    text-align: left;
}

a.buy-this-lens {
    position: relative;
    display: inline-block;
    width: 236px;
    margin-bottom: 15px;
    border-radius: 6px;
    border: 1px solid #205692;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    font-weight: 700;
    line-height: 53px;
    font-size: 20px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.9);
    text-align: center;
    text-decoration: none;
    
    box-shadow: inset 0 -4px 0 #205692;
    
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRmOWRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMDdkZDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: #4f9df4;
    background: -moz-linear-gradient(top, #4f9df4 0%, #307dd4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f9df4), color-stop(100%,#307dd4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #4f9df4 0%,#307dd4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4f9df4 0%,#307dd4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #4f9df4 0%,#307dd4 100%); /* IE10+ */
    background: linear-gradient(to bottom, #4f9df4 0%,#307dd4 100%); /* W3C */
}

a.buy-this-lens:hover {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUyYTNmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMzg1ZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: #52a3f9;
    background: -moz-linear-gradient(top, #52a3f9 0%, #3385dd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#52a3f9), color-stop(100%,#3385dd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #52a3f9 0%,#3385dd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #52a3f9 0%,#3385dd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #52a3f9 0%,#3385dd 100%); /* IE10+ */
    background: linear-gradient(to bottom, #52a3f9 0%,#3385dd 100%); /* W3C */
}

a.buy-this-lens:active {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMwN2RkNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ZjlkZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: #307dd4; /* Old browsers */
    background: -moz-linear-gradient(top, #307dd4 0%, #4f9df4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#307dd4), color-stop(100%,#4f9df4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #307dd4 0%,#4f9df4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #307dd4 0%,#4f9df4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #307dd4 0%,#4f9df4 100%); /* IE10+ */
    background: linear-gradient(to bottom, #307dd4 0%,#4f9df4 100%); /* W3C */
    
    box-shadow: inset 0 -1px 0 #205692;
    top: 3px;
}

a.buy-this-lens:after {
    content: "";
    background: url('../images/noise_pattern.png') 0 0 repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
}

a.buy-this-lens:active span.buy-icon { height: 54px; }

a.buy-this-lens span.buy-now {
    padding-right: 57px;
}

a.buy-this-lens span.buy-icon {
    display: inline-block;
    width: 56px;
    height: 53px;
    background: url('../images/lenses_lp/buy-icon.png') center 16px no-repeat;
    border-left: 1px solid #205692;
    position: absolute;
    top: 0;
    right: 0px;
}

.buy-flyout {
    display: none;
  	position: absolute;
  	width: 234px;
  	top: 60px;
  	background: #fefefe;
  	border: 1px solid #9ba8b4;
  	border-radius: 5px;
  	box-shadow: 0 4px 0 #9ba8b6;
}

.buy-flyout:after, .buy-flyout:before {
  	bottom: 100%;
  	border: solid transparent;
  	content: " ";
  	height: 0;
  	width: 0;
  	position: absolute;
  	pointer-events: none;
}

.buy-flyout:after {
  	border-color: rgba(254, 254, 254, 0);
  	border-bottom-color: #fefefe;
  	border-width: 10px;
  	right: 18px;
  	margin-left: -10px;
}
.buy-flyout:before {
  	border-color: rgba(155, 168, 180, 0);
  	border-bottom-color: #9ba8b4;
  	border-width: 11px;
  	right: 17px;
  	margin-left: -11px;
}

.buy-flyout li:first-child { border-top: none; }

.buy-flyout li {
    border-top: 1px solid #e9ecf0;
}

.buy-flyout li a {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    color: #212121;
    line-height: 18px;
    text-decoration: none;
    display: block;
    padding: 10px 20px;
}

.buy-flyout li a:hover, .buy-flyout li a:hover span.price {
    color: #738ef0;
}

.buy-flyout li a span.price {
    float: right;
    display: inline-block;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    line-height: 18px;
    color: #212121;
}

.buy-flyout li span.subline {
    width: 140px;
    margin-left: 20px;
    margin-bottom: 10px;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-style: italic;
    color: #888;
    position: relative;
    top: -4px;
}

#footer {
    width: 100%;
    height: auto;
    padding: 60px 0;
    background: #272727;
    margin: 0;
    text-align: center;
}

#footer h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 46px;
    font-weight: 100;
    color: #fff;
    margin-bottom: 47px;
}

#footer h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #738ef0;
    margin-top: 10px;
    margin-bottom: 30px;
}
#footer .column {
    width: 312px;
    float: left;
    background: #191919;
    color: #fff;
    border-left: solid 1px #303136;
}
#footer .column:first-child {
    border-left: none;
}
#footer .column-wrapper {
    width: 938px;
    margin: 0 auto 80px;
    border: solid 3px #303136;
    border-radius: 11px;
}
#footer .column.bundle {
    border-top-right-radius: 8px;
    background: #101010;
}
#footer .column.one {
    border-top-left-radius: 8px;
}
#footer .column {
    text-align: center;
    position: relative;
    height: 338px;
    overflow: visible;
    border-top: none;
}
#footer .column a.button,
#footer .column div.lens-cta {
    position: absolute;
    bottom: 27px;
    left: 50%;
    margin-left: -116px;
    width: 232px;
}
#footer .column a.button span.button-noise {
    padding: 0;
}
#footer .column a.button,
#footer .column a.buy-this-lens {
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    text-shadow: 0 1px 0 rgba(0,0,0,0.75);
    font-size: 16px;
    line-height: 42px;
    height: 45px;
    margin-bottom: 0;
}
#footer .column a.buy-this-lens span.buy-icon {
    height: 44px;
    background-position: center 12px;
}
#footer .column a.buy-this-lens span.buy-flyout {
    top: 51px;
}
#footer .column.bundle a span.button-noise {
    padding: 0;
}
#footer .column.bundle a span.button-noise span {
    width: 81px;
    display: inline-block;
    background: url('../images/lenses_lp/slidedeck-logo-small.png') no-repeat 0 center;
}
#footer table td {
    width: 33%;
    border-left: solid 1px #303136;
    border-top: solid 1px #000;
    height: 59px;
    vertical-align: middle;
    text-align: left;
    padding-left: 44px;
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    background-color: #191919;
    background-image: url('../images/lenses_lp/yes-icon.png');
    background-position: 16px center;
    background-repeat: no-repeat;
}
#footer table td.no {
    background-image: url('../images/lenses_lp/no-icon.png');
    background-position: center center;
}
#footer table td:first-child {
    border-left: none;
}
#footer table td.last {
    background-color: #101010;
}
#footer table tr.last td.first {
    border-bottom-left-radius: 8px;
}
#footer table tr.last td.last {
    border-bottom-right-radius: 8px;
}



