/*
Template: _Church Template
Author: Chad Smith - BC Gurus
*/

/* ===== Universals ==================== */

html {
    background-color: #ffffff;
}

body {
    background-color: #ffffff;
    background-repeat:no-repeat;
    background-position:center 206px;
    color: #262626;
    font-family: source-sans-pro, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

p {
    line-height: 1.4em;
}

p > a {
    text-decoration: underline;
}

.alpha {
    /*background: rgba(0,0,0,0.30);*/
    background: rgba(0,0,0,1);
    background-color: #ffffff;
    position: absolute;
    z-index: 99;
    width: 100%;
}

body.inner .alpha {
    position: relative;
    /*margin-bottom: 20px;*/
    margin-bottom: 192px;
}
.omega {
    padding-bottom: 60px;
}
.mu {
    padding: 30px 0 80px;
}
.sigma {
    background: #083545;
    padding: 0 0 90px;
}

.alt {
    background: #34495e;
    color: #fff;
    display: inline-block;
    line-height: 36px;
    text-transform: uppercase;
    margin: 25px 0;
    padding: 20px 35px;
}
.alt.secondary {
    background: #27ae60;
}
.ornamental {
    background: url(images/peace.png) no-repeat scroll center top;
    margin-top: -70px;
    padding-top: 90px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #075e26;
}

h5 {
    color: #224b66;
    font-size: 1.1em;
    line-height: 1.5em;
    font-style: italic;
}

h6 {
    font-weight: 600;
}

.inner h1 {
    border-bottom: 1px solid rgba(8,53,69,.2);
}

/* ===== Utility nav ==================== */
.utility ul {
    margin: 5px 0 0;
    overflow: hidden;
    padding: 0;
}
.utility li {
    color: #fffddc;
    display: inline;
    float: left;
    padding: 0 10px;
}
.utility li a:link,
.utility li a:visited {
    color: #409dd1;
    text-shadow: # 0 1px 0;
    font-size: 0.8125em;
}
.utility li a:active,
.utility li a:hover {
    color: #224b66;
}

.utility .right li a {
    font-size: 1.1em;
}

.utility .uty0, .utility .uty1 {
    display: none;
}

/* ===== Logo ==================== */
#logo:hover {
    opacity: 0.6;

    /* Thanks IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

/* ===== Shopping cart summary ==================== */
table.cartSummaryTable {
    background: none;
    border: none;
    margin: 7px 0 0;
}
td.cartSummaryItem {
    padding: 0;
    color: inherit;
    font-size: 1.1em;
}


/* ===== Sections ==================== */
.section {
    margin: 15px 0;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.section .img-wrap {
    background-color: #60a361;
    padding: 8px 8px 0 8px;
    position: relative;
}

.section .img-wrap span {
    background: url(images/shadow.png) bottom center no-repeat;
    display: block;
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.section h2 {
    font-size: 2em;
}

article.section {
    margin-bottom: 50px;
    text-align: left;
}
.sec-info {
    padding: 10px 15px 0 15px;
    color: #fffddc;
}
.sec-info h4 {
    line-height: 1.3em;
}

.inner .sec-info {
    color: #083545;
}
.sec-a > p {

    padding: 0 15px;
}
.sec-b {


}

.section img {
    backface-visibility: hidden;

    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.sec-a:hover img {
    opacity: .6;

    /* Thanks IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.sec-b:hover img {
    opacity: .3;

    /* Thanks IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
.sec-b hr {
    border-color: rgba(255, 252, 221, .35);
}

.inner .sec-info hr {
    border-color: rgba(8,53,69,.2);
}
.sec-b h4 a:link,
.sec-b h4 a:visited {
    color: #fffddc;
}
.sec-b h4 a:active,
.sec-b h4 a:hover {
    opacity: .85;
}

.inner .sec-info h4 a:link, .inner .sec-info h4 a:visited {
    color: #083545;
}

.sec-b:hover .icon-hover {
    opacity: 1;
    top: 25%;

    /* Thanks IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.sec-a:hover .icon-hover {
    opacity: 1;
    top: 28%;

    /* Thanks IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.icon-hover {
    background: #083545;
    color: #fffddc;
    height: 36px;
    left: 46.5%;
    opacity: 0;
    padding: 10px;
    position: absolute;
    bottom: -999em;
    width: 36px;
    text-decoration: none;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;

    /* Thanks IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.sec-facts {
    margin: 0 0 20px;
    /*margin: -27px 0 20px;
    */
}
.sec-facts span {
    background: #083545;
    color: #fffddc;
    font-size: .875em;
    margin: 0;
    padding: 10px 15px;
    position: relative;
    z-index: 33;
    border-top: 4px solid #fffddc;
    border-right: 4px solid #fffddc;
}
.sec-facts span em {
    color: #fffddc;
    padding: 0 0 0 5px;
}
.sec-facts span:first-child {
    border-right: 1px solid #fffddc;
    border-left: 4px solid #fffddc;
}
.statement {
    border-bottom: 1px dashed #464646;
    border-top: 1px dashed #464646;
    margin: 25px 0 0;
    padding: 15px 20px;
}
.statement p {
    color: #c9c9c9;
    margin: 0;
}

.sigma h2 {
    color: #fffddc;
}

.circle {
    width: 120px;
    height: 120px;
    border-radius: 60px;
    margin: -60px auto -40px auto;
}

.sigma .circle {
    background-color: #083545;
}

.omega .circle {
    background-color: #fffddc;
}

.circle em {
    display: block;
    font-size: 2.5em;
    line-height: 110px;
    margin: 0 0 25px;
}

.sigma .circle em {
    color: #fffddc;
}

.omega .circle em {
    color: #006738;
    font-size: 3.1em;
}



/* ===== Course Tour ==================== */



.holes em {
    color: #93afa4;
    font-size: 1.5em;
    display: block;
    text-align: center;
}

.holes a .container {
    position: relative;
    width: 120px;
    height: 55px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 2px solid #0f6975;
    background-color: rgb(8,53,69);
    text-align: center;
}

.holes a.selected .container {
    border-color: #d2b56e;
}

.holes .container span {
    position: absolute;
    left: 0;
    bottom: 15px;
    font-family: pt-serif, Georgia, serif;
    font-size: 1.2em;
    line-height: 1em;
    letter-spacing: -0.09em;
    color: #fffddc;
    text-shadow: rgba(0,0,0,.5) 0 1px 0;
    opacity: 1;
    width: 115px;
    text-align: center;
}

.holes .container img {
    opacity: .65;
}

.holes a.selected .container img {
    opacity: 1;
}


.holes .flexslider a:hover img {
    opacity: 1;
}


.flex-control-nav {
    display: none;
}


#slider .flex-direction-nav {
    display: none;
}

.tour-nav-right {
    background: url(images/tour-nav-shadow-right.png) top left no-repeat;
    height: 93px;
}

.tour-nav-left {
    background: url(images/tour-nav-shadow-left.png) top right no-repeat;
    height: 93px;
}


/* ===== Blog List View Stuffs ==================== */
article h1 {
    font-size: 1.5625em;
    margin-bottom: 10px;
}

article aside {
    color: #fff;
    background: #083545;

    -webkit-border-radius: 4px;
    border-radius: 4px;

    float: left;
    margin: 15px 15px 0 0;
    padding: 10px;
}
article aside p {
    font-family: source-sans-pro, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: 400;
    margin: 0;
    line-height: 3em;
}
article aside p:first-child {
    border-bottom: 1px solid #1d2935;
}
article aside p:last-child {
    border-top: 1px solid #4d5f72;
}
article aside p .enlarge {
    font-family: source-sans-pro, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 200%;
    vertical-align: sub;
}

/* ===== aside of the moon ==================== */
aside h4 {
    border-bottom: 1px solid rgba(8,53,69,.2);
    padding-bottom: 7px;
}
aside ul {
    padding: 0;
}
.inner aside {
    padding-top: 26px;
}
.side-nav li {
    margin: 0 0 0.4375em 0;
    font-size: 1.0em;
}
aside li {
    background: url(images/icon-bullet.png) no-repeat scroll left 6px;
    list-style: none;
    margin: 0 0 0 5px;
    padding: 0 0 10px 17px;
}

aside li a {
    color: #34495e;
}

aside li a:link,
aside li a:visited {
    display: block;
}
aside li a:active,
aside li a:hover {
    color: #2b838f;
}

aside li a em {
    margin-right: 3px;
}

/* ===== Event Details ==================== */
.booking-detail,
#catblogoutput {
    padding-top: 20px;
}

.booking-detail aside {
    color: #fff;
    background: #083545;

    -webkit-border-radius: 4px;
    border-radius: 4px;

    float: left;
    margin: 15px 15px 0 0;
    padding: 10px;
}
.booking-detail aside p {
    font-family: source-sans-pro, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: 400;
    margin: 0;
    line-height: 3em;
}
.booking-detail aside p:first-child {
    border-bottom: 1px solid #1d2935;
}
.booking-detail aside p:nth-child(2) {
    border-top: 1px solid #4d5f72;
}
.booking-detail aside p .enlarge {
    font-family: source-sans-pro, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 200%;
    vertical-align: sub;
}
.booking-detail h1,
#catblogoutput h1 {
    padding-top: 10px;
    border-bottom: 0;
    font-size: 2.2em;
    line-height: 1.2em;
}
#catblogoutput article.sec-a h1 {
    font-size: 1.5625em;
}
.booking-detail h4,
#catblogoutput h4  {
    border-bottom: 1px solid rgba(8,53,69,.2);
}

