html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

html {
    margin: 0;
    padding: 0;
}

body {
    font: 14px/18px Arial, Helvetica, sans-serif;
    color: #4d4d4f;
    margin: 0 auto;
}

h4 {
    line-height: 1.7;
}

img {
    max-width: 100%;
}

p {
    line-height: 1.6;
}

.drop-line-xs {
    display: none;
}

#body {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    overflow: hidden;
}

.hide {
    display: none;
}

/*.hidden-xs {
    display: none !important;
}*/

.text-center-mobile {
    text-align: center;
}

.text-green {
    color: #abd627 !important;
}

span.br {
    display: block;
}

#header {
    margin: 0 -15px;
    position: relative;
}

/*#header {*/
/*background:url(../images/header_background.png) no-repeat 0 0;*/
/*}*/

#header h1 {
    margin: 0;
    padding: 0;
}

#header h1.event {
    margin: 0;
    padding: 0;
    float: left;
    width: 515px;
    height: 151px;
    background: url(../images/logo-v2.jpg) no-repeat 0 0;
}

#header h1 a {
    display: block;
}

/*#header blockquote_X {*/
/*margin:0;*/
/*padding:0;*/
/*width:365px;*/
/*height:100px;*/
/*background:url(../images/testimonial_01.jpg) no-repeat 0 11px;*/
/*float:left;*/
/*border:0;*/
/*}*/

#header blockquote {
    display: none;
    margin-top: 35px;
}

#header blockquote.v2 {
    background: url(../images/header_quote_v2.png) no-repeat right 11px;
}

#header blockquote.v3 {
    background: url(../images/header_quote_v3.png) no-repeat right 11px;
}

#header blockquote.v4 {
    background: url(../images/header_quote_v4.png) no-repeat right 11px;
}

#header .social {
    margin-top: 12px;
    display: flex;
}

#header .social a {
    width: 56px;
    height: 28px;
    display: block;
    margin: 12px 0 0 6px;
    float: left;
}

.social div {
    float: left;
    margin: 0 2px;
}

#navigation {
    margin-bottom: 4px;
    clear: both;
    overflow: hidden;
    height: 45px;
    background: #181818 url(../images/navigation_background.png) repeat-x 0 0;
}

#navigation.no-nav {
    height: 0;
}

#navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#navigation ul li a {
    color: #000;
    display: block;
    padding: 13px 53px;
    text-decoration: none;
    border-right: 1px solid #5c5c5c;
}

#navigation ul li.last a {
    border-right: 0;
}

#slides_homepage {
    position: relative;
}

#slides_homepage .slides_container {
    width: 948px;
    height: 333px;
    background: url(../images/homepage_slide_bg.jpg) no-repeat left bottom;
}

#slides_homepage .slides_container div {
    width: 948px;
    height: 333px;
    display: block;
}

#slides_homepage .prev, #slides_homepage .next {
    background: url(../images/homepage_slide_r.png) no-repeat 0 125px;
    position: absolute;
    left: 904px;
    top: 0;
    width: 48px;
    height: 332px;
    cursor: pointer;
    z-index: 999;
    text-indent: -9999px;
}

.threecol {
    margin: 0 -15px;
}

.threecol .col {
    padding: 20px 15px;
}

.threecol .col p::after {
    content: "";
    display: table;
    clear: both;
}

.threecol p {
    line-height: 20px;
}

.nogrid .col {
    border-right: 0;
}

.col h2, .col h3 {
    margin-bottom: 6px;
}

.col img.left {
    float: left;
    margin-right: 12px;
    margin-top: 9px;
}

.col img.right {
    float: right;
    margin-left: 12px;
    margin-top: 19px;
}

.threecol.home-intro .col img {
    float: left;
    margin-right: 12px;
    margin-top: 9px;
}

a.button_grey {
    background: url(../images/button_grey.png) no-repeat 0 0;
    display: inline-block;
    padding: 9px 10px;
    text-align: center;
    width: 118px;
    height: 38px;
    color: #fff;
    text-decoration: none;
}

a.button_red, button.button_red {
    background: url(../images/button_red.png) no-repeat 0 0;
    display: inline-block;
    padding: 13px 10px;
    text-align: center;
    width: 119px;
    height: 20px;
    color: #fff;
    text-decoration: none;
}

a.button_red.wide, button.button_red.wide {
    background: url(../images/button_redWide.png) no-repeat 0 0;
    display: inline-block;
    padding: 13px 10px;
    text-align: center;
    width: 196px;
    height: 20px;
    color: #fff;
    text-decoration: none;
}

button.button_red {
    height: 45px;
    width: 138px;
}

button.button_red.wide {
    height: 45px;
    width: 196px;
}

.col a.homepage_button_middle {
    margin-top: 12px !important;
}

a.button_yellow {
    background: url(../images/button_yellow.png) no-repeat 0 0;
    display: inline-block;
    padding: 9px 10px;
    text-align: center;
    width: 163px;
    height: 44px;
    text-decoration: none;
    color: #963;
    letter-spacing: normal;
}

.col a.button_grey {
    margin-top: 12px;
}

.threecol .col_free_splash {
    background: url(../images/free_corner_splash.jpg) no-repeat right top;
    padding-right: 8px;
    width: 294px;
}

.threecol .col_new_splash {
    background: url(../images/new_corner_overlay.png) no-repeat right 15px top;
}

.threecol .col_free_splash img.right {
    margin-left: 0;
}

.threecol .homepage_lightbox {
    height: 380px;
}

.threecol .homepage_about a.button_grey {
    float: right;
}

.homepage_about .photo-img {
    width: 118px;
    float: left;
    margin: 0 15px 15px 0;
}

.fullwidth {
    text-align: center;
    margin: 24px 0;
}

.fullwidth h2 a {
    color: #58595b;
    text-decoration: none;
}

.red {
    color: #c20e0e;
}

.green {
    color: #7bb003;
}

.yellow {
    color: #FEE6A4;
}

.mt_30{
    margin-top: 30px;
}

#slides_video_tutorial, #slides_examples {
    background: url(../images/video_tutorial_shadow.jpg) no-repeat center bottom;
    height: 238px;
    width: 948px;
    position: relative;
    margin: 24px 0;
}

#slides_testimonial {
    position: relative;
    /*background: url(../images/video_tutorial_shadow.jpg) no-repeat center bottom;*/
}

#slides_video_tutorial .slides_container, #slides_testimonial .slides_container, #slides_examples .slides_container {
    border: 1px solid #e4e4e4;
    background: #f8f8f8;
    width: 882px;
    height: 221px;
    overflow: hidden;
    margin-left: 32px;
}

#slides_examples {
    height: 270px;
}

#slides_examples .slides_container {
    height: 250px;
}

#slides_video_tutorial .slides_container p {
    width: 212px;
    margin: 4px;
    float: left;
}

#slides_video_tutorial .slides_container p a {
    text-decoration: none;
}

#slides_video_tutorial .slides_container p img {
    display: block;
    margin: 0;
    padding: 0;
}

#slides_video_tutorial .slides_container p span {
    display: block;
    text-align: center;
    background: #000;
    color: #fff;
    padding: 15px 0;
}

#slides_video_tutorial .slides_container p span.white {
    background: #F8F8F8;
    color: #4D4D4F;
    font-weight: 700;
    font-size: 12px;
    padding: 5px 0 0;
}

#slides_video_tutorial .prev, #slides_video_tutorial .next, #slides_testimonial .prev, #slides_testimonial .next, #slides_examples .prev, #slides_examples .next {
    position: absolute;
    left: 0;
    top: 80px;
    z-index: 500;
    text-indent: -9999px;
    background: url(../images/video_tutorial_left.png) no-repeat 0 0;
    width: 32px;
    height: 57px;
}

#slides_video_tutorial .next, #slides_testimonial .next, #slides_examples .next {
    background-image: url(../images/video_tutorial_right.png);
    left: 916px;
}

#slides_examples .prev, #slides_examples .next {
    top: 95px;
}

#slides_testimonial .quote {
    padding: 15px;
}

#slides_testimonial .img {
    float: right;
    width: 228px;
    padding: 24px;
}

#slides_examples .text {
    float: left;
    width: 530px;
    padding: 12px 24px 24px;
}

#slides_examples h3 {
    padding: 24px 24px 0;
    font-size: 26px;
}

#slides_examples .img {
    float: right;
    margin: 12px 12px 12px 0;
}

.testimonial_02, .testimonial_03 {
    margin: 0 auto;
    width: 273px;
    height: 139px;
    background: url(../images/testimonial_02.jpg) no-repeat 0 0;
    background-size: contain;
    border-left: 0;
}

.testimonial_03 {
    background-image: url(../images/testimonial_03.jpg);
    margin-top: 42px;
}

.footer {
    position: relative;
}

ul.footer {
    margin: 10px 0;
    padding: 0;
    list-style: none;
    clear: both;
    overflow: hidden;
    float: left;
}

ul.footer li {
    display: inline-block;
    padding: 0 0 10px;
    color: #a1a1a1;
    font-size: 80%;
    line-height: 1.1em;
    text-align: center;
}

ul.footer li a {
    border-right: 1px solid #5e5e60;
    padding-right: 10px;
    margin-right: 10px;
    display: block;
    color: #4d4d4f;
    text-decoration: none;
}

div.footer .social {
    float: right;
}

.mast h1 {
    margin: 0;
    padding: 24px 0 0;
    font-size: 350%;
    line-height: .95em;
    color: #000;
}

.mast h2 {
    margin: 0;
    padding: 16px 0 0;
    color: #8b8c8d;
    font-size: 150%;
    line-height: 1em;
    font-weight: 400;
}

.mast-about {
    background: url(../images/about_header.jpg) no-repeat 0 0;
    width: 948px;
    height: 372px;
    margin: 12px 0 0;
    padding: 0 0 0 34px;
    position: relative;
}

.mast-off-cam {
    position: relative;
    margin: 0 -15px;
}

.mast-off-cam h1 {
    display: none;
    color: #fff;
    font-size: 30px;
    line-height: 1.1;
    margin: 0;
    padding: 15px 0 0;
}

.mast-off-cam h1 span {
    display: block;
    font-size: 15px;
    margin: 15px 0 20px;
}

.mast-off-cam a.button_long_red_v2 {
    margin: 0;
}

.mast-off-cam .button_long_red_v2 {
    display: none;
    background-size: 414px;
    padding: 12px 0;
    width: 414px;
    font-size: 17px;
}

.mast-off-cam .button_onlinevideocourse {
    position: absolute;
    width: 151px;
    height: 150px;
    left: 15px;
    top: 50%;
    margin-top: -75px;
    background: url("../images/button_online_course_mobile.png") center no-repeat;
    background-size: contain;
}

.mast-off-cam > img {
    width: 100%;
}

.button_online_course {
    width: 166px;
    height: 163px;
    position: absolute;
    bottom: -68px;
    right: 23px;
    background: url(../images/button_online_course.png) no-repeat 0 0;
    background-size: contain;
}

h3.custom {
    font-size: 18px;
    line-height: 32px;
}

.container.nopadding {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
}

p.custom {
    font-size: 17px;
}

p.custom.nopadding {
    margin-bottom: 0;
    padding-bottom: 0;
}

.container p.toppadding {
    margin-top: 0;
    padding-top: 0;
}

.container table.custom {
    table-layout: fixed;
    width: 885px;
    margin: 23px auto;
}

