/* Bootstrap general styling
---------------------------------------------------- */
a, .btn {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

body {
	font-family: 'Open Sans',Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-weight: 400;
	padding-top: 0px;
	padding-bottom: 0px;
    background: #ffffff;
}

#footer .webdesignby a {
		font-weight: bold;
}

@media (min-width: 768px) {  /* sm - @media (min-width: 768px)    md - @media (min-width: 992px)    lg - @media (min-width: 1200px) */
body {
	font-family: 'Open Sans',Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-weight: 400;
	padding-top: 185px;
	padding-bottom: 0px;
    background: #ffffff;
}
}

h2, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Open Sans',Helvetica,Arial,sans-serif;
	font-weight: 700;
	color: #333;
}

strong {
    font-weight: 700;
}

.navbar {
    border-top: 0px solid #fff;
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
    border-bottom: 8px solid #942a8f;
    margin:0px;
}

@media (min-width: 768px) {  /* sm - @media (min-width: 768px)    md - @media (min-width: 992px)    lg - @media (min-width: 1200px) */
.navbar {
    border-top: 0px solid #fff;
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
    border-bottom: 10px solid #942a8f;
    margin:0px;
	border-radius: 0px 0px 0px 0px;
    padding:70px 0 20px 0;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}

.animated-nav-padding {
    padding:30px 0 10px 0;
}
    
.navbar-collapse {
    max-height: 340px;
    padding-right: 0px;
    padding-left: 0px;
    overflow-x: visible;
    border-top: 0px solid transparent;
    box-shadow: 0px 0px 0px rgba(255, 255, 255, 0.1) inset;
}
}
    
.navbar-toggle {
    border: 0px solid transparent;
    margin: 60px 0 0 0;
}

.navbar-nav > li > .dropdown-menu {
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
	font-weight: 400;
    border: 0px solid #e2eff7;
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
}

.navbar-default .navbar-nav > li > a {
	font-family: 'Droid Sans',Helvetica,Arial,sans-serif;
	font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.btn {
    border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	-webkit-border-radius:0px;
}
   



/* Custom page styles
---------------------------------------------------- */
.page-top {
    width:100%;
	padding:0px;
    margin:0px;
    background:#fff;
    position:relative;
}

@media (min-width: 768px) {  /* sm - @media (min-width: 768px)    md - @media (min-width: 992px)    lg - @media (min-width: 1200px) */
.page-top {
    width:100%;
	padding:0px;
    margin:0px;
    background:#fff;
    position:fixed;
    top:0px;
    z-index:99;
}
}

.logo {
	width:120px;
	margin:10px 0 10px 5px;
}

@media (min-width: 768px) {  /* sm - @media (min-width: 768px)    md - @media (min-width: 992px)    lg - @media (min-width: 1200px) */
.logo {
	width:140px;
	margin:-55px 0 0 0;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}

.animated-logo {
    padding-right: 60px;
    margin:-20px 0 0 0;
 
}
}

.image-column-width {
	width:100%;
}
    
.image-content-column {
	width:100%;
    margin-bottom: 30px;
}

.banner-box {
    width:100%;
    background: #f5f5f5;
    overflow: hidden;
}

.light-grey-box {
    width:100%;
	padding:35px 0 10px 0;
    margin:0 0 40px 0;
    background: #f5f5f5;
}

.dark-grey-box {
    padding: 35px 30px 20px 30px;
    margin:-35px 0 40px 0;
    background: #8c8c8c;
    color: #fff;
}

.dark-grey-box h1{
    color: #fff;
    letter-spacing: 1px;
    font-size: 28px;
    line-height: 31px;
}

.innerbox {
    background: #fff;
    padding:30px;
    margin-bottom: 30px;
    border-top: 0px solid #eaeaea;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    overflow: hidden;
}

.animated-innerbox {
    border-top: 8px solid #eaeaea;
    background: #fff;
}

#footer {
	padding:0px;
	margin-top:0px;
    margin-bottom:40px;
	background:#fff;
	color: #555555 ;
}