/* ===== Blog Tags =========================== */
.BlogTagCloud-XX-Large,
.BlogTagCloud-X-Large,
.BlogTagCloud-Large,
.BlogTagCloud-Medium,
.BlogTagCloud-Small,
.BlogTagCloud-X-Small,
.BlogTagCloud-XX-Small {
    background: #083545;
    border-bottom: 1px solid #fff;
    color: #fff;
    display: inline-block;
    margin: 3px 2px;
    padding: 5px;
}
.BlogTagCloud-XX-Large:hover,
.BlogTagCloud-X-Large:hover,
.BlogTagCloud-Large:hover,
.BlogTagCloud-Medium:hover,
.BlogTagCloud-Small:hover,
.BlogTagCloud-X-Small:hover,
.BlogTagCloud-XX-Small:hover {
    background: #2b838f;

    color: #fff;
}
.BlogTagCloud-XX-Large {
    font-size: 130%;
}
.BlogTagCloud-X-Large {
    font-size: 120%;
}
.BlogTagCloud-Large {
    font-size: 110%;
}
.BlogTagCloud-Medium {
    font-size: 100%;
}
.BlogTagCloud-Small {
    font-size: 90%;
}
.BlogTagCloud-X-Small {
    font-size: 80%;
}
.BlogTagCloud-XX-Small {
    font-size: 70%;
}