.container table.custom td {
    border-right: 7px solid #fff;
    height: 25px;
    background-color: #494949;
    line-height: 25px;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.container table.custom td.white {
    font-size: 20px;
    color: #4d4d4f;
    background-color: #fff;
}

.container table.custom td.red-01 {
    background-color: #fff;
    font-size: 45px;
    color: #c92b2b;
    line-height: 60px;
}

.container table.custom td.green-01 {
    background-color: #fff;
    font-size: 45px;
    color: #7bb003;
    line-height: 60px;
    vertical-align: middle;
}

.container table.custom td.green-02 {
    background-color: #fff;
    color: #7bb003;
    font-size: 20px;
}

.container table.custom td.green-01 img {
    vertical-align: middle;
    margin-top: -10px;
}

.container table.custom td.redbg {
    background-color: #c92b2b;
}

.container table.custom td.greenbg {
    background-color: #7bb003;
}

.find_out_more {
    margin-bottom: 15px;
    position: relative;
}

.find_out_more .description {
    text-align: center;
    font-size: 14px;
    color: #1a1a1a;
}

.container p.bullet {
    padding-left: 21px;
    background: url(../images/bullet.png) no-repeat top left;
    margin: 10px 0;
}

.container p.bullet.last {
    margin-bottom: 25px;
}

.mast-about h1 {
    margin: 0;
    padding: 24px 0 0;
    font-size: 350%;
    line-height: .95em;
}

.mast-about p {
    margin: 12px 0;
}

.mast-about em {
    font-style: normal;
    font-size: 130%;
    line-height: 1.1em;
    color: #8b8c8d;
}

a.testimonials {
    background: url(../images/bullet_doublearrow.png) no-repeat right center;
    padding-right: 28px;
    color: #8b8c8d;
    text-decoration: none;
}

.mast-about a.freetutorials {
    background: url(../images/about_header_free.png) no-repeat 0 0;
    width: 156px;
    height: 164px;
    display: block;
    position: absolute;
    top: 210px;
    left: 740px;
}

.mast-courses {
    background: url(../images/courses_header.jpg) no-repeat 0 0;
    width: 948px;
    height: 332px;
    margin: 12px 0 50px;
    padding: 0 0 0 34px;
    position: relative;
}

.mast-courses h1 {
    margin: 0;
    padding: 24px 0 0;
    font-size: 350%;
    line-height: .95em;
}

.mast-courses h2 {
    margin: 0;
    padding: 16px 0 0;
    color: #8b8c8d;
    font-size: 150%;
    line-height: 1em;
}

.mast-courses p {
    margin: 14px 0;
}

.mast-courses a.testimonials {
    background: url(../images/bullet_doublearrow.png) no-repeat right center;
    padding-right: 28px;
    color: #8b8c8d;
    text-decoration: none;
}

.mast-courses a.videotutorials {
    background: url(../images/courses_header_button.png) no-repeat 0 0;
    width: 176px;
    height: 170px;
    display: block;
    position: absolute;
    top: 213px;
    left: 723px;
}

.mast-freetutorials {
    background: url(../images/freetutorials_header2.jpg) no-repeat 0 10px;
    width: 948px;
    height: 280px;
    margin: 12px 0 10px;
    padding: 0 0 0 34px;
    position: relative;
}

.mast-freetutorials2 {
    background: url(../images/freetutorials_header.jpg) no-repeat 0 0;
    height: 360px;
}

.mast-freetutorials h1 {
    margin: 0;
    padding: 24px 0 0;
    font-size: 350%;
    line-height: .95em;
}

.mast-freetutorials h2 {
    margin: 0;
    padding: 16px 0 0;
    color: #8b8c8d;
    font-size: 150%;
    line-height: 1em;
    font-weight: 400;
}

.mast-freetutorials p {
    margin: 14px 0;
}

.mast-freetutorials a.testimonials {
    background: url(../images/bullet_doublearrow.png) no-repeat right center;
    padding-right: 28px;
    color: #8b8c8d;
    text-decoration: none;
}

.mast-freetutorials a.freetutorials {
    background: url(../images/freetutorials_header_button.png) no-repeat 0 0;
    width: 176px;
    height: 170px;
    display: block;
    position: absolute;
    top: 190px;
    left: 740px;
}

.mast-contact {
    background: url(../images/contact_header.jpg) no-repeat 0 0;
    width: 948px;
    height: 362px;
    margin: 12px 0 10px;
    padding: 0 0 0 34px;
    position: relative;
}

.mast-login {
    background: url(../images/login_header.jpg) no-repeat 0 0;
    width: 948px;
    height: 332px;
    margin: 12px 0 10px;
    padding: 0 0 0 34px;
    position: relative;
}

.mast-login h1 {
    font-size: 45px;
}

.mast-login h2 {
    margin: 0 0 20px;
}

.mast a.testimonials {
    background: url(../images/bullet_doublearrow.png) no-repeat right center;
    padding-right: 28px;
    color: #8b8c8d;
    text-decoration: none;
}

.mast-portraits h1 {
    color: #fee6a4;
    margin-left: 210px;
}

.mast-portraits h2 {
    color: #fff;
    margin-left: 210px;
}

.mast-portraits p {
    margin: 10px 0 0 210px;
}

.mast-photoshopbasics p {
    margin: 10px 0;
}

.mast-portraits p a.testimonials {
    margin-left: 25px;
}

.mast-portraits .button_addtocart, .mast-photoshopbasics .button_addtocart {
    position: absolute;
    top: 210px;
    left: 710px;
    background: url(../images/button_portraits_addtocart.png) no-repeat 0 0;
    width: 210px;
    height: 220px;
}

.intro-desktop h1,
.intro-desktop h2,
.intro-desktop p {
    display: none;
}

.intro-desktop {
    position: relative;
    margin: 10px -15px 15px;
}

.intro-desktop > img:first-child {
    width: 100%;
}

.mast-lightroom {
    position: relative;
    margin: 10px -15px 15px;
}

.mast-lightroom h1,
.mast-lightroom h2,
.mast-lightroom p {
    display: none;
}

.mast-lightroom h1 {
    margin: 12px 0;
}

.mast-lightroom h2 {
    margin: 0 0 20px;
}

.mast-lightroom .button_long_red {
    margin: 20px 0 0;
}

.mast-lightroom .button_addtocart {
    position: absolute;
    top: 210px;
    left: 710px;
    background: url(../images/button_lightroom_addtocart.png) no-repeat 0 0;
    width: 210px;
    height: 220px;
}

.mast-affiliate {
    background: url(../images/affiliate_header.jpg) no-repeat 0 0;
    width: 948px;
    height: 345px;
    margin: 12px 0 10px;
    padding: 0 0 0 34px;
    position: relative;
}

.mast-affiliate h2 {
    margin: 24px 0;
}

.mast-affiliate .button_offer {
    position: absolute;
    top: 230px;
    left: 750px;
    background: url(../images/button_affiliate.png) no-repeat 0 0;
    width: 156px;
    height: 164px;
}

.mast-secure {
    background: url(../images/secure_header.jpg) no-repeat 0 0;
    width: 948px;
    height: 345px;
    margin: 12px 0 10px;
    padding: 0 0 0 34px;
    position: relative;
}

.mast-secure h2 {
    margin: 24px 0;
}

.mast .button_startlearningnow {
    position: absolute;
    top: 200px;
    left: 740px;
    background: url(../images/button_startlearning.png) no-repeat 0 0;
    width: 176px;
    height: 172px;
    margin: 0;
    padding: 0;
}

.sidebar {
    clear: both;
    overflow: hidden;
}

.content-left h2 {
    margin: 0 0 12px;
    color: #58595b;
    line-height: 30px;
}

.content-left h3 {
    margin: 18px 0;
}

.teacher {
    position: relative;
    margin: 32px 0 0 0;
}

.teacher.last {
    margin: 32px 0 32px 0;
}

.container .teacher p {
    padding-left: 155px;
    font-size: 14px;
    line-height: 28px;
}

.teacher img {
    position: absolute;
    top: 0;
    left: 0;
}

p.sidebar-right-aboutfirst {
    margin-top: 70px;
}

.container {
    width: 100%;
}

.container p {
    line-height: 1.7em;
    margin: 18px 0;
}

div.indent {
    margin-left: 35px;
}

.indent2, ol.indent2 {
    padding-left: 59px;
    line-height: 1.7em;
    margin: 18px 0;
}

ol.indent2 {
    margin: 6px 0;
    list-style-position: inside;
}

ol.indent2 li {
    line-height: 1.7em;
    padding: 6px 0;
}

.smallindent {
    padding-left: 40px;
}

ul.indent2 {
    padding-left: 80px;
}

.indent {
    padding-left: 48px;
    line-height: 1.7em;
    margin: 18px 0;
}

.tick_green {
    background: url(../images/tick_green.png) no-repeat 6px 0;
}

.cross-red {
    background: url(../images/cross-red.png) no-repeat 6px 6px;
}

h2.tick_green {
    background-position: 6px 2px;
    margin: 0;
}

p.warning {
    background: url(../images/button_warning.png) no-repeat 0 0;
    min-height: 39px;
}

p.center {
    text-align: center;
}

p.mail {
    background: url(../images/email.png) no-repeat 0 0;
    padding-left: 58px;
}

p.cross {
    background: url(../images/cross.png) no-repeat 0 0;
    padding-left: 22px;
}

h3.email {
    background: url(../images/email.png) no-repeat 0 0;
    padding: 15px 0 15px 58px;
}

h3.flash {
    background: url(../images/flash.jpg) no-repeat 0 0;
    padding: 35px 0 10px 58px;
}

h3.photoshop {
    background: url(../images/photoshop.png) no-repeat 0 0;
    padding: 5px 0 17px 58px;
}

h3.lightroom {
    background: url(../images/lightroom.png) no-repeat 0 0;
    padding: 10px 0 17px 58px;
}

p.question {
    background: url(../images/button_question.png) no-repeat 0 0;
    margin-bottom: 24px;
}

p.write {
    background: url(../images/write.png) no-repeat 0 0;
    padding-left: 58px;
    min-height: 30px;
}

p.nomargin {
    margin: 0;
}

.button_long_red {
    background: url(../images/button_red_long.png) no-repeat 0 0;
    background-size: 100%;
    padding: 8px 10px 13px;
    width: 368px;
    height: 43px;
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 100%;
    text-align: center;
}

.button_long_red_v2 {
    background: url(../images/button_red_long_v2.png) no-repeat 0 0;
    padding: 12px 0px 13px;
    width: 365px;
    margin: 63px 0 0 0;
    /*height:17px;*/
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 100%;
    text-align: center;
}

a.button_long_red, a.button_long_red_v2 {
    color: #fff;
    text-decoration: none;
}

.button_long_yellow {
    background: url(../images/button_yellow_long.png) no-repeat 0 0;
    padding: 10px 10px;
    width: 361px;
    height: 44px;
    display: block;
    color: #963;
    font-weight: 700;
    text-decoration: none;
    font-size: 100%;
    text-align: center;
}

a.button_long_yellow {
    color: #963;
    text-decoration: none;
}

.button_onlinevideocourse {
    position: absolute;
    top: 210px;
    left: 710px;
    background: url(../images/button_onlinevideocourse.png) no-repeat 0 0;
    width: 210px;
    height: 220px;
}

.signature {
    background: url(../images/signature.png) no-repeat 0 0;
    width: 155px;
    height: 34px;
    display: block;
    margin: 24px 0;
}

.signature em {
    display: none;
}

ul.pagination {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    clear: both;
    float: right;
    margin-right: 20px;
}

ul.pagination li {
    float: left;
    width: 14px;
    height: 14px;
    display: block;
    margin: 12px 4px;
    background: url(../images/pagination_off.png) no-repeat 0 0;
    text-indent: -2000px;
    position: relative;
}

ul.pagination li.current {
    background-image: url(../images/pagination_on.png);
}

ul.pagination li a {
    display: block;
    width: 14px;
    height: 14px;
}

.guarantee_seal {
    background: url(../images/guarantee_seal.png) no-repeat 0 0;
    padding-left: 100px;
    margin: 18px 0;
}

.guarantee_big_ico {
    background: url(../images/guarantee_seal_big.png) no-repeat 0 0;
    padding: 11px 0 11px 135px;
}

.guarantee_seal p {
    margin: 0;
}

.photoframe-small {
    display: block;
    background: url(../images/photoframe_small.png) no-repeat 0 0;
    background-size: 100%;
    width: 255px;
    height: 266px;
    padding: 12px;
    text-align: center;
    margin: 0 auto 25px;
}

.photoframe-small img {
    display: block;
    width: 100%;
}

.mb_80{
    margin-bottom: 80px;
}

.photoframe {
    display: block;
    background: url(../images/photoframe.png) no-repeat 0 0;
    width: 281px;
    height: 287px;
    padding: 10px 12px;
    text-align: center;
}
.photoframe2{
    width: 300px;
    height: auto;
    padding-right: 0;
    background: transparent;
}

.photoframe img {
    display: block;
}

.photoframe span {
    background: #000;
    color: #fff;
    font-size: 10px;
    text-align: center;
    display: block;
    padding: 12px 0;
    width: 254px;
}

.photoframe span.twoline {
    padding: 4px 0 2px;
}

.photoframe span strong {
    font-size: 12px;
    font-weight: 700;
}

a.photoframe:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.photoframe_simple {
    border: 1px solid #dbdbdb;
    background: #fdfdfd;
    padding: 5px;
    display: block;
}

.photoframe_simple img {
    border: 1px solid #d8d6d6;
    display: block;
}

.boxedcontent {
    padding: 20px 0 10px;
    margin-bottom: 24px;
}

.boxedcontent-alt {
       border: 1px solid #eaeaea;
        background: #f3f3f3;
    padding: 20px 0 10px;
    margin-bottom: 24px;
}

.boxedcontent-alt.blue {
    border: 1px solid #eaeaea;
    background: #fbfbfb;
    padding: 20px 0 10px;
    margin-bottom: 24px;
}

.boxedcontent .sidebar-right, .boxedcontent-alt .sidebar-right {
    padding: 20px 20px 0 0;
    position: relative;
    margin-right: 12px;
}

.sidebar-right .comingsoon {
    background: url(../images/button_comingsoon.png) no-repeat 0 0;
    width: 75px;
    height: 74px;
    position: absolute;
    top: 0;
    right: 0;
}

.sidebar-right .free {
    background: url(../images/button_free.png) no-repeat 0 0;
    width: 75px;
    height: 74px;
    position: absolute;
    top: 0;
    right: 0;
}

.sidebar-right .freebonusvideo,
.container-freebonusvideo .freebonusvideo {
    background: url(../images/button_freebonusvideo.png) no-repeat 0 0;
    width: 126px;
    height: 124px;
    position: absolute;
    top: 0;
    right: 0;
}

form.signup {
    margin: 12px 0;
}

form.signup input {
    background: url(../images/form_input.png) no-repeat 0 0;
    width: 262px;
    height: 42px;
    margin-right: 12px;
    border: 0;
    box-shadow: none;
    padding: 0 15px;
}

form.longinputs input {
    background: url(../images/form_input_long.png) no-repeat 0 0;
    width: 326px;
    padding: 2px 15px;
    margin-right: 5px;
}

form.signup button {
    position: absolute;
    left: 496px;
    top: 240px;
}

form.signup button.wide {
    position: absolute;
    left: 438px;
    top: 240px;
}

form.signup p {
    margin-top: 25px;
}

.freesignup {
    position: relative;
    border: 1px solid #eaeaea;
    background: #f3f3f3 url(../images/button_freetutorials.png) no-repeat 20px 20px;
    padding: 20px 0 10px 220px;
    margin: 24px 0 !important;
    width: 726px;
}

.freesignup h2 {
    color: #1a1a1a;
    font-size: 32px;
    line-height: 48px;
}

.freesignup h3, .freesignup strong {
    color: #8b8c8d;
}

.freesignup p {
    margin: 6px 0;
}

.freesignup form.signup {
    padding: 0 0 30px;
}

.freesignup form.signup button {
    left: 686px;
    top: 240px;
}

.freesignup form.longinputs button {
    left: 799px;
}

.freesignup form.longinputs button.wide {
    left: 744px;
}

.examplesbox {
    background: url(../images/video_tutorial_shadow.jpg) no-repeat bottom center;
    width: 100%;
    padding-bottom: 18px;
}

.examplesbox .inner {
    background: #fdfdfd;
    border: 1px solid #e4e4e4;
    clear: both;
    overflow: hidden;
}

.examplesbox img {
    width: calc(25% - 8px) !important;
    height: auto;
    float: left;
    margin: 4px;
    border: 1px solid #e4e4e4;
}

ol.bg_sample022 {
    background: url(../images/examples/sample022.jpg) no-repeat right top;
}

.photoshop_addtocart h2,
.photoshop_addtocart p {
    display: none;
}

.portraits_addtocart, .photoshop_addtocart, .lightroom_addtocart, .addtocart-block {
    background: url(../images/button_portraits_price.png) no-repeat 20px 30px;
    padding: 0 20px 0 220px;
    position: relative;
}

.photoshop_addtocart.eventsales, .photoshop_addtocart.eventsales1, .photoshop_addtocart.eventsales_69, .photoshop_addtocart.eventsales_67 {
    background: url(../images/button_eventsales_price.png) top center no-repeat;
    padding: 180px 15px 20px;
    position: relative;
}

.photoshop_addtocart.eventsales1 {
    background: url(../images/event_button.png) no-repeat 20px 30px;
}

.photoshop_addtocart.eventsales-no-shape {
    background: url(../images/event_button_no_shape.png) top center no-repeat;
}
.photoshop_addtocart.eventsales-no-shape2 {
    background: url(../images/cam_img20.png) top center no-repeat;
    background-size: 170px;
}
.photoshop_addtocart.eventsales-no-shape40_proc {
    background: url(../images/cam_img40_proc.png) top center no-repeat;
    background-size: 170px;
}
.photoshop_addtocart.eventsales-no-shape30_proc {
    background: url(../images/cam_img30_proc.png) top center no-repeat;
    background-size: 170px;
}
.photoshop_addtocart.eventsales-no-shape99_proc {
    background: url(../images/litghtroom_price_99.png) top center no-repeat;
    background-size: 170px;
}
.photoshop_addtocart.eventsales_69 {
    background: url(../images/event_button_69.png) no-repeat 20px 30px;
}

.photoshop_addtocart.eventsales_67 {
    background: url(../images/event_button_67.png) no-repeat 20px 30px;
}

.photoshop_addtocart.price-69,
.portraits_addtocart.price-69,
.addtocart-block.price-69 {
    background: url(../images/price_69.png) no-repeat 20px 30px;
}

.lightroom_addtocart {
    background-image: url(../images/button_lightroom_price.png);
}

.lightroom_addtocart_99 {
    background-image: url(../images/litghtroom_price_99.png);
}

.lightroom_addtocart_new {
    background-image: url(../images/button_lightroom_price_new.png);
}

.offer_37 {
    background-image: url(../images/button_offer_37.png);
}

.offer_39 {
    background-image: url(../images/button_offer_39.png);
}

.offer_39_new {
    background-image: url(../images/button_offer_39_new.png);
}

.offer_33 {
    background-image: url(../images/button_offer_33.png);
}

.offer_33_new {
    background-image: url(../images/button_offer_33_new.png);
}

.offer_29 {
    background-image: url(../images/button_offer_29.png);
}

.photoshop_addtocart {
    background-position: 20px 10px;
}

.portraits_addtocart h2, .photoshop_addtocart h2, .boxedcontent-alt .affiliate h2, .addtocart-block h2 {
    font-size: 32px;
    margin-bottom: 12px;
}

.portraits_addtocart.price-69 h2,
.addtocart-block.price-69 h2 {
    font-size: 31px;
}

.portraits_addtocart h3, .photoshop_addtocart h3, .boxedcontent-alt .affiliate h3, .addtocart-block h3 {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 12px;
    color: #8b8c8d;
}

.portraits_addtocart.price-69 h3,
.addtocart-block.price-69 h3 {
    font-size: 18px;
}

.photoshop_addtocart.eventsales h3, .photoshop_addtocart.eventsales1 h3 {
    font-size: 18.5px;
    line-height: 27px;
    margin-bottom: 20px;
    color: #56575b;
}

.addtocart-block .addtocart.v3,
.photoshop_addtocart .addtocart.v3 {
    width: 239px;
    height: 91px;
    background: transparent;
}

.photoshop_addtocart .addtocart.v4 {
    position: absolute;
    width: 239px;
    height: 64px;
    background: transparent;
    top: 75px;
    left: auto;
    right: 30px;
}

.photoshop_addtocart .addtocart {
    top: 60px;
}

.lightroom_addtocart .addtocart {
    top: 60px;
}

.photoshop_addtocart .btn-top {
    top: 43px;
}

.boxedcontent-alt .affiliate {
    background: url(../images/button_affiliate.png) no-repeat 20px 10px;
    padding: 10px 20px 10px 230px;
}

.courses {
    clear: both;
    overflow: hidden;
    margin: 0 18px;
}

.courses div {
    float: left;
    margin: 12px;
}

.col-fifty-left, .col-fifty-right {
    float: left;
    width: 425px;
}

.col-fifty-left {
    margin-right: 25px;
}

.video {
    background: url(../images/video_shadow.png) no-repeat center bottom;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 19px;
    margin-bottom: 24px;
    min-height: 426px;
    text-align: center;
}

.video div {
    margin: 0 auto;
}

.videobox {
    background: url(../images/video_shadow2.png) no-repeat center bottom;
    margin: 0 auto;
    width: 290px;
    padding-bottom: 17px;
}

.videobox .videocontainer {
    border: 1px solid #eaeaea;
    text-align: center;
    border-bottom: 0;
    padding: 10px;
}

.videobox .videocontainer div {
    text-align: center;
    margin: 0 auto;
}

.videobox .videocontainer p {
    display: none;
    margin: 12px 0;
    text-align: center;
}

.videocontainer iframe {
    margin: 0 auto;
    display: block;
    width: 268px;
    height: 150px;
}

.videoboxlarge {
    background: url(../images/video_shadow_large.png) no-repeat center bottom;
    margin: 0 auto;
    width: 290px;
    padding-bottom: 17px;
}

.videoboxlarge .videocontainer {
    border: 1px solid #eaeaea;
    text-align: center;
    border-bottom: 0;
    padding: 10px;
}

.videoboxlarge .videocontainer div {
    text-align: center;
    margin: 0 auto;
}

.videoboxlarge .videocontainer p {
    display: none;
    margin: 12px 0;
    text-align: center;
}

.video object {
    margin: 0 auto;
    display: block;
}

.videolinks {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    clear: both;
}

.videolinks .prev a {
    background: url(../images/arrow_prev.png) no-repeat top left;
    padding: 3px 0 3px 30px;
    color: #7f7f7f;
    float: left;
}

.videolinks .next a {
    background: url(../images/arrow_next.png) no-repeat top right;
    padding: 3px 30px 3px 0;
    color: #7f7f7f;
    float: right;
}

.videolinks .index a {
    clear: both;
    background: url(../images/arrow_prev.png) no-repeat top left;
    padding: 3px 0 3px 30px;
    color: #7f7f7f;
    float: right;
    margin-top: 12px;
}

.videolinks a {
    color: #7f7f7f;
}

.video2 {
    background: url(../images/video_shadow.png) no-repeat center bottom;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 15px;
    min-height: 426px;
    text-align: center;
}

.boxedout {
    border: 20px solid #e0e0e0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 770px;
    margin: 24px auto 48px;
    padding: 25px;
}

.boxedout .indent2 {
    padding: 0 0 0 22px;
}

.offerbox {
    background: url(../images/banner_ps.jpg) no-repeat 0 0;
    width: 660px;
    height: 211px;
    margin: 12px auto;
    padding: 30px;
    position: relative;
}

.offer-p {
    background: url(../images/banner_p.jpg) no-repeat 0 0;
}

.offer-lr {
    background: url(../images/banner_lr.jpg) no-repeat 0 0;
}

.offer-event {
    background: url(../images/banner_event.jpg) no-repeat 0 0;
}

.offer-event-new {
    background: url(../images/banner_event_new.png) no-repeat 0 0;
    background-size: contain;
}

.offer-event-off-cam {
    background: url(../images/banner_event_off_cam.jpg) no-repeat 0 0;
    background-size: contain;
}

.offerbox h2 {
    font-size: 38px;
}

.offerbox h3 {
    font-size: 24px;
    margin: 12px 0;
    width: 390px;
    color: #8b8c8d;
}

.offerbox h3.red {
    color: #C20E0E;
}

.boxedout a.testimonials {
    color: #526fa9;
}

.offer-p h2 {
    padding-left: 180px;
    color: #fee6a4;
    font-size: 27px;
}

.offer-p h3.red {
    padding-left: 180px;
    color: #fefefe;
}

.offerbox .button_addtocart_37,
.offerbox .button_addtocart_39,
.offerbox .button_addtocart_59,
.offerbox .button_addtocart_42,
.offerbox .button_addtocart_97,
.offerbox .button_addtocart_97_2,
.offerbox .button_addtocart_47,
.offerbox .button_addtocart_69,
.offerbox .button_addtocart_47_30 {
    position: absolute;
    display: block;
    width: 209px;
    height: 219px;
    background: url(../images/button_addtocart_37.png) no-repeat 0 0;
    top: 150px;
    left: 550px;
}

.offerbox .button_addtocart_39 {
    background: url(../images/button_addtocart_39.png) no-repeat 0 0;
}

.offerbox .button_addtocart_59 {
    background: url(../images/button_addtocart_59.png) no-repeat 0 0;
}

.offerbox .button_addtocart_42 {
    background: url(../images/button_addtocart_42.png) no-repeat 0 0;
}

.offerbox .button_addtocart_47 {
    background: url(../images/button_addtocart_47.png) no-repeat 0 0;
    background-size: contain;
}

.offerbox .button_addtocart_47_30 {
    background: url(../images/button_addtocart_47_30.png) no-repeat 0 0;
    background-size: contain;
}

.offerbox .button_addtocart_69 {
    background: url(../images/button_addtocart_69.png) no-repeat 0 0;
    background-size: contain;
}

.offerbox .button_addtocart_97 {
    background: url(../images/button_addtocart_97.png) no-repeat 0 0;
}

.offerbox .button_addtocart_97_2 {
    background: url(../images/button_addtocart_97_2.png) no-repeat 0 0;
    background-size: contain;
}

.offerbox .button_addtocart_37 span, .offerbox .button_addtocart_39 span, .offerbox .button_addtocart_59 span, .offerbox .button_addtocart_42 span, .offerbox .button_addtocart_97 span, .offerbox .button_addtocart_47 span, .offerbox .button_addtocart_69 span,
.offerbox .button_addtocart_47_30 span, .offerbox .button_addtocart_97_2 span {
    display: none;
}

.boxedout form div {
    margin: 12px 0;
}

form.newlines {
    position: relative;
    overflow: hidden;
    width: 291px;
    margin: 0 auto;
}

form.newlines label {
    display: block;
    float: none;
    margin: 0 0 6px;
    text-align: left;
}

form.newlines input {
    float: none;
    display: block;
}

form.newlines button {
    position: relative;
    float: right;
    left: auto;
    top: auto;
}

.topspace {
    margin-top: 48px !important;
}

.dbltopspace {
    margin-top: 92px !important;
}

.form-preloader {
    background: url(../images/loading.gif) no-repeat 0 0;
    width: 32px;
    height: 32px;
    display: block;
    float: right;
    margin: 7px 0 0 !important;
}

#slides_testimonial .slides_control div {
    overflow: hidden;
    width: 890px;
}

