* {
    font-family: 'Lato', sans-serif;
}

@media (min-width: 681px) {
    @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;
    }

    #awardTop {
        background-image: url(images/medalion.png);
        width: 82px;
        height: 82px;
        background-repeat: no-repeat;
        position: absolute;
        top: 9px;
        right: 290px;
    }

    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: 12px 0px 10px 4px;
        background: url(images/sprite.png);
        background-repeat: no-repeat;
        background-position: 0px -696px;

    }

    .inner #content h1 + p > img {
        border: 3px solid #FFF;
        box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
        width: 100%;
        box-sizing: border-box;
    }

    .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: 27px;
        transition: all 0.2s;
    }

    .early-special:hover {
        background-color: #7baf28;
        text-decoration: none !important;
        transition: all 0.2s;
    }

    #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: 1111;
        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;
    }

    .home #content {
        min-height: 427px;
    }

    div.clear {
        clear: both;
    }

    body {
        background-color: #143408;
        margin: 0px;
        padding: 0px;
        background-image: url(images/bg.jpg);
        background-position: top center;
        background-repeat: no-repeat;
    }

    #wrapper {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    #i1 {
        position: relative;
        margin: 0px auto;
        width: 1000px;
        height: 101px;
        background-color: white;
        -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);
    }

    #i2 {
        position: relative;
        margin: 0px auto;
        width: 1000px;
        height: 57px;
    }

    #i3 {
        position: relative;
        margin: 0px auto;
        width: 1000px;
        height: 437px;
    }

    #i4 {
        position: relative;
        margin: 0px auto;
        width: 1000px;
        height: 204px;
    }

    #i5 {
        position: relative;
        margin: 0px auto;
        width: 1000px;
        background-color: #FFF;
    }

    .slidetext {
        display: none;
        margin-bottom: 20px;
    }

    .table-n td {
        padding: 6px;
    }

    #openSlide {
        color: #0078c1;
        cursor: pointer;
    }

    #openSlide:hover {
        text-decoration: underline;
        color: #004169;
    }

    .inner #i5 {
        position: relative;
        margin: 0px auto;
        width: 1000px;
        background-image: url(images/innerbg.png);
        background-repeat: repeat-y;
    }

    #i6 {
        position: relative;
        margin: 0px auto;
        width: 1000px;
        border-top: 1px solid #c8c8c8;
        background-color: #eeeeee;
    }

    .inner #content {
        width: 609px !important;
        overflow: hidden;
        min-height: 850px;
    }

    #i5-6 {
        -webkit-box-shadow: 0px 0px 11px 3px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 0px 11px 3px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 0px 11px 3px rgba(0, 0, 0, 0.75);
        position: relative;
        margin: 0px auto;
        width: 1000px;
    }

    #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 {
        position: absolute;
        width: 350px;
        height: 204px;
        left: -12px;
        overflow: hidden;
        background-image: url(images/sprite.png);
        background-position: -239px -4px;
        background-repeat: no-repeat;
    }

    #banner {
        position: relative;
        width: 980px;
        height: 403px;
        background-color: white;
        padding: 10px;
    }

    #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: 327px;
        height: 191px;
        float: left;
        margin-left: 9px;
        position: relative;
    }

    .featured-items:first-child {
        margin: 0px;
    }

    .featured-item-content {
        background-color: white;
        padding: 10px;
        position: relative;
        width: 307px;
        height: 171px;
    }

    #right-content {
        position: absolute;
        right: -7px;
        width: 286px;
        min-height: 200px;
        margin-left: 8px;
        padding: 34px 30px;
    }

    #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/sprite.png);
        width: 390px;
        height: 100px;
        background-position: -598px 0px;
        background-repeat: no-repeat;
        position: absolute;
        left: 15px;
    }

    #social-icons {
        position: absolute;
        left: 760px;
        top: 50px;
    }

    #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;
    }

    body.full #wrapper #content {
        width: 940px;
    }

    #content {
        width: 620px;
        min-height: 347px;
        padding: 20px 30px;
    }

    #content.full {
        width: 940px;
    }

    #right-content .content-box.mailing_list_home h2 {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    #footer {
        width: 570px;
        padding: 15px 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: absolute;
        right: 0px;
        width: 350px;
        top: 34px;
    }

    #bottom-nav li {
        position: relative;
        display: inline-block;
        width: 41%;
        font-family: 'Lato', sans-serif;
        font-size: 11px;
        margin-right: 17px;
        padding-left: 0px;
    }

    #bottom-nav li a {
        position: relative;
        color: #343434;
        display: inline-block;
        width: 100%;
        border-bottom: 1px solid #343434;
        padding: 0px 0px 2px 5px;
        text-decoration: none;
    }

    #bottom-nav li a:hover {
        color: black;
    }

    #copyright {
        width: 570px;
        margin: 0px 25px;
        border-top: 1px solid #c8c8c8;
        padding: 10px 0px;
    }

    /* 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: 13px;
    }

    #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 {
    }

    #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: 22px;
        color: #FFF !important;
        text-decoration: none !important;
        font-weight: normal !important;
        text-align: center;
        text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.75);

        -webkit-box-shadow: 0px 0px 7px 0px white;
        -moz-box-shadow: 0px 0px 7px 0px white;
        box-shadow: 0px 0px 7px 0px white;
        padding: 8px 0px 9px;
        background-image: url(images/sprite.png);
        background-position: 0px -821px;
        position: relative;

        background-repeat: no-repeat;
        top: 0px;
        padding-top: 136px;

        padding-bottom: 9px;
    }

    .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: 13px;
        margin-top: 7px;
        line-height: 14px;
    }

    .inner #content h3 {
        font-family: 'aleoregular';
        color: #444;
        border-bottom: 1px dotted #CCC;
        font-size: 19px;
        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;
    }

    .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/sprite.png);
        background-position: 0px -998px;
        display: block;
        width: 268px;
        height: 55px;
        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: 25px;
        padding-top: 18px;
        background-repeat: no-repeat;
    }

    #book-btn a:hover,
    #rates-btn a:hover {
        background-position: -281px -998px;
        text-decoration: none !important;
    }

    .blank {
        background-color: #FFF;
    }

    #meetdave {
        border-radius: 3px;
        border: 1px solid #333;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.32);
        overflow: hidden;
        height: 200px;
        margin: 10px 0px 25px;
    }

    #meetdave img {
        position: relative;
        left: -160px;
        top: -5px;
        box-shadow: 3px 3px 6px rgba(0, 0, 0, 0) !important;
        border: none !important;
    }

    .wp_feed_item {
        background-color: #EEE !important;
    }

    /* ====== WORDPRESS STYLES ====== */
    #primary {
        width: 610px !important;
    }

    .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: 300px !important;
    }

    #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;
    }

    span[itemprop="description"] {
        font-family: 'Source Sans Pro', sans-serif;
        color: #555;
        font-size: 11px;
        float: left;
        width: 385px;
        line-height: 12px;
        padding-right: 12px;
        border-right: 1px solid #c8c8c8;
        box-sizing: content-box;
    }

    #footer *, #footer {
        box-sizing: content-box;
    }

    div#wrapper {
        padding-bottom: 18px;
    }

    div[itemprop="address"] {
        font-family: 'Source Sans Pro', sans-serif;
        color: #555;
        font-size: 11px;
        float: right;
        right: 38px;
        position: relative;
        width: 120px;
        line-height: 12px;
    }

    #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;
    }

    .lessons-box {
        width: 265px;
        background: #EEE;
        border: 1px solid #BBB;
        padding: 13px 14px 18px;
        border-radius: 6px;
        min-height: 236px;
        float: left;
        margin: 4px 4px 8px 4px;
    }

    .lb-tall {
        min-height: 315px !important;

    }

    .lessons-box + h2 {
        margin: 26px 0px !important;
        position: relative;
        top: 28px;
    }

    .inner #content img {
        border: 3px solid #FFF;
        box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
    }

    #nav .nav li ul li ul {
        left: 176px !important;
        top: 0px !important;
    }

    .fees-links {
        width: 564px;
        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: 240px !important;
        margin-bottom: 10px !important;
    }

    .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: 269px;
        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: 275px !important;
        height: 70px;
    }

    .contactform {
        width: 275px !important;
        position: relative;
        top: -16px;
        left: -2px;
    }

    .contactform .formBlockSubmitButton, .contactform .ccm-input-button {

        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);
        float: right;
        position: relative;
        top: -30px;
    }

    .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 {
        width: 150px;
        float: left;
    }

    .jrright {
        width: 425px;
        float: right;
    }

    #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 {

        position: absolute;
        z-index: 9;
        top: 46px;
        left: -111px;
        width: 0px;
        overflow: hidden;

    }

    .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: 14px;
        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: 95px !important;
        margin: 0px 10px;
        position: relative;
        top: 0px;
        transition: top 0.3s;
        -o-transition: top 0.3s;
        -moz-transition: top 0.3s;
        -webkit-transition: top 0.3s;

    }

    .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: 95px;
        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: -6px;
        transition: top 0.15s;
        -o-transition: top 0.15s;
        -moz-transition: top 0.15s;
        -webkit-transition: top 0.15s;
    }

    #aurora, #oakville {
        display: block;
        position: relative;
        left: -7px;
        top: 5px;
        background: none;
    }

    .wp_feed_image_container {
        float: left;
        width: 79px;
        margin: 0px 10px 40px 0px;
        padding: 5px 7px 2px 5px;
        background-color: #ccc;
    }

    .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: right;
        width: 160px;
    }

    .complimentary_popup {

    }

    .side_list {
        float: right;
        width: 177px;
        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 */

        border: 1px solid #ccc;
        border-radius: 8px;
        padding: 10px 20px;
    }

    .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: 84px;
        display: block;
        background-position: 0px -134px;
        float: right;
        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: 425px;
        z-index: 9;
        height: 103px;
        text-align: center;
        position: absolute;
        left: 1920px;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: 200px;
        display: block;
        background-repeat: no-repeat;
        padding: 19px 32px 12px;
        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 {
        background-image: url(images/buttonsprites.png);
        color: #FFF !important;
        width: 132px;
        height: 31px;
        display: block;
        background-position: 0 -774px;
        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: 8px;
        margin: 0px auto;
    }

    #got_it:hover {
        background-position: -132px -774px;
        text-decoration: none !important;
    }

    .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: 236px;
        float: left;
        width: 83%;
        margin: 0px 0px 0px 3px;

    }

    .home #mailing_list input[type=email] {
        width: 147px;
    }

    #mailing_list input[type=email] {
        height: 26px;
        border: 1px solid #BBB;
        border-radius: 5px;
        padding: 3px;
        font-style: italic;
        color: #a3a3a3;

        position: absolute;
        left: 0px;
        top: -12px;
        width: 165px;
    }

    #mailing_list {
        position: relative;
        height: 28px;
    }

    #mailing_list label {
        display: none;
    }

    #mailing_list input[type=submit] {
        position: absolute;
        right: 0;
        cursor: pointer;
        outline: none !important;
        background-image: url(images/button.png);
        width: 104px;
        height: 36px;
        top: -12px;
        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);
    }

    #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 */

    }

    #mobilemenu {
        display: none;
    }

    #locations-mobile {
        display: none;
    }

    .mshow {
        display: none;
    }

    .mhide {
        display: block;
    }

    #pgajrreg {
        position: relative;
        margin: 20px 0 40px;

    }

    #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: 165px;
        padding: 12px;
        top: 0;
        position: absolute;
        text-align: center;
        font-weight: normal !important;
        font-size: 20px;
        line-height: 24px;
        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;
    }

    #regone {

    }

    #regtwo {
        left: 208px;
    }

    #regthree {
        left: 415px;
    }

    .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: 404px;
        position: absolute;
        top: 12px;
        right: 8px;
        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: 6px solid #FFF;
        outline: 2px solid #4d7617;
        height: 386px;
    }

    #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: 230px;
        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);
        float: right;
        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: 242px !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;
        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;
        opacity: 0;
        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;
    }

    .wpBox {
        float: left;
        width: 49%;
        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: -13px;
        margin-top: -14px;
        width: 102.1%;
        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;
    }

    .jrWinPrice {
        margin-top: 11px;
    }

    .jrWinPrice p {
        float: left;
        width: 38%;
        background: #EEE;
        border: 1px solid #CCC;
        margin-right: 4px;
        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: -8px;
    }

    .jrWinPrice p:nth-of-type(2) {
        width: 60%;
    }

    .info-intro {
        width: 100%;
        display: block;
        background: #75a926;
        text-align: center;
        padding: 10px 150px;
        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: 46.25%;
        float: left;
        margin-bottom: 10px;
        background: #75a926;
        padding: 7px;
        color: #FFF;
        padding: 13px 10px;
        height: 48px;
    }

    .info-r {
        width: 46.25%;
        float: right;
        background: #75a926;
        padding: 7px;
        color: #FFF;
        padding: 13px 10px;
        margin-bottom: 10px;
        height: 48px;
    }

    .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: 20px 0;
        margin-bottom: 3px;
    }

    .info-t-l {
        width: 46.25%;
        float: left;
        margin-bottom: 1px;
        background: #75a926;
        border: 1px solid #75a926;
        color: #FFF;
        padding: 4px 10px;
    }

    .info-t-r {
        width: 46.25%;
        float: right;
        background: #EBEBEB;
        color: #FFF;
        border: 1px solid #CCC;
        padding: 4px 10px;
        margin-bottom: 1px;
    }

    .fldr h4 {
        margin-top: 115px;
        display: block;
        clear: both;
        margin-bottom: 40px;
        padding-top: 5px;
    }

    .wg-div {
        float: left;
        width: 32%;
        background: #75a926;
        height: 230px;
        margin: 20px 4px;
        border-radius: 4px;
        display: block;
        position: relative;
        background-repeat: no-repeat;
        cursor: pointer;
        background-position: center 13px;
        top: 0px;
        transition: all 0.3s;
    }

    .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;
        bottom: 5px;
        width: 100%;
        background: rgba(0, 0, 0, 0.6);
        padding-bottom: 9px !important;
        padding-top: 11px !important;
    }

    .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);
    }

    #i1, #i2 {
        line-height: 1.15;
    }
}

