@charset "utf-8";

/* Font Face CSS */

@font-face {
    font-family: 'FultonsHand';
    src: url('../../../images/font/FultonsHand-Plain.eot?') format('eot'), 
  			url('../../../images/font/FultonsHand-Plain.woff') format('woff'), 
  			url('../../../images/font/FultonsHand_Regular.ttf') format('truetype'), 
  			url('../../../images/font/FultonsHand-Plain#FultonsHand-Plain') format('svg');
}
/* END Font Face CSS */

/* Basic Body CSS */

input,
button {
    -webkit-font-smoothing: antialiased;
}
body {
    -webkit-font-smoothing: antialiased;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-family: Verdana, Geneva, sans-serif;
    background-image: url(../../../images/site_images/bg4.jpg);
  overflow-x:hidden;
}
/* Reset CSS */

html,
div,
body,
span,
applet,
object,
iframe {
    margin: 0;
    padding: 0;
    border: 0;
}
/* Disable text size adjust on the iPhone/webkit browsers */

html {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
}
/* Headings */

h1 {
    font-size: 1.5em;
  margin-left:-9999px;
    margin-top: -37px;
    /* 2*16 = 32 */
}
h2 {
    font-size: 1.5em;
    /* 1.5*16 = 24 */
}
h3 {
    font-size: 1.17em;
    /* 1.17*16 = 18.72 */
}
h4 {
    font-size: 1em;
    /* 1*16 = 16 */
}
h5 {
    font-size: 0.83em;
    /* 0.83*16 = 13.28 */
}
h6 {
    font-size: 0.75em;
    /* 0.75*16 = 12 */
}
/* Emulate h1 within Joomla */

/* Counter Bootstrap's 30px Page-Header margin-bottom */



.page-header  {
    margin-bottom: 30px;
    border-bottom: none;
}
 h2{margin-top:-60px;}

/* Text Selection Colour CSS */

::-moz-selection {
    background-color: #777;
    color: #fff;
}
::selection {
    background-color: #777;
    color: #fff;
}
/* Basic Site CSS */

.container-fluid {
    min-height: 100%;
    height: auto;
    height: 100%;
    margin: 0 auto -30px;
    max-width: 940px;
}
.wrapper {
    margin: 10px 18px 15px 18px;
    /*-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(119, 119, 119, 1);
    -moz-box-shadow: 4px 4px 5px 0px rgba(119, 119, 119, 1);
    box-shadow: 4px 4px 5px 0px rgba(119, 119, 119, 1);*/
}
img {
    border: none;
}
/* Basic font CSS */

p {
    margin: 15px;
    line-height: 2.1em;
    font-size: 1.1em;
    color: #444444;
}
.right {
    text-align: right;
}
.left {
    text-align: left;
}
.center {
    text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'FultonsHand', Helvetica, Arial, sans-serif !important;
    color: #000000;
    text-rendering: optimizespeed;
    font-size: 2.5em;
    text-shadow: 3px 3px 1px #999;
    font-weight: bolder;
}
/* Header CSS */

.fb img {
    width: 20%;
    margin-left: 100px;
    margin-top: 30px;
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
.logoimg {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    margin-top: -10px;
    margin-bottom: 20px;
  margin-left:30px;
}
/* Navigation CSS */

a:link{text-decoration:underline;}

.navig {
    display: block;
    height: auto;
    font-size: 0.9em;
    padding-top: 5px;
}
.navig ul {
    text-align: center;
    margin-left: -1px;
}
.navig li {
    font-family: 'FultonsHand', Helvetica, Arial, sans-serif !important;
    font-weight: bold;
    text-shadow: 3px 3px 1px #999;
    font-size: 2em;
    display: inline-block;
    /* Hack for Legacy Browsers */
    *display: inline;
    *zoom: 1;
    margin-right: 0.5em;
    padding-right: 0.5em;
}
/* Use this if there navig has a divider border-right */

.navig li.last {
    border-right: none;
}
.navig a,
.navig a:link {
    color: #000000;
    text-decoration: none;
    padding: 2px 3px;
}
.navig a:hover {
    color: #8e1108;
}
/* HACK: Retain caret color sitewide */

.dropdown-menu > li {
    width: 100%;
}
.nav .dropdown-toggle:link .caret,
.nav .dropdown-toggle:focus .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}
.nav .dropdown-toggle:hover .caret {
    border-top-color: #34254f;
    border-bottom-color: #34254f;
}
/* HACK: Retain caret colour sitewide */