#slides_testimonial .slides_control div.quote {
    width: 610px;
}

#slides_testimonial .slides_control div.img {
    width: 228px;
}

.photoframe_free {
    position: relative;
    margin-top: 30px;
    margin-right: 40px;
}

.photoframe_free .free {
    background: url(../images/button_freebonusvideo.png) no-repeat 0 0;
    width: 126px;
    height: 124px;
    position: absolute;
    right: -60px;
    top: -50px;
}

h2.greybox {
    background: #58595b;
    padding: 2px;
    width: 274px;
    color: #fff;
    font-size: 17px;
    text-align: center;
    margin-top: 32px;
}

.testimonialBlock {
    overflow: hidden;
    width: 890px;
    border: 1px solid #E4E4E4;
    background: #F8F8F8;
    overflow: hidden;
    margin: 12px auto 0;
}

.testimonialShadow {
    background: url(../images/video_tutorial_shadow.jpg) no-repeat center bottom;
    width: 884px;
    height: 18px;
    margin: 0 auto 12px;
}

.testimonialBlock .quote {
    width: 610px;
    padding: 20px;
    float: left;
}

.testimonialBlock .img {
    width: 180px;
    padding: 20px;
    float: right;
}

.countdownBar {
    background: url(../images/countdown.png) no-repeat 0 0;
    width: 847px;
    height: 80px;
    position: relative;
    margin: 0 0 50px 50px;
}

