﻿@charset "utf-8";
/* CSS Document */

@import url('fonts.css');
@import url('btbuttons.css');
html,
body {
    height: 100%;
}
/**
 *
 * @author William Bell <will@prodev.co.nz>
 * @copyright 2011 Professional Development
 */

body {
    margin: 0;
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: black;
    background: white;
}
/*reset box-sizing*/

html {
    box-sizing: border-box;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}
/**/

#wrapper {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 0;
    padding: 0 0;
    overflow: auto;
}
#top_header_block,
#header {
    width: 100%;
    border-collapse: collapse;
    padding: 0;
    margin: 0 auto;
}
#top_header_block {
    min-height: 55px;
    position: absolute;
    background-color: #3c0b0b;
    z-index: -1;
}
#header {
    max-width: 1000px;
}
#logo_con {
    width: auto;
    min-height: 136px;
    padding: 0 0 30px 0;
    margin: 0;
    float: left;
    text-align: center;
    position: absolute;
}
#title {
    margin: 0;
    padding: 0;
    display: inline;
}
#header img {
    border: 0;
    margin: 0;
}
#header #head_img {
    width: 275px;
    min-height: 80px;
    box-sizing: border-box;
    padding: 20px 0 20px 0;
    float: right;
    text-align: center;
}
.header_png_background {
    background-image: url("images/site/header_bg.png");
}
.header_png_overlay {
    width: 100%;
    height: 100%;
    background-size: 65%;
    background-position: center;
    background-repeat: no-repeat;
}
#header_image_block {
    background-position: 50% 0;
    background-repeat: no-repeat;
    width: 100%;
    max-height: 420px;
    z-index: -1;
}
/*CONTENT*/

#content_con {
    width: 100%;
    max-width: 1000px;
    padding: 20px 20px 40px 20px;
    margin: 0 auto;
    background: #fff;
}
#content {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0 0 20px 0;
    display: table;
}
.main {
    vertical-align: top;
    padding: 0 0 20px 0;
    min-height: 100px;
}
.main.right-is-present {
    float: left;
    width: 70%;
}
#right {
    width: 25%;
    /*min-height:100px;*/
    
    float: right;
    padding: 0 0 20px 0;
    vertical-align: top;
    /*border-left:solid #cfcfcf 1px;*/
}
#footer_con {
    width: 100%;
    /*max-width: 1000px;*/
    
    color: #fff;
    margin: 0 auto;
    padding: 0;
}
#footer_block,
.footer {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    background: #3c0b0b;
}
.footer {
    width: 100%;
    /*max-width: 1000px;*/
    
    padding: 0 20px 20px 20px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}
#footer_block {
    height: 300px;
    position: absolute;
    z-index: -1;
}
.footer table {
    margin: 0;
}
.footer table th {
    text-align: right;
    font-weight: 300;
    padding: 5px;
    vertical-align: top;
}
.footer table td {
    padding: 5px;
    vertical-align: top;
}
#footer_con .main_menu {
    min-height: 30px;
    background: none;
}
.footer a {
    color: #fff;
}
.links a {
    text-decoration: none;
}
.links a:hover {
    text-decoration: underline;
}
.legal {
    margin: 10px 0;
    font-size: 11px;
    padding: 0 0 0 0;
    text-align: center;
    clear: both;
    color: #fff;
}
.legal img {
    border: 0;
    margin: 0 5px;
    vertical-align: middle;
}
#content_con a img {
    border: 0;
}
/*Media styles*/

@media (max-width: 795px) {
    #wrapper {
        width: 100%;
        margin: 0;
    }
    #logo_con,
    #header #head_img {
        float: none;
        margin: 0 auto;
    }
    #logo_con {
        width: 100%;
        min-height: 60px;
        padding: 20px 0 0 0;
    }
    #header #head_img {
        padding: 0;
    }
    #footer_con {
        margin: 0 auto;
    }
}
@media (max-width: 420px) {
    #wrapper {
        padding: 0;
    }
    #content_con {
        padding: 20px;
    }
    #wrapper,
    #footer_con {
        min-width: 320px;
        width: 100%;
        margin: 0;
    }
}
/*Content Styles*/

a {
    color: #315ac6;
    text-decoration: underline;
    word-wrap: break-word;
}
a:hover {
    color: #0099f1;
}
a img {
    border: none;
}
a img.sb-img {
    border: none;
}
/*Image Styles*/

div#header .cycle-slide img:not(.normal_image),
div#main .cycle-slide img:not(.normal_image),
img:not(.normal_image) {
    height: auto !important;
    max-width: 100%;
}
div#header .cycle-slide img:not(.normal_image),
div#main .cycle-slide img:not(.normal_image) {
    width: 100% !important;
    height: auto !important;
}
/*Image Styles*/