#footer .footernav {
	margin: 5px -6px 30px;
	padding: 0px;
    overflow: hidden;
    font-size: 12px;
}

#footer .footernav li {
	padding: 0 7px;
    margin-bottom: 5px;
	border-right: 1px solid #942a8f;
	line-height:13px;
	display:inline-block;
	float:left;
}

#footer .footernav li:last-child {
	border: none; 
}

#footer .footernav li a{
	color: #942a8f;
	text-decoration: none;   
}

#footer .footernav li a:hover{
	color: #555555 ;
}

#footer .webdesignby{
	color: #555555 ;
	text-align: left;
	clear:both;
    font-size: 12px;
    margin-top: 40px;
}

#footer .webdesignby a{
	color: #555555 ;
	text-shadow:none;
	text-decoration: none; 
}

#footer .webdesignby a:hover{
	color: #942a8f;
}

::selection
{
	color:#fff;
	background-color: #942a8f;
}

::-moz-selection
{
	color:#fff;
	background-color: #942a8f;
}



/* Flexslider Additions
---------------------------------------------------- */
/*
.slides .flex-active-slide, .slides .clone .flex-active-slide {
	opacity: 1.0!important;
	-webkit-transition: all 1.0s ease-in-out;
    -moz-transition: all 1.0s ease-in-out;
    -o-transition: all 1.0s ease-in-out;
    transition: all 1.0s ease-in-out;
}

.slides li {
	opacity: 1.0;
	-webkit-transition: all 1.0s ease-in-out;
    -moz-transition: all 1.0s ease-in-out;
    -o-transition: all 1.0s ease-in-out;
    transition: all 1.0s ease-in-out;
}
*/

.flex-active-slide .banner-box-heading {
    font-family: 'Droid Sans',Helvetica,Arial,sans-serif;
	font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 28px;
    line-height: 31px;
    padding: 15px 30px;
    margin-top: -80px;
    color: #fff;
    background: url(img/opacity.png) repeat;
    opacity: 1.0;
    position: relative;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    -webkit-animation-delay:0.7s;
    -moz-animation-delay:0.7s;
    -o-transition-delay:0.7s;
    transition-delay:0.7s;
}

.banner-box-heading {
    font-family: 'Droid Sans',Helvetica,Arial,sans-serif;
	font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 28px;
    line-height: 31px;
    padding: 25px 30px;
    margin-top: -90px;
    color: #f5f5f5;
    background: url(img/opacity.png) repeat;
    opacity: 0.0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}



/* Custom font colours
---------------------------------------------------- */
h1, .content-header {
    font-family: 'Droid Sans',Helvetica,Arial,sans-serif;
	font-weight: 400;
    text-transform: uppercase;
	font-size: 22px;
    letter-spacing: 1px;
    line-height:25px;
    color: #942a8f;
    padding-bottom: 10px;
    margin-top: 0px;
}

h3, .sub-header {
    font-family: 'Droid Sans',Helvetica,Arial,sans-serif;
	font-weight: 400;
    text-transform: uppercase;
	font-size: 22px;
    letter-spacing: 1px;
    line-height:25px;
    color: #942a8f;
    padding-bottom: 10px;
}

hr {
    clear:both;
    border-bottom:0;
    border-top:1px solid #e6e6e6;
    border-right:0;
    border-left:0;
    margin:20px 0;
    min-height: 0px;
    height:1px;
}

.grey-icon {
    font-size: 32px;
    color: #8c8c8c;
    margin-right: 10px;
}



/*---------------------------------
	Overthrow CSS:
   	Enable overflow: auto on elements with overthrow
	class when html element has overthrow class too
-----------------------------------*/	
.overthrow-enabled .overthrow {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
	-webkit-transform: translate3d(0,0,0);
}



/*----------- Over rides Jul 14 MS -------------*/

input, textarea { margin: 0 0 15px 0;}

#map iframe{
    pointer-events:none;
}