.countdownBar span.title {
    color: #000;
    font-size: 30px;
    position: absolute;
    top: 25px;
    left: 17px;
}

.countdownBar span.title strong {
    color: #c20e0e;
}

.countdownBar #countdown {
    position: absolute;
}

.countdownBar #countdown span {
    display: block;
    position: absolute;
    top: 24px;
    font-weight: 700;
    color: #000;
    font-size: 20px;
    width: 50px;
    display: block;
    text-align: center;
}

.countdownBar #countdown span.d {
    left: 606px;
}

.countdownBar #countdown span.h {
    left: 666px;
}

.countdownBar #countdown span.m {
    left: 726px;
}

.countdownBar #countdown span.s {
    left: 786px;
}

.countdownBarFullWidth {
    background: url(../images/countdownFullWidth.png) no-repeat 0 0;
    width: 948px;
    margin-left: 0;
}

.countdownBarFullWidth #countdown {
    left: 100px;
}

.transcript {
    border: 1px solid #e4e4e4;
    border-radius: 2px;
    margin: 25px 0;
}

.transcript h2 {
    color: #58595b;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 35px;
    line-height: 47px;
    background: #f2f2f2;
    padding: 0 35px;
}

.transcript p {
    padding: 0 35px;
    font-size: 14px;
    line-height: 19px;
    color: #58595b;
}

#header {
    position: relative;
}

.socialNew {
    overflow: hidden;
    margin: 0 0 10px;
}

.socialNew p {
    margin: 0 0 5px;
}

.socialNew small {
    font-size: 12px;
    color: #646770;
}

.socialNew .facebookNew {
    float: left;
    width: 60px;
}

.socialNew .twitterNew {
    float: left;
    width: 70px;
    position: relative;
    top: -1px;
}

.socialNew .googleNew {
    float: left;
    width: 60px;
    position: relative;
    top: 1px;
}

.testimonialFooterBlock {
    clear: both;
    overflow: hidden;
    margin: 20px 0;
}

.testimonialFooterBlock .testimonial {
    background: url(/res/images/testimonial_box.png) no-repeat 0 0;
    width: 306px;
    margin-right: 15px;
    position: relative;
    float: left;
}

.testimonialFooterBlock .testimonial-last {
    margin-right: 0;
}

.testimonialFooterBlock .testimonial .quote {
    margin: 20px 30px;
    font-size: 14px;
    line-height: 19px;
    color: #6e6e6e;
}

.testimonialFooterBlock .testimonial .quote span {
    font-weight: bold;
    color: #c44141;
}

.testimonialFooterBlock .testimonial .cite {
    margin: 42px 12px 0;
    font-size: 12px;
    color: #1a1a1a;
}

.testimonialFooterBlock .testimonial .cite span {
    font-weight: bold;
}

.mast-reviews {
    background: url(../images/reviews_header.jpg) no-repeat center top;
    height: 354px;
    width: 948px;
    margin: 12px 0 10px;
    padding: 0 0 0 34px;
    position: relative;
}

.reviewBox {
    border: 1px solid #e4e4e4;
    background: #fcfcfc;
    color: #4d4d4f;
    font-size: 14px;
    overflow: hidden;
}

.reviewBox .reviewBoxContent {
    float: left;
    margin: 28px 33px 28px 37px;
    width: 594px;
}

.reviewBox .reviewBoxImg {
    float: right;
    width: 176px;
    margin: 29px 35px 29px 0;
}

.reviewBox .reviewBoxContent h3 {
    color: #1a1a1a;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    line-height: 30px;
}

.reviewBox .reviewBoxContent h2 {
    color: #d00000;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    line-height: 30px;
}

.reviewBox .reviewBoxContent p {
    font-size: 14px;
    line-height: 24px;
    margin: 6px 0 0;
}

.reviewBoxShadow {
    background: url(/res/images/box_shadow.png) no-repeat center top;
    width: 880px;
    height: 53px;
}

.recommendedcourses {
    background: url(/res/images/recommended.jpg) no-repeat 0 0;
    width: 949px;
    height: 286px;
    position: relative;
    margin-top: 60px;
    margin-bottom: 20px;
}

.recommendedcourses h2, .recommendedcourses p {
    display: none;
}

.recommendedcourse .thumbnail {
    float: left;
    width: 110px;
    margin-left: 20px;
}

.recommendedcourse .content-left {
    margin-left: 20px;
    width: 470px;
}

.recommendedcourse h2 {
    margin-bottom: 0;
}

.recommendedcourse .recommendedauthor {
    color: #58595b;
    font-size: 15px;
    font-weight: bold;
}

.whySteeleTraining {
    background: url(/res/images/why.jpg) no-repeat top right;
    padding-right: 300px;
}

.header_text {
    color: #58595b;
    font-size: 1.9em;
    font-weight: bold;
    line-height: 1.3em;
    margin-left: 34px;
    margin-top: -35px;
}

.new_sticker {
    position: relative;
    top: -190px;
    left: 220px;
    border: none !important;
    margin-bottom: -75px;
}

.portraits_addtocart .addtocart.v3, .photoshop_addtocart .addtocart.v3, .addtocart-block .addtocart.v3 {
    height: 63px;
    width: 239px;
}

.countdownBar_v2 p {
    text-align: justify;
    display: inline-block;
    margin-left: 50px;
    margin-top: 10px;
    line-height: 1.8em;
}

.countdownBar_v2 p span {
    font-weight: bold;
}

.countdownBar_v2 #countdown {
    position: absolute;
}

.countdownBar_v2 #countdown span {
    display: block;
    position: absolute;
    top: 24px;
    font-weight: 700;
    color: #000;
    font-size: 30px;
    width: 50px;
    display: block;
    text-align: center;
    margin-top: -10px;
}

.countdownBar_v2 #countdown span.d {
    left: 3px;
}

.countdownBar_v2 #countdown span.h {
    left: 64px;
}

.countdownBar_v2 #countdown span.m {
    left: 123px;
}

.countdownBar_v2 #countdown span.s {
    left: 183px;
}

.countdownBarFullWidth_v2 {
    position: relative;
}

.countdownBarFullWidth_v2 #countdown {
    top: 80px;
    left: 650px;
    width: 237px;
    height: 63px;
    background-image: url(../images/countdown_numbers.png);
}

.eventsales .addtocart.v3 {
    height: auto;
}

p.redarrow {
    display: inline-block;
    padding-right: 30px;
    background: url(../images/bullet_doublearrowRed.png) no-repeat right center;
    font-size: 18px;
    font-weight: bold;
    color: #c20e0e;
}

.freesignup form.signup p.redarrow {
    margin-left: 115px;
    margin-top: 16px;
}

.offer_29 .addtocart {
    top: 125px;
}

.countdownBar-v3 {
    width: 847px;
    height: 80px;
    position: relative;
    margin: 0 0 50px 50px;
    background-image: url(../images/countdown_numbers.png);
    background-repeat: no-repeat;
    background-position: 602px 10px;
}

.countdownBar-v3 span.title {
    color: #000;
    position: absolute;
    top: 5px;
    left: 0px;
    width: 550px;
    line-height: 1.8em;
}

.countdownBar-v3 span.title strong {
    color: #c20e0e;
}

.countdownBar-v3 #countdown {
    position: absolute;
}

.countdownBar-v3 #countdown span {
    display: block;
    position: absolute;
    top: 24px;
    font-weight: 700;
    color: #000;
    font-size: 30px;
    width: 50px;
    display: block;
    text-align: center;
}

.countdownBar-v3 #countdown span.d {
    left: 606px;
}

.countdownBar-v3 #countdown span.h {
    left: 666px;
}

.countdownBar-v3 #countdown span.m {
    left: 726px;
}

.countdownBar-v3 #countdown span.s {
    left: 786px;
}