abbr {
    border: none;
}
acronym {
    border: none;
}
address {
    font-style: normal;
    margin: 1em 0;
}
blockquote {
    margin: 1em 3em;
}
dl {
    margin: 1em 0;
}
dt {
    font-weight: bold;
}
h1,
h2,
h3,
h4,
h5 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    color: #3c0b0b;
}
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5 {
    color: #fff;
    line-height: 1;
    margin: 0;
    font-weight: 400;
}
h1 {
    font-size: 32px;
    margin: 0;
    padding: 2px 0 2px 0px;
    text-align: center;
}
h2 {
    font-size: 28px;
    margin: 0px 0 0px 0;
    padding: 2px 0 2px 0px;
}
h3 {
    font-size: 24px;
    margin: 0px 0 0px 0;
    padding: 2px 0 2px 0px;
}
h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0 0px 0;
}
h5 {
    font-size: 16px;
    margin: 10px 0 0px 0;
}
h6 {
    font-size: 12px;
    margin: 10px 0 0px 0;
}
.hover_link a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    text-decoration: underline;
}
.hover_link a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #01a6e5 !important;
}
label {
    cursor: pointer;
    font-weight: bold;
}
ol {
    margin: 1em 0 1em 2em;
    padding: 0;
}
ol li {
    list-style: decimal outside none;
    margin: 0;
    padding: 0;
}
p {
    margin: .5em 0;
}
table {
    margin: 1em 0;
    width: 100%;
}
table caption {
    font-weight: bold;
    text-align: center;
}
table th {
    font-weight: bold;
}
ul {
    margin: 0 0 1em 1em;
    padding: 0;
}
/*Custom bullet**
    #content ul li {
        margin: 0;
        padding: 5px 0 5px 5px;
        margin-bottom: 4px;
        list-style:none;
    }
    #content ul li { 
    text-indent: -.7em;
}
    #content ul li:before {
    content: "•";
    color: #1f40637;
    padding-right:10px; 
}
*/
/*Contact page*/
/********Contact Page********/
/*Contact Details List*/

.sidemap .list th {
    width: 120px;
}
.sidemap .list td {
    padding: 5px;
}
/*Form Styles*/

.list th {
    width: 230px;
    text-align: right;
    padding: 7px 5px;
    vertical-align: top;
}
.list td {
    padding: 5px 5px 10px 5px;
}
.list input[type="text"] {
    width: 100%;
    max-width: 310px;
    padding: 8px;
    border-radius: 5px;
    border: solid #bbb 1px;
}
.list textarea {
    padding: 8px;
    border-radius: 5px 5px 0 5px;
    border: solid #bbb 1px;
}
input[type="submit"] {
    /*padding: 8px 10px;*/
    /*border: solid #bbb 1px;*/
    
    border: none;
    cursor: pointer;
    background: #35c10d;
    background: -moz-linear-gradient(top, #35c10d 0%, #044e04 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #35c10d), color-stop(100%, #044e04));
    background: -webkit-linear-gradient(top, #35c10d 0%, #044e04 100%);
    background: -o-linear-gradient(top, #35c10d 0%, #044e04 100%);
    background: -ms-linear-gradient(top, #35c10d 0%, #044e04 100%);
    background: linear-gradient(to bottom, #35c10d 0%, #044e04 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#35c10d', endColorstr='#044e04', GradientType=0);
    color: white;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 17px;
    padding-right: 17px;
    font-size: 13pt;
    font-weight: bold;
    font-style: italic;
    text-shadow: 2px 2px 2px #000000;
    -webkit-box-shadow: 1px 1px 4px #000000;
    -moz-box-shadow: 1px 1px 4px #000000;
    box-shadow: 1px 1px 4px #000000;
    text-shadow: 2px 2px 2px #000000;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
}
input[type="submit"]:hover {
    background: #176F17;
    color: white;
}
.list #c_subject,
.list #c_message {
    width: 100%;
    max-width: 310px;
}
fieldset.controls {
    padding-left: 0;
    margin: 0;
}
@media (max-width: 720px) {
    #contact_details th,
    #contact_details td,
    #contact_form th,
    #contact_form,
    td {
        width: 100%;
        display: block;
        text-align: left;
    }
    .google-maps {
        position: relative;
        padding-bottom: 75%;
        /* This is the aspect ratio*/
        
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
}
/***************Slider style overrides (ORIGINAL) *******************/

.omne_webcommand_slideshow,
#slideshow_con {
    width: 100%;
    max-width: 1000px !important;
    /*max-height: 290px;*/
    /*padding: 20px 0 0 0 !important;*/
    
    clear: both;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 0;
    /* border: 2px solid black; */
    
    background: #fff;
}
div#right div.omne_webcommand_slideshow {
    overflow: initial;
    min-height: initial;
    max-width: initial;
}
#header .omne_webcommand_slideshow .cycle-slidewhow,
#header #slideshow_con .cycle-slideshow {
    margin: 0 20px;
}
.omne_webcommand_slideshow table.holder_container,
.page_slideshow_con table.holder_container {
    border-collapse: collapse;
    margin: 0;
    border-spacing: 0 !important;
}
.omne_webcommand_slideshow table.holder_container td,
.page_slideshow_con table.holder_container td {
    padding: 0;
}
.cycle-slide {
    width: 100%;
    max-width: 960px;
    text-align: center;
    /* border: 3px solid red; */
    /*position: relative !important;*/
}
.cycle-slide h2,
.cycle-slide h3,
.cycle-slide h4,
.cycle-slide h2 a,
.cycle-slide h3 a,
.cycle-slide h4 a {
    border-bottom: none;
    display: inline;
}
.cycle-slide h2 a:hover,
.cycle-slide h3 a:hover,
.cycle-slide h4 a:hover {
    text-decoration: underline;
}
/* pager */

.omne_webcommand_slideshow .pager,
#slideshow_con .pager {
    text-align: center;
    width: 100%;
    z-index: 500;
    position: absolute;
    bottom: 10px;
    overflow: hidden;
}
.omne_webcommand_slideshow .pager span,
#slideshow_con .pager span {
    width: 15px;
    height: 15px;
    border-radius: 8px;
    display: inline-block;
    margin: 5px;
    cursor: pointer;
    color: transparent;
    background: rgba(54, 54, 54, 0.7);
    border: solid 1px #000;
}
div#right div.omne_webcommand_slideshow .pager {
    /*width:initial;*/
    /*bottom:0px;*/
    /*top:18%;*/
}
div#right .omne_webcommand_slideshow .pager span {
    /*display:block;*/
    
    opacity: 0.6;
}
div.omne_webcommand_slideshow div.pager-location-outside {
    bottom: 0px;
    position: relative;
    margin-top: 10px;
}
.omne_webcommand_slideshow .pager span.cycle-pager-active,
.omne_webcommand_slideshow .pager span:hover,
#slideshow_con .pager span.cycle-pager-active,
#slideshow_con .pager span:hover {
    background: rgba(54, 75, 130, 0.7);
    opacity: 1 !important;
}
/*Hr Element*/

hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #ffffff, #3c0b0b, #ffffff);
    background-image: -moz-linear-gradient(left, #ffffff, #3c0b0b, #ffffff);
    background-image: -ms-linear-gradient(left, #ffffff, #3c0b0b, #ffffff);
    background-image: -o-linear-gradient(left, #ffffff, #3c0b0b, #ffffff);
    clear: both;
}
.footer hr {
    background-image: -webkit-linear-gradient(left, #3c0b0b, #ffffff, #3c0b0b);
    background-image: -moz-linear-gradient(left, #3c0b0b, #ffffff, #3c0b0b);
    background-image: -ms-linear-gradient(left, #3c0b0b, #ffffff, #3c0b0b);
    background-image: -o-linear-gradient(left, #3c0b0b, #ffffff, #3c0b0b);
}
/*Block Quote*/

blockquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
    text-align: left;
    font-style: italic;
}
blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}
blockquote p {
    display: inline;
}
fieldset.controls {
    border: none;
}
/*Bt Grid on Right Hand Side*/

div#right div.btgrid div.col {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
/*div#shell_head_widget {
    position: absolute;
    top:0;
    z-index: -1;
}*/
/*div#header.shell_head_widget_active {
    min-height: 400px;
}



@media (max-width: 795px) {
div#header.shell_head_widget_active {
    min-height: initial !important;
}
}*/
/*Contact Widget Styles*/

div.contact_widget_item label.formfield_label {
    font-weight: normal;
    font-size: 14pt;
}
div.contact_widget_item textarea,
div.contact_widget_item input[type="text"] {
    padding: 4px;
    border-radius: 5px;
    border: none;
}

div.contact_widget_item small.formfield_label_required {
    color:white !important;
}

div.contact_widget_item a.privacy_policy_link {
    font-size: 12pt;
    font-weight: bold;
}

/*Widget Grid Styles*/

div.widget_footer_items > div.widget_coder_widget_sequence,
div.widget_footer_items > div.widget_data_wrap {
    float: left;
}
div.widget_footer_items-cols-3 > div.widget_coder_widget_sequence,
div.widget_footer_items-cols-3 > div.widget_data_wrap {
    width: 30%;
}
div.widget_footer_items-cols-2 > div.widget_coder_widget_sequence,
div.widget_footer_items-cols-2 > div.widget_data_wrap {
    width: auto;
}
#footer_widget_container_outer {
	float: left;
	left: 50%;
	position: relative;
	   
}
#footer_widget_container_inner {
	position: relative;
   left: -50%;
   float: left;

}

div.widget_footer_items-cols-1 > div.widget_coder_widget_sequence,
div.widget_footer_items-cols-1 > div.widget_data_wrap {
    width: 100%;
}
@media (max-width: 795px) {
    div.widget_footer_items > div.widget_coder_widget_sequence,
    div.widget_footer_items > div.widget_data_wrap {
        float: none;
        width: 100% !important;
    }
}
div.shell_footer_left {
    max-width: 300px;
    float: right;
    margin-right: 20px;
}
@media (max-width: 795px) {
    div.shell_footer_left {
        max-width: initial !important;
        float: none !important;
        margin-right: 0px !important;
    }
}
div.shell_footer_center {
    max-width: 600px;
}