/*
-------------------------------------------------------------
Design and Development by Pixelwork - www.pixelwork.com 
-------------------------------------------------------------
-------------------------------------------------------------
Site Framework by Anthony Casey
-------------------------------------------------------------
*/

.flLeft {
    float: left;
}
.flRight {
    float: right;
}
.alLeft {
    text-align: left;
}
.alRight {
    text-align: right;
}
.alCenter {
    text-align: center;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
::-moz-selection {
    background: #67b40c;
    color: #ffffff;
}
::selection {
    background: #67b40c;
    color: #ffffff;
}
.clear {
    clear: both;
}
/* ------------------------------------
   Site Specific CSS 
   ------------------------------------  */

body {
    -webkit-text-size-adjust: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #757575;
    font-weight: 300;
    line-height: 16px;
    background: #1e1e1e;
    padding: 0px;
}
p {
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1.3;
    color: #000000;
    font-size: 11pt;
}
a:link, a:visited {
    color: #549805;
    font-weight: normal;
    text-decoration: underline;
    font-weight: 300;
}
a:hover {
    color: #549805;
    font-weight: bold;
    text-decoration: underline;
    font-weight: bold;
}
a {
    -o-transition: 1s;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
}
h1,
h2,
h3,
h4,
h5 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 300;
    color: #000000;
    line-height: 20px !important;
}
b {
    font-weight: bold;
}
h1 {
    border-bottom: 1px solid #67b50c;
    margin: 30px 0 20px 0;
    padding: 0 0px 10px 0;
}
h2 {
    display: inline-block;
    font-size: 18pt;
    margin: 10px 0;
    padding: 0 25px 5px 0;
    border-bottom: 1px solid #67b50c;
}
h3 {
    font-size: 16pt;
    line-height: 1.5;
    margin-bottom: 10px;
}
h4 {
    font-size: 14pt;
    line-height: 1.2;
}
h5 {
    font-size: 12pt;
    line-height: 1.2;
}
blockquote {
    font-size: 14pt;
    font-style: italic;
    line-height: 1.2;
    padding: 0;
    margin: 0 0 10px 0;
    border: none;
    color: #000000;
}

ol li, ul li{
    color: #000000;
}

ol, ul{
    margin-bottom: 10px;
}

ul{
    margin-left:16px !important;
}
/* Comment to add back the dot of ol element*/

ol {
    counter-reset: item;
    list-style-type: none;
    margin-left:15px;
}
ol li {
    display: block;
    position: relative;
}
ol li:before {
    content: counter(item) " ";
    counter-increment: item;
    position: absolute;
    left: -15px;
}
/* ------------------------------------
   Bootstrap Container
   ------------------------------------  */

.container-fluid {
    padding: 0;
}
.container {
    position: relative;
}
.row-fluid.magB25 {
    margin-bottom: 25px;
}
.container.whiteContainer {
    background: #ffffff;
}
.containerPad {
    padding: 30px 15px 15px 15px;
    -moz-box-shadow: 3px 3px 2px rgb(00, 00, 00);
    -moz-box-shadow: 3px 3px 2px rgba(00, 00, 00, 0.2);
    -webkit-box-shadow: 3px 3px 2px rgb(00, 00, 00);
    -webkit-box-shadow: 3px 3px 2px rgba(00, 00, 00, 0.2);
    box-shadow: 3px 3px 2px rgb(00, 00, 00);
    box-shadow: 3px 3px 2px rgba(00, 00, 00, 0.2);
    overflow: auto;
}
.navbar {
    margin: 60px 0 0 0;
}
.navbar-inner {
    padding: 0;
    background: none;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.navbar .nav>li>a {
    color: #ffffff;
    border-top: 2px solid #3e7103;
    text-shadow: 0 1px 0 #000000;
    text-transform: uppercase;
    font-size: 14px;
    -moz-border-top-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -o-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-top-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -o-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}
.navbar .nav>li>a:hover,
.navbar .nav>li>a:focus {
    background: #529505;
    border-top: 2px solid #67b50c;
    color: #ffffff;
    text-shadow: 0 1px 0 #000000;
}
.navbar .nav li.dropdown.open>.dropdown-toggle,
.navbar .nav li.dropdown.active>.dropdown-toggle,
.navbar .nav li.dropdown.open.active>.dropdown-toggle {
    background: #529505;
    color: #ffffff;
    text-shadow: 0 1px 0 #000000;
}
a.carousel-control.right,
a.carousel-control.left {
    -o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    transition: none;
}
/* ------------------------------------
   Header Bars
   ------------------------------------  */

.searchBar .menu {
    display: none;
}
/* SEARCH BAR */

.searchBarWrapper {
    background: #67b50c;
    margin: 0;
    height: 43px;
    padding: 1px 0 0 0;
}
.searchBar {
    text-align: right;
}
.searchBar ul {
    float: right;
}
.searchBar ul li {
    float: left;
    margin: 0 0 0 2px;
}
#searchForm {
    float: right;
    position: relative;
    z-index: 1;
    margin: 90px 5px 0 0;
}
#searchForm input[type="text"] {
    background: #ffffff;
    border: none;
    color: #325e02;
    height: 38px;
    padding-left: 35px;
    width: 241px;
    font-size: 11px;
    font-weight: bold;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
}
#searchForm #searchBtn {
    background: transparent url("images/icon-search.png") no-repeat 8px 10px;
    border: 0;
    cursor: pointer;
    height: 35px;
    left: 0;
    position: absolute;
    text-indent: -4000px;
    top: 0px;
    width: 35px;
}
/* ------------------------------------
   Nav Bar and Dropdowns
   ------------------------------------  */