.countdownBar-v3-title {
    background-color: red;
    color: white;
    text-align: center;
    font-size: 24px;
    line-height: 45px;
}

.coundownBar-v3-header {
    line-height: 55px;
    text-align: center;
}

.no-bg-color {
    background: transparent;
}

h3.custom-text {
    font-size: 18.5px;
    line-height: 27px;
    color: #56575b;
}

.medium-text {
    font-size: 16px;
    line-height: 26px;
}

h2.smaller-text {
    font-size: 31px;
}

h3.smaller-text {
    font-size: 18px;
}

.ob-smaller-text {
    font-size: 18px !important;
}

.save-30 {
    background: url('../images/30_percents.png') no-repeat;
    background-position: 20px 35px;
}

.photoshop_addtocart.save-50 {
    background: url('../images/50_percents.png') no-repeat;
    background-position: top center;
}

.photoshop_addtocart.save-50 h2 {
    margin-bottom: 20px;
}

.photoshop_addtocart.save-50 h3.custom-text {
    margin-bottom: 15px;
}

.photoshop_addtocart.save-50 .medium-text {
    margin-bottom: 20px;
}

.photoshop_addtocart.save-50 .medium-text + p {
    margin-bottom: 0;
}

.photoshop_addtocart.save-33 {
    background: url('../images/33_percents.png') no-repeat;
    background-position: top center;
}

.save-40, .photoshop_addtocart.save-40 {
    background: url('../images/40_percents.png') no-repeat;
    background-position: top center;
}

.save-30, .photoshop_addtocart.save-30 {
    background: url('../images/30_percents.png') no-repeat;
    background-position: top center;
}

.photoshop_addtocart .addtocart.sale {
    position: absolute;
    width: 239px;
    height: 64px;
    background: transparent;
    top: 75px;
    left: auto;
    right: 30px;
}

.btn-pos {
    height: 91px !important;
    top: 85px !important;
}

.text-dark {
    color: #1a1a1a;
}

.btn-big {
    width: 239px !important;
    height: 95px !important;
}

.btn-big-cards {
    height: auto !important;
}

.offcamers-sales h3.custom {
    margin: 0 0 20px;
    padding-top: 25px;
    line-height: 36px;
}

.offcamers-sales h4 {
    margin: 0 0 20px 0;
}

.offcamers-sales .content-pad p {
    margin: 0 0 25px 0;
    font-size: 1em;
}

.offcamers-sales p.text-big {
    font-size: 1.2em;
}

.offcamers-sales .sidebar .sidebar-left,
.offcamers-sales .sidebar .sidebar-right {
    margin: 0;
}

.offcamers-sales .indent {
    padding-left: 43px;
}

.offcamers-sales .tick_green {
    background: url(../images/tick_green.png) no-repeat 0 0;
}

/*.offcamers-sales .find_out_more .content {
    padding: 50px 60px 5px 60px;
}*/

.offcam-learn-images .photoframe {
    margin-bottom: 55px;
}

.offcam-learn-images .photoframe:first-child {
    margin-top: 30px;
}

.general-block-img img {
    width: 100%;
}

.alert-block {
    margin-bottom: 20px;
    padding: 20px 0;
    background: #c20e0e;
    color: #fff;
    text-align: center;
}

.alert-block > span {
    font-size: 1.3em;
    line-height: 1.5;
}

.alert-block span.alert-text-big {
    font-size: 1.5em;
    text-decoration: underline;
}

.countdown-block {
    max-width: 440px;
    margin: 0 auto;
    padding: 25px 20px;
    background: #c20e0e;
    color: #fff;
}

#countdown .countdown_section {
    display: inline-block;
    color: #fff;
    width: 24%;
    margin: 0 0.5%;
    text-align: center;
}

.countdown_row {
    font-size: 1em;
}

#countdown .countdown_amount {
    font-size: 1.8em;
    display: block;
    margin: 8px 0 0;
}

.offcamers-also-learn .sidebar {
    margin-bottom: 40px;
}

.offcamers-also-learn .content-right p:first-child {
    margin-top: 0;
}

.guarantee_seal-offcamera {
    margin: 35px 0 20px;
}

.offcamers-sales h3.custom.also-learn-title {
    padding-top: 10px;
}

.logo-desktop,
.logo-mobile {
    display: block;
    width: 100%;
}

.logo-desktop {
    display: none;
}

.header-info {
    padding: 10px 15px;
    background: #5d5d5d;
    color: #fff;
    font-size: 0.8em;
    text-align: center;
    text-transform: uppercase;
}

.btn-reviews,
.btn-reviews-link {
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
    padding: 10px 25px 10px 15px;
    border-radius: 50px 0 0 50px;
    background: #f1f1f1;
    color: #5d5d5d;
    font-size: 0.9em;
    font-weight: bold;
    text-transform: uppercase;
}

.btn-reviews span,
.btn-reviews-link span {
    display: inline-block;
    padding-left: 30px;
    position: relative;
}

.btn-reviews span::before,
.btn-reviews-link span:before {
    content: '';
    width: 21px;
    height: 19px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
    background: url("../images/ico_star.png") center no-repeat;
    background-size: contain;
}

.offcamera-intro-mobile,
.intro-mobile {
    margin-bottom: 20px;
}

.offcamera-intro-mobile > div,
.intro-mobile > div {
    color: #352316;
    font-size: 1.1em;
    line-height: 1.6;
    text-align: center;
}

.offcamera-intro-mobile h1,
.intro-mobile h1 {
    margin-bottom: 7px;
    color: #030000;
    font-size: 26px;
    text-align: center;
}
.offcamera-intro-mobile_new h1{
    font-size: 18px;
    line-height: 25px;
}
.title-block {
    margin: 0 -15px 20px;
    padding: 15px 15px;
    background: #030000;
    color: #fff;
}

.title-block > div {
    font-size: 1.1em;
    line-height: 1.6;
    text-align: center;
}

.offcamers-sales > h3:first-child {
    display: none;
}

<!--
Phil addition for testing-- >
.mobilehide {
    display: none;
}

<!--
End Phil addition for testing-- >

<!--
Phil addition for testing-- >
.offcamers-sales .mobilehide {
    display: none;
}

<!--
End Phil addition for testing-- >
    /*.hidden-xs {
        display: none;
    }*/
.find_out_more {
    border: 1px solid #e7e7e7;
    margin: 0 auto 35px;
    padding: 10px;
    position: relative;
    width: 290px;
}

.find_out_more iframe {
    margin: 0 auto;
    display: block;
    width: 268px;
    height: 150px;
}

.find_out_more .description {
    display: none;
}

/*.buy-now-mobile {*/
/*padding-top: 35px;*/
/*}*/

.buy-now-mobile button {
    display: block;
    margin: 0 auto;
    background: transparent;
}

.buy-now-mobile form {
    margin-bottom: 0;
}

.photoframe-original {
    border: 1px solid #e7e7e7;
    padding: 10px;
    margin: 0 auto 20px;
    position: relative;
    width: 290px;
}

.photoframe-original::after {
    content: '';
    width: 100%;
    height: 6px;
    position: absolute;
    top: 100%;
    left: 0;
    background: url("../images/bg_shadow.png") center no-repeat;
    background-size: contain;
}

.photoframe-original img {
    width: 100%;
}

.reasons-list {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}

.img-cards {
    display: inline-block;
    margin 0 auto;
}

.customers-reviews .slick-prev:before, .slick-next:before {
    opacity: 0;
}

.customers-reviews .slick-prev {
    width: 35px;
    height: 35px;
    background: url("../images/arrow_prev_color.png") center no-repeat;
    background-size: contain;
}

.customers-reviews .slick-next {
    width: 35px;
    height: 35px;
    background: url("../images/arrow_next_color.png") center no-repeat;
    background-size: contain;
}

.customers-reviews .slick-prev:hover {
    background: url("../images/arrow_prev_color.png") center no-repeat;
    background-size: contain;
}

.customers-reviews .slick-next:hover {
    background: url("../images/arrow_next_color.png") center no-repeat;
    background-size: contain;
}

.customers-reviews .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 0;
}

.customers-reviews > div {
    position: absolute;
    visibility: hidden;
}

.customers-reviews > div:first-child {
    position: relative;
    visibility: visible;
}

.customers-reviews.slick-initialized > div {
    position: relative;
    visibility: visible;
}

.customers-reviews .img {
    display: none;
}

.quote-text img {
    float: left;
}

.link-papersky {
    color: #ababab;
    font-size: 9px;
}

.link-papersky a {
    color: #ababab;
    font-size: 9px;
    text-decoration: underline;
}

.why-discount {
    margin: 20px 0 15px;
    line-height: 1.8;
}

.burger {
    display: none;
}

.burger-close {
    display: none;
}

