@charset "utf-8";
/* Basic Body CSS */
body,
input,
button {
    -webkit-font-smoothing: antialiased;
}

body, html{
    font-family:Lucida Sans Unicode,Lucida Sans,Geneva,Verdana,sans-serif;
	background: #d6d7d2;
	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;
        /* 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;
}
    /* 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: 0 0 15px 0;
}
    img {
    border: none;
}
    /* Basic font CSS */
    p {
    margin: 15px;
    line-height: 1.7em;
    font-size: 0.9em;
    color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #555;
    text-rendering: optimizespeed;
}

h2.profile{margin-bottom:-10px;}
    /* Header CSS */

    .banner h1{display:none;}



    img.logo{
    display: block;
    width: 100%;
    max-width:700px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    margin-top:30px;
    opacity:0.6;
    filter:alpha(opacity=60);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
    img.logo:hover {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    margin-top:30px;
    opacity:1.0;
    filter:alpha(opacity=100);    
}
    a.mainlogo {
     display:block;
    max-width:700px;
    margin:0 auto;
}

    /* Navigation CSS */
 .nav {
    display:block;
    height: auto;
    padding-top: 5px;
   text-align:center;
}
    .nav ul {
    text-align: center;
}
    .nav li {
    display: inline-block;      
    margin-right: 0.5em;
    padding-right: 0.5em;
    border-right: 1px solid #999;
    border-right-width: thin;
}
   

/* Use this if there navig has a divider border-right */

ul.nav li.item-125 {
    border-right: none;
}
    
.nav a, .nav a:link, .nav a:visited {
    color: #333;
    text-decoration: none;
  padding:2px 3px;
  
}
.nav a:hover {
    color:#333;
    border-bottom: 2px solid #333;
  	background:transparent;
  padding:0 3px;
}


.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent;
}

 /* Hide Legal menu item */
    li.item-127, li.item-128, li.item-355 {display: none;}

    /* END Hide Legal menu item */
	
    /* HACK to fix bootstrap nav */


.nav a {
    display: inline;
}
a{color:#333;}


    /* END HACK to fix bootstrap nav */
    /* END Navigation CSS */
	
    /* Slider CSS */

.position{
    position: relative;
    margin-left:-41%;
    min-width:171%;
}

.frontpic{
  position: relative;
  left:-100px;
  right:-55%;  
  min-width:120%;
  margin-bottom:0;
}

/* Carousel CSS */

.carousel img{
    width:100%;
    min-width:100%;
    width:auto /9;
    height:auto;
}
.carousel.fade {
  opacity: 1;
}
.carousel.fade .item {
  -moz-transition: opacity ease-in-out .7s;
  -o-transition: opacity ease-in-out .7s;
  -webkit-transition: opacity ease-in-out .7s;
  transition: opacity ease-in-out .7s;
  left: 0 !important;
  opacity: 0;
  top:0;
  position:absolute;
  width: 100%;
  display:block !important;
  z-index:1;
    
    width: auto \9;
}
.carousel.fade .item:first-child {
  top:auto;
  position:relative;
}
.carousel.fade .item.active {
  opacity: 1;
  -moz-transition: opacity ease-in-out .7s;
  -o-transition: opacity ease-in-out .7s;
  -webkit-transition: opacity ease-in-out .7s;
  transition: opacity ease-in-out .7s;
  z-index:2;
}
/* END Carousel CSS */
    /* END Slider CSS */
	
    /* Main CSS */

/*.frontpic{
    margin:30px -40px 0 -40px;
    padding:0;  
}*/

li{
  list-style:none;
  line-height: 1.7em;
    font-size: 0.9em;
    color: #333;
}


.statement{
    display:block;
    max-width:800px;
    width:80%;
    margin:30px auto;
}
.quote{font-size: 1.3em;}

    /* END Main CSS */
    
	/*   Input Glow & Rapid Contact 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 #333;
    border-bottom-color: #333;
    border-radius: 15px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #777;
}
    .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: #777;
    font-weight: normal;
    height: 18px;
    line-height: 1em;
    border-radius: 15px;
    /* Rapid contact Text Entry Border Colour CSS*/
    border-color: rgba(119,119,119, 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(119,119,119, 0.8);
    /* 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(119,119,119,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(119,119,119,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(119,119,119,.6);
}
    .form-inline label {
    display: none;
}
    form.form-inline {
    position: relative;
    z-index: 10;
}
    /* Specific Rapid contact Text CSS*/
    div.rapid_contact {
    padding-left: 60px;
}
    div.rapid_contact td {
    /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-size: 0.9em;
    color: #333;
}
input.rapid_contact, .inputbox, .textarea  {
  background-color:#eeecdf;
  border:1px solid #cccccc;
}
    
/* 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;
}

input.rapid_contact, .inputbox, .textarea  {
  background-color:#eeecdf;
  border:1px solid #cccccc;
}
  
/* END NEW Rapid Contact CSS */



/* JoomGallery CSS */

.jg_category .well{
  background-color: transparent;
border: 1px solid transparent;
border-radius: 4px;
box-shadow: none;
}

.jg-header{
  font-size:1.5em;
  margin-bottom:-15px;
}

.jg_imgalign_catimgs, .jg_photo_container{
  margin-bottom:10px;}

.jg_catelem_txt b{
  font-size:1em;
  font-weight:normal;
  color:#777;
}

.jg_element_txt b {
  font-size:1em;
  font-weight:normal;
  color:#777;
}

.jg_element_txt ul li a:hover b{
  color:#333;
}

.gallery .pagination{
  text-align:center;
}

.gallery .pagination ul > li > a, .gallery .pagination ul > li > span{
  background-color: transparent;
border-width: 0;
border-style: none;
  border-color: transparent;}

.pagination ul{
  -moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.pagination a:link {color: #777;}
.pagination a:hover, .pagination a:focus{color:#333}

.pagination ul > li > a, .pagination ul > li > span{color:#777;}

/* Pagination Tooltip */

.tooltip {
  visibility:hidden;
  }

/* JoomGallery Breadcrumbs */

.pngfile, .jg_icon, .jg-icon-home {display:none;}

a:link{color:#333;}


	    /* Standard Footer CSS */
		
	footer{
	text-align: center;
	font-size: 0.85em;
	clear:both;
    padding-bottom:20px;
    color: #333;
}

footer a:link {
    color: #333;
}
footer a:hover {
    color: #333;
}
    /* END Standard Footer 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: 30px;}
    /* END Sticky Footer Starter */
	
	/* Footer Adjustment for mobiles */
    .split {
    display: none;
}
    .sep {
    display: inline;
}
/* END Footer Adjustment for mobiles */


#scrollToTop{display:block;}


/* END Primary CSS */



    /* Media Queries */
    @media screen and (min-width: 239px) and (max-width: 767px) {
	
	.nav {
        display: block;
        text-align: center;
      	margin-top:15px;
    }
    .nav li {
        display: inline-block;
        margin-right: 0.5em;
        padding-right: 0.5em;
    }
    .nav li a:link {
        margin-left: 0;        
    }
    .nav li a:hover {
        text-decoration: none;
    }
    
 /* Hide Legal menu item */
    li.item-127, li.item-128, li.item-355 {display: none;}

    /* END Hide Legal menu item */
      
    .quote{font-size: 1em;}
      
    /* Rapid Contact CSS*/
    
    INPUT .rapid_contact .inputbox {
    max-width: 150px;
    }
    TEXTAREA .rapid_contact .textarea {
    max-width: 150px;
    }
    div.rapid_contact {
    padding-left: 0;
    }
      
     img.contact {
  display:block;
  margin:0 auto;
  margin-top:30px;
       margin-bottom:15px;
}
    /* END Rapid Contact CSS*/
      
	/* Footer Adjustment for mobiles */
	.split {
        display: inline;
    }
    .sep {
        display: none;
    }
        
    footer{
	padding-bottom:60px;
    color:#333;
}
    footer a:link,footer a:visited{color:#333;}
      
	/* END Footer Adjustment for mobiles */
}
    @media screen and (min-width: 768px) and (max-width: 939px) {
    .quote{font-size: 1.1em;}
      
      img.contact {
        max-width:75%;
        padding-left:40px;
        margin-top:20px;
      }
    }
	
    @media screen and (min-width: 939px) {
	
}
    /* 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;
    }
}

<!--[if IE]>
	<link rel="stylesheet" type="text/css" href="all-ie-only.css" />
<![endif]-->

.nav {font-size: 3.1em;}

footer {font-size: 0.95em;}