/* ===== aside Nav ==================== */
#blog aside .side-nav li {
    margin-bottom: 0;
}

#blog aside .side-nav li a {
    line-height: 1.2em;
}

#blog.inner h1 {
    border: 0;
}

#blog.inner aside {
    padding: 10px;
}

.sec-a .button em {
    margin-right: 0;
    margin-left: 8px;
}



/* ===== Blog Comments ==================== */
.comment-container {
    background: #f6f6f6;
    border: 1px solid #e5e5e5;

    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;

    -webkit-box-shadow: 0 6px 0 -1px #eaeaea, 0 14px 0 -6px #dcdcdc;
    -moz-box-shadow: 0 6px 0 -1px #eaeaea, 0 14px 0 -6px #dcdcdc;
    box-shadow: 0 6px 0 -1px #eaeaea, 0 14px 0 -6px #dcdcdc;

    color: #696969;

    margin-bottom: 25px !important;
    overflow: hidden;
    padding: 15px 15px 15px 0;
}
.comment-details {
    border-right: 1px solid #e5e5e5;
    float: left;
    padding: 0 10px 0 0;
    width: 25%;
}
.comment-details span {
    background: #e6e6e6;
    display: block;
    font-size: .875em;
    margin: 0 0 5px;
    padding: 10px 10px 10px 0;
}
.comment-details span em {
    background: #d0d0d0;
    padding: 10px;
}
.comment {
    border-left: 1px solid #fff;
    float: left;
    padding: 0 0 0 10px;
    width: 70%;
}
.comment p {
    margin: 0;
}
/* ===== because captcha needs help =========================== */
body .row .recaptchatable #recaptcha_response_field {
    bottom: 1px!important;
    margin: 4px 0 0 0!important;
}
.recaptcha_only_if_privacy {
    line-height: 12px;
}