#i5 h3.panel-title {
    margin-top: 0px;
}

#wrapper .btn.btn-primary, #wrapper .btn.btn-success, .btn.btn-primary, .btn.btn-success {
    color: #fff;
    border: 1px solid #487a17;
    text-shadow: 1px 1px 0px #31550e;
    background: #7bb026; /* Old browsers */
    background: -moz-linear-gradient(top, #7bb026 0%, #51861d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7bb026), color-stop(100%, #51861d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7bb026 0%, #51861d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7bb026 0%, #51861d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #7bb026 0%, #51861d 100%); /* IE10+ */
    background: linear-gradient(to bottom, #7bb026 0%, #51861d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7bb026', endColorstr='#51861d', GradientType=0); /* IE6-9 */
}

#wrapper .btn.btn-primary:hover, #wrapper .btn.btn-success:hover, .btn.btn-primary:hover, .btn.btn-success:hover {
    color: #fff;
    text-decoration: none;
    background: #89cb1f; /* Old browsers */
    background: -moz-linear-gradient(top, #89cb1f 0%, #5ea319 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #89cb1f), color-stop(100%, #5ea319)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #89cb1f 0%, #5ea319 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #89cb1f 0%, #5ea319 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #89cb1f 0%, #5ea319 100%); /* IE10+ */
    background: linear-gradient(to bottom, #89cb1f 0%, #5ea319 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#89cb1f', endColorstr='#5ea319', GradientType=0); /* IE6-9 */
}

#wrapper .btn.btn-primary.active, #wrapper .btn.btn-success.active, .btn.btn-primary.active, .btn.btn-success.active {
    background: #53800a; /* Old browsers */
    background: -moz-linear-gradient(top, #53800a 0%, #376608 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #53800a), color-stop(100%, #376608)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #53800a 0%, #376608 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #53800a 0%, #376608 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #53800a 0%, #376608 100%); /* IE10+ */
    background: linear-gradient(to bottom, #53800a 0%, #376608 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#53800a', endColorstr='#376608', GradientType=0); /* IE6-9 */
}

#wrapper .btn.btn-info, .btn.btn-info {
    color: #fff;
    border: 1px solid #00497c;
    background: #00aeed; /* Old browsers */
    background: -moz-linear-gradient(top, #00aeed 0%, #006db8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00aeed), color-stop(100%, #006db8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #00aeed 0%, #006db8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #00aeed 0%, #006db8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #00aeed 0%, #006db8 100%); /* IE10+ */
    background: linear-gradient(to bottom, #00aeed 0%, #006db8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00aeed', endColorstr='#006db8', GradientType=0); /* IE6-9 */
}

#wrapper .btn.btn-info:hover, .btn.btn-info:hover {
    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 */
}

.btn.btn-danger, #wrapper .btn.btn-danger {
    color: #fff;
    border: 1px solid #487a17;
    text-shadow: 1px 1px 0px #31550e;
    background: #d83c3c; /* Old browsers */
    background: -moz-linear-gradient(top,  #d83c3c 0%, #bf3535 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d83c3c), color-stop(100%,#bf3535)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #d83c3c 0%,#bf3535 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #d83c3c 0%,#bf3535 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #d83c3c 0%,#bf3535 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #d83c3c 0%,#bf3535 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d83c3c', endColorstr='#bf3535',GradientType=0 ); /* IE6-9 */
}

.btn.btn-danger:hover, #wrapper .btn.btn-danger:hover {
    color: #fff;
    text-decoration: none;
    background: #ea4141; /* Old browsers */
    background: -moz-linear-gradient(top,  #ea4141 0%, #d83c3c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ea4141), color-stop(100%,#d83c3c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ea4141 0%,#d83c3c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ea4141 0%,#d83c3c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ea4141 0%,#d83c3c 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ea4141 0%,#d83c3c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea4141', endColorstr='#d83c3c',GradientType=0 ); /* IE6-9 */
}

.btn.btn-danger.active, #wrapper .btn.btn-danger.active {
    background: #d43f3a; /* Old browsers */
    background: -moz-linear-gradient(top,  #d43f3a 0%, #a52e2e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d43f3a), color-stop(100%,#a52e2e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #d43f3a 0%,#a52e2e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #d43f3a 0%,#a52e2e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #d43f3a 0%,#a52e2e 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #d43f3a 0%,#a52e2e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d43f3a', endColorstr='#a52e2e',GradientType=0 ); /* IE6-9 */

}

.btn-group-lg > .btn, .btn-lg {
    padding: 6px 16px 8px;
}

#register_panel .btn {
    margin: 0px auto;
    display: block;
    float: none;
    width: auto;
    max-width: 253px;
}

.panel-heading {
    background: #f7f7f7; /* Old browsers */
    background: -moz-linear-gradient(top, #f7f7f7 0%, #f2f2f2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #f2f2f2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f7f7f7 0%, #f2f2f2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f7f7f7 0%, #f2f2f2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f7f7f7 0%, #f2f2f2 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f7f7f7 0%, #f2f2f2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#f2f2f2', GradientType=0); /* IE6-9 */;
}

body.full #wrapper #content {
    width: 100%;
}

.top-nav {
    float: right;
}

.top-nav li {
    font-family: 'Lato';
    font-size: 13px
}

.top-nav > ul > li > a {
    border: 1px solid #dfdfdf;
    background: #f7f7f7; /* Old browsers */
    background: -moz-linear-gradient(top, #f7f7f7 0%, #f2f2f2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #f2f2f2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f7f7f7 0%, #f2f2f2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f7f7f7 0%, #f2f2f2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f7f7f7 0%, #f2f2f2 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f7f7f7 0%, #f2f2f2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#f2f2f2', GradientType=0); /* IE6-9 */;
}

.top-nav > ul > li > a:hover {
    text-decoration: none !important;
    background: #e6e6e6; /* Old browsers */
    background: -moz-linear-gradient(top, #e6e6e6 0%, #dadada 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6e6e6), color-stop(100%, #dadada)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e6e6e6 0%, #dadada 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e6e6e6 0%, #dadada 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e6e6e6 0%, #dadada 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e6e6e6 0%, #dadada 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#dadada', GradientType=0); /* IE6-9 */

}

.open > .dropdown-menu {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    opacity: 1;
}

.dropdown-menu {
    opacity: .3;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    display: block;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.top-nav .dropdown-menu li {
    margin: 0px !important;
}

.top-nav ul.nav ul.dropdown-menu {
    width: 100%;
    margin-left: 0px !important;
    background-color: #fcfcfc;
}

.top-nav ul.nav ul.dropdown-menu li a {
    padding: 10px 10px;
    transition: all 0.3s;
}

.top-nav ul.nav ul.dropdown-menu li a:hover {
    text-decoration: none !important;
    background-color: #ddd;
}

span.caret:before {
    content: '\e807';
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    /* font-size: 120%; */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

span.caret {
    border: none;
    margin: 0px;
    display: inline;
    position: relative;
    top: -2px;
    font-size: 15px;
    text-shadow: #fff 1px 0px 0px;
    left: 1px;
}

a.instructor-photo {
    display: inline-block;
}

a.instructor-photo img {
    max-width: 100%;
    width: auto;
    max-height: 100px;
}

.panel-lesson {
    margin-bottom: 10px;
    border: none;
    box-shadow: none;
}

.panel-lesson .panel-heading {
    background: none;
    padding: 0px;
}

.panel-lesson .panel-heading h3.panel-title {
    font-weight: bold;
    padding-top: 6px;
}

.panel-lesson .panel-body {
    padding: 10px 0px;
}

.panel-lesson h4 {
    height: 44px;
    font-size: 13px;
    font-weight: bold;
    padding: 8px 0px;
}

.bubble {
    position: relative;
    width: 100%;
    height: 57px;
    padding: 4px 17px;
    background: #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 3px 0px #BABABA;
    -moz-box-shadow: 1px 1px 3px 0px #BABABA;
    box-shadow: -9px -2px 14px 0px #ddd inset, 1px 1px 3px 0px #BABABA;
}

.bubble:after {
    content: "";
    position: absolute;
    top: 1px;
    left: -19px;
    border-style: solid;
    border-width: 29px 20px 27px 0;
    border-color: transparent #eee;
    display: block;
    width: 0;
    z-index: 1;
}

.active .panel-lesson {

    border: 1px solid #009ee1;
    box-shadow: 1px 1px 6px #41b1e0;
    background: #f9f9f9; /* Old browsers */
    background: -moz-linear-gradient(top, #f9f9f9 1%, #e8e8e8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #f9f9f9), color-stop(100%, #e8e8e8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f9f9f9 1%, #e8e8e8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f9f9f9 1%, #e8e8e8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f9f9f9 1%, #e8e8e8 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f9f9f9 1%, #e8e8e8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e8e8e8', GradientType=0); /* IE6-9 */

}

.panel-lesson .btn,
.panel-lesson h3,
.panel-lesson .instructor {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.chosen .panel-lesson .btn,
.chosen .panel-lesson h3,
.chosen .panel-lesson .instructor {
    opacity: 0.4;
    -webkit-opacity: 0.4;
}

.chosen .panel-lesson .btn.active,
.chosen .panel-lesson .instructor.active {
    opacity: 1 !important;
    -webkit-opacity: 1 !important;
}

.panel-lesson {
    transition: border 0.8s, box-shadow 0.8s;
    -webkit-transition: border 0.8s, box-shadow 0.8s;
    padding: 3px 18px;
    background-color: #f4f4f4;
    border: 1px solid #ededed;

}

.bubble {
    opacity: 0;
    -webkit-opacity: 0;
    left: 50px;

    -webkit-transition: all 1000ms cubic-bezier(0.680, 0, 0.265, 1); /* older webkit */
    -webkit-transition: all 1000ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
    -moz-transition: all 1000ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
    -o-transition: all 1000ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
    transition: all 1000ms cubic-bezier(0.680, -0.550, 0.265, 1.550); /* easeInOutBack */

    -webkit-transition-timing-function: cubic-bezier(0.680, 0, 0.265, 1); /* older webkit */
    -webkit-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
    -moz-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
    -o-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
    transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550); /* easeInOutBack */
}

.lesson-row.active .bubble {
    opacity: 1;
    -webkit-opacity: 1;
    left: 0px;
}

.chosen .panel-lesson .btn:hover,
.chosen .panel-lesson .instructor:hover {
    opacity: 1;
    -webkit-opacity: 1;
}

#clinic-input li.list-group-item, #camp-input li.list-group-item {
    background: none;
}

ul#clinic-input, ul#camp-input {
    margin: 0px !important;
}

.row #clinic-input h3, .row #camp-input h3 {
    font-family: 'Lato';
    font-size: 21px;
    font-weight: bold;
}

.clinic_price {
    font-weight: bold;
}

#clinic-input p.text-muted.clinic_date, #camp-input p.text-muted.camp_date {
    color: #999;
    font-style: italic;
}

#i5 .row .panel ul {
    font-family: 'Lato', sans-serif;
    color: #333;
    font-size: 14px;
    line-height: 20px;
}

#camp-block .full_description {
    padding: 10px 0px 15px;
}

div#flashMessage {
    background: #fff6b7;
    background: -moz-linear-gradient(top, #fff6b7 1%, #f7ea8b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #fff6b7), color-stop(100%, #f7ea8b));
    background: -webkit-linear-gradient(top, #fff6b7 1%, #f7ea8b 100%);
    background: -o-linear-gradient(top, #fff6b7 1%, #f7ea8b 100%);
    background: -ms-linear-gradient(top, #fff6b7 1%, #f7ea8b 100%);
    background: linear-gradient(to bottom, #fff6b7 1%, #f7ea8b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff6b7', endColorstr='#f7ea8b', GradientType=0);
    padding: 11px 14px;
    border-radius: 10px;
    border: 1px solid #E5D150;
    text-shadow: #FFF7CC 1px 1px 0px;
    margin-bottom: 20px;
}

.client-history th {

    padding: 4px 15px 1px;
    border-bottom: 1px solid #ddd;
    font-size: 11px;
}

.client-history {
    width: 100%;
}

.client-history tr td {
    border-bottom: 1px solid #ddd;
    padding: 4px 15px 1px;
    font-size: 90%;
}

.panel-footer {
    padding: 3px 15px;
    font-size: 12px;
}

.client-dashboard .panel-footer {
    text-align: right;
    border-top: none;
}

#wrapper .btn.btn-grey {
    background: #f7f7f7;
    background: -moz-linear-gradient(top, #f7f7f7 0%, #e5e5e5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #e5e5e5));
    background: -webkit-linear-gradient(top, #f7f7f7 0%, #e5e5e5 100%);
    background: -o-linear-gradient(top, #f7f7f7 0%, #e5e5e5 100%);
    background: -ms-linear-gradient(top, #f7f7f7 0%, #e5e5e5 100%);
    background: linear-gradient(to bottom, #f7f7f7 0%, #e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#e5e5e5', GradientType=0);
    border: 1px solid #ccc;
    text-shadow: #fff 1px 1px 0px;
    color: #777;
}

#wrapper .btn.btn-grey:hover {
    background: #d9d9d9; /* Old browsers */
    background: -moz-linear-gradient(top, #d9d9d9 0%, #cacaca 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d9d9d9), color-stop(100%, #cacaca)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d9d9d9 0%, #cacaca 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d9d9d9 0%, #cacaca 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d9d9d9 0%, #cacaca 100%); /* IE10+ */
    background: linear-gradient(to bottom, #d9d9d9 0%, #cacaca 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9d9d9', endColorstr='#cacaca', GradientType=0); /* IE6-9 */

}

.client-history small {
    display: inline-block;
    padding: 0px 3px;
    color: #999;
}

#content ul.pagination li {
    font-family: 'Lato';
    font-size: 13px;
    line-height: inherit;
}

#content ul.pagination li.current {
    padding: 5px 12px;
}

.pagination span.disabled {
    color: inherit;
}

.pagination span.disabled:hover {
    background: transparent;
}

.pagination li a:hover {
    text-decoration: none !important;
}

.pagination .current {
    float: left;
    padding: 0 14px;

    color: #999;
    cursor: default;
    line-height: 34px;
    text-decoration: none;

    border: 1px solid #DDD;
    border-left-width: 0;
}

#content ul.pagination {
    margin: 0px;
}

#content ul.pagination li a {
    text-shadow: #fff 1px 1px 0px;
    background: #f9f9f9; /* Old browsers */
    background: -moz-linear-gradient(top, #f9f9f9 0%, #e8e8e8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #e8e8e8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f9f9f9 0%, #e8e8e8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f9f9f9 0%, #e8e8e8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f9f9f9 0%, #e8e8e8 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f9f9f9 0%, #e8e8e8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e8e8e8', GradientType=0); /* IE6-9 */;
}

.panel-lesson label.btn {
    position: relative;
}

.panel-lesson label.btn:before {
    content: '\e80c';
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    display: inline-block;
    float: right;
    position: absolute;
    right: -16px;
    background: #00aeed; /* Old browsers */
    background: -moz-linear-gradient(top, #00aeed 0%, #006db8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00aeed), color-stop(100%, #006db8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #00aeed 0%, #006db8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #00aeed 0%, #006db8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #00aeed 0%, #006db8 100%); /* IE10+ */
    background: linear-gradient(to bottom, #00aeed 0%, #006db8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00aeed', endColorstr='#006db8', GradientType=0); /* IE6-9 */;
    padding: 7px;
    border-radius: 50%;
    width: 32px;
    border: 2px solid #fff;
    top: -10px;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;

    transform: scale(1, 0.01);
    -webkit-transform: scale(1, 0.01);
    -moz-transform: scale(1, 0.01);
    -o-transform: scale(1, 0.01);
    -ms-transform: scale(1, 0.01);

    -webkit-transition: all 500ms cubic-bezier(0.680, 0, 0.265, 1); /* older webkit */
    -webkit-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
    -moz-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
    -o-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
    transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550); /* easeInOutBack */

    -webkit-transition-timing-function: cubic-bezier(0.680, 0, 0.265, 1); /* older webkit */
    -webkit-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
    -moz-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
    -o-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
    transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550); /* easeInOutBack */

}

.panel-lesson label.btn.active:before {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;

    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
}

a#done-choosing-btn {

    padding: 15px 30px;
    width: 250px;
    display: block;

    position: absolute;
    left: 50%;
    margin-left: -125px;
    margin-top: 10px;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    cursor: default;

    transform: scale(1, 0.01);
    -webkit-transform: scale(1, 0.01);
    -moz-transform: scale(1, 0.01);
    -o-transform: scale(1, 0.01);
    -ms-transform: scale(1, 0.01);

    -webkit-transition: all 500ms cubic-bezier(0.680, 0, 0.265, 1); /* older webkit */
    -webkit-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
    -moz-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
    -o-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
    transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550); /* easeInOutBack */

    -webkit-transition-timing-function: cubic-bezier(0.680, 0, 0.265, 1); /* older webkit */
    -webkit-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
    -moz-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
    -o-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
    transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550); /* easeInOutBack */
}

a#done-choosing-btn.active {
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    cursor: pointer;

    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
}

#i5 .ui-widget {
    font-family: 'Lato', 'sans-serif';
}

#i5 .ui-datepicker-calendar tr td a.ui-state-default {
    background: #f4f4f4; /* Old browsers */
    background: -moz-linear-gradient(top, #f4f4f4 0%, #ededed 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, #ededed)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f4f4f4 0%, #ededed 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f4f4f4 0%, #ededed 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f4f4f4 0%, #ededed 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f4f4f4 0%, #ededed 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#ededed', GradientType=0); /* IE6-9 */
    text-shadow: #fff 1px 1px 0px;

}

#i5 .ui-datepicker-calendar tr td a.ui-state-default:hover {
    text-decoration: none;
    background: #e8e8e8; /* Old browsers */
    background: -moz-linear-gradient(top, #e8e8e8 0%, #dadada 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e8e8e8), color-stop(100%, #dadada)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e8e8e8 0%, #dadada 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e8e8e8 0%, #dadada 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e8e8e8 0%, #dadada 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e8e8e8 0%, #dadada 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#dadada', GradientType=0); /* IE6-9 */

}

#i5 .ui-datepicker-calendar tr td a.ui-state-active {
    background: #00aeed; /* Old browsers */
    background: -moz-linear-gradient(top, #00aeed 0%, #006db8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00aeed), color-stop(100%, #006db8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #00aeed 0%, #006db8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #00aeed 0%, #006db8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #00aeed 0%, #006db8 100%); /* IE10+ */
    background: linear-gradient(to bottom, #00aeed 0%, #006db8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00aeed', endColorstr='#006db8', GradientType=0); /* IE6-9 */;
    color: #fff;
}

.guest_pill {
    display: inline-block;
    border-radius: 8px;
    padding: 10px 20px;
    border: 1px solid #ddd;
    background: #f4f4f4; /* Old browsers */
    background: -moz-linear-gradient(top, #f4f4f4 0%, #ededed 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, #ededed)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f4f4f4 0%, #ededed 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f4f4f4 0%, #ededed 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f4f4f4 0%, #ededed 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f4f4f4 0%, #ededed 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#ededed', GradientType=0); /* IE6-9 */
    text-shadow: #fff 1px 1px 0px;
}

.guest_pill .btn-group-xs {
    margin-left: 25px;
}

.guest_pill {
    margin-right: 10px;
}

#wrapper .guest_pill .btn.btn-grey {
    font-weight: normal;
    color: #333;
}

.book-boxes .panel {
    height: 190px;
    position: relative;
}

/*.book-boxes .panel .btn {
    position: absolute;
    bottom: 10px;
    width: 90%;
    left: 5%;
}*/


#i5 .invoice-headers p {
    margin: 0px;
    padding: 0px;
}

.invoice-headers {
    padding-bottom: 23px;
}

#i5 #content p.invoice-number {
    font-weight: bold;
    font-size: 23px;
}

p.invoice-date {
    font-weight: bold;
}

#i5 .invoice-headers p {
    margin: 0px;
    padding: 0px;
}

