/* Bootstrap general styling
---------------------------------------------------- */

body {
	font-family: 'Roboto',Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-weight: 300;
	padding-top: 90px;
	padding-bottom: 0px;
    background: #353256;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Roboto',Helvetica,Arial,sans-serif;
	font-weight: 300;
	font-size: 21px;
	line-height: 1.2;
}

strong {
    font-weight: 500;
}

.navbar {
	font-family: 'Roboto',Helvetica,Arial,sans-serif;
	font-weight: 300;
	font-size: 15px;
  	opacity: 1.0;
    margin-bottom: 0px;
	border-radius: 0px 0px 0px 0px;
	-moz-border-radius:0px 0px 0px 0px;
	-webkit-border-radius:0px 0px 0px 0px;
    border: 0px solid transparent;
    background: #322f53 url(../images/nav-gradient.png) repeat-x;
}

@media (min-width: 768px) {  /* sm - @media (min-width: 768px)    md - @media (min-width: 992px)    lg - @media (min-width: 1200px) */
.navbar-collapse {
    max-height: 340px;
    padding-right: 15px;
    padding-left: 0px;
    overflow-x: visible;
    border-top: 0px solid transparent;
    box-shadow: 0px 0px 0px rgba(255, 255, 255, 0.1) inset;
    border: 0px solid #dc2f37;
}
}

.btn {
	font-family: 'Roboto',Helvetica,Arial,sans-serif;
	font-weight: 400;
	/*border-radius:10px 10px 10px 10px;
	-moz-border-radius:10px 10px 10px 10px;
	-webkit-border-radius:10px 10px 10px 10px;*/
}

.thumbnail {
    margin-top: 10px;
    padding: 0px;
    background: url(../images/opacity.png);
    border-top: 3px solid #dc2f37;
    border-left: 0px solid #ffffff;
    border-right: 0px solid #ffffff;
    border-bottom: 0px solid #ffffff;
    border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.thumbnail .caption {
    padding: 30px 50px 50px 50px;
    color: #aaaace;
}

.navbar-toggle {
    border: 0px solid transparent;
}

.media > .pull-right {
    margin-left: 50px;
    margin-top: 30px;
}

.media > .pull-left {
    margin-right: 50px;
    margin-top: 30px;
}


/* Equal Heights
---------------------------------------------------- */
.equal-heights {	
}

/* Custom page styles
---------------------------------------------------- */

.page-top {
	padding:0px;
    width:100%;
    position:fixed;
    top:0;
    z-index:999;
}

.shadow {
    height:450px;
    background: url(../images/shadow.png) repeat-x;
    width:100%;
    position:fixed;
    top:0;
    z-index:-10;
}

.logo {
	width:70%;
	margin:0px 0 20px 15%;
}

@media (min-width: 768px) {  /* sm - @media (min-width: 768px)    md - @media (min-width: 992px)    lg - @media (min-width: 1200px) */
.logo {
	width:100%;
	margin:0 0 20px 0%;
}
}

.top-margin {
    margin-top:5%;
}

.bottom-margin {
    margin-bottom:15%;
} 

.image-column-width {
	width:100%;
}

.content-text {
	margin:0px;
    padding:0px;
}

.content-image {
	margin:0px;
    padding:0px;
}

@media (min-width: 768px) {  /* sm - @media (min-width: 768px)    md - @media (min-width: 992px)    lg - @media (min-width: 1200px) */
.content-text {
	margin:0px;
    padding:0 50px 0 0;
}

.content-image {
	margin:0px;
    padding:30px 0 0 0;
}
}

#footer {
	min-height:90px;
	width:100%;
    margin-top:20px;
	margin-bottom:0px;
	padding:25px 0 20px 0;
	background: #211f36;
	color: #aaaace;
}

@media (min-width: 768px) {  /* sm - @media (min-width: 768px)    md - @media (min-width: 992px)    lg - @media (min-width: 1200px) */
#footer {
	min-height:90px;
	width:100%;
    margin-top:20px;
	margin-bottom:0px;
	padding:25px 0 20px 0;
	background: #211f36;
	color: #aaaace;
    position:relative;
    bottom:0px;
}
}

#footer .footernav {
	margin: 5px -6px;
	padding: 0px;
}

#footer .footernav li {
	padding: 0 7px;
	margin-bottom:5px;
	border-right: 1px solid #dc2f37;
	line-height:13px;
	display:inline-block;
	float:left;
}

#footer .footernav li:last-child {
	border: none; 
}

#footer .footernav li a{
	color: #dc2f37;
	text-decoration: none;   
}

#footer .footernav li a:hover{
	color: #ffffff;
}

#footer .webdesignby{
	color: #aaaace;
	text-align: left;
	clear:both;
}


#footer .webdesignby a{
	color: #dc2f37;
	text-shadow:none;
	text-decoration: none; 
}

#footer .webdesignby a:hover{
	color: #ffffff;
}

@media (min-width: 768px) {  /* sm - @media (min-width: 768px)    md - @media (min-width: 992px)    lg - @media (min-width: 1200px) */
#footer .webdesignby{
	color: #aaaace;
	text-align: right;
	clear:both;
}


#footer .webdesignby a{
	color: #dc2f37;
	text-shadow:none;
	text-decoration: none; 
}

#footer .webdesignby a:hover{
	color: #ffffff;
}
}


::selection
{
	color:#fff;
	background-color:#dc2f37;
}

::-moz-selection
{
	color:#fff;
	background-color:#dc2f37;
}

.hover:hover{
	/* ANIMATION CODE - this must be included! */
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
    animation-fill-mode: both;
	/* ANIMATION TYPE */
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	-o-animation-name: pulse;
	animation-name: pulse;
	/* ANIMATION DURATION */
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
	-o-animation-duration: 0.4s;
	animation-duration: 0.4s;
}



/* Custom font colours
---------------------------------------------------- */
.box-header {
    margin-bottom: 15px;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 26px;
	color: #ffffff;
}

.news-item-header {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 16px;
    line-height: 19px;
	color: #ffffff;
}

.sub-header {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #dc2f37;
}

.icon {
    margin-right:3px;
}

hr {
    clear:both;
    border-bottom:0;
    border-top:1px solid #48465d;
    border-right:0;
    border-left:0;
    margin:15px 0;
    min-height: 0px;
    height:1px;
}

.call {
	padding:0px 0 20px 0;
	text-align:center;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 23px;
    line-height: 21px;
	color: #aaaace;
}

@media (min-width: 768px) {  /* sm - @media (min-width: 768px)    md - @media (min-width: 992px)    lg - @media (min-width: 1200px) */
.call {
	padding:60px 0 0 0;
	text-align:right;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 23px;
    line-height: 21px;
	color: #aaaace;
}
}

/*---------------------------------
	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);
}

.flex-control-thumbs img {
	border-width: 1px !important;
}

.fancybox > img {
    border: 1px solid #fff;
    margin: 0 10px 10px 0;
    width: 45%;
}

.img100 {
	width: 100% !important;
	height: auto;
}