@media screen and (max-width: 767px) {

<!-- Phil addition for testing-- >
.mobilehide {
    display: none;
}

    .teacher-mobile {
        position: relative;
        padding-left: 0;
    }

    .teacher-mobile::after {
        content: "";
        display: table;
        clear: both;
    }

    .container .teacher.teacher-mobile p {
        padding-left: 0;
    }

    .teacher-mobile img {
        position: relative;
        top: auto;
        left: auto;
        margin: 0 25px 25px 0;
        float: left;
    }

<!--End Phil addition for testing-- >

<!-- Phil addition for testing-- >
     .offcamers-sales .mobilehide {
         display: none;
     }

<!--End Phil addition for testing-- >
    #header .social {
        display: flex;
        width: 370px;
        margin: 10px auto 5px;
    }

    #header .social > div:first-child {
        order: 2;
    }

    #header .social > div:last-child {
        order: 1;
    }

    #navigation {
        display: none;
    }

    #navigation.mobile-show {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 9;
        width: 300px;
        height: 100%;
        background: #FAFAFA;
        padding-top: 40px;
        margin-right: -300px;
        transition: all 0.5s;
    }

    #navigation.menu-open {
        margin-right: 0;
    }

    .burger {
        display: flex;
        justify-content: flex-end;
        padding: 10px 15px;
        background: #000;
        margin: 0 -15px;
    }

    .burger a {
        display: block;
        width: 25px;
        height: 16px;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        position: relative;
    }

    .burger a::before {
        content: '';
        width: 25px;
        height: 2px;
        position: absolute;
        top:50%;
        left: 0;
        margin-top: -1px;
        background: #fff;
    }

    .burger-close {
        display: block;
        width: 16px;
        height: 19px;
        position: absolute;
        top: 15px;
        right: 15px;
        background: url("../images/btn_cross.png") center no-repeat;
        background-size: contain;

    }

    body.menu-open {
        margin: 0;
        height: 100%;
        overflow: hidden;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
    }

    .find_out_more::after {
        content: '';
        width: 100%;
        height: 6px;
        position: absolute;
        top: 100%;
        left: 0;
        background: url("../images/bg_shadow.png") center no-repeat;
        background-size: contain;
    }

    .title-mobile {
        color: #d00000;
        text-align: center;
    }

    .container p.mobile-tick-green {
        padding-left: 43px;
        background: url(../images/tick_green.png) no-repeat 0 0;
    }

    .reasons-list {
        margin: 0 -15px;
    }

    .reasons-inner {
        display: none;
    }

    .offcamers-sales .reasons-list h3.custom {
        margin-bottom: 10px;
        padding: 0;
        font-size: 1.3em;
    }

    .offcamers-sales .reasons-list h3.custom a {
        display: block;
        padding: 25px 15px 25px 35px;
        position: relative;
        background: #f2f2f2;
    }

    .reasons-list h3 .red {
        color: #4d4d4f;
    }

    .reasons-list h3 a::before {
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        top: 32px;
        left: 15px;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid #97be20;
    }

    .reasons-inner {
        padding: 0 15px;
    }

    .guarantee_seal p {
        margin-left: -125px;
    }

    .guarantee_seal h2 {
        padding: 20px 0 35px;
        font-size: 18px;
        line-height: 1.5;
    }

    .new-line,
    .new-lin-mobile {
        display: block;
    }

    .addtocart-mobile form {
        margin-bottom: 0;
    }

    .photoshop_addtocart button {
        display: block;
        margin: 0 auto;
    }

    .quote-text {
        display: flex;
        align-items: center;
        padding-bottom: 20px;
    }

    .quote-text img {
        width: 100px;
        margin-right: 20px;
    }

    .quote-text p strong {
        /* color: #4d4d4f;
         font-weight: normal; */
        line-height: 1.5;
    }

    .customers-reviews .slick-prev {
        top: auto;
        bottom: -50px;
        right: 45px;
        left: auto;
    }

    .customers-reviews .slick-next {
        top: auto;
        bottom: -50px;
        right: 0;
    }

    .customers-reviews .slick-dots {
        display: none !important;
    }

    .footer {
        text-align: center;
    }

    .footer .footer li:last-child {
        width: 100%;
    }

    .footer .social {
        display: none;
    }

    .threecol .col_new_splash {
        background-size: 75px;
    }

    .threecol .col_new_splash {
        background: url(../images/new_corner_overlay.png) no-repeat right 15px top 15px;
        background-size: 75px;
    }

    .threecol .col_new_splash h3 {
        padding-right: 80px;
    }

    .home-intro .col {
        padding: 20px 15px 10px;
    }

    .home-intro .point-2,
    .home-intro .point-4 {
        background: #f1f1f1;
    }

    .home-intro h3 {
        margin-bottom: 15px;
    }

    .home-intro h3 .br {
        display: none;
    }

    .title-video-slider {
        padding: 15px 15px;
        margin: 0 -15px;
        background: #030000;
    }

    .title-video-slider h2 a {
        color: #fff;
        font-size: 17px;
    }

    .homepage_about {
        background: #f1f1f1;
    }

    .homepage_about h2 {
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 768px) {

<!-- Phil addition for testing-- >
.mobilehide {
    display: none;
}

<!--End Phil addition for testing-- >

<!-- Phil addition for testing-- >
     .offcamers-sales .mobilehide {
         display: none;
     }

<!--End Phil addition for testing-- >
    #body {
        width: 750px;
    }

    .container {
        margin: 15px;
    }

    .text-center-mobile {
        text-align: left;
    }

    #navigation ul li {
        float: left;
    }

    #navigation ul li a {
        color: #fff;
    }

    .offcamera-intro-mobile h1,
    .intro-mobile h1 {
        font-size: 30px;
    }

    .title-block > div {
        font-size: 1.2em;
    }

    h3.custom {
        font-size: 25px;
        line-height: 32px;
    }

    .offcamera-intro-mobile > div,
    .intro-mobile > div {
        color: #352316;
        font-size: 1.2em;
    }

    .photoshop_addtocart.eventsales-no-shape {
        background: url(../images/event_button_no_shape.png) top left no-repeat;
    }
    .photoshop_addtocart.eventsales-no-shape2 {
        background: url(../images/cam_img20.png) top center no-repeat;
        background-size: 170px;
    }
    .photoshop_addtocart.eventsales-no-shape40_proc {
        background: url(../images/cam_img40_proc.png) top center no-repeat;
        background-size: 170px;
    }
    .photoshop_addtocart.eventsales-no-shape30_proc {
        background: url(../images/cam_img30_proc.png) top center no-repeat;
        background-size: 170px;
    }
    .photoshop_addtocart.eventsales-no-shape99_proc {
        background: url(../images/litghtroom_price_99.png) top center no-repeat;
        background-size: 170px;
    }
    .photoshop_addtocart.save-33 {
        background-position: 20px 20px;
    }

    .save-40, .photoshop_addtocart.save-40,
    .save-30, .photoshop_addtocart.save-30 {
        background-position: 20px 35px;
    }

    .photoshop_addtocart h2,
    .photoshop_addtocart p {
        display: block;
    }

    .logo-desktop {
        display: block;
    }

    .logo-mobile {
        display: none;
    }

    #header {
        margin: 0;
    }

    .header-info {
        display: none;
    }

    #header .social {
        position: absolute;
        top: 0;
        right: 10px;
    }

    #header .social .social-youtube {
        width: 167px;
    }

    #header .social .social-youtube a {
        width: 167px;
        height: 21px;
        margin: 0;
    }

    #header .social > div:first-child {
        width: 175px;
    }

    .social div {
        float: left;
        margin: 0 1px;
    }

    .mast-off-cam {
        background: url(../images/banner_off_cam.jpg) no-repeat 0 0;
        background-size: contain;
        width: 100%;
        height: 340px;
        margin: 0;
        padding: 0 0 0 165px;
        position: relative;
    }

    .camera_newbg{
        background: url(../images/understandingyourcamera.png) no-repeat 0 0;
        background-size: contain;
        width: 100%;
        height: 340px;
        margin: 0;
        position: relative;
        padding: 0;
    }

    .mast-off-cam h1,
    .mast-off-cam .button_long_red_v2 {
        display: block;
    }

    .mast-off-cam .button_onlinevideocourse {
        position: absolute;
        top: 151px;
        left: 544px;
        margin-top: 0;
        width: 190px;
        height: 190px;
        background: url(../images/button_onlinevideocourse.png) no-repeat 0 0;
        background-size: contain;
    }

    .mast-off-cam > img {
        display: none;
    }

    .mast-off-cam {
        background: url(../images/banner_off_cam.jpg) no-repeat 0 0;
        background-size: contain;
        width: 100%;
        height: 340px;
        margin: 0;
    }

    .camera_newbg{
        background: url(../images/understandingyourcamera.png) no-repeat 0 0;
        background-size: contain;
        width: 100%;
        height: 340px;
        margin: 0;
        position: relative;
        padding: 0;

    }

    .mast-event {
        background: url(../images/event_header.jpg) no-repeat 0 0;
        width: 948px;
        height: 350px;
        margin: 12px 0 0;
        padding: 0 0 0 34px;
        position: relative;
    }

    .mast-event .button_onlinevideocourse,
    .mast-portraits .button_onlinevideocourse {
        position: absolute;
        top: 151px;
        left: 544px;
        margin-top: 0;
        width: 190px;
        height: 190px;
        background: url(../images/button_onlinevideocourse.png) no-repeat 0 0;
        background-size: contain;
    }

    .mast-portraits {
        background: url(../images/portraits_header.jpg) no-repeat 0 0;
        width: 948px;
        height: 345px;
        margin: 12px 0 10px;
        padding: 0 0 0 34px;
        position: relative;
    }

    .mast-event h1 {
        color: #fff;
        font-size: 39px;
        margin: 0;
        padding: 16px 0 0 151px;
    }

    .mast-event h1 span {
        display: block;
        font-size: 15px;
        margin: 5px 0 0 0;
    }

    .sidebar .content-left {
        float: left;
        width: 350px;
        margin: 0 12px 0 34px;
    }

    .sidebar .content-right {
        float: right;
        width: 415px;
        margin: 0 34px 0 0;
    }
    .sidebar  .content-right_v2{
        width: 555px;
        margin-top: 50px;
    }
    .sidebar  .content-right_v3{
        width: 500px;
        margin-top: 20px;
    }

    .sidebar .sidebar-right {
        float: right;
        margin-right: 30px;
    }

    .sidebar-custom-pad {
        padding-top: 20px;
    }

    .offcamers-sales .sidebar .content-right {
        margin-left: 20px;
        margin-right: 0;
    }

    .sidebar .sidebar-left {
        float: left;
        margin-right: 30px;
    }

    .offcamers-sales .sidebar .content-left {
        margin-left: 0;
        margin-right: 20px;
    }

    .offcamers-also-learn .sidebar .sidebar-left {
        padding-top: 20px;
    }

    .find_out_more {
        width: 676px;
        height: 510px;
        margin-bottom: 0;
        padding: 0 0 0 100px;
        border: none;
        background: url(../images/find_out_more.png);
    }

    .find_out_more .content {
        width: 100%;
        padding: 51px 77px 0 38px;
    }

    .find_out_more iframe,
    .videocontainer iframe {
        width: 502px;
        height: 282px;
    }

    .find_out_more .description {
        display: block;
    }

    .btn-reviews,
    .btn-reviews-link {
        display: none;
    }

    #navigation ul li a {
        padding: 13px 34px;
    }

    /*.hidden-xs {
        display: block !important;
    } */
    .hidden-sm {
        display: none;
    }

    .photoshop_addtocart.eventsales, .photoshop_addtocart.eventsales1, .photoshop_addtocart.eventsales_69, .photoshop_addtocart.eventsales_67 {
        padding: 0 20px 0 220px;
        background-position: 20px 30px;
    }

    .img-cards {
        display: inline-block;
        margin: 0;
    }

    .photoshop_addtocart.eventsales h3, .photoshop_addtocart.eventsales1 h3 {
        margin-bottom: 12px;
    }

    #slides_testimonial {
        margin: 30px 0;
    }

    .customers-reviews {
        border: 1px solid #e4e4e4;
        position: relative;
        background-color: #f8f8f8;
    }

    .customers-reviews::after {
        content: '';
        width: 100%;
        height: 9px;
        position: absolute;
        bottom: -10px;
        left: 0;
        background: url(../images/video_tutorial_shadow.jpg) center top no-repeat;
    }

    .customers-reviews .slick-prev {
        width: 32px;
        height: 57px;
        background: url("../images/video_tutorial_left.png") center no-repeat;
        background-size: contain;
    }

    .customers-reviews .slick-next {
        width: 32px;
        height: 57px;
        background: url("../images/video_tutorial_right.png") center no-repeat;
        background-size: contain;
    }

    .customers-reviews .slick-prev:hover {
        background: url("../images/video_tutorial_left.png") center no-repeat;
        background-size: contain;
    }

    .customers-reviews .slick-next:hover {
        background: url("../images/video_tutorial_right.png") center no-repeat;
        background-size: contain;
    }

    .customers-reviews .slick-prev {
        left: -33px;
    }

    .customers-reviews .slick-next {
        right: -32px;
    }

    .customers-reviews .img {
        display: block;
    }

    .quote-text img {
        display: none;
    }

    .customers-reviews .slick-dots {
        text-align: right;
    }

    .customers-reviews .slick-dots {
        bottom: -35px;
    }

    .customers-reviews .slick-dots li button:before {
        content: '';
    }

    .customers-reviews .slick-dots li button {
        width: 14px;
        height: 14px;
        background: url(../images/pagination_off.png) no-repeat 0 0;
    }

    .customers-reviews .slick-dots li.slick-active button {
        background: url(../images/pagination_on.png);;
    }

    #slides_testimonial .quote {
        float: left;
        width: 430px;
        padding: 24px;
    }

    /*    ul.footer {
            margin: 12px 0 24px;
        } */
    ul.footer li {
        float: left;
        text-align: left;
    }

    ul.footer li a {
        border-right: 1px solid #eee;
        padding-right: 18px;
        margin-right: 18px;
        color: #a1a1a1;
    }

    .link-papersky {
        clear: both;
        float: none !important;
    }

    .portraits_addtocart .addtocart, .photoshop_addtocart .addtocart, .addtocart-block .addtocart {
        position: static;
        width: 237px;
    }

    .alert-block > span {
        font-size: 1.6em;
    }

    .alert-block span.alert-text-big {
        font-size: 1.8em;
    }

    .mast-lightroom2 p.byline {
        color: #c4c7cb;
        font-size: 18px;
        margin: 0;
    }

    .mast-lightroom2 .testimonials {
        position: absolute;
        top: 260px;
        left: 300px;
        color: #c4c7cb;
    }

    .mast-lightroom2 .button_onlinevideocourse {
        display: block;
        position: absolute;
        background: url("../images/btn_onlinevideocourse.png") no-repeat 0 0;
        width: 207px;
        height: 202px;
        left: 530px;
        top: 160px;
    }

    .videoboxlarge .videocontainer p {
        display: block;
    }

    .videoboxlarge {
        width: 740px;
    }

    .videoboxlarge .videocontainer {
        background: #f3f3f3;
        padding: 20px;
    }

    .mast-photoshopbasics .button_onlinevideocourse {
        top: 140px;
        left: 415px;
    }

    .threecol {
        display: flex;
        margin: 0 -15px;
    }

    .threecol .col {
        width: 33.3%;
    }

    .threecol .col + .col {
        border-left: 2px solid #eae9e9;
    }

    .threecol.home-intro .col img.right {
        float: right;
        margin: 19px 0 0 12px;
    }

    .home-intro .col {
        padding: 20px 15px 0;
    }

    .testimonial_02, .testimonial_03 {
        width: 204px;
        height: 105px;
    }
}