/* ===== Footer - most forgotten section ==================== */
footer .sigma {
    padding: 45px 0;
    background-color: #b5dff9;
}
footer h4 {
    margin-bottom: 25px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(8,53,69,.2);
}
h4 em {
    background: #006738;
    color: #fff;
    margin: 45px 10px 0 0;
    padding: 10px;
}
.footer-links {
    margin: 15px 0;
    overflow: hidden;

    padding: 0;
}
.footer-links li {
    display: inline;

    float: left;
    font-size: .875em;
    padding: 0 10px;
}
.footer-links li:first-child {
    padding-left: 0;
}
.footer-links a:link,
.footer-links a:visited {
    color: #fffddc;
    display: block;
}

.footer-btm {
    background-color: #083545;
    color: #fffddc;
}


/* ===== Facebook Comments ==================== */
.fb_iframe_widget, .fb_iframe_widget iframe, .fb_iframe_widget span {
    width: 100% !important;
}

/* ===== Online Shop =========================== */
.productList,
.productList ul,
.catalogueList{
    margin: 0 0 20px;
    overflow: hidden;
    padding: 0 !important;
}
.productList li,
.catalogueList li{
    display: inline;
    list-style-type: none;
}
.productList ul li{
    display: block;
}
.productSmall h5 {
    font-size: 1.5em;
}
li.price{
    font-size: 1.3em;
    margin: 0 0 10px;
}

.catalogueList .catalogueItemNotFound {
    display: none;
}

/* ===== Checkout Form ==================== */
.form-row {
    border-bottom: 1px solid #EDEDED;
    overflow: hidden;
    padding: 15px 0;
}
legend {
    font-weight: bold;
}
.info-section {
    width:30%;
    float: left;
}
.info-section p {
    padding-right: 15px;
}
.form-section {
    width: 70%;
    float: left;
}
.form-detail {
    float: left;
    width: 250px;
}
.form-detail p{
    font-size: 12px;
}
.form-data {
    float: right;
    width: 450px;
}
#payment-form .form-detail {
    width: 255px;
}
#payment-form .form-data {
    width: 570px;
}
#payment-form label {
    width: auto;
}
#payment-form input.cat_textbox, #payment-form input.cat_listbox {
    margin-right: 20px;
    width: 92%;
}
#payment-form input.cat_textbox {
    border: 1px solid #999;
    padding: 3px;
}
#payment-form select.cat_dropdown {
    margin-right: 20px;
    width: 258px;
}
select.short,  {
    width: 117px !important;
    float:left;
}
input.cat_textbox.sm {
    width:70px !important;
}
#payment-form input.short, #payment-form input.short, #payment-form select.short {
    width: 110px;
}
#payment-form input.purchase-amount {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #222222;
    display: inline;
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    width: 53px;
}
#purchase-total {
    background: none repeat scroll 0 0 #FAFAFA;
    border-bottom: 1px solid #EDEDED;
    border-top: 1px solid #EDEDED;
    margin-bottom: 20px;
    padding: 10px;
}
.purchase-amount {
    float: none !important;
    box-shadow: none !important;
}
#purchase-total span {
    font-weight: bold;
    font-size: 16px;
    color: #999;
    padding-left: 10px;
}

/* =======	Misc Overrides  ======================= */

.bottom-half {
    margin-bottom: 10px;
    color: #083545;
}

.bottom-half em {
    margin-right: 8px;
}
.bottom-remove {
    margin-bottom: 0;
}
.bottom-added {
    margin-bottom: 20px;
}

blockquote, blockquote p {
    line-height: 1.4;
    color: #262626;
    font-family: pt-serif, Georgia, serif;
    font-style: italic;
    padding-left: 20px;
}

blockquote {
    border-left: 0;
    margin-top: 20px;
    background: url(images/quote-mark.png) left top no-repeat;
    overflow: visible;
}

.top-bar-section ul.dropdown li.js-generated {
    display: none;
}

.top-bar-section ul li.hover > a,
.top-bar-section ul li a:active,
.top-bar-section ul li a:hover,
.top-bar-section ul li.selected a {
    background: rgba(64, 157, 209,1.0);
    text-decoration: none;
}

::-webkit-input-placeholder {
    color:#96a296;
}
::-moz-placeholder {
    color:#96a296;
}
/* firefox 19+ */
:-ms-input-placeholder {
    color:#96a296;
}
/* ie */
input:-moz-placeholder {
    color:#96a296;
}

.req {
    color:#96a296;
    font-size: 0.875em;
    /*display: block;
    */
}

