/* Bootstrap general styling
---------------------------------------------------- */
a, .navbar .btn {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

img {
	max-width: 100%;
}

body {
	font-family: 'Open Sans',Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-weight: 400;
	padding-top: 50px;
	padding-bottom: 0px;
    background: #DCDCDC;
}
#body {
	background-color: #fff;
	padding: 20px 0;
}
#header {
	background-color: #fff;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #191853;
}

strong {
    font-weight: 700;
}


.btn {
	font-family: 'Open Sans',Helvetica,Arial,sans-serif;
	font-weight: 400;
    text-transform: uppercase;
}

.input-group-addon {
    color: #191853;
}

.label {
    border-radius: .0em;
}

.products .tooltip.top {
    margin-top:  55%;
    text-transform: uppercase;
}

.sections .tooltip.top {
    margin-top:  23%;
    text-transform: uppercase;
}

.btn-group .tooltip.top {
    margin-top:  -3px;
    text-transform: uppercase;
}



@media (min-width: 992px) {  /* sm - @media (min-width: 768px)    md - @media (min-width: 992px)    lg - @media (min-width: 1200px) */
.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}
    
.navbar-nav {
    float:none;
    margin: 0 auto;
    display: table;
    table-layout: fixed;
}
}

.navbar-inverse {
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
	font-weight: 400;
    text-transform: uppercase;
  	opacity: 1.0;
    border: 0px solid transparent;
    margin: -50px 0 -50px 0;
    padding-right: 20px;
    padding-left: 20px;
	border-radius: 0px 0px 0px 0px;
	-moz-border-radius:0px 0px 0px 0px;
	-webkit-border-radius:0px 0px 0px 0px;
}

.navbar-default {
	font-family: 'Open Sans',Helvetica,Arial,sans-serif;
	font-weight: 400;
    text-transform: uppercase;
    font-size: 17px;
  	opacity: 1.0;
    border: 0px solid transparent;
    margin: 0;
    z-index: 2;
	border-radius: 0px 0px 0px 0px;
	-moz-border-radius:0px 0px 0px 0px;
	-webkit-border-radius:0px 0px 0px 0px;
}

.navbar-inverse .nav > li > a {
    padding: 10px 10px;
}

@media (min-width: 992px) {  /* sm - @media (min-width: 768px)    md - @media (min-width: 992px)    lg - @media (min-width: 1200px) */
.navbar-default .nav > li > a {
    padding: 15px 27px;
}
}

.dropdown-menu {
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
	font-weight: 400;
    text-transform: none;
    border: 0px solid #e2eff7;
    border-radius: 0;   
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
}




/* Mobile navigation
---------------------------------------------------- */
.navbar-brand {
	padding: 15px 20px;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #fff;
}

.navbar-toggle {
	border: 0px solid #e2eff7;
}



/* Custom thumbnail code
---------------------------------------------------- */
.thumbnail.section {
    margin: 0 0 30px 0;
    padding: 0px;
    text-align: center;
    border-radius: 0px 0px 0px 0px;
	-moz-border-radius:0px 0px 0px 0px;
	-webkit-border-radius:0px 0px 0px 0px;
    border: 1px solid #dcdcdc;
    background: #fff
}

.thumbnail.section  .caption {
    padding: 10px 30px 30px 30px;
}

.thumbnail {
    margin: 15px 0 30px 0;
    padding: 0 0 0 0;
    text-align: center;
    border-radius: 0px 0px 0px 0px;
	-moz-border-radius:0px 0px 0px 0px;
	-webkit-border-radius:0px 0px 0px 0px;
    border: 1px solid #dcdcdc;
    background: #fff
}

.thumbnail .caption {
    padding: 10px;
}

.thumbnail:hover {
    background: #f5f5f5;
    border: 1px solid #b2b2b2;
}


/* Custom page styles
---------------------------------------------------- */
.page-top {
	padding:60px 0 0 0;
    margin:0px;
    background: #1A45BE url(../images/top-bg.jpg) no-repeat center bottom;
	background-size: 100%;
}

.banner {
	padding:0 0 30px 0;
    margin: 0;
    background: #f5f5f5;
    overflow: hidden;
	z-index: -1;
}

.banner .btn {
    margin: 30px 0 30px 0;
}

.logo {
	width:80%;
	margin:5px 0 20px 10%;
}

/* Additional navbar styling
---------------------------------------------------- */
@media (max-width: 768px) {
	.page-top {
	    padding: 0;
	}
	.logo {
		margin-top: 50px !important;
	}

	.page-top .col-lg-5 {
		background: transparent;
	}
	.page-top {
	    background: rgba(0, 0, 0, 0) url("../images/top-bg.jpg") no-repeat scroll center top / 100% auto;
	    margin: 0;
		background-size: cover;
	}

	.topContact {
		text-align: center;
	}
}
@media (min-width: 768px) {  /* sm - @media (min-width: 768px)    md - @media (min-width: 992px)    lg - @media (min-width: 1200px) */
	.logo {
		width:75%;
		margin:-5px 10% 5px 0%;
	}
	#body {
		min-height: 600px;
	}
	h1 {
		margin: 30px 0;
	}

	.topContact {
		text-align: right;
	}
}

@media (min-width: 992px) {  /* sm - @media (min-width: 768px)    md - @media (min-width: 992px)    lg - @media (min-width: 1200px) */
.logo {
	width:60%;
	margin:-10px 15% 5px 0%;
}
}

@media (min-width: 1200px) {  /* sm - @media (min-width: 768px)    md - @media (min-width: 992px)    lg - @media (min-width: 1200px) */
.logo {
	width:100%;
	margin:-30px 20% 5px 0%;
}
.products .thumbnail {
	min-height: 476px;
}

.thumbnail.section {
	min-height: 267px;
}
.header-margin {
    margin-bottom: 70px;
}
.topContact {
	text-align: right;
}

.topContact .message {
	font-size: 20px;
}
}

