@media (max-width: 680px) {
    *,
    *:before,
    *:after {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    @font-face {
        font-family: 'aleoregular';
        src: url('fonts/aleo-regular2-webfont.eot');
        src: url('fonts/aleo-regular2-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/aleo-regular2-webfont.woff') format('woff'), url('fonts/aleo-regular2-webfont.ttf') format('truetype'), url('fonts/aleo-regular2-webfont.svg#aleoregular') format('svg');
        font-weight: normal;
        font-style: normal;
    }
    @font-face {
        font-family: 'aleolight';
        src: url('fonts/aleo-light1-webfont.eot');
        src: url('fonts/aleo-light1-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/aleo-light1-webfont.woff') format('woff'), url('fonts/aleo-light1-webfont.ttf') format('truetype'), url('fonts/aleo-light1-webfont.svg#aleolight') format('svg');
        font-weight: normal;
        font-style: normal;
    }
    @font-face {
        font-family: 'aleolightitalic';
        src: url('fonts/aleo-lightitalic1-webfont.eot');
        src: url('fonts/aleo-lightitalic1-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/aleo-lightitalic1-webfont.woff') format('woff'), url('fonts/aleo-lightitalic1-webfont.ttf') format('truetype'), url('fonts/aleo-lightitalic1-webfont.svg#aleolightitalic') format('svg');
        font-weight: normal;
        font-style: normal;
    }
    @font-face {
        font-family: 'aleoitalic';
        src: url('fonts/aleo-italic1-webfont.eot');
        src: url('fonts/aleo-italic1-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/aleo-italic1-webfont.woff') format('woff'), url('fonts/aleo-italic1-webfont.ttf') format('truetype'), url('fonts/aleo-italic1-webfont.svg#aleoitalic') format('svg');
        font-weight: normal;
        font-style: normal;
    }
    @font-face {
        font-family: 'aleobolditalic';
        src: url('fonts/aleo-bolditalic1-webfont.eot');
        src: url('fonts/aleo-bolditalic1-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/aleo-bolditalic1-webfont.woff') format('woff'), url('fonts/aleo-bolditalic1-webfont.ttf') format('truetype'), url('fonts/aleo-bolditalic1-webfont.svg#aleobolditalic') format('svg');
        font-weight: normal;
        font-style: normal;
    }
    @font-face {
        font-family: 'aleobold';
        src: url('fonts/aleo-bold1-webfont.eot');
        src: url('fonts/aleo-bold1-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/aleo-bold1-webfont.woff') format('woff'), url('fonts/aleo-bold1-webfont.ttf') format('truetype'), url('fonts/aleo-bold1-webfont.svg#aleobold') format('svg');
        font-weight: normal;
        font-style: normal;
    }

    .dk {
        width: 123px !important;
        margin-right: 14px !important;
        margin-bottom: 5px !important;
    }

    .early-special {
        background-color: #4f8319;
        color: #FFF !important;
        text-decoration: none !important;
        width: 100%;
        display: block;
        padding: 20px 0px;
        text-align: center;
        font-family: "aleolight";
        border: 1px solid #111;
        box-shadow: 0px 0px 1px #FFF inset;
        border-radius: 5px;
        font-weight: normal !important;
        font-size: 16px;
        transition: all 0.2s;
    }

    .early-special:hover {
        background-color: #7baf28;
        text-decoration: none !important;
        transition: all 0.2s;
    }

    a img {
        border: none;
    }

    p, h1, h2, h3, h4, ul, ol {
        margin: 0px;
        padding: 0px;
        font-weight: normal;
    }

    #nav {
        position: absolute;
    }

    #nav .nav {
        position: relative;
        width: 100%;
        text-align: center;
        list-style: none;
    }

    #nav .nav li {
        display: inline;
        position: relative;
        padding: 10px 2px 10px 4px;
        background: url(images/sprite.png);
        background-repeat: no-repeat;
        background-position: 0px -696px;

    }

    #nav .nav li:first-child {
        background: none;
    }

    #nav .nav li a {
        font-family: 'aleoregular';
        display: inline-block;
        text-decoration: none;
        position: relative;
        color: #f7f8ed;
        font-size: 20px;

        text-shadow: 1px 1px 2px #223c00;
        padding: 12px 10px 9px 10px;
    }

    #nav .nav li a:hover {
        background-color: #79b22e;

    }

    #nav .nav li ul {
        position: absolute;
        width: 200px;
        left: 19px;
        z-index: 10;
        padding: 4px 10px 6px;
        display: none;
        background: #79b22e;
        top: 32px;
        border: 1px solid #294800;
        box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.45);
    }

    #nav .nav li ul li {
        display: list-item;
        list-style: none;
        position: relative;
        padding: 0px;
        margin-bottom: 0px;
        background-image: none;
    }

    #nav .nav li ul li:first-child {
        margin-top: 3px;
    }

    #nav .nav li ul li a {
        display: block;
        padding: 6px 3px 6px;
        text-align: left !important;
        font-size: 15px;
        border-top: 1px dotted #294800;
    }

    #nav .nav li ul li:first-child a {
        border-top: none;
    }

    #nav .nav li ul li:first-child ul li a {
        border-top: 1px dotted #294800;
    }

    #nav .nav li ul li:first-child ul li:first-child a {
        border-top: none;
    }

    #nav .nav li ul li a:hover {
        background-color: #91c849;
        border-bottom: none !important;
        padding: 6px 3px 6px;
        text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
        color: #294800;
    }

    div.clear {
        clear: both;
    }

    body {
        background-image: url(images/bg.jpg);
        background-position: top center;
        background-size: 100%;
        margin: 0px;
        padding: 0px;
    }

    #wrapper {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    #i1 {
        position: fixed;
        margin: 0px auto;
        width: 100%;
        height: 60px;
        background-image: url(images/mobile/header.png);
        -webkit-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.75);
        box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.75);
        z-index: 9999;
    }

    #i2 {
        display: none;
    }

    #i3 {
        position: relative;
        margin: 0px auto;
        width: 100%;
        height: auto;
    }

    #i4 {
        position: relative;
        margin: 0px auto;
        width: 100%;
    }

    #i5 {
        position: relative;
        margin: 0px auto;
        width: 100%;
        background-color: #FFF;
    }

    .inner #i5 {
        position: relative;
        margin: 0px auto;
        width: 100%;
        background-image: url(images/innerbg.png);
        background-repeat: repeat-y;
        margin-top: 34px;
    }

    #i6 {
        position: relative;
        margin: 0px auto;
        width: 100%;
        border-top: 1px solid #c8c8c8;
        background-color: #eeeeee;
    }

    .inner #content {
        width: 100% !important;
        overflow: hidden;
        padding-top: 25px;
    }

    #i5-6 {
        position: relative;
        margin: 57px auto 0px;
        width: 100%;
    }

    .home #i5-6 {
        background: #FFF;
        margin: -10px auto 0px !important;
    }

    /*
    #i3 .banner-box-shadow {
        overflow: hidden;
        position: absolute;
        height: 450px;
        width: 1100px;
        left: -50px;
        background-image: url(images/sprite.png);
        background-position: 18px -181px;
        background-repeat: no-repeat;
    }
    */
    .featured-item-box-shadow {
        display: none;
    }

    #banner {
        position: relative;
        width: 100%;
        height: auto;

    }

    #banner img {
        width: 100%;
        height: auto;
        background-color: #EEE !important;
        border-bottom: 1px solid #CCC;
        padding: 14px 10px 10px;
        box-shadow: 0px 4px 10px #555;
        -o-box-shadow: 0px 4px 10px #555;
        -moz-box-shadow: 0px 4px 10px #555;
        -webkit-box-shadow: 0px 4px 10px #555;
        margin-bottom: 10px;
        margin-top: 5px;
    }

    #banner a {
        width: 100% !important;
    }

    #nav {
        background-image: url(images/nav_bg.png);
        width: 100%;
        height: 43px;
        -webkit-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.75);
        box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.75);
    }

    .featured-items {
        width: 50%;
        height: 107px;
        float: none;
        position: relative;
        display: inline-block;
        background-repeat: no-repeat;
    }

    .featured-items:first-child {
        margin-right: -4px;
    }

    .featured-item-content {
        background-color: white;
        padding: 10px;
        position: relative;
        width: 100%;
        height: auto;
    }

    #right-content {
        position: relative;
        right: 0px;
        width: 100%;
        min-height: 200px;
        padding: 28px 20px 15px;
        border-top: 1px solid #CCC;
        margin-top: 15px;
        background: #FAFAFA;
        box-shadow: 0px -3px 4px rgba(0, 0, 0, 0.11);
    }

    #right-content .content-box {
        padding: 10px;
        background-color: #eee;
        border: 1px solid #c8c8c8;
        -webkit-box-shadow: 2px 3px 7px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 2px 3px 7px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 2px 3px 7px 0px rgba(0, 0, 0, 0.3);
        margin-bottom: 15px;
    }

    #logo {
        background-image: url(images/mobile/logo.png);
        width: 219px;
        height: 54px;
        background-repeat: no-repeat;
        position: relative;
        left: -6px;
        margin: 5px 13px;
        background-size: 100%;
        cursor: pointer;
    }

    #social-icons {
        position: relative;
        left: 0px;
        top: 0px;
        display: block;
        margin: 0px auto;
        width: 226px;
        padding: 10px 0;
    }

    #social-icons a {
        width: 42px;
        height: 44px;
        display: inline-block;
        background-image: url(images/sprite.png);
    }

    #contact {
        position: absolute;
        width: 500px;
        right: 0px;
        height: 50px;
        padding: 4px 16px;
        text-align: right;
        display: none;
    }

    body.full #wrapper #content {
        width: 100%;
    }

    #content {
        width: 100%;
        min-height: 347px;
        padding: 20px 20px 0px;
    }

    #content.full {
        width: 100%
    }

    #right-content .content-box.mailing_list_home h2 {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .featured-item-content div {
        background-size: 100% !important;
        background-position: 0px -11px;
    }

    #footer {
        width: 100%;
        padding: 95px 25px 10px;
    }

    #social-icons .fb-link {
        background-position: 0px 0px;
    }

    #social-icons .t-link {
        background-position: -44px 0px;
    }

    #social-icons .g-link {
        background-position: -88px 0px;
    }

    #social-icons .yt-link {
        background-position: -132px 0px;
    }

    #social-icons .in-link {
        background-position: -176px 0px;
    }

    #social-icons .fb-link:hover {
        background-position: 0px -50px;
    }

    #social-icons .t-link:hover {
        background-position: -44px -50px;
    }

    #social-icons .g-link:hover {
        background-position: -88px -50px;
    }

    #social-icons .yt-link:hover {
        background-position: -132px -50px;
    }

    #social-icons .in-link:hover {
        background-position: -176px -50px;
    }

    #bottom-nav {
        position: relative;
        right: 0px;
        width: 100%;
        top: 0px;
        padding: 25px 25px 10px;
    }

    #bottom-nav li {
        position: relative;
        display: block;
        width: 49%;
        font-family: 'Lato', sans-serif;
        font-size: 11px;
        margin-right: 0px;
        margin-bottom: 1px;
        padding-left: 0px;
        float: left;
    }

    #bottom-nav ul {
    }

    #bottom-nav li a {
        text-decoration: none;
        margin-bottom: 4px;
        border-bottom: 1px dotted;
    }

    #bottom-nav li a:hover {
        color: #000;
    }

    #copyright {
        width: 100%;
        margin: 17px 0 5px;
        border-top: 1px solid #c8c8c8;
        padding: 10px 0px 15px;
        text-align: center;
    }

    /* FONTS */
    #contact p {
        color: #437007;
        font-family: 'aleolight';
        font-size: 20px;
        letter-spacing: -1px;
    }

    #contact p strong {
        font-weight: normal;
        font-size: 28px;
        position: relative;
        top: 6px;
    }

    #right-content .content-box h2 {
        font-family: 'aleoregular';
        font-size: 25px;
        color: #234900;
        text-shadow: 1px 1px 0px white;
        padding: 0px 0px 13px 0px;
    }

    #right-content h3 {
        color: #555555;
        font-family: 'Lato', sans-serif;
        font-weight: bold;
        text-shadow: 1px 1px 0px white;
        font-size: 16px;
    }

    #i6 h2 {
        font-family: 'Lato', sans-serif;
        color: #343434;
        font-size: 12px !important;
        font-weight: bold;
        padding: 0px 0px 10px 0px;
    }

    #footer-left-content {
        float: left;
        width: 385px;
        padding-right: 12px;
        border-right: 1px solid #c8c8c8;
    }

    #footer-right-content {
        float: left;
        left: 20px;
        position: relative;
    }

    #i6 p {
        font-family: 'Source Sans Pro', sans-serif;
        color: #555;
        font-size: 12px;
        margin-bottom: -3px;
    }

    #i6 ul li a {
        display: block;
        font-family: 'Source Sans Pro', sans-serif;
        color: #555;
        font-size: 12px;
    }

    #i6 ul li a:hover {
        color: black;
    }

    #copyright a {
        color: #343434;
        text-decoration: none;
    }

    #copyright a:hover {
        text-decoration: underline;
    }

    #content p, #right-content p {
        padding: 5px 0px;
    }

    #content p {
        font-size: 14px !important;
        text-align: left !important;
        line-height: 20px !important;
    }

    #content ul:not(.list-group) {
        margin-left: 20px;
    }

    #content ul:not(.list-group) li {
        margin-bottom: 8px;
    }

    #right-content .blog-content {
        float: right;
        width: 190px;
    }

    #right-content .blog-content h3 {
        padding: 0px;
        margin: 0px;
    }

    #right-content .blog-image {
        float: left;
    }

    #right-content .blog-image img {
        width: 90px;
        height: auto;
        border: 5px solid white;
        outline: 1px solid #c3c3c3;
    }

    .featured-item-content p {
        height: 175px;
        cursor: pointer;
    }

    .featured-item-content p a {
        display: block;
        font-family: 'aleoregular';
        font-size: 13px;
        color: #FFF !important;
        text-decoration: none !important;
        text-align: center;
        text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.75);
        border: 1px solid #333;
        padding: 8px 0px 9px;
        background-image: url(images/sprite.png);
        background-position: 0px -889px;
        position: relative;
        font-weight: normal !important;
        background-repeat: no-repeat;
        top: 0px;
        padding-top: 69px;
        padding-bottom: 9px;
        margin-bottom: 40px;
    }

    .home #i4 {
        margin-bottom: 15px;
        clear: both;
        margin-top: 38%;
    }

    .inline-content-img {
        border: 3px solid #fff;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
        -o-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
        -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
        margin-right: 15px;
        margin-bottom: 15px;
        float: left;
    }

    .inner #content ul {
        font-family: 'Lato', sans-serif !important;

        font-size: 14px;
        margin-top: 7px;
    }

    .inner #content h3 {
        font-family: 'aleoregular';
        color: #444;
        border-bottom: 1px dotted #CCC;
        font-size: 15px;
        padding: 7px 0px 0px 0px;
        /* text-shadow: 0px 0px 1px rgba(0,0,0,0.1); */
        margin-bottom: 10px;
        font-weight: normal;
    }

    .inner #content ul li {
        margin-bottom: 3px !important;
    }

    .inner #content table tbody {

        border-bottom: 1px solid #FFF;
        border-right: 1px solid #FFF;
        color: #294800;
        margin-bottom: 20px;
    }

    .inner #content table, .inner #content table p {
        color: #294800;
        font-size: 12px !important;
    }

    .inner #content table tr td:nth-child(2n+2) {
        background-color: #c5ed90;
    }

    .inner #content table {
        width: 100%;
        margin-bottom: 20px;
    }

    .inner #content table td {
        padding: 0px 3px;
        background-color: #adde6d;
        border-left: 1px solid #FFF;
        border-top: 1px solid #FFF;
    }

    .inner #content table tr:first-child:hover p, .inner #content table tr:first-child td:hover p {
        color: #1d1d1d !important;
    }

    .inner #content table td:hover {
        background-color: #487211 !important;
    }

    .inner #content table td:hover p {
        color: #FFF !important;
    }

    .inner #content table tr:first-child, .inner #content table tr:first-child td {
        background: #89c836; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg5YzgzNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZGFmMTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #89c836 0%, #6daf11 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #89c836), color-stop(100%, #6daf11)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #89c836 0%, #6daf11 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #89c836 0%, #6daf11 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #89c836 0%, #6daf11 100%); /* IE10+ */
        background: linear-gradient(to bottom, #89c836 0%, #6daf11 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c836', endColorstr='#6daf11', GradientType=0); /* IE6-8 */
        text-align: center;
        text-transform: uppercase;
    }

    .inner #content table tr:first-child p, .inner #content table tr:first-child td p {
        font-weight: bold;
        color: #1d1d1d;
        text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.4);
    }

    #book-btn a, #rates-btn a {
        background-image: url(images/mobile/greenbutton.png);
        display: block;
        width: 238px;
        height: 59px;
        margin: 0px auto;
        font-family: 'aleoregular';
        color: #FFF !important;
        text-shadow: 1px 1px rgba(0, 0, 0, 0.35);
        font-weight: normal !important;
        font-size: 23px;
        padding-top: 16px;
        background-repeat: no-repeat;
        background-size: 100%;
    }

    #pgajrreg {
        margin: 15px 0;

    }

    #pgajrreg a {
        background-color: #71a624;
        display: block;
        font-family: 'aleoregular';
        color: #FFF !important;
        text-shadow: 1px 1px rgba(0, 0, 0, 0.35);
        -o-text-shadow: 1px 1px rgba(0, 0, 0, 0.35);
        -moz-text-shadow: 1px 1px rgba(0, 0, 0, 0.35);
        -webkit-text-shadow: 1px 1px rgba(0, 0, 0, 0.35);
        width: 100%;
        padding: 12px;
        top: 0;
        position: relative;
        text-align: center;
        font-weight: normal !important;
        font-size: 15px;
        line-height: 17px;
        border-radius: 10px;
        -o-border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
    }

    #pgajrreg a:hover {
        background-color: #91c840;
        text-decoration: none !important;
    }

    .blank {
        background-color: #FFF;
    }

    #meetdave {
        margin-bottom: 20px !important;
        border: 3px solid #FFF;
        box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
        width: 100% !important;
        height: 120px;
        overflow: hidden;
    }

    #meetdave p {
        padding: 0;
    }

    #meetdave img {
        position: relative;
        left: -210px;
        top: 0px;
        box-shadow: 3px 3px 6px rgba(0, 0, 0, 0) !important;
        border: none !important;
        width: 220% !important;
    }

    .wp_feed_item {
        width: 100% !important;

    }

    .wp_feed {
        width: 100% !important;
    }

    /* ====== WORDPRESS STYLES ====== */
    #primary {
        width: 100%;
        padding: 0px;
    }

    .archive-header, .page-header {
        margin-bottom: 35px !important;
        padding-bottom: 0px !important;
        border-bottom: 1px solid #ccc !important;
    }

    .site-content {
        margin-top: 0px !important;
    }

    .site-content article {
        border-bottom: 4px double #CCC !important;
        margin-bottom: 23px !important;
        position: relative;
    }

    .index-only article {
        float: right;

    }

    .thumbpost {
        float: left;
    }

    /*
    .index-only .entry-content {
    position: absolute;
    top: 34px;
    left: 123px;
    }

    .index-only {
        padding: 20px 30px;
    }
    .index-only #content {
        padding: 20px 0px !important;
    }

    .index-only footer.entry-meta  {
        position: relative;
    margin-top: 90px;
    }

    .index-only .entry-header img.wp-post-image {
        display: block !important;
    }

    .entry-header img.wp-post-image {
        display: none;
    }

    .index-only  .entry-title {
        position: absolute;
    top: -2px;
    left: 123px;
    }

    */
    .entry-header {
        margin-bottom: 0px;
    }

    .entry-content p, .entry-summary p, .comment-content p, .mu_register p {
        margin: 0 0 15px !important;
    }

    .entry-title, .entry-title a {
        font-weight: normal !important;
        font-family: 'aleoregular' !important;
        font-size: 25px !important;
        color: #234900 !important;
        text-shadow: 1px 1px 0px white !important;
        padding-bottom: 5px !important;
    }

    .entry-title a:hover {
        color: #666 !important;
        text-decoration: none !important;
    }

    .comments-link {
        display: none;
    }

    #secondary {
        width: 100% !important;
        padding: 10px;
    }

    #searchform {
        margin-bottom: 30px;
    }

    #secondary #searchform label {
        display: none;
    }

    .widget-area .widget {
        margin-bottom: 21px !important;
    }

    .widget-title {
        margin-bottom: 5px !important;
        padding-bottom: 4px !important;
        line-height: 11px;
        font-size: 13px;
        border-bottom: 1px dotted #999;
        width: 270px;
    }

    .widget a {
        font-weight: normal !important;
        font-size: 17px;
    }

    .widget-area #s {
        width: 190px !important;
    }

    .archive-title, .page-title, .widget-title, .entry-content th, .comment-content th {
        font-weight: normal !important;
        text-transform: none !important;
        line-height: normal !important;
    }

    span[itemprop="name"] {
        font-family: 'Lato', sans-serif;
        color: #343434;
        font-size: 11px !important;
        font-weight: bold;
        margin: 0px 0px 5px 0px;
        display: block;
        text-align: center;
    }

    span[itemprop="description"] {
        font-family: 'Source Sans Pro', sans-serif;
        color: #555;
        font-size: 11px;
        float: none;
        width: 100%;
        line-height: 13px;
        padding-right: 0px;
        display: block;
    }

    div[itemprop="address"] {
        font-family: 'Source Sans Pro', sans-serif;
        color: #555;
        font-size: 11px;
        float: none;
        margin: 6px 0;
        right: 0px;
        position: relative;
        width: 100%;
        line-height: 11px;
        display: block;

        text-align: center;
    }

    .greenButton {
        float: none !important;
        margin: 0px auto;
        display: block;
        text-align: center;
    }

    #breadcrumbs {
        margin-bottom: 15px;
        border-bottom: 1px solid #CCC;
        padding-bottom: 3px;
        position: relative;
    }

    #breadcrumbs ul {
        list-style: none;
        margin-left: 0px !important;
    }

    #breadcrumbs ul ul {
        margin: 0px !important;
        position: absolute;
        top: 0;
        left: 117px;
        width: 400px;
    }

    #breadcrumbs ul ul:before {
        content: " > ";
        margin-right: 5px;
        margin-left: 5px;
        float: left;

    }

    #blog #contact p {
        color: #437007;
        font-family: 'aleolight';
        font-size: 20px;
        letter-spacing: -1px;
        position: relative;
        top: 2px;
    }

    .lessons_landing p {
        padding: 3px 0px;
    }

    .sortable_fancybox_gallery_container {
        width: 100%;
        float: left;
    }

    img.pchild_i {
        border: 3px solid #FFF;
        box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
        float: none !important;
        height: auto !important;
        margin-top: 0 !important;
        margin-right: 0 !important;
        width: 65% !important;
        margin: 0px auto !Important;
        display: block;
    }

    .lessons-box.pchild_i {
        width: 275px !important;
        box-sizing: border-box;
    }

    .lessons-box {
        width: 100%;
        background: #EEE;
        border: 1px solid #BBB;
        padding: 13px 14px 18px;
        border-radius: 6px;
        min-height: 100px !important;
        float: none !important;
        margin: 8px auto;
        clear: both;
    }

    .lb-tall {
        min-height: 315px !important;

    }

    .lessons-box + h2 {
        margin: 10px 0px !important;
        position: relative;
    }

    .inner #content img {
        border: 3px solid #FFF;
        box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
        width: 100%;
        height: auto;
    }

    .inner #content img.inlineImg {
        width: 33% !important;
    }

    #nav .nav li ul li ul {
        left: 176px !important;
        top: 0px !important;
    }

    .fees-links {
        width: 100%;
        background: #EEE;
        border: 1px solid #BBB;
        margin: 10px 0px;
        padding: 10px 20px;
        overflow: hidden;
    }

    .fees-links strong {
        border-bottom: 1px dotted #BBB;
        padding-bottom: 2px;
        margin-bottom: 4px;
    }

    .fees-links ul {
        list-style: none;
        padding: 0px;
        margin: 2px 0px !important;
    }

    .aurora-fl {
        min-height: 118px;
    }

    .oakville-fl {
        min-height: 155px;
        margin-bottom: 20px;
    }

    #wrapper .smallmap .googleMapCanvas {
        height: 130px !important;
    }

    .googleMapCanvas {
        width: 100% !important;
        border: 1px solid #1d1d1d !important;
        height: 175px !important;
        margin-bottom: 10px !important;
        margin-top: 20px;
    }

    .googleMapCanvas:hover {
        border: 1px solid #589608 !important;
    }

    .contactform label {
        font-family: 'Lato', sans-serif;
        color: #333;
        font-size: 13px;
    }

    .contactform #Question1, .contactform #Question2, .contactform #Question3, .contactform #Question4, .contactform #Question5 {
        border: 1px solid #333;
        width: 100%;
        padding: 5px 3px;
        margin-bottom: 10px;
        margin-top: -3px;
    }

    .contactform td {

    }

    .contactform tr td {
        display: block;

    }

    .contactform tr + tr + tr + tr + tr > td label, .contactform tr:nth-child(5) > td label, .contactform tr + tr + tr + tr + tr > td textarea, .contactform tr:nth-child(5) > td textarea {
        width: 100% !important;
        height: 70px;
    }

    .contactform, .contactform table, .contactform table td, .contactform table tr, .contactform table tbody {
        width: 100% !important;
        position: relative;
    }

    .contactform .formBlockSubmitButton, .contactform .ccm-input-button {

        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #ffffff;
        padding: 14px 21px;
        background: -moz-linear-gradient(
                top,
                #62961e 0%,
                #466b12);
        background: -webkit-gradient(
                linear, left top, left bottom,
                from(#62961e),
                to(#466b12));
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        border: 1px solid #1e3300;
        -moz-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5),
        inset 0px 0px 2px rgba(255, 255, 255, 0.7);
        -webkit-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5),
        inset 0px 0px 2px rgba(255, 255, 255, 0.7);
        box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5),
        inset 0px 0px 2px rgba(255, 255, 255, 0.7);
        text-shadow: 1px 1px 0px rgba(000, 000, 000, 0.4),
        0px 1px 0px rgba(255, 255, 255, 0);
        position: relative;
        top: -30px;
        width: 100%;
    }

    .contactinfo {
        position: relative;
        top: -9px;
        left: 20px;
    }

    #content h2 a {
        font-weight: normal !important;
        text-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
        padding-bottom: 3px;
        border-bottom: 1px solid #BBB;
        display: block;
    }

    .jrleft, .jrright {
        width: 100%;
        float: none;
    }

    #golf-tips-blog {
        margin-top: -14px;
    }

    #mc_embed_signup {
        font-family: 'Lato', sans-serif;
        position: relative;
        height: 35px;
    }

    .inner #mc_embed_signup {
        height: 50px !important;
    }

    #mc_embed_signup h2 {
        display: none;
    }

    .mc-field-group label {
        display: none !important;
    }

    #mce-EMAIL {
        position: absolute;
        box-shadow: none;
        left: -3px;
        height: 26px;
        top: 1px;
        border: 1px solid #BBB;
        border-radius: 5px;
        padding: 3px;
        width: 150px;
        font-style: italic;
        color: #a3a3a3;
    }

    .email_signup {
        position: relative;
        height: 104px;
    }

    .first_name, .last_name {
        position: absolute;
        width: 133px;
        top: 0px;
    }

    .first_name input, .last_name input {
        width: 100%;
    }

    .first_name {
        left: 0px;
    }

    .last_name {
        left: 143px;
    }

    body.home .email_signup .first_name {
        width: 122px;
    }

    body.home .email_signup .last_name {
        left: 134px;
        width: 124px;
    }

    body.home #wrapper .email_signup #mce-EMAIL {
        width: 258px;
    }

    #wrapper #mce-EMAIL, .first_name input, .last_name input {
        height: 26px;
        border: 1px solid #BBB;
        border-radius: 5px;
        padding: 3px;
        font-style: italic;
        color: #a3a3a3;
    }

    #wrapper #mce-EMAIL {
        position: absolute;
        left: 0px;
        top: 36px;
        width: 276px;
    }

    #mc-embedded-subscribe {
        position: absolute;
        right: 0;
        background-image: url(images/button.png);
        width: 104px;
        height: 36px;
        display: block;
        border: none !important;
        background-color: transparent !important;
        font-family: 'Lato', sans-serif;
        color: #FFF;
        text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
    }

    #wrapper #mc-embedded-subscribe, .closebtn {
        position: absolute;
        color: #fff !important;
        text-decoration: none !important;
        background-image: url(images/button.png);
        width: 104px;
        height: 36px;
        display: block;
        border: none !important;
        background-color: transparent !important;
        font-family: 'Lato', sans-serif;
        color: #FFF;
        text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
        top: 73px;
        margin-left: -52px;
        left: 50%;
    }

    .closebtn {
        position: relative;
        top: 0px;
        left: 0px;
        margin: 20px auto 0px auto;
        text-decoration: none;
        padding: 8px 0px 0px 0px;
        line-height: 16px;
        height: 28px;
    }

    #wrapper .email_signup input:focus {
        outline: none;
        border: 1px solid #0084F0 !important;
    }

    .closebtn:hover, #mc-embedded-subscribe:hover, #mc-embedded-subscribe:active, #mc-embedded-subscribe:focus {
        outline: none;
        opacity: 0.8;
        cursor: pointer;
    }

    #comments {
        margin-top: 0px !important;
    }

    .lessons_landing a {
        width: 290px;
        height: 30px;
        display: block;
        text-decoration: none;
        padding-top: 105px;
        padding-left: 10px;
        font-size: 21px;
        font-weight: 300 !important;
        text-shadow: 1px 1px rgba(255, 255, 255, 0.75);
        border: 1px solid #427300;
        border-radius: 3px;
    }

    .lessons_landing a:hover {
        text-decoration: none !important;
    }

    #gpr_one a {
        background-image: url(images/gpr_1.png);
    }

    #gpr_two a {
        background-image: url(images/gpr_2.png);
    }

    #gpr_three a {
        background-image: url(images/gpr_3.png);
    }

    #gpr_four a {
        background-image: url(images/gpr_4.png);
    }

    #gpr_five a {
        background-image: url(images/gpr_5.png);
    }

    #gpr_six a {
        background-image: url(images/gpr_6.png);
    }

    #gpr_seven a {
        background-image: url(images/gpr_7.png);
    }

    #gpr_eight a {
        background-image: url(images/gpr_8.png);
    }

    .googleMapCanvas, .googleMapCanvas div, .googleMapCanvas img {
        box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
        -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
        -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
        -o-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
    }

    #arrow {
        display: none;
    }

    .whychoose {
        background-color: #f7f7f7;
        border-radius: 10px;
        border: 1px solid #ccc;
        box-shadow: #ddd 2px 2px 6px;
        margin: 7px 0px 28px 0px;
        padding-bottom: 10px;
    }

    .whychoose h3 {
        text-align: center;
        padding: 10px 10px 8px 10px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        font-size: 14px !important;
        background: #f3f3f3;
        background: -moz-linear-gradient(top, #f3f3f3 0%, #e7e7e7 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f3f3), color-stop(100%, #e7e7e7));
        background: -webkit-linear-gradient(top, #f3f3f3 0%, #e7e7e7 100%);
        background: -o-linear-gradient(top, #f3f3f3 0%, #e7e7e7 100%);
        background: -ms-linear-gradient(top, #f3f3f3 0%, #e7e7e7 100%);
        background: linear-gradient(to bottom, #f3f3f3 0%, #e7e7e7 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#e7e7e7', GradientType=0);
    }

    .whychoose li img {
        margin-right: 7px;
        margin-bottom: -5px;
    }

    .whychoose li {
        list-style: none;
        font-size: 12px;
        padding: 8px 15px 9px 12px;
        border-top: 1px solid #ccc;
        font-family: 'Lato', sans-serif;
        font-weight: normal;
    }

    table.gadget tr:first-child td, table.gadget tr:last-child td {
        display: none;
    }

    table.gadget tr td {
        background-color: #fff !important;
    }

    .complimentary {
        color: #333 !important;
        background: #f8f8f8; /* Old browsers */
        background: -moz-linear-gradient(top, #f8f8f8 0%, #e5e5e5 47%, #d0d0d0 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(47%, #e5e5e5), color-stop(100%, #d0d0d0)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f8f8f8 0%, #e5e5e5 47%, #d0d0d0 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #f8f8f8 0%, #e5e5e5 47%, #d0d0d0 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #f8f8f8 0%, #e5e5e5 47%, #d0d0d0 100%); /* IE10+ */
        background: linear-gradient(to bottom, #f8f8f8 0%, #e5e5e5 47%, #d0d0d0 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#d0d0d0', GradientType=0); /* IE6-9 */

        display: block;
        padding: 4px 0px;
        border: 1px solid #ccc;
        text-align: center;
        border-radius: 3px;
        margin-bottom: 5px;
        border-bottom: 1px solid #bbb;
    }

    #fancybox-title {
        font-family: 'Lato', sans-serif !important;
    }

    .sortable_fancybox_gallery_container {
        width: 100%;
        float: left;
        margin-bottom: 30px;
        margin-top: 10px;
        background: #f3f3f3;
        background: -moz-linear-gradient(top, #f3f3f3 0%, #e7e7e7 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f3f3), color-stop(100%, #e7e7e7));
        background: -webkit-linear-gradient(top, #f3f3f3 0%, #e7e7e7 100%);
        background: -o-linear-gradient(top, #f3f3f3 0%, #e7e7e7 100%);
        background: -ms-linear-gradient(top, #f3f3f3 0%, #e7e7e7 100%);
        background: linear-gradient(to bottom, #f3f3f3 0%, #e7e7e7 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#e7e7e7', GradientType=0);
        border: 1px solid #ccc;

        padding: 10px 0px 0px;
        border-radius: 8px;
        box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
    }

    .sortable_fancybox_gallery_image {
        padding: 0px !important;
        text-align: center;
        float: left;
        overflow: hidden;
        height: 75px !important;
        border: 3px solid #FFF;
        box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
        width: 42% !important;
        margin: 4px 10px 12px;
        position: relative;
        top: 0px;
        transition: top 0.3s;
        -o-transition: top 0.3s;
        -moz-transition: top 0.3s;
        -webkit-transition: top 0.3s;
    }

    *, *:before, *:after {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .smallmap {
        width: 100% !important;
    }

    .pga_jr_league .sortable_fancybox_gallery_container {
        height: 93px;
    }

    .winter_golf_gallery .sortable_fancybox_gallery_container {
        width: inherit;
        float: left;
        padding: 10px 19px;
    }

    .winter_golf_gallery .sortable_fancybox_gallery_image {
        height: 60px !important;
        margin: 6px;
    }

    #fancybox-title-wrap {
        display: none;
    }

    .sortable_fancybox_gallery_image a img {
        width: 100% !important;
        height: auto;
        border: none !important;
        box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0) !important;
    }

    .sortable_fancybox_gallery_image:hover {
        position: relative;
        top: 0px;
        transition: top 0.15s;
        -o-transition: top 0.15s;
        -moz-transition: top 0.15s;
        -webkit-transition: top 0.15s;
    }

    .sortable_fancybox_gallery_image {
        padding: 5px 0;
        text-align: center;
        float: left;
    }

    #aurora, #oakville {
        display: block;
        position: relative;
        left: -7px;
        top: 5px;
        background: none;
    }

    .wp_feed_image_container {
        float: left;
        width: 70px;
        margin: -4px 9px 0px 4px;
        padding: 0px;
    }

    .wp_feed_image_container img {
        width: 100%;
        height: auto;
        border: 1px solid #fff;
    }

    .attachment-post-thumbnail.wp-post-image {
        float: right;
        width: 190px;
        margin-left: 10px;
        margin-top: 9px;
    }

    article footer.entry-meta {
        font-size: 12px !important;
        line-height: 14px !important;

    }

    header h1 {
        clear: none;
    }

    #i5 p.wp_feed_excerpt {
        font-size: 11px;
    }

    #i5 p.wp_feed_date {
        font-size: 10px;
        padding: 1px 0px;
    }

    #wrapper h3.wp_feed_title {
        font-size: 15px;
        line-height: 16px;
    }

    .wp_feed_content {
        float: left;
        width: 175px;
        margin-left: 0px;
    }

    .complimentary_popup {

    }

    .side_list {
        float: none;
        width: 100%;
        background: #f6f6f6; /* Old browsers */
        background: -moz-linear-gradient(top, #f6f6f6 0%, #e3e3e3 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #e3e3e3)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f6f6f6 0%, #e3e3e3 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #f6f6f6 0%, #e3e3e3 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #f6f6f6 0%, #e3e3e3 100%); /* IE10+ */
        background: linear-gradient(to bottom, #f6f6f6 0%, #e3e3e3 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#e3e3e3', GradientType=0); /* IE6-9 */
        margin-left: 0px !important;
        border: 1px solid #ccc;
        border-radius: 8px;
        padding: 10px 20px;
        margin: 5px 0px 13px;
    }

    .side_list li:first-child {
        border-top: none;
    }

    .side_list li {
        list-style: none;
        margin: 0px;
        padding: 8px 0px;
        border-top: 1px solid #ccc;
        font-size: 16px;
        text-shadow: #fff 1px 1px 0px;
    }

    .free-trial {
        background-image: url(images/buttonsprites.png);
        width: 234px;
        height: 98px;
        display: block;
        background-position: 0px -134px;
        float: none;
        font-family: 'aleoregular';
        font-weight: normal !important;
        color: #FFF !important;
        text-align: center;
        font-size: 20px;
        text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
        -o-text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
        -moz-text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
        -webkit-text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
        padding-top: 14px;
        margin: 0px 0px 10px 20px;
    }

    .free-trial:hover {
        background-position: -234px -134px;
        text-decoration: none !important;
    }

    .free-trial span {
        font-size: 24px;
        line-height: 28px;
    }

    .complimentary_popup {
        background-image: url(images/buttonsprites.png);
        width: 265px;
        z-index: 9;
        height: 133px;
        text-align: center;
        position: absolute;
        left: 1920px;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: 200px;
        display: block;
        background-repeat: no-repeat;
        padding: 10px 0px 0px;
        box-shadow: 0px 0px 92px #626262;
        -o-box-shadow: 0px 0px 92px #626262;
        -moz-box-shadow: 0px 0px 92px #626262;
        -webkit-box-shadow: 0px 0px 92px #626262;
        overflow: hidden;
        border-radius: 11px;
        -o-border-radius: 11px;
        -moz-border-radius: 11px;
        -webkit-border-radius: 11px;
    }

    #wrapper .performance_academy_imgs .sortable_fancybox_gallery_image {
        width: 50% !important;
        margin: 0px;
        border: none;
        box-shadow: none;
        height: 150px !important;
    }

    #wrapper .performance_academy_imgs .sortable_fancybox_gallery_image img {
        width: auto;
    }

    .performance_academy_imgs .sortable_fancybox_gallery_container {
        height: 166px;
    }

    #got_it, #got_it:hover {
        background-image: url(images/buttonsprites.png);
        color: #FFF !important;
        width: 115px;
        height: 30px;
        background-size: 335%;
        display: block;
        background-position: 10px -1035px;
        text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
        -o-text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
        -moz-text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
        -webkit-text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
        font-size: 16px;
        padding-top: 4px;
        padding-left: 6px;
        margin: 0px auto;
        z-index: 100;
        position: relative;
        top: -5px;
        font-size: 12px;
        text-decoration: none !important;

    }

    *, *:before, *:after {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .performance_academy_imgs {

    }

    #wrapper #content .lessons-column h2 {
        font-size: 18px !important;

    }

    .lessons-column {
        background: #EEE;
        border: 1px solid #BBB;
        padding: 13px 14px 18px;
        border-radius: 6px;
        min-height: 156px;
        float: none;
        width: 100%;
        margin: 10px 0px;

    }

    .home #mailing_list input[type=email] {
        width: 100%;
        margin-bottom: 2px;
    }

    #mailing_list input[type=email] {
        height: 26px;
        border: 1px solid #BBB;
        border-radius: 5px;
        padding: 3px;
        font-style: italic;
        color: #a3a3a3;

        position: relative;
        left: 0px;
        top: 2px;
        width: 100%;
    }

    #mailing_list {
        position: relative;
        height: auto;
    }

    #mailing_list label {
        display: none;
    }

    #mailing_list input[type=submit] {
        position: relative;
        right: 0;
        cursor: pointer;
        outline: none !important;
        background-image: url(images/button.png);
        width: 104px;
        height: 36px;
        top: 4px;
        display: block;
        border: none !important;
        background-color: transparent !important;
        font-family: 'Lato', sans-serif;
        color: #FFF;
        text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
        margin: 6px auto;
    }

    #mailing_list .success {
        position: fixed;
        z-index: 999;
        width: 500px;
        height: 151px;
        left: 50%;
        top: 50%;
        margin-top: -150px;
        margin-left: -250px;
        padding: 24px;
        box-sizing: border-box;
        font-size: 24px;
        text-align: center;
        box-shadow: #555 0px 0px 140px;
        outline: 7px solid #fff;
        border: 1px solid #ccc;

        background: #f7f7f7; /* Old browsers */
        background: -moz-linear-gradient(top, #f7f7f7 0%, #e2e2e2 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #e2e2e2)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f7f7f7 0%, #e2e2e2 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #f7f7f7 0%, #e2e2e2 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #f7f7f7 0%, #e2e2e2 100%); /* IE10+ */
        background: linear-gradient(to bottom, #f7f7f7 0%, #e2e2e2 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#e2e2e2', GradientType=0); /* IE6-9 */

    }

    .ccm-layout-table .ccm-layout-col {
        float: none !important;
        width: 100% !important;
    }

    #m-open, #m-call, #m-book {
        position: absolute;
        background-repeat: no-repeat;
        width: 31px;
        height: 51px;
        background-position: top center;
        background-size: 100%;
        text-indent: -9999px;
        top: 9px;
        z-index: 10000;
    }

    #m-call {
        background-image: url(images/mobile/phone.png);
        right: 52px;
    }

    #m-open {
        background-image: url(images/mobile/menu.png);
        right: 97px;
    }

    #m-book {
        background-image: url(images/mobile/book.png);
        right: 7px;
    }

    #mobilemenu {

    }

    #jPanelMenu-menu {
        background-color: #DDD;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5) inset;
        padding: 15px 0px;
        font-family: 'Lato', sans-serif;
    }

    #jPanelMenu-menu ul {
        list-style: none;
    }

    #jPanelMenu-menu .nav ul {
        display: none;
    }

    #jPanelMenu-menu ::-webkit-scrollbar {
        width: 1px;
    }

    #jPanelMenu-menu a {
        padding: 10px 15px;
        background-color: #EEE;
        color: #555;
        display: block;
        text-decoration: none;
        border-bottom: 1px solid #777;
        text-shadow: 1px 1px #FFF;
    }

    #jPanelMenu-menu .nav ul a {
        background-color: #a0a0a0 !important;
        color: #FFF !important;
        text-shadow: none !important;
        text-indent: 12px;
        text-shadow: 1px 1px rgba(0, 0, 0, 0.3) !important;

    }

    #jPanelMenu-menu .nav ul ul a {
        background-color: #888 !important;
        color: #FFF !important;
        text-shadow: none !important;
        text-indent: 25px;
        text-shadow: 1px 1px rgba(0, 0, 0, 0.3) !important;
    }

    #jPanelMenu-menu .nav li:first-child a {
        border-top: 1px solid #777;

    }

    #jPanelMenu-menu .nav ul li:first-child a {
        border-top: none !important;

    }

    .ccm-block-styles {
        padding-left: 0px !important;
        margin-bottom: 0px !important;
    }

    .home #i3 {
        margin-top: 50px !important;

        background-image: url(images/bg.jpg);
        background-size: cover;
        -o-background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
    }

    .jPanelMenu-panel {
        background: none !important;
    }

    .locations-nm {
        display: none;
    }

    #locations-mobile ul {
        display: block;
        width: 42%;
        float: left;
    }

    .mshow {
        display: block;
    }

    .mhide {
        display: none;
    }

    .jrleft {
        width: 90px !important;
        float: left;
        margin-right: 20px;
    }

    .jrleft img {
        width: 90px !important;
        height: 90px !important;
    }

    #bookonlinemobile {
        background-image: url(images/mobile/book-today.png);
        background-repeat: no-repeat;
    }

    .landing #i5 {
        background-image: none !important;
    }

    #tb1 {
        background-image: url('/files/3313/9041/5977/featured-1.jpg');
        background-repeat: no-repeat;
    }

    #tb2 {
        background-image: url('/files/2713/9286/1057/women.jpg');
        background-repeat: no-repeat;
    }

    #tb3 {
        background-image: url('/files/5213/9286/1057/men.jpg');
        background-repeat: no-repeat;
    }

    #landing-full {
        padding: 30px 10px;
        margin-bottom: 10px;
    }

    .landing .featured-item-box-shadow {
        position: absolute;
        width: 350px;
        height: 204px;
        left: -12px;
        overflow: hidden;
        background-image: none !important;
        background-position: -239px -4px;
        background-repeat: no-repeat;
    }

    .featured-item-content a {
        border: 1px solid #000;
    }

    .landing .featured-item-content {
        background-image: url(images/lp-tb-s.png);
        background-position: 11px 181px;
        background-repeat: no-repeat;
    }

    #landing-form {
        background: url(images/fbg.png);
        height: 297px;
        position: relative;
        top: 0px;
        right: 0px;
        outline: 2px solid #4d7617;
        padding: 10px 20px;
        border: 6px solid #FFF;
        box-shadow: -4px 3px 10px;
        z-index: 200;
    }

    #landing-form h2 {
        font-size: 19px !important;
        margin-bottom: 27px;
        text-align: center;
        border-bottom: 1px solid #666;
        text-shadow: 1px 1px #FFF;
    }

    #landing-form h2 span {
        display: block;
        font-size: 23px !important;
    }

    #landing-form form label {
        display: none;
        font-family: 'Lato', sans-serif;
        color: #333;
        font-size: 13px;
        margin-bottom: 4px;
    }

    #landing-banner {
        border: 0px solid #FFF;
        outline: 2px solid #4d7617;
    }

    #lpss img {
        width: 100%;
        height: auto;
    }

    #landing-banner p {
        margin: 0px;
        padding: 0px;
    }

    #landing-form form input[type="text"], #landing-form form input[type="tel"], #landing-form form input[type="email"], #landing-form form select, #landing-form form textarea {
        border: 1px solid #333;
        padding: 5px;
        margin-bottom: 10px;
        margin-top: -3px;
        width: 100%;
        font-family: 'Lato', sans-serif;
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);

    }

    #landing-form p {
        width: 245px;
        margin-top: -15px;
        margin-bottom: 23px;
        text-align: justify;
    }

    #landing-form input[type="submit"] {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #ffffff;
        padding: 10px 20px;
        background: -moz-linear-gradient(
                top,
                #62961e 0%,
                #466b12);
        background: -webkit-gradient(
                linear, left top, left bottom,
                from(#62961e),
                to(#466b12));
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        border: 1px solid #1e3300;
        -moz-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5),
        inset 0px 0px 2px rgba(255, 255, 255, 0.7);
        -webkit-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5),
        inset 0px 0px 2px rgba(255, 255, 255, 0.7);
        box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5),
        inset 0px 0px 2px rgba(255, 255, 255, 0.7);
        text-shadow: 1px 1px 0px rgba(000, 000, 000, 0.4),
        0px 1px 0px rgba(255, 255, 255, 0);
        margin: 0px auto;
        display: block;
        position: relative;
        cursor: pointer;
        opacity: 1;
        transition: all 0.3s;
    }

    #landing-form input[type="submit"]:hover {
        opacity: 0.8;
        transition: all 0.15s;

    }

    #landing-form form select {
        width: 100% !important;
        padding: 3px 0px !important;
    }

    #landing-banner h1 {
        z-index: 200;
        display: block;
        position: absolute;
        top: 340px;
        color: #FFF !important;
        text-shadow: 1px 1px 0px #000 !important;
        padding: 35px 23px 15px;
        line-height: 0px;
        height: 31px;
        left: 13px;
        border: 3px solid #FFF;
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
        background: #58891a;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod�EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #58891a 0%, #4a7215 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #58891a), color-stop(100%, #4a7215));
        background: -webkit-linear-gradient(top, #58891a 0%, #4a7215 100%);
        background: -o-linear-gradient(top, #58891a 0%, #4a7215 100%);
        background: -ms-linear-gradient(top, #58891a 0%, #4a7215 100%);
        background: linear-gradient(to bottom, #58891a 0%, #4a7215 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#58891a', endColorstr='#4a7215', GradientType=0);
    }

    #fto-overlay {
    }

    #fto-overlay a {
        color: #FFF !important;
        text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.75);
        font-family: 'aleoregular';
        font-size: 19px;
        display: block;
        background: url(images/ftobg.png);
        width: 301px;
        height: 159px;
        position: fixed;
        bottom: -500px;
        left: 0px;
        z-index: 9999;
        text-decoration: none;
        text-align: center;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-top: 62px;
        padding-right: 48px;
        background-repeat: no-repeat;
    }

    #fto-overlay a:hover {
        background-position: 0px -151px;

    }

    #fto-overlay a span {
        display: block;
        font-size: 32px;
        line-height: 29px;
    }

    .success {
        overflow: hidden;
        height: 1px;
    }

    #success-popup {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        display: none;
        box-sizing: border-box;
        width: 300px;
        height: 200px;
        position: fixed;
        left: 50%;
        top: 50%;
        margin: -100px 0 0 -150px;
        background: url(images/fbg.png);
        border: 1px solid #333;
        box-shadow: 0px 0px 10px #000;
        -moz-box-shadow: 0px 0px 10px #000;
        -webkit-box-shadow: 0px 0px 10px #000;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        padding: 43px 10px 10px 10px;
        transition: all 0.4s;
    }

    #success-popup p {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        font-family: 'aleoregular' !important;
        font-size: 17px !important;
        text-align: center !important;
        width: 100% !important;
    }

    #success-popup a {
        font-family: 'Lato', sans-serif !important;
        color: #FFF !important;
        display: block;
        font-size: 10px !important;
        background: #0078c1;
        width: 60px;
        margin: 30px auto 0px;
        padding: 8px 10px;
        text-transform: uppercase;
        border-radius: 4px;
        border: 1px solid #000;
        box-shadow: 0px 0px 2px #FFF inset;
        transition: all 0.2s;
    }

    #success-popup a:hover {
        background: #1c98e3;
        text-decoration: none;
        transition: all 0.3s;
    }

    .landing .featured-items {
        width: 100% !important;
        height: 118px !important;
        float: none !important;
        position: relative !important;
        display: block !important;
        background-repeat: no-repeat !important;
        margin-top: 5px !important;
        overflow: hidden !important;
    }

    @media screen and (max-width: 640px) {
        .home #i3 {
            margin-top: 50px;
            margin-bottom: 0px;
        }

        .home #i4 {
            margin-bottom: 15px;
            clear: both;
            margin-top: -5px;

        }

        .wp_feed_content {
            float: right;
            width: 475px;
            margin-left: 0px;
        }

        .featured-item-content p a {
            display: block;
            font-family: 'aleoregular';
            font-size: 17px;
            color: #FFF !important;
            text-decoration: none !important;
            text-align: center;
            text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.75);
            border: 1px solid #333;
            padding: 8px 0px 9px;
            background-image: url(images/sprite.png);
            background-position: 0px -878px;
            position: relative;
            font-weight: normal !important;
            background-repeat: no-repeat;
            top: 0px;
            padding-top: 82px;
            padding-bottom: 10px;
            margin-bottom: 41px;
        }

    }

    @media screen and (max-width: 480px) {
        .home #i3 {
            margin-top: 50px;
            margin-bottom: 0px;
        }

        .home #i4 {
            margin-bottom: 15px;
            clear: both;
            margin-top: -5px;
        }

        .wp_feed_content {
            float: left;
            width: 311px;
            margin-left: 0px;
        }

        .featured-items {
            width: 50%;
            height: 107px;
            float: none;
            position: relative;
            display: inline-block;
            background-repeat: no-repeat;
        }

        .featured-item-content div {
            background-size: 100% !important;
        }
    }

    @media screen and (max-width: 380px) {

        #logo {
            background-image: url(images/mobile/logo.png);
            width: 160px;
            height: 41px;
            background-repeat: no-repeat;
            position: relative;
            left: -8px;
            top: 2px;
            margin: 10px 13px;
            background-size: 100%;
            cursor: pointer;
        }

        #m-open, #m-call, #m-book {
            position: absolute;
            background-repeat: no-repeat;
            width: 34px;
            height: 45px;
            background-position: top center;
            background-size: 100%;
            text-indent: -9999px;
            top: 9px;
            z-index: 10000;
        }

        #m-call {
            background-image: url(images/mobile/phone.png);
            right: 48px !important;
        }

        #m-open {
            background-image: url(images/mobile/menu.png);
            right: 88px;
        }

        #m-book {
            background-image: url(images/mobile/book.png);
            right: 7px;
        }

    }


    @media screen and (max-width: 320px) {
        .home #i3 {
            margin-top: 50px;
            margin-bottom: 0px;
        }

        .home #i4 {
            margin-bottom: 15px;
            clear: both;
            margin-top: -5px;
        }

        .wp_feed_content {
            float: right;
            width: 156px;
            margin-left: 0px;
        }

        .featured-item-content div {
            background-size: 150% !important;
            background-position: top center;
        }

        .featured-item-content p a {
            display: block;
            font-family: 'aleoregular';
            font-size: 13px;
            color: #FFF !important;
            text-decoration: none !important;
            text-align: center;
            text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.75);
            border: 1px solid #333;
            padding: 8px 0px 9px;
            background-image: url(images/sprite.png);
            background-position: 0px -889px;
            position: relative;
            font-weight: normal !important;
            background-repeat: no-repeat;
            top: 0px;
            padding-top: 69px;
            padding-bottom: 9px;
            margin-bottom: 40px;
        }

        #m-call {
            background-image: url(images/mobile/phone.png);
            right: 48px !important;
        }

        #m-open {
            background-image: url(images/mobile/menu.png);
            right: 88px;
        }

        #m-book {
            background-image: url(images/mobile/book.png);
            right: 7px;
        }

    }

    .jrWinPrice p {
        float: none;
        width: 100%;
        background: #EEE;
        border: 1px solid #CCC;
        margin-right: 0;
        box-sizing: border-box;
        display: block;
        padding: 8px !important;
    }

    .jrWinPrice p strong {
        background: #75a926;
        box-sizing: border-box;
        padding: 10px 7px;
        color: #FFF;
        margin-left: 0;
    }

    .jrWinPrice p:nth-of-type(2) {
        width: 100%;
    }

    .info-intro {
        width: 100%;
        display: block;
        background: #75a926;
        text-align: center;
        padding: 10px 40px;
        box-sizing: border-box;
    }

    .info-intro p {
        font-family: 'aleoregular' !important;
        color: #FFF !important;
        font-size: 18px !important;
        line-height: 30px !important;
    }

    .info-l {
        width: 100%;
        float: none;
        margin-bottom: 10px;
        background: #75a926;
        padding: 7px;
        color: #FFF;
        padding: 13px 10px;
    }

    .info-r {
        width: 100%;
        float: none;
        background: #75a926;
        padding: 7px;
        color: #FFF;
        padding: 13px 10px;
        margin-bottom: 10px;
    }

    .info-l p, .info-r p, .info-f p, .info-t-l p {
        color: #FFF !important;
        text-align: center;
    }

    .info-t-l p {
        font-weight: bold;
    }

    .info-t-r p {
        color: #1d1d1d !important;
        text-align: center;
    }

    .info-f {
        clear: both;
        background: #75a926;
        padding: 13px 10px;
        margin-bottom: 3px;
    }

    .info-t-l {
        width: 100%;
        float: none;
        margin-bottom: 1px;
        background: #75a926;
        border: 1px solid #75a926;
        color: #FFF;
        padding: 4px 10px;
    }

    .info-t-r {
        width: 100%;
        float: none;
        background: #EBEBEB;
        color: #FFF;
        border: 1px solid #CCC;
        padding: 4px 10px;
        margin-bottom: 1px;
    }

    .wpBox {
        float: none;
        width: 100%;
        background: #EEE;
        box-sizing: border-box;
        border: 1px solid #CCC;
        margin-right: 3px;
        padding: 12px;
    }

    .wpBox h4 {
        font-size: 16px;
        font-family: 'aleobold';
        display: block;
        padding: 10px;
        margin-left: 0px;
        margin-top: 0px;
        width: 100%;
        background: #75a926;
        color: #FFF;
    }

    .wpBox p {
        border-bottom: 1px dashed #CCC;
        display: block;
    }

    .wpBox p:nth-of-type(1) {
        margin-top: 12px;
    }

    .wpBox p:last-child {
        border-bottom: none;
        padding-bottom: 0px;
        margin-bottom: 0px;
        line-height: 14px !important;
    }

    .wg-div {
        float: none;
        width: 100%;
        background: #75a926;
        height: 100px;
        margin: 4px 0px;
        border-radius: 4px;
        display: block;
        position: relative;
        background-repeat: no-repeat;
        cursor: pointer;
        background-position: 13px center;
        top: 0px;
        transition: all 0.3s;
        background-size: 110px;
    }

    .wg-div:hover {
        top: -3px;
        transition: all 0.3s;
    }

    .wg-div h3 {
        color: #FFF !important;
        text-align: center;
        border: none !important;
        font-weight: normal !important;
        position: absolute;
        top: 26px;
        width: 146px;
        background: rgba(0, 0, 0, 0.6);
        line-height: 13px;
        margin: 0px;
        padding: 9px !important;
        right: 6px;
        border-radius: 10px;
    }

    .wg-div h3 a {
        color: #FFF !important;
        font-weight: normal !important;
    }

    .wg-div:nth-of-type(1) h3 a, .wg-div:nth-of-type(3) h3 a {
        display: block;
        width: 130px;
        margin: 0px auto;
    }

    .wg-div h3 a:hover {
        text-decoration: none !important;
    }

    .wg-div:nth-of-type(1) {
        background-image: url(images/wg_bg-_1.png);
    }

    .wg-div:nth-of-type(2) {
        background-image: url(images/wg_bg-_2.png);
    }

    .wg-div:nth-of-type(3) {
        background-image: url(images/wg_bg-_3.png);
    }

    .instructor-popup .image-wrapper {
        margin: 0px auto;
    }

    ul.dropdown-menu {
        right: 0;
        left: auto;
        width: 180px !important;
    }

    .top-nav .dropdown-toggle > .link_text {
        display: none;
    }

    .top-nav .link_text_menu:before {
        content: 'Menu';
    }

    .top-nav .nav a.dropdown-toggle {
        padding: 5px 14px;
    }

    .input.submit .col-xs-4 {
        padding-left: 3px;
        padding-right: 3px;
    }

    .input.submit .col-xs-4 button,
    .input.submit .col-xs-4 .btn {
        font-size: 11px;
        display: block;
        height: auto;
        white-space: normal;
        min-height: 46px;
        padding-top: 8px;
    }

    .instructor {
        padding-top: 18px;
    }

    .bubble:after {
        display: none;
    }

    .bubble {
        position: fixed;
        z-index: 999;
        left: 0px;
        height: 85px;
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
        bottom: -130px;
        border-top: 1px solid #004E7F;
        border-radius: 0px;
        text-align: center;

        background: #0bbeff; /* Old browsers */
        background: -moz-linear-gradient(top, #0bbeff 0%, #0082d8 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0bbeff), color-stop(100%, #0082d8)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #0bbeff 0%, #0082d8 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #0bbeff 0%, #0082d8 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #0bbeff 0%, #0082d8 100%); /* IE10+ */
        background: linear-gradient(to bottom, #0bbeff 0%, #0082d8 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0bbeff', endColorstr='#0082d8', GradientType=0); /* IE6-9 */
    }

    #content .bubble p {
        font-weight: bold;
        font-size: 15px !important;
        color: #fff;
        text-align: center !important;
        text-shadow: #004E7F 1px 1px 0px;
    }

    .lesson-row.active .bubble {
        bottom: -30px;
    }

    body {
        background-image: none;
    }

    div#i6 {
        display: none;
    }

    div#time-input.pull-right {
        float: none !important;
        clear: both;
        width: 100% !important;
    }

    #booking-form {
        padding-bottom: 100px;
    }

    ul#clinic-input, ul#clinic-input > li {
        padding: 0px;
        margin: 0px;
    }

    #camp-input table, #camp-input table * {
        display: block;
    }

    #camp-input table td {
        border: none;
        padding-top: 0px;
        padding-bottom: 0px;
        text-align: center;
        font-size: 13px;
    }

    #camp-input table tr {
        border-bottom: 1px solid #ccc;
        padding: 10px 0px;
    }

    #camp-input table tr td:first-child {
        font-weight: bold;
        font-size: 15px;
    }

    #camp-input table tr td .btn {
        margin: 7px 0px 0px;
    }

    /* Force table to not be like tables anymore */
    table.table-invoice {
        width: 100%;
        border-collapse: collapse;
    }

    table.table-invoice td, table.table-invoice th {
        padding: 6px;
        border: 1px solid #ccc;
        text-align: left;
    }

    table.table-invoice, .table-invoice thead, .table-invoice tbody, .table-invoice th, .table-invoice td, .table-invoice tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .table-invoice thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .table-invoice tr {
        border: 1px solid #ccc;
    }

    .table-invoice td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50% !important;
    }

    .table-invoice td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        font-weight: bold;

    }

    /*
    Label the data
    */
    .table-invoice td:nth-of-type(1):before {
        content: "Items";
    }

    .table-invoice td:nth-of-type(2):before {
        content: "Desc";
    }

    .table-invoice td:nth-of-type(3):before {
        content: "Price";
    }

    .table-invoice td:nth-of-type(4):before {
        content: "Qty";
    }

    .table-invoice td:nth-of-type(5):before {
        content: "Ext";
    }

    #i5 h3.invoice-amount-due {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .login_top {
        padding: 5px 15px 10px;
    }

}