.navWrapper {
    background: #3e7103;
    border-bottom: 7px solid #529505;
    margin: 0;
}
ul.nav {
    padding: 0 0 0 130px;
}
.navContainer {
    margin-top: 2px;
}
.navbar .btn-navbar {
    display: none;
    float: right;
    padding: 7px 10px;
    margin-right: 5px;
    margin-left: 5px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #549805;
    background-image: none;
    background-repeat: repeat-x;
    border-color: #e5e5e5 #e5e5e5 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus {
    background-color: #71cc06;
    background-image: none;
}
/* YAMM MENU */

.dropdown-menu {
    margin: 0;
    background: #4a8604;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.dropdownImage img {
    border: 2px solid #ffffff;
    -moz-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.2);
}
#newsletterForm label {
    font-size: 12px;
    color: #ffffff;
    margin: 0 0 5px 0;
}
#newsletterForm input[type="text"] {
    padding: 5px 0;
    margin: 0 0 4px 0;
    background: #ffffff;
    border: none;
    color: #4f4f4f;
    height: 20px;
    width: 100%;
    font-size: 12px;
}
#newsletterForm .newsletterBtn {
    color: #ffffff;
    text-transform: uppercase;
    display: block;
    width: 100%;
    border: 0;
    cursor: pointer;
    padding: 10px 0;
    background: #bed993;
    background: -moz-linear-gradient(top, #bed993 0%, #68a70a 3%, #428403 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bed993), color-stop(3%, #68a70a), color-stop(100%, #428403));
    background: -webkit-linear-gradient(top, #bed993 0%, #68a70a 3%, #428403 100%);
    background: -o-linear-gradient(top, #bed993 0%, #68a70a 3%, #428403 100%);
    background: -ms-linear-gradient(top, #bed993 0%, #68a70a 3%, #428403 100%);
    background: linear-gradient(to bottom, #bed993 0%, #68a70a 3%, #428403 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#bed993', endColorstr='#428403', GradientType=0);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #356003;
    text-shadow: 0 1px 0 #000000;
}
#newsletterForm .newsletterBtn:hover {
    text-shadow: none;
    -moz-box-shadow: inset 0 0 2px #000000;
    -webkit-box-shadow: inset 0 0 2px #000000;
    box-shadow: inset 0 0 2px #000000;
    background: #2f5e02;
    background: -moz-linear-gradient(top, #2f5e02 0%, #68a70a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2f5e02), color-stop(100%, #68a70a));
    background: -webkit-linear-gradient(top, #2f5e02 0%, #68a70a 100%);
    background: -o-linear-gradient(top, #2f5e02 0%, #68a70a 100%);
    background: -ms-linear-gradient(top, #2f5e02 0%, #68a70a 100%);
    background: linear-gradient(to bottom, #2f5e02 0%, #68a70a 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#2f5e02', endColorstr='#68a70a', GradientType=0);
}
/* form (cform) overrides */

form.cform input#sendbutton {
    width: 100%;
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled false);
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -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);
}
span.reqtxt,
span.emailreqtxt {
    display: none;
}
fieldset {
    display: block;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 48.717948717948715%;
}
fieldset li {
    width: 100%;
    float: left;
}
fieldset:nth-child(2) {
    margin-left: 2.564102564102564%
}
fieldset li label {
    display: none;
}
fieldset li input,
fieldset li textarea,
fieldset li select {
    display: inline-block;
    float: none;
    width: 95%;
}
fieldset li select {
    width: 100%;
}
fieldset li textarea {
    height: 130px;
}
p.linklove {
    display: none;
}
form.cform {
    clear: both;
    float: left;
    width: 100%;
}
form.cform input#sendbutton {
    width: 48.717948717948715%;
    margin-left: 2.564102564102564% !important;
}
div.disclaimer {
    width: 48.717948717948715% !important;
    text-align: left;
}
fieldset legend {
    display: none;
}
/* HEADER LOGOS */

.logo,
.logoUp,
.eccLogo {
    position: absolute;
    z-index: 2;
}
.logo {
    left: 0px;
    top: 10px;
}
.logoUp {
    left: 0px;
    top: 5px;
    bottom: 5px;
}
.eccLogo {
    right: 0px;
    top: 10px;
}
/* ------------------------------------
   Content Wrappers
   ------------------------------------  */

.mainGraphic {
    height: 460px;
    background: #529505;
}
#homepageCarousel .carousel-inner>.item {
    height: 460px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.headerCaption {
    position: relative;
    display: inline-block;
    margin: 5% 0 0 0;
    padding: 20px;
    min-width: 200px;
    max-width: 500px;
    background: rgba(38, 69, 2, 0.8);
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
}
.headerCaption.subPage {
    min-width: 200px;
    max-width: 500px;
    margin: 20px 0 0 0;
    padding: 10px 20px 0 20px;
    background: rgb(82, 149, 5);
    background: rgba(82, 149, 5, 0.9);
}
.headerCaption.subPage:after {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 48px 30px 0 0;
    border-color: rgba(82, 149, 5) transparent transparent transparent;
    border-color: rgba(82, 149, 5, 0.9) transparent transparent transparent;
    position: absolute;
    display: inline-block;
    right: -30px;
    top: 0px;
    content: '';
}
/*before , .block1x3 h3 */
.headerCaption h1 {
    display: inline-block;
    clear: both;
    font-size: 24px;
    color: #ffffff;
    letter-spacing: 0px;
    line-height: 1.5;
    border-bottom: 1px solid #67b50c;
    padding: 0 30px 6px 0;
    margin: 0 0 20px 0;
    text-shadow: 0 1px 1px rgba(00, 00, 00, 0.75);
}
.headerCaption.subPage h1 {
    margin: 0 0 5px 0;
}
.headerCaption h1 i {
    margin: 0 10px 0 0;
	font-size: 24px;
}
.headerCaption p {
    line-height: 18px;
    font-size: 12px;
    color: #ffffff;
    margin: 0 0 10px 0;
}
.headerCaptionAngle {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 15px 440px 0 0;
    border-color: #529505 transparent transparent transparent;
}
.headerCaptionAngle.subPage {
    border-width: 15px 240px 0 0;
    border-color: rgba(82, 149, 5, 0.9) transparent transparent transparent;
}
.contentWrapper {
    min-height: 800px;
    background-image: url(images/bground-btm.png), url(images/bground-top.jpg);
    background-position: center bottom, center top;
    background-repeat: no-repeat;
    background-color: #f4f4f4;
    padding: 0 0 270px 0;
}
a.btn {
    text-decoration: none;
}
a.btn.btnGreen {
    background: #549805;
    text-decoration: none;
    color: #ffffff;
    text-shadow: 0 1px 0 #000000;
    font-size: 11px;
    text-transform: uppercase;
    border: none;
}
a.btn.btnGreen:hover {
    color: #ffffff;
    background: #70c111;
}
a.btn.btnSearchTags {
    -o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    transition: none;
    font-size: 12px;
}
a.btn.btnSearchTags i {
    margin: 0 1px 0 0;
}
/* ------------------------------------
   Calendar 
   ------------------------------------  */

.calendarContainer h2 {
    line-height: 24px;
    font-size: 24px;
    color: #4f4f4f;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #e9e9e9;
}
.calendarContainer h2 i {
    font-size: 20px;
    color: #777777;
}
.calendarBtnRow {
    margin-bottom: 0;
}
.calendar {
    width: 100%;
    font-size: 1em;
    line-height: 1.25em;
    border-collapse: collapse;
    border-spacing: 0;
}
.calendar th {
    text-align: left;
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
}
.calendar th,
.calendar th span {
    display: none;
}
.calendar tr {
    display: block;
}
.calendar td,
.calendar .day {
    margin: 1em 0 .5em 0;
}
.calendar .events {
    display: block;
    background: none;
}
.calendar ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.calendar li {
    display: block;
    position: relative;
    margin: 0 0 0.2em 0;
    padding: 0;
    height: 3.5em;
    background: #f2f7eb;
}
.calendar li a {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    padding: 1em 0 1em 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none;
    color: #549805;
}
.calendar li a:before {
    content: "\f073";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-right: 10px;
}
.calendar li a:hover {
    background: #e3f2d2;
}
.calendar tr td:nth-of-type(1n) .day:before {
    content: 'Monday ';
}
.calendar tr td:nth-of-type(2n) .day:before {
    content: 'Tuesday ';
}
.calendar tr td:nth-of-type(3n) .day:before {
    content: 'Wednesday ';
}
.calendar tr td:nth-of-type(4n) .day:before {
    content: 'Thursday ';
}
.calendar tr td:nth-of-type(5n) .day:before {
    content: 'Friday ';
}
.calendar tr td:nth-of-type(6n) .day:before {
    content: 'Saturday ';
}
.calendar tr td:nth-of-type(7n) .day:before {
    content: 'Sunday ';
}
.calendar .prev-month,
.calendar .next-month {
    display: none;
}
.calendar .day {
    text-align: left;
    background: #eef6e5;
    padding: 15px;
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    border: 1px solid #e4e6ea;
}
@media only screen and (min-width: 35em) {
    /*480*/
    
    .calendarBtnRow {
        margin-bottom: 10px;
    }
    .calendar tr {
        display: table-row;
    }
    .calendar th,
    .calendar td {
        display: table-cell !important;
        margin: 0;
        width: 14.2857%;
        padding: 0.4166em;
        border: 1px solid #e4e6ea;
        vertical-align: top;
    }
    .calendar th {
        padding: 1em;
    }
    .calendar .prev-month .day,
    .calendar .next-month .day {
        color: #bbb;
    }
    .calendar td .day {
        display: block;
        float: right;
        margin: 0;
        font-weight: normal;
    }
    .calendar .day {
        margin: 1em 0 .5em 0;
        font-weight: bold;
        text-align: left;
        background: none;
        padding: 0.5em 0.5em 0 0;
        border: none;
    }
    .calendar td .day:before {
        display: none;
    }
    .calendar td .suffix {
        display: none;
    }
    .calendar .events {
        display: block;
        background: #f2f7eb;
    }
    .calendar ul {
        margin: 0 1.75em 0 0;
    }
    .calendar li {
        height: 2.5em;
        background: none;
    }
    .calendar li a {
        padding: 0.5em 0;
    }
    .calendar li a:before {
        content: "";
        margin: 0;
    }
}
@media only screen and (min-width: 40em) {
    /*640*/
    /* show full days (e.g. "Mon" to "Monday") */
    
    .calendar th span {
        display: inline;
    }
}
@media only screen and (min-width: 40em) and (min-height: 20em) {
    .calendar td {
        height: 2.5em;
        /*30*/
    }
}
@media only screen and (min-width: 40em) and (min-height: 40em) {
    .calendar td {
        height: 6.25em;
        /*75*/
    }
}
/* ------------------------------------
   Home Features
   ------------------------------------  */

.homeFeature {
    min-height: 120px;
    position: relative;
    border-left: 10px solid #ffffff;
    border-right: 10px solid #ffffff;
    padding: 140px 0 0 0;
    background: #f3f3f3;
    background: -moz-linear-gradient(top, #f3f3f3 0%, #ffffff 67%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f3f3), color-stop(67%, #ffffff));
    background: -webkit-linear-gradient(top, #f3f3f3 0%, #ffffff 67%);
    background: -o-linear-gradient(top, #f3f3f3 0%, #ffffff 67%);
    background: -ms-linear-gradient(top, #f3f3f3 0%, #ffffff 67%);
    background: linear-gradient(to bottom, #f3f3f3 0%, #ffffff 67%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff', GradientType=0);
}
.homeFeatureArch {
    position: absolute;
    top: -45px;
    left: -10px;
    width: 370px;
    height: 0px;
    border-top: 100px solid #ffffff;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    background: #f2f2f2;
}
.homeFeatureArch .internalArch {
    position: absolute;
    top: -90px;
    left: 10px;
    width: 350px;
    height: 0px;
    border-top: 90px solid #f7f7f7;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    background: #f7f7f7;
}
.homeFeatureBtmAngleLeft, .homeFeatureBtmAngleRight {
    width: 0;
    height: 0;
    border-top: 25px solid rgba(255%, 255%, 255%, 1);
    border-left: 100px solid transparent;
}
.homeFeatureBtmAngleRight {
    float: right;
}
.homeFeatureBtmAngleCentre {
    width: auto;
    background: #ffffff;
}
.featureCircle {
    position: absolute;
    width: 250px;
    height: 250px;
    margin: -125px -125px 0 0;
    background: #f3f3f3;
    border: 8px solid #ffffff;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    top: -8%;
    right: 48%;
    -moz-border-radius: 250px;
    -webkit-border-radius: 250px;
    -o-border-radius: 250px;
    border-radius: 250px;
}
a.featureCircleIconContainer {
    width: 250px;
    height: 250px;
    position: relative;
    display: block;
    -o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    transition: none;
}
.featureCircleIcon {
    position: absolute;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #ffffff;
    font-size: 22px;
    margin: 0;
    background: #549805;
    border: 3px solid #ffffff;
    bottom: 10px;
    right: 10px;
    -moz-border-radius: 44px;
    -webkit-border-radius: 44px;
    -o-border-radius: 44px;
    border-radius: 44px;
}
.featureContent {
    text-align: center;
}
.featureContent h2 {
    font-size: 26px;
    letter-spacing: -1px;
    color: #549805;
    margin: 0 0 20px 0;
    border: none;
    padding: 0;
    line-height: 20px !important
}
.featureContent p {
    color: #000000;
    line-height: 16px;
    margin-bottom: 15px;
}
.block1x3 {
    line-height: 16px;
    background: #ffffff;
}
.block1x3 h3 i {
    margin-right: 7px;
    font-size: 20px;
}
.block1x3 p {
    margin-bottom: 15px;
}
.block1x3 ul, .block1x3 ul li ul li {
    /*list-style: none;*/
}
.block1x3 ul li {
    margin: 0 0 5px 0px;
}
.block1x3 ul li ul {
    margin: 10px 0 10px 0;
}
.block1x3 .imgMain {
    margin-top: 15px;
    border-bottom: 4px solid #cccccc;
}
.magB40 {
    margin-bottom: 40px;
}
.containerPad.listView .block1x3 .imgMain {
    margin-top: 0px;
    border-bottom: 4px solid #cccccc;
}
.containerPad.listView .row-fluid {
    margin-bottom: 20px;
}
.containerPad.listView .block1x3.text {
    float: right;
    margin: 0;
}
.containerPad.listView .block1x3.imageThumb {
    float: left;
    margin: 0;
}

.containerPad .block1x3.imageThumb img{
    margin-top: 0px !important;
}

.block1x3.blockNews p {
    font-size: 14px;
    margin-bottom: 0;
}
.block1x3.blockNews .smallDate {
    color: #000000;
    font-size: 12px;
    text-transform: uppercase;
    margin: 10px 0 15px 0;
}
.block1x3.blockNews .smallDate:last-child {
    margin: 0;
}
.news-scroll-pane {
    width: 100%;
    height: 350px;
    overflow: auto;
}
/* ------------------------------------
   Sub Pages
   ------------------------------------  */

.fullSearch {
    padding: 30px 15px 15px 15px;
    border: 5px solid #ffffff;
    background: #ffffff;
    background: -moz-linear-gradient(top, #f3f3f3 0%, #ffffff 67%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f3f3), color-stop(67%, #ffffff));
    background: -webkit-linear-gradient(top, #f3f3f3 0%, #ffffff 67%);
    background: -o-linear-gradient(top, #f3f3f3 0%, #ffffff 67%);
    background: -ms-linear-gradient(top, #f3f3f3 0%, #ffffff 67%);
    background: linear-gradient(to bottom, #f3f3f3 0%, #ffffff 67%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff', GradientType=0);
}
.fullSearch form {} .fullSearch form select {
    margin: 0 5px 0 0;
}
.fullSearch .btn-toolbar {
    float: left;
    margin: 0 5px;
}
.btn.btnFullSearch,
.btn.btnSearchTags,
form.cform input#sendbutton {
    color: #ffffff;
    text-shadow: 0 1px 1px rgba(00, 00, 00, 0.75);
    text-transform: uppercase;
    background: #6aa80a;
    background: -moz-linear-gradient(top, #6aa80a 0%, #418303 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6aa80a), color-stop(99%, #418303));
    background: -webkit-linear-gradient(top, #6aa80a 0%, #418303 99%);
    background: -o-linear-gradient(top, #6aa80a 0%, #418303 99%);
    background: -ms-linear-gradient(top, #6aa80a 0%, #418303 99%);
    background: linear-gradient(to bottom, #6aa80a 0%, #418303 99%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6aa80a', endColorstr='#418303', GradientType=0);
}
.btn.btnFullSearch:hover,
.btn.btnSearchTags:hover,
form.cform input#sendbutton {
    background: #87bc00;
    background: -moz-linear-gradient(top, #87bc00 0%, #5aa504 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #87bc00), color-stop(100%, #5aa504));
    background: -webkit-linear-gradient(top, #87bc00 0%, #5aa504 100%);
    background: -o-linear-gradient(top, #87bc00 0%, #5aa504 100%);
    background: -ms-linear-gradient(top, #87bc00 0%, #5aa504 100%);
    background: linear-gradient(to bottom, #87bc00 0%, #5aa504 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#87bc00', endColorstr='#5aa504', GradientType=0);
}
.tagContainer {
    padding: 15px 0 0 0;
    border-top: 1px solid #dddddd;
}
a.btn.btnTag {
    border: solid 1px #cdcdcd;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    padding: 0;
    background: #d6d6d6;
    color: #6a6a6a;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
    text-align: center;
    margin-bottom: 3px;
}
span.btnTagSpan {
    border: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    padding: 3px 10px;
    display: block;
    border-radius: 3px;
    overflow: hidden;
}
a.btn.btnTag.active {
    border: solid 1px #6fc508;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
    background: #76af21;
    background: -moz-linear-gradient(top, #76af21 0%, #448604 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76af21), color-stop(100%, #448604));
    background: -webkit-linear-gradient(top, #76af21 0%, #448604 100%);
    background: -o-linear-gradient(top, #76af21 0%, #448604 100%);
    background: -ms-linear-gradient(top, #76af21 0%, #448604 100%);
    background: linear-gradient(to bottom, #76af21 0%, #448604 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#76af21', endColorstr='#448604', GradientType=0);
}
a.btn.btnTag.active span.btnTagSpan {
    border: 1px solid #93c04e;
    border-top: 1px solid #93c04e;
    border-bottom: 1px solid #77a649;
}
ul.overviewTabs.nav {
    padding: 0;
}
ul.overviewTabs.nav.nav-tabs>li>a {
    text-decoration: none;
    background: #f6f6f6;
}
ul.overviewTabs.nav.nav-tabs>li>a:hover {
    color: #ffffff;
    text-shadow: 0 1px 0 #000000;
    background: #549805;
}
ul.overviewTabs.nav.nav-tabs>.active>a,
ul.overviewTabs.nav.nav-tabs>.active>a:hover,
ul.overviewTabs.nav.nav-tabs>.active>a:focus {
    color: #ffffff;
    background-color: #4f4f4f;
    border: 1px solid #ddd;
    text-shadow: 0 1px 0 #000000;
}
.overviewInfoBlock {
    padding: 10px;
    background: #f6f6f6;
    line-height: 14px;
    margin-bottom: 10px;
}
.row-fluid [class*="span"].overviewInfoBlock {
    min-height: 250px;
    color: #000;
}
.overviewInfoBlock.tickets {
    line-height: 18px;
    font-size: 12px;
}
.overviewInfoBlock h3 {
    margin: 0 0 10px 0;
}
.overviewInfoBlock p {
    margin: 0 0 10px 0;
}
.overviewInfoBlock p:last-child {
    margin: 0;
}
.tab-content h2:first-child {
    margin-top: 0;
}
ul.flickrThumbs li {
    float: left;
    width: 13%;
    margin: 0 0.6%;
    padding: 0;
    margin-bottom: 25px;
}
ul.flickrThumbs li img {
    border-bottom: 4px solid #63a309;
    display: block;
}
ul.flickrThumbs li a {
    display: block;
}
.containerPad.hero-image {
    padding: 10px;
}
.hero-image {
    width: auto;
    height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* AM amend styles for cForms */

form.contactForm,
form.cform {
    margin: 30px 0 0 0;
}
form.contactForm .btn,
form.cform input#sendbutton {
    margin: 0 0 20px 0;
    padding: 10px 0;
}
.whatsOnBlock .imgMain {
    width: 100%;
    margin-bottom: 15px;
    margin-top: 0;
}
.whatsOnBlock p {
    padding: 10px;
    margin: 0 0 2px 0;
    background: #fafafa;
}
.whatsOnBlock p.summary {
    background: #fff;
    min-height: 55px !important;
}
.containerPad.listView .row-fluid.nomargin {
    margin-bottom: 7px !important;
}
.whatsOnBlock p:last-child {
    margin: 0 0 7px 0;
}
.whatsOnBlock p i {
    text-align: center;
    display: inline-block;
    min-width: 14px;
    font-size: 14px;
    margin: 0 8px 0 0;
}
.btn.width50 {
    display: block;
}
.listView .btn.width50 {
    margin: 0 0 2px 0;
}
div#pagemap img {
    max-width: none;
}
.float-left {
    float: left !important;
}
.gridlayout .block1x3 p {
    min-height: 55px;
}
.gridlayout .whatsOnBlock p {
    min-height: 0px;
}
.eventRow {
    border-bottom: 1px dashed #e5e5e5;
    padding: 0 0 8px 0;
    margin: 0 0 12px 0;
}
.row-fluid.eventRow .span5 {
    width: 40%
}
.row-fluid.eventRow .span7 {
    width: 57%
}
.eventItem p {
    margin: 0 0 5px 0;
}
.eventItem p:last-child {
    margin: 0;
}
.eventItem p.title {
    font-size: 16px;
    color: #4f4f4f;
    border-bottom: 1px dashed #cccccc;
    padding: 0 0 5px 0;
}
.eventItem p i {
    margin-right: 8px;
}
.eventItem p.title i {
    margin-right: 3px;
}
.block1x3 .eventRow:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
#homemap {
    display: block;
    width: 100%;
    height: 350px;
}
#homemap img {
    max-width: none;
}
.listView #homemap {
    height: 500px;
}
#homemap .gm-style-iw {
    width: 200px;
}
#homemap .gm-style-iw div {
    min-width: 200px;
    overflow: hidden !important;
}
.widget {
    margin-bottom: 15px;
}
.widget form#newsletterForm input[type="text"] {
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
    padding-left: 5px;
    width: 98%;
}
.widget form#newsletterForm p {
    margin-bottom: -5px;
}
/* latest tweets */

p.tweetMeta {
    font-size: 0.9em;
}
div.singleTweet {
    border-bottom: 1px dashed #e5e5e5;
    padding: 0 0 8px 0;
    margin: 0 0 12px 0;
}
/* pagination */

ul.columnPagination {
    float: right;
    margin-top: 20px;
    font-size: 0.9em;
    background: #fff;
    padding: 10px;
}
ul.columnPagination li {
    float: left;
    list-style-type: none;
    margin-right: 7px;
}
ul.columnPagination li:last-child {
    margin-right: 0px;
}
ul.columnPagination li a {
    text-decoration: none;
    border: 1px solid #888;
    padding: 3px 5px;
}
ul.columnPagination li a:hover {
    background: #333;
}
ul.columnPagination li:hover a {
    color: #fff;
}
ul.columnPagination li span.current {
    background: #ccc;
    border: 1px solid #333;
    padding: 3px 5px;
}
.noheight {
    height: 0 !important;
    display: none !important;
}
#place-tags {
    position: relative;
    bottom: 10px;
    margin-top: 0px;
}
/* ------------------------------------
   Footer
   ------------------------------------  */

.footer {
    padding: 40px 0 10px 0;
    background: #1b3101;
}
.footerImages {} .footerFlower {
    position: absolute;
    right: 99px;
    top: -88px;
}
.footerLadybird {
    position: absolute;
    right: 65px;
    top: -58px;
}
.footer .footerHeader {
    font-size: 18px;
    color: #ffffff;
    border-bottom: 1px solid #6bbe0d;
    padding: 0 30px 5px 0;
    margin: 0 0 30px 0;
    clear: both;
}
.footer ul {
    margin: 0 0 10px 0;
}
.footer ul li {
    padding: 5px 0 5px 0;
    list-style-type: none;
}
.footer ul li a {
    font-size: 11pt;
    padding: 5px 20px 5px 0px;
    text-decoration: none;
    /*color: #96b276;*/
    color:#ffffff;
}
.footer ul li a:hover {
    color: #ffffff;
    background: #549805;
}
.footer ul li.contactInfo,
.footer ul li.contactInfo a {
    font-size: 11pt;
    color: #ffffff;
}
.footer .footerEccLogoContainer {
    position: relative;
    height: auto;
}
.footer .footerEccLogo {
    position: absolute;
    bottom: 0;
    right: 0;
}
.row-fluid.copyright {
    margin: 15px 0 0 0;
    color: #6f9643;
    font-size: 11px;
    line-height: 11px;
}
.row-fluid.copyright .designBy {
    text-align: right;
}
.row-fluid.copyright .designBy a {
    color: #6f9643;
    text-decoration: none;
}
.row-fluid.copyright .designBy a:hover {
    color: #ffffff;
}
/* AM - new styles */

div.mainContent img {
    margin-bottom: 10px;
}
div.mainContent img.pull-left {
    margin-right: 20px;
}
div.mainContent img.pull-right {
    margin-left: 20px;
}
div.formerror,
div.form-page-error {
    position: relative;
    background: #549805;
    padding: 15px;
    border-radius: 5px;
    text-transform: uppercase;
}
div.formerror:after,
div.form-page-error:after {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
div.formerror:after,
div.form-page-error:after {
    border-color: rgba(84, 152, 5, 0);
    border-top-color: #549805;
    border-width: 15px;
    left: 50%;
    margin-left: -15px;
}
div.form-page-error {
    padding: 5px;
    color: #fff;
    margin-bottom: 10px;
}
div.formsuccess {
    color: #fff;
}
div#pagemap {
    width: 100%;
    height: 300px;
    margin-top: 15px;
    border-bottom: 4px solid #63a309;
}
div.span12 div#pagemap {
    width: 100%;
}
div#pagemap img {
    max-width: none;
}
.float-left {
    float: left !important;
}
.gridlayout .block1x3 p {
    /*    min-height: 48px;*/
}
ul.columnPagination {
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    position: relative;
    left: -99999999em;
}
.headerCaption h1 i.icon-plus-sign,
.headerCaption h1 i.icon-minus-sign {
    display: none;
}
/* ------------------------------------
   Media Queries - Joy of joys...
   ------------------------------------  */

@media (max-width: 1199px) {
    .homeFeatureArch {
        top: -45px;
        left: -10px;
        width: 300px;
    }
    .homeFeatureArch .internalArch {
        top: -90px;
        left: 10px;
        width: 280px;
    }
    .eccLogo {
        width: 110px;
        right: 0px;
        bottom: 7px;
        top: auto;
    }
    .news-scroll-pane {
        height: 265px;
    }
    .featureCircle {
        right: 47%;
    }
    .footerFlower {
        right: -17px;
    }
    .footerLadybird {
        right: -40px;
    }
    .btn.btnSearchTags {
        padding-left: 7px;
        padding-right: 7px;
    }
    .fullSearch .btn-toolbar {
        margin: 0 6px;
    }
}
/* IPAD BEING STUPID IN PORTRAIT */

@media (max-width: 979px) and (orientation: portrait) {
    .homeFeatureArch {
        top: -50px;
        left: -10px;
        width: 228px;
    }
    .homeFeatureArch .internalArch {
        top: -90px;
        left: 10px;
        width: 208px;
    }
    .eccLogo {
        width: auto;
        right: 0px;
        top: 15px;
        bottom: none;
    }
    .yamm .yamm-content {
        padding: 20px 30px 20px 0;
    }
    .yamm-content .span2 {
        margin-left: 0;
    }
    .navbar .btn-navbar {
        margin-right: 165px;
        margin-bottom: 10px;
    }
    .featureCircle {
        width: 200px;
        height: 200px;
        margin: -100px -100px 0 0;
        top: 0;
        right: 46%;
        -moz-border-radius: 200px;
        -webkit-border-radius: 200px;
        -o-border-radius: 200px;
        border-radius: 200px;
    }
    a.featureCircleIconContainer {
        width: 200px;
        height: 200px;
    }
    .featureCircleIcon {
        bottom: 2%;
        right: 2%;
    }
    .news-scroll-pane {
        height: 201px;
    }
    .featureMag {
        margin-bottom: 20px;
    }
    .yamm-content .span3 {
        width: 100%;
        clear: both;
    }
    .yamm-content .span2 {
        float: none;
        width: auto;
    }
    .fullSearch .btn-toolbar {
        float: left;
        margin: 0 10px 0 0;
    }
}
@media (max-width: 979px) {
    .eccLogo {
        width: auto;
        right: 0px;
        top: 15px;
        bottom: none;
    }
    .navbar .btn-navbar {
        display: block;
    }
    .featureMag {
        margin-bottom: 20px;
    }
    ul.nav {
        padding: 0;
    }
    .featureCircle {
        right: 46%;
    }
    .footerFlower {
        right: -125px;
    }
    .footerLadybird {
        right: -200px;
    }
    .nav-collapse .nav>li>a,
    .nav-collapse .dropdown-menu a {
        padding: 9px 15px;
        font-weight: normal;
        color: #ffffff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
    .nav-collapse .nav>li>a,
    .nav-collapse .dropdown-menu a:hover {
        background: #549805;
    }
    .yamm-content ul li.viewAll a {
        padding: 10px 0 10px 10px;
        border-left: 5px solid #67b50c;
        background: #519206;
    }
    .yamm-content ul li.viewAll a {
        margin: 5px 0 20px 0;
    }
    .dropdownImage {
        margin: 0 0 20px 0;
    }
    .dropdownImage a {
        padding: 0!important;
        margin: 0!important;
    }
    .fullSearch .btn-toolbar {
        margin: 0 0 0 10px;
    }
    .btn.btnSearchTags {
        clear: both;
        margin: 5px 0 0 0;
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 979px) and (min-width: 768px) {
    .homeFeatureArch {
        top: -50px;
        left: -10px;
        width: 228px;
    }
    .homeFeatureArch .internalArch {
        top: -90px;
        left: 10px;
        width: 208px;
    }
    .eccLogo {
        width: auto;
        right: 0px;
        top: 15px;
        bottom: none;
    }
    .yamm .yamm-content {
        padding: 20px 30px 20px 0;
    }
    .yamm-content .span2 {
        margin-left: 0;
    }
    .navbar .btn-navbar {
        margin-right: 165px;
        margin-bottom: 10px;
    }
    .featureCircle {
        width: 200px;
        height: 200px;
        margin: -100px -100px 0 0;
        top: 0;
        right: 46%;
        -moz-border-radius: 200px;
        -webkit-border-radius: 200px;
        -o-border-radius: 200px;
        border-radius: 200px;
    }
    a.featureCircleIconContainer {
        width: 200px;
        height: 200px;
    }
    .featureCircleIcon {
        bottom: 2%;
        right: 2%;
    }
    .news-scroll-pane {
        height: 201px;
    }
    .featureMag {
        margin-bottom: 20px;
    }
    .yamm-content .span3 {
        width: 100%;
        clear: both;
    }
    .yamm-content .span2 {
        float: none;
        width: auto;
    }
    ul.flickrThumbs {
        width: 95%;
    }
    ul.flickrThumbs li {
        width: 32%;
        margin: 0.4%;
    }
}
@media (max-width: 767px) {
    .container.searchBar {
        padding: 0 10px;
    }
    .logo,
    .logoUp {
        left: 10px;
    }
    .homeFeatureArch {
        top: -50px;
        left: -10px;
        width: 103%;
    }
    .homeFeatureArch .internalArch {
        top: -90px;
        left: 10px;
        width: 97.1%;
    }
    .headerCaption h1,
    .block1x3 h3 {
        display: block;
    }
    .navbar .btn-navbar {
        margin-right: 10px;
        margin-bottom: 0px;
    }
    .featureMag {
        margin-bottom: 120px;
    }
    .featureMag.last-child {
        margin-bottom: 0px;
    }
    .featureCircle {
        right: 47%;
    }
    #searchForm {
        float: left;
    }
    #searchForm input[type="text"] {
        width: 110px;
        margin-left: 80%;
    }
    #searchBtn {
        margin-left: 80%;
    }
    .mainGraphic {
        height: 280px;
    }
    #homepageCarousel .carousel-inner>.item {
        height: 280px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
    .block1x3 .imgMain {
        display: block;
        text-align: center;
        width: 100%;
        clear: both;
        margin-bottom: 40px;
    }
    .imgMain.lastImg {
        margin-bottom: 15px;
    }
    .homepageGMap {
        margin-bottom: 40px;
    }
    .news-scroll-pane {
        width: 100%;
        height: 320px;
        overflow: auto;
    }
    .row-fluid.copyright,
    .row-fluid.copyright .designBy {
        text-align: center;
    }
    .footer {
        padding: 20px 10px 10px 10px;
        text-align: center;
    }
    .footer .footerHeader {
        padding: 0 0 5px 0;
    }
    .footer ul li a {
        padding: 5px 0;
    }
    .footer .footerHeader.mobileMag {
        margin: 30px 0 20px 0;
    }
    .footer .footerEccLogo {
        display: block;
        position: relative;
        text-align: center;
    }
    .fullSearch form input[type="text"],
    .fullSearch form select {
        margin-bottom: 5px;
    }
    .btn.btnFullSearch {
        display: block;
        padding: 10px 0;
        width: 100%;
        clear: both;
    }
    .fullSearch .btn-toolbar {
        margin: 10px 10px 0 0;
    }
    ul.overviewTabs.nav {
        margin: 5px 0 20px 0;
        padding: 0;
    }
    .btn.btnSearchTags {
        margin: 10px 0 0 0;
    }
    ul.flickrThumbs li {
        width: 49%;
        margin: 0.5%;
    }
    .containerPad.listView .block1x3 .imgMain {
        margin-top: 15px;
    }
    .hero-image {
        height: 200px;
    }
    .whatsOnBlock {
        margin: 0 0 30px 0;
    }
    .whatsOnBlock h3 {
        padding-right: 5px;
    }
    .whatsOnBlock .imgMain {
        margin-bottom: 15px;
    }
    .containerPad.listView.whatsOnBlock .row-fluid {
        margin: 0 0 0 0;
    }
    .containerPad.listView.whatsOnBlock .block1x3 .imgMain {
        margin: 5px 0 30px 0;
    }
}
@media (max-width: 600px) {
    .homeFeatureArch {
        top: -50px;
        left: -10px;
        width: 108%;
    }
    .homeFeatureArch .internalArch {
        top: -90px;
        left: 10px;
        width: 92.8%;
    }
    .featureCircle {
        width: 200px;
        height: 200px;
        margin: -100px -100px 0 0;
        top: 0;
        -moz-border-radius: 200px;
        -webkit-border-radius: 200px;
        -o-border-radius: 200px;
        border-radius: 200px;
    }
    a.featureCircleIconContainer {
        width: 200px;
        height: 200px;
    }
    .featureCircleIcon {
        bottom: 2%;
        right: 2%;
    }
}
@media (max-width: 400px) {
    .homeFeatureArch {
        top: -50px;
        left: -10px;
        width: 106%;
    }
    .homeFeatureArch .internalArch {
        top: -90px;
        left: 10px;
        width: 94%;
    }
}
.socialFB {
    background: url(../media/1266/facebook-logo-white-sml.png) no-repeat center left;
    background-size: 25px 25px;
    height: 25px;
    text-indent: 35px;
    text-align: center;
}
.socialTW {
    background: url(../media/1267/twitter_logo_white_small.png) no-repeat center left;
    background-size: 25px 25px;
    height: 25px;
    text-indent: 35px;
    text-align: center;
}

/*Home page*/
.mainGraphicSky {   
    height: 300px;
    background: #529505;
}

#homepageCarouselSky .carousel-innerSky>.item  {
    height: 300px;  
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
} span.bannerContent p a {
 text-decoration:none;
 color:#FFF; }/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