@media screen and (min-width: 992px) {

<!-- Phil addition for testing-- >
.mobilehide {
    display: none;
}

<!--End Phil addition for testing-- >

<!-- Phil addition for testing-- >
     .offcamers-sales .mobilehide {
         display: none;
     }

<!--End Phil addition for testing-- >
    #body {
        width: 970px;
        padding: 0 25px;
        box-shadow: 5px 0 10px #e0e0e0, -5px 0 10px #e0e0e0;
    }

    #header h1 {
        width: 50%;
        float: left;
    }

    #header blockquote {
        display: block;
        padding: 0;
        width: 403px;
        height: 100px;
        background: url(../images/header_quote.png) no-repeat 0 11px;
        float: left;
        border: 0;
    }

    #navigation ul li a {
        padding: 13px 50px;
    }

    .sidebar .content-left {
        width: 578px;
    }

    /* .sidebar .content-right {
         width: 578px;
     } */
    .mast-off-cam {
        background: url(../images/banner_off_cam.jpg) no-repeat 0 0;
        background-size: contain;
        width: 100%;
        height: 340px;
        margin: 0;
        padding: 0 0 0 248px;
        position: relative;
    }

    .camera_newbg{
        background: url(../images/understandingyourcamera.png) no-repeat 0 0;
        background-size: contain;
        width: 100%;
        height: 340px;
        margin: 0;
        position: relative;
        padding: 0;

    }

    .mast-off-cam h1 {
        font-size: 39px;
        padding: 40px 0 0;
    }

    .mast-off-cam .button_onlinevideocourse {
        top: 210px;
        left: 710px;
        width: 210px;
        height: 220px;
    }

    .mast-event .button_onlinevideocourse,
    .mast-portraits .button_onlinevideocourse {
        top: 210px;
        left: 710px;
        width: 210px;
        height: 220px;
    }

    .container {
        margin: 24px 0 24px 34px;
        clear: both;
        overflow: hidden;
        width: 880px;
    }

    .find_out_more {
        width: 776px;
    }

    .find_out_more iframe,
    .videocontainer iframe {
        width: 602px;
        height: 338px;
    }

    #slides_testimonial .quote {
        width: 610px;
        padding: 24px;
    }

    .portraits_addtocart .addtocart, .photoshop_addtocart .addtocart, .addtocart-block .addtocart {
        position: absolute;
        height: 57px;
        left: 680px;
    }

    .photoshop_addtocart h3 + p {
        padding-top: 40px;
    }

    .photoshop_addtocart.save30 h3 + p,
    .photoshop_addtocart.price-69 h3 + p {
        padding-top: 0;
    }

        .portraits_addtocart p {
       padding-right: 215px;
    }

    .portraits_addtocart .addtocart {
       top: 83px;
    }

    .testimonial_02, .testimonial_03 {
        width: 273px;
        height: 139px;
    }

    .threecol .homepage_about {
        background: url(../images/homepage_gfx_5.jpg) no-repeat 104px 218px;
        /*height: 380px;*/
    }

    .threecol .homepage_about a.button_grey {
        margin-top: 96px;
        float: none;
    }

    .homepage_about .photo-img {
        display: none;
    }
}

.cost-block {
    margin: 20px 0 0;
}

.cost-block > div > div:first-child {
    padding: 10px;
    background-color: #494949;
    line-height: 25px;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.cost-block > div > div:last-child {
    padding: 10px;
    line-height: 25px;
    font-size: 20px;
    font-weight: 700;
    color: #4d4d4f;
    text-align: center;
}

.cost-block > div div.greenbg {
    background-color: #7bb003;
}

.cost-block > div div.green-02 {
    color: #7bb003;
}

@media screen and (min-width: 768px) {

     .customers-reviews {
       margin-left: 30px !important;
       margin-right: 30px !important;
    }


    .cost-block {
        display: flex;
        margin: 23px -3px;
    }

    .cost-block > div {
        flex: 0 0 25%;
        padding: 0 3px;
    }

    .desc-img-photoshop {
        margin: 0;
    }

    .desc-img-photoshop p {
        margin: 0;
    }

    .videobox {
        width: 676px;
        padding-bottom: 17px;
    }

    .videobox .videocontainer {
        background: #f3f3f3;
        padding: 20px;
    }

    .videoboxlarge {
        width: 676px;
    }

    .intro-clip iframe {
        width: 622px;
        height: 388px;
    }

    .sample-clip iframe {
        width: 630px;
        height: 395px;
    }

    .sample-clip-photoshop iframe {
        width: 588px;
        height: 368px
    }

    .offcamera-intro-mobile,
    .intro-mobile,
    .title-block-mobile {
        display: none;
    }

    .offcamers-sales > h3:first-child {
        display: block;
    }

    .intro-desktop h1,
    .intro-desktop h2,
    .intro-desktop p {
        display: block;
    }

    .mast-photoshopbasics {
        background: url(../images/photoshopbasics_header.jpg) no-repeat 0 0;
        width: 100%;
        height: 345px;
        margin: 12px 0 10px;
        padding: 0 0 0 34px;
        position: relative;
    }

    .mast-lightroom {
        background: url(../images/lightroom_header2.jpg) no-repeat 0 0;
        background-size: cover;
        width: 100%;
        height: 345px;
        margin: 12px 0 10px;
        padding: 0 0 0 34px;
        position: relative;
    }

    .mast-lightroom h1,
    .mast-lightroom h2,
    .mast-lightroom p {
        display: block;
    }

    .mast-lightroom2 h1 {
        color: #c4c7cb;
        font-size: 40px;
        margin: 0;
    }

    .mast-lightroom2 h2 {
        color: #fff;
        font-size: 20px;
        margin: 0 0 15px;
    }

    .countdown_row {
        font-size: 1.3em;
    }

    #countdown .countdown_amount {
        font-size: 2.1em;
    }
}

@media screen and (min-width: 992px) {

    .intro-desktop h1,
    .intro-desktop h2,
    .intro-desktop p {
        display: block;
    }

    .sample-clip iframe {
        width: 722px;
        height: 452px;
    }

    .mast-lightroom2 h1 {
        font-size: 60px;
    }

    .mast-lightroom2 h2 {
        font-size: 24px;
    }

    .videoboxlarge {
        width: 780px;
    }

    .boxedcontent .content-left, .boxedcontent-alt .content-left {
        width: 560px;
    }

    .mast-photoshopbasics .button_onlinevideocourse {
        top: 210px;
        left: 710px;
    }

    .addtocart-block .addtocart.v3,
    .photoshop_addtocart .addtocart.v3 {
        position: absolute;
        top: 64px;
        left: 698px;
    }

}

@media screen and (min-width: 1200px) {

    #body {
        width: 1018px;
        padding: 0 35px;
        margin: 0 auto;
        background: #fff url(../images/body_background.png) repeat-y 0 0;
    }

    #header h1 {
        width: 515px;
    }

    #navigation ul li a {
        padding: 13px 53px;
    }

    .mast-off-cam .button_onlinevideocourse {
        left: 750px;
    }

    .mast-photoshopbasics .button_onlinevideocourse {
        top: 210px;
        left: 710px;
    }

}

@media screen and (max-width: 767px) {

   
.home-intro {
    display: flex;
    flex-direction: column;
}

.home-intro .point-1 {
    order: 1;
}

.home-intro .point-2 {
    order: 2;
}

.home-intro .point-3 {
    order: 3;
}

.home-intro .point-4 {
    order: 4;
}

.home-intro .point-5 {
    order: 5;
}

.home-intro img {
   width: 95px;
}

    .no-bg-mobile {
       border: none;
       background: transparent;
    }

    .hidden-xs {
        display: none !important;
    }

    .addtocart-mobile br {
       display: none;
    }

    .boxedcontent-alt {
        border: none;
        padding: 20px;
        margin: 20px -15px;
    }

    .boxedcontent .content-left, .boxedcontent-alt .content-left {
        width: 100%;
    }

    .boxedcontent-alt .photoframe_simple {
        border: none;
        background: none;
        padding: 0;
    }

    .photoframe_simple img {
        width: 100%;
        height: auto;
        border: none;
        display: block;
        margin: 0;
    }

    .boxedcontent .sidebar-right, .boxedcontent-alt .sidebar-right {
        padding: 20px 0 0 0;
        margin-right: 0;
    }

    .sidebar-right .freebonusvideo {
        top: -5px;
        right: -10px;
    }

    .boxedcontent-alt .photoframe_simple {
        border: none;
        background: none;
        padding: 0 10px 0 0;
    }

    .order-container {
        display: flex;
        flex-direction: column;
    }

    .order-container > div:first-child {
        order: 2;
    }

    .order-container > div:last-child {
        order: 1;
    }

    .lightroom_addtocart_99 {
        padding: 180px 15px 20px;
    }

    .boxedcontent-addtocart-xs {
        padding: 0;
        background: none;
    }

    .addtocart-xs {
        padding: 180px 15px 20px;
        background-position: center 0 !important;
    }

    .addtocart-xs h2,
    .addtocart-xs p {
        display: none;
    }

    .addtocart-xs h3 span.br {
        display: inline;
    }

    .addtocart-xs .addtocart.v3 {
        display: block;
        margin: 0 auto;
    }

    .addtocart-xs form {
        margin: 20px 0 0;
    }

    .addtocart-xs button {
        position: relative !important;
        top: auto !important;
        left: auto !important;
    }

    .ft-line {
        display: none;
    }

    .footer .footer li:last-child {
        color: #000000;
    }

    .container-freebonusvideo {
        margin: 0px 0 25px;
        padding: 15px 20px 0 0;
        position: relative;
    }

    .custom-align-xs {
        margin-bottom: 35px;
        text-align: center;
    }

    .guarantee_big_ico br {
        display: none;
    }

    #testimonials .title-mobile {
        margin-top: 10px;
    }

    .container-freebonusvideo .freebonusvideo {
        background-size: contain;
        width: 100px;
    }

    h3.lightroom {
        padding-bottom: 9px;
    }

    .photoframe-original,
    .videoboxlarge {
        margin: 25px auto;
    }

    h2 {
        line-height: 32px;
    }

    .content-left > .photoframe-original:first-child {
        margin-top: 7px;
    }

    .title-block + .videobox,
    .title-block + .videoboxlarge {
        margin: 25px auto 5px;
    }

    .no-marg-top {
        margin-top: 0 !important;
    }

    .custom-align-xs-photoshop {
        margin: 25px 0 20px;
        text-align: center;
    }

    .drop-line-xs {
        display: block;
    }

    .mobile-center {
        text-align: center;
    }

    .col_last h2 {
        margin: 20px 0;
        text-align: center;
    }
}

.main-slider img {
    display: block;
    width: 100%;
}

.main-slider-item {
    position: relative;
}

.main-slider-text {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
}

.main-slider {
    margin: 5px -15px 10px !important;
    padding-bottom: 15px;
    background: url(../images/homepage_slide_bg.jpg) no-repeat center bottom;
}

.main-slider div h2 {
    color: #fff;
    margin: 0;
    padding: 35px 0 20px 15px;
    width: 80%;
    font-size: 20px;
    line-height: 1.2em;
    letter-spacing: .05em;
}

.main-slider div p {
    margin: 0;
    font-size: 16px;
    color: #fdeadb;
    width: 80%;
    padding: 0 15px;
    line-height: 1.2em;
    letter-spacing: .05em;
}

.main-slider img.hidden-xs {
    display: none;
}

.main-slider div a.button_yellow {
    display: block;
    font-size: 14px;
    margin-top: 10px;
    padding-top: 12px;
}

.main-slider .homepage_slide_02 h2 {
    color: #44321a;
}

.main-slider .homepage_slide_03 h2 {
    padding-bottom: 15px;
}

.main-slider .homepage_slide_03 p {
    color: #fff;
}