@media (max-width: 480px) {
    .login_top .login_top_form .form-group.required {
        float: none;
        margin: 2px 0px;
    }
	

	
}

@media (max-width: 680px) {
	.payment_button_wrap .ccm-core-commerce-cart-buttons #paybtn {
		font-size: 15px !important;
	}	
	
.pay_arrow {
  background-image: url(images/pay-arrow.png);
  width: 129px;
  height: 20px;
  display: block;
  position: absolute;
  right: 139px;
  top: 0px;
  background-size: 100%;
}
	
	p.pay_now_title {
	  padding: 10px 0px !important;
	  margin-bottom: 20px !important;
	  font-weight: bold;
	}
	
}

@media (max-width: 640px) {
	.pay_arrow {
 		display: none !important;
	}	
	
.pay_now_title {
  padding: 10px 0px !important;
  margin-bottom: 20px !important;
  font-weight: bold;
  float: none;
  text-align: center !important;
  display: block !Important;
}

.pay_now_title span {
  text-align: center;
  display: block;
  line-height: 17px;
}

.payment_button_wrap .ccm-core-commerce-cart-buttons {
  float: none;
}

.payment_button_wrap .ccm-core-commerce-cart-buttons #paybtn {
	  top: -18px;
  margin: 0px auto;
  display: block;
}
	
}