p .highlight {
    background-color: #e3d29e;
    padding: 0 5px;
}

.button > em {
    margin-right: 10px;
    margin-left: -6px;
}

.buttons .columns {
    text-align: center;
}

.column-example .columns > p {
    min-height: 1em;
    line-height: 1.6em;
    background: #dad8b9;
    margin: 0;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    text-align: center;
}

.column-example .columns {
    margin-bottom: 1em;
}

.column-example div:hover{
    background: #f2f0d3;
}

.column-example .columns > p:hover{
    background: #e3d29e;
}
.fontawesome-icons .icon{
    width: 75px;
    display: inline-block;
}
.fontawesome-icons .icon-thirds li {
    padding-left: 0 !important;
    display: inline-block;
    width: 24%;
    font-size: 14px;
    line-height: 1.9em;
}
.fontawesome-icons .icon-thirds li:before{
    display: none;
}
.fontawesome-icons .icon-thirds li:hover em:before{
    -moz-transform: scale(2) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -webkit-transform: scale(2) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -o-transform: scale(2) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -ms-transform: scale(2) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    transform: scale(2) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
.fontawesome-icons .icon-thirds li em:before{
    padding-right: 10px;
    font-size: 16px;
}

@font-face {
    font-family: 'swipe';
    src:url('fonts/swipe.eot');
    src:url('fonts/swipe.eot?#iefix') format('embedded-opentype'),
    url('fonts/swipe.ttf') format('truetype'),
    url('fonts/swipe.woff') format('woff'),
    url('fonts/swipe.svg#swipe') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class*="swipe-"] {
    font-family: 'swipe';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.swipe-left2:before {
    content: "\e600";
}
.swipe-left:before {
    content: "\e601";
}

p.swipe em.swipe-left2 {
    font-size: 1.9em;
}

table.photogalleryTable,
table.webform,
table.webform td,
table.webform tr.even,
table.webform tr.alt,
table.webform tr:nth-of-type(even) {
    background: transparent;
    border-color: transparent;
}

table.webform .req,
.signupform .req {
    display: inline;
}

.top-bar-section .has-dropdown .dropdown {
    min-width: 180px;
}

.cartrow {
    border-bottom-color: transparent;
    border-top-color: transparent;
}

#opt-total-container {
    background-color: transparent;
    padding: 20px;
}

ul.circle {
    margin-top: 20px;
    margin-bottom: 0;
}

/* =======	@Media Queries  ======================= */

@media only screen and (min-width: 58.75em) {

    .orbit-container .orbit-slides-container img {
        margin: 0 auto;
    }

    .orbit-container .orbit-slides-container > * .orbit-caption {
        background-color: black;
        background-color: rgba(0, 0, 0, 0.3);
        color: white;
        width: 100%;
        padding: 10px 24px;
        font-size: 1em;
    }

    .orbit-container .orbit-caption h2 {
        color: #ffffff;
        margin-top: 0;
        margin-bottom: 0.25em;
        text-shadow: rgba(0,0,0,0) 0 1px 0;
    }

    .orbit-container .orbit-caption p {
        padding-right: 20px;
        width: 80%;
    }

    .orbit-container .orbit-prev, .orbit-container .orbit-next {
        background-color: rgba(0, 0, 0, 0.3);
    }

    .orbit-container .orbit-prev > span {
        border-right-color: rgba(255,255,255,.5);
    }

    .orbit-container .orbit-next > span {
        border-left-color:  rgba(255,255,255,.5);
    }

    /* ===== Nav Overrides ==================== */

    .top-bar-section .dropdown {
        /* min-width: 130%;
        */
    }

    .top-bar .name {
        height: 155px;
        margin: 0;
    }

    .top-bar-section li a:not(.button) {
        padding: 0 20px;
    }

    .top-bar-section ul {
        margin: -5px 0 8px;
        /* margin: -52px 0 8px;*/
    }

    .top-bar-section ul.dropdown {
        margin: 0;
        background-color: #60a361;
        border: 3px solid #60a361;
        padding: 0;
    }

    .top-bar-section ul.dropdown li {
        padding: 0;
        display: block;
        float: none;
    }

    .top-bar-section ul li > a {
        color: #409dd1;
        font-family: pt-serif, Georgia, serif;
        text-shadow: rgba(,.5) 0 1px 0;
    }

    .top-bar-section ul.dropdown li > a {
        padding: 10px 0px 10px 14px;
        color: #ffffff;
    }
}

@media only screen and (max-width: 940px) {
    .alpha {
        background: rgba(8, 53, 69, 1.0);
        background-color: #fff;
        position: relative;
    }
    .top-bar {
        height: 150px;
    }
    .tour-nav-left, .tour-nav-right {
        display: none;
    }
    .flex-direction-nav {
        display: none;
    }
    .large-10.slide-nav {
        width: 100%;
    }
    .slideshow-wrapper {
        display: none;
    }
}



@media only screen and (max-width: 58.75em) {
    .top-bar-section .left .right {
        float: none !important;
    }




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

    #calendar-container {
        display: none;
    }
    #shippingSpan {
        display: block;
        clear: both;
    }

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

    .slideshow-wrapper .orbit-container li .orbit-caption {
        font-size: 75%;
    }
    .slideshow-wrapper .orbit-container li .orbit-caption p{
        display: none;
    }

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


    .slideshow-wrapper {
        display: none;
    }
    .utility .left li a {
        font-size: .7em;
    }
    .utility .right {
        float: none !important;
        width: 100%;
        padding: 10px 0 20px 0;
    }
    .section h2 {
        font-size: 1.6em;
    }
    .flex-direction-nav {
        display: none;
    }
}
@media print{
    html, body{
        height:auto;
    }
}