.invoice-headers {
    padding-bottom: 23px;
}

#i5 #content p.invoice-number {
    font-weight: bold;
    font-size: 23px;
}

p.invoice-date {
    font-weight: bold;
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-bottom-width: 1px;
}

.table-invoice tr th {
    background: #f4f4f4; /* Old browsers */
    background: -moz-linear-gradient(top, #f4f4f4 0%, #ededed 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, #ededed)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f4f4f4 0%, #ededed 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f4f4f4 0%, #ededed 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f4f4f4 0%, #ededed 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f4f4f4 0%, #ededed 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#ededed', GradientType=0); /* IE6-9 */
    text-shadow: #fff 1px 1px 0px;
    border-bottom: 0;
}

span.help-block {
    background-color: #fdd;
    padding: 7px 12px;
    text-shadow: #fee 1px 1px 0px;
    color: #555;
    margin-top: 0px;
}

.instructor-popup .image-wrapper {
    width: 270px;
}

.instructor-popup .panel {
    padding: 15px;
    background: #f9f9f9;
    background: -moz-linear-gradient(top, #f9f9f9 1%, #e8e8e8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #f9f9f9), color-stop(100%, #e8e8e8));
    background: -webkit-linear-gradient(top, #f9f9f9 1%, #e8e8e8 100%);
    background: -o-linear-gradient(top, #f9f9f9 1%, #e8e8e8 100%);
    background: -ms-linear-gradient(top, #f9f9f9 1%, #e8e8e8 100%);
    background: linear-gradient(to bottom, #f9f9f9 1%, #e8e8e8 100%);
    font-family: 'Lato', sans-serif;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e8e8e8', GradientType=0);
    max-height: 402px;
    overflow: auto;
    height: auto;
    font-size: 13px;
}

.ui-dialog {
    max-width: 100%;
}

.ui-dialog .ui-dialog-title {
    font-family: 'aleoregular';
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    font-weight: normal;
    font-size: 28px;
}

.default .ui-dialog {
    padding: 0px;
    border: 1px solid #FFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
    border-radius: 4px 4px 0 0;
    border: none;
}

.ui-dialog-titlebar {
    color: #fff;
    border: 1px solid #487a17;
    text-shadow: 1px 1px 0px #31550e;
    background: #7bb026;
    background: -moz-linear-gradient(top, #7bb026 0%, #51861d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7bb026), color-stop(100%, #51861d));
    background: -webkit-linear-gradient(top, #7bb026 0%, #51861d 100%);
    background: -o-linear-gradient(top, #7bb026 0%, #51861d 100%);
    background: -ms-linear-gradient(top, #7bb026 0%, #51861d 100%);
    background: linear-gradient(to bottom, #7bb026 0%, #51861d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7bb026', endColorstr='#51861d', GradientType=0);
    position: relative;
}

p.locations-info {
    width: 100%;
    font-family: "aleoregular" !important;
    font-size: 19px !important;
    color: #FFF !important;
    border: 1px solid #487a17;
    text-shadow: 1px 1px 0px #31550e;
    background: #7bb026;
    background: -moz-linear-gradient(top, #7bb026 0%, #51861d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7bb026), color-stop(100%, #51861d));
    background: -webkit-linear-gradient(top, #7bb026 0%, #51861d 100%);
    background: -o-linear-gradient(top, #7bb026 0%, #51861d 100%);
    background: -ms-linear-gradient(top, #7bb026 0%, #51861d 100%);
    background: linear-gradient(to bottom, #7bb026 0%, #51861d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7bb026', endColorstr='#51861d', GradientType=0);
    font-family: "aleoregular" !important;
    margin-bottom: 5px;
    border-radius: 4px;
    padding: 5px !important;
    line-height: 28px !important;
}

p.locations-info span {
    position: relative;
    top: 2px;
    margin-right: 12px;
}

.ui-dialog-titlebar-close {
    border: 2px solid #FFF !important;
    background: none !important;
    padding: 12px !important;
    top: 25px !important;
    right: 10px !important;
}

.ui-icon-closethick {
    background-image: url(images/uiwhite.png) !important;
}

.panel-lesson .instructor {
    margin-bottom: 15px;
}

@media (max-width: 340px) {
    .instructor-popup .image-wrapper {
        width: 90%;
    }
}

#location-input small {
    display: block;
    line-height: 85%;
    padding-bottom: 5px;
}

#location-input label.btn {
    padding: 6px 6px;
}

.package-notification {
    background: #00aeed;
    background: -moz-linear-gradient(top, #00aeed 0%, #006db8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00aeed), color-stop(100%, #006db8));
    background: -webkit-linear-gradient(top, #00aeed 0%, #006db8 100%);
    background: -o-linear-gradient(top, #00aeed 0%, #006db8 100%);
    background: -ms-linear-gradient(top, #00aeed 0%, #006db8 100%);
    background: linear-gradient(to bottom, #00aeed 0%, #006db8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00aeed', endColorstr='#006db8', GradientType=0);
    padding: 2px;
    border-radius: 50%;
    width: 32px;
    border: 2px solid #fff;
    display: block;
    height: 32px;
    position: absolute;
    top: -10px;
    left: -15px;

    font-size: 16px;
}

h1.paid-stamp {
    position: absolute;
    right: 50%;
    transform: rotate(-15deg);
    color: #d00 !important;
    font-size: 80px !important;
    margin-top: -150px;
}

.login_top {
    border-bottom: 1px solid #31550e;
    background: #7bb026;
    background: -moz-linear-gradient(top, #7bb026 0%, #51861d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7bb026), color-stop(100%, #51861d));
    background: -webkit-linear-gradient(top, #7bb026 0%, #51861d 100%);
    background: -o-linear-gradient(top, #7bb026 0%, #51861d 100%);
    background: -ms-linear-gradient(top, #7bb026 0%, #51861d 100%);
    background: linear-gradient(to bottom, #7bb026 0%, #51861d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7bb026', endColorstr='#51861d', GradientType=0);
    margin: -20px -30px 25px;
    padding: 11px 20px 5px;
}

.login_top h1 {
    color: #FFF !important;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.5) !important;
    padding-bottom: 0px !important;
    line-height: 43px !important;
    font-size: 30px !important;
}

.login_top .login_top_form .form-group.required {
    margin-bottom: 0px;
}

.login_top .login_top_form .form-group.checkbox {
    margin: 0;
}

.login_top .login_top_form .form-control {
    border: 1px solid #31550e;
    box-shadow: 0px 0px 2px #FFF inset;
    background: #feffff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: -moz-linear-gradient(top, #feffff 0%, #cfcfcf 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #feffff), color-stop(100%, #f8f8f8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #feffff 0%, #cfcfcf 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #feffff 0%, #cfcfcf 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #feffff 0%, #cfcfcf 100%); /* IE10+ */
    background: linear-gradient(to bottom, #feffff 0%, #cfcfcf 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feffff', endColorstr='#cfcfcf', GradientType=0); /* IE6-8 */
    font-size: 12px;
    padding: 2px 4px;
    height: 25px;

}

.login_top_form .forgot-your-password a {

    color: #FFF !important;
    font-weight: 300 !important;
    font-size: 11px !important;
    display: block;
    top: 0px;
    position: relative;
    left: 0px;
    opacity: 0.9;
    transition: opacity 0.2s;
}

.login_top_form .forgot-your-password a:hover {
    opacity: 1;
}

.login_top_button input {
    background: #00aeed !important;
    background: -moz-linear-gradient(top, #00aeed 0%, #006db8 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00aeed), color-stop(100%, #006db8)) !important;
    background: -webkit-linear-gradient(top, #00aeed 0%, #006db8 100%) !important;
    background: -o-linear-gradient(top, #00aeed 0%, #006db8 100%) !important;
    background: -ms-linear-gradient(top, #00aeed 0%, #006db8 100%) !important;
    background: linear-gradient(to bottom, #00aeed 0%, #006db8 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00aeed', endColorstr='#006db8', GradientType=0) !important;
    border: 1px solid #1c1c1c !important;
    border-radius: 5px !important;
}

.login_top_button input:hover {
    background: #0077a2 !important;
}

.login_top_form label {
    color: #FFF;
    font-size: 11px;
    padding-left: 14px;
    opacity: 0.9;
    transition: opacity 0.2s;
}

.login_top_form label:hover {
    opacity: 1;
}.payment_button_wrap {
  display: block;
  position: relative;
  padding: 10px 0px;
}

.payment_button_wrap .ccm-core-commerce-cart-buttons {
  float: right;
}

.payment_button_wrap .ccm-core-commerce-cart-buttons #paybtn {
  border: 1px solid #31550e !important;
  background: #7bb026;
  background: -moz-linear-gradient(top, #7bb026 0%, #51861d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7bb026), color-stop(100%, #51861d));
  background: -webkit-linear-gradient(top, #7bb026 0%, #51861d 100%);
  background: -o-linear-gradient(top, #7bb026 0%, #51861d 100%);
  background: -ms-linear-gradient(top, #7bb026 0%, #51861d 100%);
  background: linear-gradient(to bottom, #7bb026 0%, #51861d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7bb026', endColorstr='#51861d', GradientType=0);
  color: #FFF !important;
  font-size: 21px !important;
  position: relative;
  padding: 10px 31px;
}

#paybtn:hover {
	  background: #79b22e !important;
}

p.pay_now_title {
  float: left;
  font-size: 24px !important;
  padding: 19px 0px !important;
}

.login_top_form label input[type="checkbox"] {
    background: #fcfff4 !important;
    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%) !important;
    background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%) !important;
    background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%) !important;
    background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%) !important;
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfff4', endColorstr='#b3bead', GradientType=0) !important;
    width: 12px;
    height: 12px;
    margin-left: -14px;
    top: 4px;
}

.login_top div[class^="col"] {
    padding-left: 5px;
    padding-right: 5px;
}


.lesson-row span.camp-set-price {
    font-size: 20px;
    padding-top: 4px;
    display: block;
}

.lesson-row span.camp-set-dates {
    display: block;
    padding-top: 5px;
}

.pay_arrow {
  background-image: url(images/pay-arrow.png);
  width: 179px;
  height: 29px;
  display: block;
  position: absolute;
  right: 179px;
  top: 0px;
}




div#cc_payment_form {
	max-width: 300px;
	float: right;
	clear: both;
}

div#cc_payment_form input {
	margin-bottom: 14px;
}