@media (min-width: 992px) and (max-width: 1200px) {  /* sm - @media (min-width: 768px)    md - @media (min-width: 992px)    lg - @media (min-width: 1200px) */
.logo {
	width:85%;
	margin:-15px 20% 5px 0%;
}
.products .thumbnail {
	min-height: 446px;
}

.thumbnail.section {
	min-height: 296px;
}
.header-margin {
    margin-bottom: 70px;
}
.topContact {
	text-align: right;
}

.topContact .message {
	font-size: 16px;
	margin-right: 20px;
	display: block;
	text-align: right;
}
#header #search input {
    width: 180px;
}
}

@media (min-width: 768px) and (max-width: 992px) {  /* sm - @media (min-width: 768px)    md - @media (min-width: 992px)    lg - @media (min-width: 1200px) */
.logo {
	width:105%;
	margin:-15px 20% 5px 0%;
}
.products .thumbnail {
	min-height: 446px;
}

.thumbnail.section {
	min-height: 324px;
}
.header-margin {
    margin-bottom: 70px;
}
.topContact {
	text-align: right;
}

.topContact .message {
	font-size: 15px;
	margin-right: 20px;
	display: block;
	text-align: right;
}
#header #search input {
    width: 180px;
}
}

@media (min-width: 768px) {  /* sm - @media (min-width: 768px)    md - @media (min-width: 992px)    lg - @media (min-width: 1200px) */
.header-margin {
    margin-bottom: 40px;
}
}    

.sections a, .products a {
    text-decoration: none;
}

.welcome {
    text-align: center;
    margin-bottom: 30px;
}

.image-column-width {
	width:100%;
}


/* Footer Code
---------------------------------------------------- */
#footer {
	width:100%;
	padding: 40px 0 !important;
	background-color: #eee;
	border-top: 1px solid #ddd;
	margin-top: 40px;
}

#footer h3{
	color: #676E7C;
    font-weight: 300;
    font-size: 19px;
}

#footer .footernav {
	margin: 10px -6px;
	padding: 0px;
}

#footer .footernav li {
	padding: 0 7px;
	margin-bottom:7px;
	line-height:13px;
}

#footer .footernav li a{
	color: #191853;
	text-decoration: none;   
}

#footer .footernav li a:hover{
	color: #fff;
}


.socialicons {
	margin-top: 20px;
}

#footerBottom {
	background-color: #191853;
	text-align: center;
	padding: 40px;
	color: #fff;
}
.footerBottom p {
	margin-bottom: 40px;
}
#footerBottom a {
	color: #ddd;
}






/* Text selection
---------------------------------------------------- */
::selection
{
	color:#fff;
	background-color:#191853;
}

::-moz-selection
{
	color:#fff;
}




/* Custom font colours
---------------------------------------------------- */
.message {
    padding: 0;
    text-transform: uppercase;
    text-align: center;
	font-weight: 400;
	font-size: 22px;
    line-height:28px;
}

.name {
    padding-bottom: 10px;
    text-transform: uppercase;
	font-family: 'Open Sans',Helvetica,Arial,sans-serif;
	font-weight: 400;
	font-size: 20px;
    line-height:24px;
}
.namesmall {
    padding-bottom: 10px;
    text-transform: uppercase;
	font-family: 'Open Sans',Helvetica,Arial,sans-serif;
	font-weight: 400;
	font-size: 16px;
    line-height:22px;
}

.price {
    padding-bottom: 10px;
    text-transform: uppercase;
	font-family: 'Open Sans',Helvetica,Arial,sans-serif;
	font-weight: 600;
	font-size: 17px;
    line-height:20px;
}

hr {
    clear:both;
    border-bottom:0;
    border-top: 3px dotted #fff;
    border-right:0;
    border-left:0;
    margin:0 0 25px 0;
    min-height: 0px;
    height:1px;
}



/*---------------------------------
	Responsive Video CSS:
 -----------------------------------*/	
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/*---------------------------------
	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);
}

.topContact .message {
	color: #fff;
	font-weight: 300;
}


.topContact .message {
	color: #fff;
	font-weight: 300;
}

.navbar {
	position: relative;
	z-index: 99999;
}


.space {
	display: block;
	height: 40px;
}

@media(max-width: 992px){
	.space {

	}
}

.mt40 { margin-top: 40px !important;}
strike { color: #ccc;}
.refine {
	padding-left: 0px;
	margin-bottom: 40px;
}
.refine li {
	list-style: none;
	display: inline-block;
	margin-right: 20px;
}
.refine a {
	color: #aaa;
}

.mt0 {
	margin-top: 0px;
}
.thumbnail > img, .thumbnail a > img {
	width: 100% !important;
}

.MarkupPagerNavOn > a {
    background: #1242BE none repeat scroll 0 0 !important;
    color: #fff !important;
}

.grey {
	border-color: #ddd;
	margin: 40px 0;
}


/* Google Map Overlay - height must match heigh on map in HTML
-------------------------------------------------------------------------- */
.map-overlay {
    background:transparent; 
    position:absolute; 
    width:100%;
    height:300px; 
    top:300px; 
    margin-top:-300px;
}


input, textarea { color: #000; }
.placeholder { color: #aaa; }


/*  ------------- Shop only styles  ---------------- */

.thumbnail {
	min-height: 320px;
}

.label {
	font-weight: normal;
	padding: 8px 20px;
	font-size: 100%;
}

.mb10 {
	margin-bottom: 10px;
}
.mt10 {
	margin-top: 10px;
}


.payment-logos {
	margin-top: 40px;
}