.nav .dropdown-toggle:link .caret,
.nav .dropdown-toggle:focus .caret {
    border-top-color: #COLOUR;
    border-bottom-color: #COLOUR;
}
/* FIX: Remove outline from links */

.btn,
a:focus,
a:hover,
a:active {
    outline: 0 none;
}
.btn:focus {
    outline: 0 none;
}
/* END FIX */

/* Hide Legal menu item */

li.item-120,
li.item-121,
li.item-408 {
    display: none;
}
/* END Hide Legal menu item */

/* HACK to fix bootstrap nav */

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}
/* END HACK to fix bootstrap nav */

/* END Navigation CSS */

/* Slider CSS */

.vsig_slide_1 img {
    border-radius: 8px;
}
/* END Slider CSS */

/* Main CSS */

.top1 {
    float: right;
    margin: 15px;
    margin-top: -40px;
    margin-right: -20px;
    -moz-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
    -webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
}
.content {
    width: 60%;
    margin: 0 auto;
    margin-top: 40px;
  	margin-bottom:60px;
}
.face {
    border: 1px solid #777;
}
/* END Main CSS */

/* Rapid Contact & Input Glow CSS */

/* This is CSS for ALL form elements on a site, including Rapid Contact */

label {
    display: none;
}
INPUT.button {
    position: relative;
    bottom: 5px;
    display: inline-block;
    display: inline;
    /* Hack for Legacy Browsers */
    zoom: 1;
    padding: 4px 12px;
    font-size: 14px;
    border: 1px solid #777;
    border-bottom-color: #555;
    border-radius: 15px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05), 0 1px 2px rgba(0, 0, 0, .05);
    color: #777;
    /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
    background-color: #ffffff;
}
.form-search .input-medium,
.form-search .btn {
    margin-bottom: 0;
    padding: 0 14px;
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 13px;
    color: #000;
    font-weight: normal;
    height: 18px;
    line-height: 1em;
    border-radius: 15px;
    /* Rapid contact Text Entry Border Colour CSS*/
    border-color: rgba(97, 97, 97, 0.8);
}
.form-search .btn {
    height: 18px;
}
.top {
    margin-top: 10px;
}
.form-search {
    margin-right: 50px;
}
.search {
    float: right;
    margin-right: 15px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    border-radius: 15px;
    margin-top: 3px;
}
/* Glow CSS */

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: rgba(97, 97, 97, 0.4);
    /* 91,127,72 133,197,87*/
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */
    /* Rapid contact Text Entry Border GLOW Colour CSS*/
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(97, 97, 97, .6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(97, 97, 97, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(97, 97, 97, .6);
}
.form-inline label {
    display: none;
}
form.form-inline {
    position: relative;
    z-index: 10;
}
/* NEW Rapid Contact CSS*/

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-radius:15px;
  width:300px;
    color: #000;
  
 margin-bottom:20px;
}

input, label{
  font-weight:normal;
  float:left;
  display:block;
  margin: 5px 0;
  clear:both;
}

.btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-primary:visited,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus{
  background-color: #000;
    border-color: #000;}


.form-control{
  border-color: #000;
}

.form-control:hover,
.form-control:active,
.form-control:focus{
  border-color: #000;
}

/* END NEW Rapid Contact CSS */
/* Audio Player CSS */

.ttw-music-player .album-cover, .ttw-music-player .album-cover .img, .ttw-music-player .album-cover .highlight {display:none!important;}

div.album-cover{display:none;}

span.duration{display:none;}

.ttw-music-player .player .title {
color: rgb(239, 239, 239);
text-shadow:none;
}

.ttw-music-player.track-info,
p.title, p.artist-outer {display:none;}

div.player.jp-interface {margin-top:-20px;}

#sj_audio_wrapper{margin-bottom:80px;}




/* END Audio Player CSS */




/* iCagenda Events DETAIL CSS */

.dateDiv, .ic-box-date {background-color:#444 !important;}

#icagenda{margin:20px 0 !important;}

.ic-top-buttons, SPAN.iCicon-backic, .ic-back a:link {display:none;}

.icagenda-div-header, .ic-cat{display:none;}

.ic_eventlist{margin:0 5px;}

.datetimeDiv {color:#444;}

#icagenda .ic-info  {
  	background-color:transparent;
	padding-top:0;
	margin-top:-10px;
}

#icagenda .box_date {margin-top:27px;padding:3px;}

.ic-float-left {
  clear:both;
  margin-bottom:15px;
}

.ic-event-buttons.ic-clearfix{display:none;}

.ic-divRow {display:none;}

 .ic-align-left{display:none;}

.ic-detail-desc {margin-top:-20px;}

hr{display:none;}

#icagenda h2 a:link, .titleSpan a:link{color:#444;}

div.ic-date-div{
  color:#fff;
  background-color:#444;
}

div.ic-place{display:none;}

.ic-content > h2 a:visited{color:#444;}

.ic-header-subtitle{display:none;}

.ic-box{background-color:transparent;}

/* END iCagenda Events DETAIL CSS */



/* Lower Module Section CSS */

.lower h2 {margin:20px 0;}

/* Video */



/* END Video */
/* Audio */

#html5Audio_0{
  max-width:200px !important;
margin-left:-30px !important;
}

/* END Audio */
/* Facebook *//* END Facebook */

/* END Lower Module Section CSS */

/* Footer CSS */

.footerimage {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
    margin-bottom: -2px;
}
.footer {
    padding-top: 10px;
    text-align: center;
    font-size: 0.65em;
    width: 100%;
    margin: 0 auto;
    background-color: #000000;
}
.footer p {
    margin-top: -3px;
    padding-top: 3px;
    color: #ffffff;
}
.footer a:link {
    color: #ffffff;
}
/* Legal CSS */

.legal {
    margin-bottom: 0;
}
.legal p {
    margin-top: 5px;
}
.legal a,
.legal a:visited {
    color: #ffffff;
}
.legal a:hover {}
/* END Legal CSS */

/* Copyright CSS */

.copyright {}
/* END Copyright CSS */

/* Sticky Footer Starter */

/* The html and body elements cannot have any padding or margin. */

html,
body {
    height: 100%;
}
/* Wrapper for page content to push down footer */

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    max-width: 940px;
    padding: 0 20px;
    /* Negative indent footer by it's height */
    margin: 0 auto -30px;
}
/* Set the fixed height of the footer here */

.push,
.footer {
    height: 70px;
}
/* END Sticky Footer Starter */

/* Footer Adjustment for mobiles */

.split {
    display: none;
}
.sep {
    display: inline;
}
/* END Footer Adjustment for mobiles */

/* END Primary CSS */

/* Media Queries */

@media screen and (min-width: 239px) and (max-width: 767px) {
  
  .logoimg{margin-left:7px;
  margin-top:-40px;}
    .fb img {
        width: 10%;
        margin-left: -9px;
        margin-top: 15px;
    }
    p {
        font-size: 0.9em;
    }
    h2 {
        margin-top: -30px;
    }
    .top1 {
        margin-top: -20px;
        width: 80%;
        float: none;
        margin-left: 20px;
    }
    .navig ul {
        margin-top: -30px;
        margin-left: 30px;
    }
    .navig li {
        line-height: 1.2em;
        font-size: 1.5em;
    }
    .content {
        width: 90%;
        margin: 0 auto;
        margin-top: 10px;
    }
    /* Rapid Contact CSS*/
    INPUT .rapid_contact .inputbox {
        max-width: 150px;
    }
    TEXTAREA .rapid_contact .textarea {
        max-width: 150px;
    }
    div.rapid_contact {
        padding-left: 0;
    }
    /* END Rapid Contact CSS*/
  
  /* Audio Module */
  
  #html5Audio_0{
  	max-width:200px !important;
	margin-left:10px !important;
    margin-bottom:30px !important;
}
    /* END Audio Module */
    /* Footer Adjustment for mobiles */
    .footerimage {
        width: 300%;
        margin: 0 auto;
        margin-top: -5px;
        margin-bottom: -2px;
    }
    .footer {
        height: 120px;
    }
    .split {
        display: inline;
    }
    .sep {
        display: none;
    }
    /* END Footer Adjustment for mobiles */
}
@media screen and (min-width: 768px) and (max-width: 939px) {
    p {
        font-size: 0.9em;
    }
    h2 {
        margin-right: 10px;
    }
    .navig ul {
        margin-top: 0px;
    }
    .navig li {
        line-height: 1.2em;
        font-size: 1.5em;
    }
    .top1 {
        width: 60%;
        margin-left: 20px;
    }
  
.fb-like-box{margin-left:-20px;}
    .footerimage {
        width: 200%;
        margin: 0 auto;
        margin-top: -7px;
    }
}
@media screen and (min-width: 940px) {
    /* Remove Scroll to Top button for large screens */
    a#scrollToTop {
        display: none;
    }
    /* END Remove Scroll to Top button for large screens */
}
/* Print Styles */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}