@import url('//fonts.googleapis.com/css?family=Lato:400,300');
* {
font-family: "Raleway", Helvetica, Arial, sans-serif;
}
body {
	background-color: #ffffff /*{body|background-color}*/;
	background-image: none /*{body|background-image}*/;
	color: #333333 /*{body|text-colour}*/;
}
#main-content {
	background-color: #ffffff;
}
#main-content > .row:first-child > .col-xs-12 {
	padding-top:0px;
}
a{
	color: #000000 /*{body|link-colour}*/
}
a:hover, a:active {
	color: #004aff /*{body|link-colour-hover}*/
}
.topbar--Wrap--container {
	background-color: #1c3f95 /*{header|topbar-background-colour}*/;
}
.topbar--Wrap .topbar--wrap--nav > li > a {
	color: #ffffff /*{header|topbar-link-colour}*/;
}
.topbar--Wrap .topbar--wrap--nav > li > a:hover,
.topbar--Wrap .topbar--wrap--nav > li > a:active {
	color: #ffffff /*{header|topbar-link-colour}*/;
	font-weight:bold;
}
#header-cart > a {
	color: #ffffff /*{header|topbar-link-colour}*/;
}
#header-cart > a:hover,
#header-cart > a:focus {
	color: #ffffff /*{header|topbar-link-colour}*/;
	text-decoration: none;
}
.checkout-link {
	color: #ffffff /*{header|topbar-link-colour}*/;
}
.wrapper-header {
	background-color: #ffffff /*{header|background-colour}*/;
	border:none;
	margin-bottom:0px;
}
.navbar {
	margin-bottom: 0;
	background-color: transparent;
	border-color: transparent;
}
@media (max-width: 767px) {
	.navbar-nav .dropdown-menu > li > a {
		color: #ffffff /*{header|topbar-link-colour}*/;
	}
}
.wrapper-footer {
	background-color: #1c3f95 /*{footer-background-color}*/;
	color: #ffffff /*{footer|text-colour}*/;
}
.wrapper-footer a{
	color: #ffffff /*{footer|link-colour}*/;
}
.wrapper-footer a:hover, .wrapper-footer a:active {
	color: #c7c7c7 /*{footer|link-colour-hover}*/
}
.nav > li > a:hover, .nav > li > a:focus {
	background:rgba(0, 0, 0, 0);
	font-weight:bold;
}
#left-sidebar .panel {
	box-shadow: none;
}
.btn-primary {
	color: #FFFFFF;
	background-color: #000000 /*{buttons|primary-colour}*/;
	border-color: #000000 /*{buttons|primary-colour}*/;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	color: #FFFFFF;
	background-color: #000000 /*{buttons|primary-colour}*/;
	border-color: #000000 /*{buttons|primary-colour}*/;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	background-color: #000000 /*{buttons|primary-colour}*/;
	border-color: #000000 /*{buttons|primary-colour}*/;
}
.btn-success {
	color: #ffffff;
	background-color: #d66c6c /*{buttons|secondary-colour}*/;
	border-color: #d66c6c /*{buttons|secondary-colour}*/;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
	color: #ffffff;
	background-color: #d66c6c /*{buttons|secondary-colour}*/;
	border-color: #d66c6c /*{buttons|secondary-colour}*/;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
	background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
	background-color: #d66c6c /*{buttons|secondary-colour}*/;
	border-color: #d66c6c /*{buttons|secondary-colour}*/;
}