#map-canvas {

    margin: 0px;
    padding: 0px;
    width:1200px;
    height:848px;
}
.gmnoprint, #map-canvas div div a div, .gm-style-cc{
    display:none;
}
#fancybox-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    background: transparent url('images/fancybox.png') -40px 0px;
    cursor: pointer;
    z-index: 1103;
    display: none;
}
.fancybox-ie6 #fancybox-close {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_close.png', sizingMethod='scale');
}

.answersmall{
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 4em;
    text-rendering: optimizelegibility;
    color: #262626;
	font-family: source-sans-pro, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    background-color:#ffffff;
}
.faq-details{
    background-color:#ffffff;
     padding-top: .5em;

}
.faqbox{
   color: #ffffff;
}
.faqbox a{
   color: #ffffff;
    padding-left:10px;
      width:100%;
  background:url("images/arrow_d.png") no-repeat scroll right center #60a361;
    display:block;
}
/* ===== Directory ==================== */
.directory-list {
    border: 1px solid #dedede;
    margin: 15px 0;
    padding: 5px 0 0;
}
.directory-list img {
	padding: 0 0 15px 15px;
}
.directory-list h5 {
    padding: 0 0 0 20px;
}
.omega2 {
    /*background: #f5f5f5;*/
    border-top: 1px solid #dedede;
    clear: both;
    color: #394041;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.omega2 li {
    display: block;
    float: left;
    width: 33.3%;
    padding: 0;
    margin: 0;
}
.omega2 span{
    border-right: 1px solid #dedede;
    display: block;
    font-family: Inherit;
    font-size: 1em;
    padding: 8px 10px 8px 35px;
    word-wrap: break-word;
}
.omega2 li:last-child span {
    border: none;
}
.icon-beds {
    background: url(images/icon-bedroom.png) no-repeat scroll 10px center; }
.icon-bath {
    background: url(images/icon-bathroom.png) no-repeat scroll 10px center; }
.icon-sqft {
    background: url(images/icon-squarefoot.png) no-repeat scroll 10px center; }
.icon-garage {
    background: url(images/icon-garage.png) no-repeat scroll 10px center; }
.directory-detail .price {
    background: #409dd1;
    color: #fff;
    display: block;
    font-family: inherit;
    margin: 0 0 10px;
    padding: 10px 20px;
    width:  100%;
    font-size:1em;
}
.omegalisting li {
   border-right: 1px solid #dedede;
    display: block;
    font-family: inherit;
    font-size: 1em;
    padding: 8px 10px 8px 35px;
    word-wrap: break-word;
}
.directory-detail p {
    font-size: 1em;
    padding-left: 20px;
    padding-right: 20px;
}
.directory-detail strong {
	color: #394041;
	font-size: .875em;
	padding-right: 10px;
}
    .dd-link {
        color: #394041;
        display: block;
        font-family: inherit;
        font-size: 1em;
        margin-bottom: 15px;
        padding-left: 20px;
    }
    .dd-link:hover {
        color: #993333;
    }