.main-slider .homepage_slide_01 h2 {
    color: #fff;
    margin: 0;
    padding: 35px 0 20px 15px;
    width: 80%;
    font-size: 20px;
    line-height: 1.2em;
}

.main-slider .homepage_slide_01 p {
    margin: 0;
    font-size: 16px;
    color: #fdeadb;
    width: 80%;
    padding: 0 15px;
    line-height: 1.3em;
}

.main-slider .homepage_slide_05 h2 {
    padding-top: 35px;
}

.main-slider .slick-prev,
.main-slider .slick-next {
    display: none !important;
}

.slick-dots {
    bottom: 18px;
}

.slick-dots li {
    margin: 0;
}

.slick-dots li button:before {
    opacity: 0.4;
    color: #fff;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fff;
}

.video-slider {
    margin: 20px;
    border: 1px solid #e4e4e4;
    background: #f8f8f8;
}

.video-slider img {
    width: 100%;
    height: auto;
}

.video-slider span {
    display: block;
    text-align: center;
    background: #000;
    color: #fff;
    padding: 15px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.video-slider a {
    display: block;
    margin: 4px;
}

.video-slider .slick-prev,
.video-slider .slick-prev:hover,
.video-slider .slick-prev:focus {
    width: 10px;
    height: 16px;
    top: 50%;
    left: -25px;
    right: auto;
    z-index: 1;
    background: url(../images/slider_arrow_l.png) center no-repeat;
    background-size: contain;
}

.video-slider .slick-prev::before {
    content: '';

}

.video-slider .slick-next,
.video-slider .slick-next:hover,
.video-slider .slick-next:focus {
    width: 10px;
    height: 16px;
    top: 50%;
    right: -25px;
    z-index: 1;
    background: url(../images/slider_arrow_r.png) center no-repeat;
    background-size: contain;
}

.video-slider .slick-next::before {
    content: '';
}

.form-block {
    margin: -20px -15px 30px;
    padding: 20px 30px;
    background: #f1f1f1;
}

.form-block form {
    margin: 0;
}

.form-block input {
    width: 100%;
    height: auto;
    padding: 10px 15px;
    border: 1px solid #9b9b9b;
    background: #fff;
    color: #4d4d4f;
    font-size: 13px;
}

.form-block input + input {
    margin-top: 20px;
}

.form-block input[type=submit] {
    border: 5px solid #e3e3e3;
    border-radius: 30px;
    padding: 15px;
    background: linear-gradient(#b9d431, #8ab925);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-shadow: 0 2px #7ea321;
    text-transform: uppercase;
}

@media screen and (min-width: 375px) {
    .form-block input[type=submit] {
        font-size: 18px;
    }
}

@media screen and (min-width: 500px) {

    .main-slider div h2 {
        padding: 45px 0 20px 50px;
        font-size: 24px;
    }

    .main-slider div p {
        padding: 0 50px;
        font-size: 16px;
    }

    .main-slider .homepage_slide_01 h2 {
        padding: 45px 0 20px 50px;
    }

    .main-slider .homepage_slide_01 p {
        padding: 0 50px;
    }

    .main-slider div a.button_yellow {
        margin-top: 20px;
    }
    }

@media screen and (min-width: 768px) {

    .main-slider {
        margin: 0 !important;
    }

    .main-slider img.hidden-sm {
        display: none;
    }

    .main-slider img.hidden-xs {
        display: block;
    }

    .main-slider div h2 {
        padding: 45px 0 20px 70px;
        width: 530px;
    }

    .main-slider div p {
        width: 570px;
        padding: 0 70px;
    }

    .main-slider .homepage_slide_01 h2 {
        padding: 45px 0 30px 70px;
        width: 450px;
        line-height: 1.1em;
    }

    .main-slider .homepage_slide_01 p {
        width: 500px;
        padding: 0 70px;
        line-height: 1.2em;
    }

    .main-slider .homepage_slide_05 h2 {
        padding-top: 25px;
    }

    .main-slider div a.button_yellow {
        padding-top: 10px;
    }

    .col_new_splash h3 {
        padding-right: 35px;
    }

    .main-slider .slick-prev,
    .main-slider .slick-next {
        display: block !important;
    }

    .main-slider .slick-prev,
    .main-slider .slick-prev:hover,
    .main-slider .slick-prev:focus {
        width: 34px;
        height: 52px;
        top: 50%;
        left: 15px;
        right: auto;
        z-index: 1;
        margin-top: -26px;
        background: url(../images/homepage_slide_l.png) center no-repeat;
    }

    .main-slider .slick-prev::before {
        content: '';

    }

    .main-slider .slick-next,
    .main-slider .slick-next:hover,
    .main-slider .slick-next:focus {
        width: 34px;
        height: 52px;
        top: 50%;
        right: 15px;
        z-index: 1;
        margin-top: -26px;
        background: url(../images/homepage_slide_r.png) center no-repeat;
    }

    .main-slider .slick-next::before {
        content: '';
    }

    .slick-dots {
        display: none !important;
    }

    .video-slider {
        margin: 30px;
    }

    .video-slider .slick-prev,
    .video-slider .slick-prev:hover,
    .video-slider .slick-prev:focus {
        width: 32px;
        height: 57px;
        top: 50%;
        left: -33px;
        right: auto;
        z-index: 1;
        background: url(../images/video_tutorial_left.png) center no-repeat;
    }

    .video-slider .slick-next,
    .video-slider .slick-next:hover,
    .video-slider .slick-next:focus {
        width: 32px;
        height: 57px;
        top: 50%;
        right: -33px;
        z-index: 1;
        background: url(../images/video_tutorial_right.png) center no-repeat;
    }

    .video-slider::after {
        content: '';
        position: absolute;
        bottom: -15px;
        width: 100%;
        height: 15px;
        background: url(../images/video_tutorial_shadow.jpg) no-repeat center bottom;
    }
}

@media screen and (min-width: 992px) {

    .main-slider div h2 {
        font-size: 39px;
    }

    .main-slider div p {
        font-size: 22px;
    }

    .main-slider .homepage_slide_01 h2 {
        font-size: 36px;
    }

    .main-slider .homepage_slide_01 p {
        font-size: 23px;
    }

    a.button_yellow {
        padding-top: 10px;
    }

    .mast-event .button_long_red_v2 {
       padding-top: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .video {
        /*margin-bottom: 0px;*/
    }
    ul li {
        padding: 3px 0;
    }
    .indent2:not(.write) {
        padding-left: 0px;
    }
    .write {
        padding-left: 30px !important;
        background-size: 20px !important;
        background-position: center left !important;
    }
    .sidebar {
        padding-bottom: 20px;
    }
    .examplesbox {
        width: 100% !important;
    }
}









/*new css 20/11/2020 added*/
.silver_card{
    padding: 40px;
    padding-left: 280px;
    background: #f1f1f1;
    border-radius: 3px;
    border: 1px solid #d0d0d0;
    position: relative;
}
.silver_card .main_img{
    position: absolute;
    left: 40px;
    top: 40px;
    max-width: 220px;
    width: 100%;
}
.silver_card .SebastianMichaels{
    margin-bottom: 15px;
    max-width: 150px;
    width: 100%;
}
.silver_card p{
    margin-top: 0;
}
.silver_card .lastone{
    font-size: 12px;
    margin: 0;
}
.silver_card_2{
    padding: 40px;
    padding-right: 340px;
    background: #f1f1f1;
    border-radius: 3px;
    border: 1px solid #d0d0d0;
    position: relative;
}
.silver_card_2 p{
    max-width: 490px;
}

.silver_card_2 .cam_img14{
    position: absolute;
    right: 40px;
    top: 110px;
    max-width: 270px;
    width: 100%;
}
.silver_card_2 .cam_img15{
    position: absolute;
    right: 40px;
    top: 290px;
    max-width: 270px;
    width: 100%;
}

.silver_card_2 .freebonusvideo{
    position: absolute;
    right: 20px;
    top: 60px;
    max-width: 110px;
    width: 100%;
}
.c_testomonial{
    margin-top: 50px;
}
.c_testomonial .cam_img16{
    max-width: 450px;
    margin: auto;
    display: block;
    margin-bottom: 25px;
}
.c_testomonial .cam_img17{
    max-width: 660px;
    margin: auto;
    display: block;
}
.bannertext{
   padding-top: 30px;
}
.bannertext h3{
    font-size: 48px;
    color: #041e24;
    text-align: center;
}
.bannertext p{
    margin-top: 22px;
    font-size: 26px;
    text-align: center;
    color: #041e24;
}

/*responsive css*/
@media(max-width: 1200px){
    #canvas{
        max-width: 948px;
        margin: auto;
    }
}
@media(max-width: 992px){
    .mast-off-cam .button_onlinevideocourse_new{
        top: unset;
        left: unset;
        right: 0;
        bottom: -110px;
    }
    .camera_newbg{
        width: 100%;
        height: 310px;
        background-position: center top;
    }
    .bannertext h3{
        font-size: 38px;
    }
    .bannertext p {
        margin-top: 12px;
        font-size: 19px;
    }
    .cbtm_camera{
        margin-top: 0 !important;
    }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
    .sidebar .content-left_camera{
        width: calc(100% - 310px);
    }
    .sidebar .content-right_v2 {
        width: calc(100% - 288px);
        margin-top: 16px;
        margin-left: 0 !important;
    }
    .cam_img6{
        max-width: 280px !important;
        width: 100% !important;
    }
    .sidebar .content-right_v3{
        width: calc(100% - 320px) !important;
        margin-top: 16px !important;
        margin-left: 0 !important;
    }
    .withoutmargin{
        margin: 0 !important;
    }
}
@media(max-width: 775px){
    .camera_newbg{
        height: 250px;
    }
   
}
@media(max-width: 767px){
    .camera_newbg {
        width: 100%;
        height: unset;
        margin: auto;
    }
    .bannertext {
        padding-top: unset;
        position: absolute;
        top: 20px;
        left: 0;
        right: 0;
    }
    .bannertext p {
        margin-top: 4px;
        font-size: 30px;
    }
    .bannertext h3 {
        font-size: 60px;
        line-height: normal;
    }
    .camera_newbg .image_banner_phone{
        width: calc(100% + 30px);
        max-width: calc(100% + 30px);
        margin-left: -15px;
    }
    .offcamers-also-learn2 .sidebar{
        margin-bottom: 0;
    }
    .silver_card{
        padding: 30px;
        padding-left: 30px;
        margin-bottom: 30px;
    }
    .silver_card .main_img{
        position: relative;
        left: unset;
        top: unset;
        display: block;
        margin: auto;
        margin-bottom: 30px;
    }
    .silver_card_2{
        padding: 30px;
        padding-right: 30px;
    }
    .silver_card_2 .cam_img15, .silver_card_2 .freebonusvideo{
        display: none;
    }
    .silver_card_2 .cam_img14 {
        position: relative;
        right: unset;
        top: unset;
        max-width: 100%;
        width: 100%;
        display: block;
    }
    .silver_card_2 p{
        max-width: 100%;
    }
    .new_bnt_card{
        max-width: 240px;
        margin-top: 40px !important;
    }
    .offcamers-sales2 h3.custom{
        padding-top: 0;
        line-height: 26px;
    }
    .offcamers-sales2 .sidebar{
        padding-bottom: 0;
    }
    .add_pt_mobile{
        margin-top: 30px;
    }
    .wm_none{
        margin-top: 0 !important;
    }
}
@media(max-width: 580px){
    .bannertext p {
        margin-top: 4px;
        font-size: 22px;
    }
    .bannertext h3 {
        font-size: 50px;
        line-height: normal;
    }
}
@media(max-width: 450px){
    .bannertext p {
        margin-top: 4px;
        font-size: 16px;
    }
    .bannertext h3 {
        font-size: 30px;
        line-height: normal;
    }
}
/*new css 20/11/2020 added finished*/
@media(min-width: 772px){
    .photoshop_addtocart.eventsales-no-shape99_proc{
        background-position: 20px 10px;
    }
    .photoshop_addtocart.eventsales-no-shape99_proc h3 + p{
        padding-top: 10px;
    }
}
/*camera.htm page*/