h4.dirhead{
    color:#000000;
    padding-left:20px;
}
.dd-sale {
    background: #ff1d25;
    bottom: 14px;
    color: #fff;
    font-family: Inherit;
    font-size: .875em;
    padding: 7px 5px 5px;
    position: absolute;
    right: 0;
}

/* ===== Directory alt ==================== */
.directory-alt {
    border-bottom: 1px solid #dedede;
    display: block;
    margin: 0 0 20px;
    padding: 0 0 20px;
}
.directory-alt:hover {
    border-bottom: 1px solid #4dc7ec;
}
.directory-alt img {
    margin: 0 auto 10px;
}
.directory-alt p {
    font-size: .875em;
    text-align: left;
}
.directory-alt .price {
    background: #4dc7ec;
    color: #fff;
    display: block;
    font-family: "LatoRegular";
    padding: 5px 10px;
    text-align: left;
}

/* ===== Directory Details Page ==================== */
.feature-listing-detail {
    margin: 0 0 20px;
    overflow: hidden;
    padding: 0;
}
.feature-listing-detail dd,
.feature-listing-detail dt {
    border-bottom: 1px solid #f1f1f1;
    float: left;
    margin: 0;
    padding: 10px 10px 7px;
    width: 25%;
}
.detail-features {
    background: none repeat scroll 0 0 #f5f5f5;
    border-bottom: 1px solid #dedede;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 0;
    width: 99.9%;
}
.lt-ie9 .detail-features {
	margin: 0;
}
.detail-features li {
    display: inline;
    float: left;
    font-size: .875em;
    padding: 0;
    text-align: center;
    width: 16%;
}
.detail-features li:first-child {
    background: #586162;
    border-right: 1px solid #dedede;
    color: #fff;
    font-family: inherit;
    padding: 10px 10px 7px;
}
    .detail-features li a:link,
    .detail-features li a:visited {
        background: #f5f5f5;
        border-right: 1px solid #dedede;
        color: #394041;
        font-family: inherit;
        display: block;
        padding: 10px 10px 7px;
    }
    .detail-features li a:active,
    .detail-features li a:hover {
        background: #fbfbfb;
    }
    .detail-features li a em {
        color: #929a9b;
        font-size: 1.25em;
        padding: 0 5px 0 0;
    }
.detail-features li:last-child {
    border: none;
    float: right;
    text-align: center;
    width: 17%;
}
    /*.detail-features li:last-child a {
        background: #fff;
        border-right: none;
        border-left: 1px solid #dedede;*/
    }
    .detail-features li:last-child a:hover {
        background: #fbfbfb;
    }
.no-walk-0 {
	display: none !important;
	visibility: hidden !important;
}

/* ===== Agents ==================== */
h5 a:link,
h5 a:visited {
	color: #394041;
}
.agent-list {
    border: 1px solid #dedede;
	clear: both;
    margin: 15px 0;
	overflow: hidden;
    padding: 5px 10px 0;
}
.dd-alt {
	font-size: 80%;
	padding: 0 15px;
}
.agent-detail {
    font-size: .875em;
}
.agent-detail p{
    padding: 30px 20px 0;
}
.agent-detail ul {
    margin: 0;
    padding: 0 40px 0 20px;
}
.agent-detail ul li {
    border-bottom: 1px solid #dedede;
    display: block;
    padding: 7px 0;
}
.agent-detail ul li:last-child {
    border-bottom: none;
}
.agent-social {
	border-top: 1px solid #dedede;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}
.agent-social li {
	border-left: 1px solid #dedede;
	display: inline;
	float: right;
	padding: 0;
}
	.agent-social a:link,
	.agent-social a:visited {
		color: #929a9b;
		display: block;
		padding: 10px 20px;
	}
	.agent-social a:active,
	.agent-social a:hover {
		color: #4dc7ec;
	}
	.agent-social li:first-child a:link,
	.agent-social li:first-child a:visited {
		background: #ec894d;
		color: #fff;
	}
	.agent-social li:first-child a:active,
	.agent-social li:first-child a:hover {
		background: #dc7d44;
	}

div.orbit-container ul.orbit-slides-container li.active img{
    padding-top:196px;
}
.bottom-arrow{
    padding:0;
}
div#carousel.flexslider div.flex-viewport ul.slides{
    padding-left:320px;
}