/* Page */
body {
    overflow-x: hidden;
}
body.noscroll {
	overflow:hidden;
}
* {
/*	border: 1px dashed red; */
}

/* reset */
a,
a:hover {
	text-decoration:none;
}

/* Fix up BS */
input[type=image] {
	width: auto;
	height: auto;
}
.img-responsive {
	width: auto;
}

/* content defaults */
blockquote {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: none;
	font-style: italic;
	margin: 0px 0px 20px 0px;
	padding: 0.25em 40px;
	line-height: 1.45;
	position: relative;
}
blockquote:before {
	display: block;
	content: "\201C";
	font-size: 80px;
	position: absolute;
	left: 0px;
	top: -20px;
}
blockquote cite {
	display: block;
	margin-top: 5px;
}
blockquote cite:before {
	content: "\2014 \2009";
}
ul.multicolumn {
	overflow:hidden;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}
ul.multicolumn li {
	float:left;
	display:inline;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #f0f0f0;
}
ul.double li  { width:50%;}
ul.triple li  { width:33.333%; }
ul.quad li    { width:25%; }

.responsive-embed {
	position: relative;
	padding-bottom: 67.5%;
	height: 0;
	overflow: hidden;
	margin-bottom: 20px;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Header */
header.coverpage {
    text-align: center;
    color: #fff;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* Navigation */
.navstyle1,
.navstyle2,
.navstyle3,
.navstyle4,
.navstyle5 {
	background-color: transparent;
	border: none;
	min-height: auto;
	margin: 0px;
	padding: 0px;
}
.navstyle1 {
	padding: 10px 0px 10px 0px;
	border: 0;
}
.navstyle1 h1.navbar-brand {
	margin: 0px;
	height: 30px;
	padding: 8px 0px 0px 20px;
}
.navstyle2 .tagline,
.navstyle3 .tagline {
	text-align: right;
}
.navstyle1 .dropdown:hover>.dropdown-menu,
.navstyle2 .dropdown:hover>.dropdown-menu,
.navstyle3 .dropdown:hover>.dropdown-menu,
.navstyle4 .dropdown:hover>.dropdown-menu,
.navstyle5 .dropdown:hover>.dropdown-menu {
	display: block;
}
.navstyle5 .tagline {
	padding: 0px;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu ul li {
	width: 350px;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.caret-right {
	position: relative;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 4px solid;
    display: inline-block;
    height: 0;
    width: 0;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
}

/* sections */
section {
	padding: 0px;
	margin: 0px;
}
section.parallax {
	background-position: 50% 0%;
    background-attachment: fixed;
    background-repeat: repeat;
	background-size:100% 100%;
/*
	background-size: 50% 0;
	height: auto; 
	margin: 0 auto;
	position: relative;
	padding: 100px 0;
*/
}
.section-diamondmenu {
	padding: 0px;
}
.hoverlink:hover {
	cursor: pointer;
}
header.boxed .container,
footer.boxed .container,
section.boxed .container {
	background-color: white;
}
.diamondswrap .iteminfo {
	width: 100%;
	height: 100%;
	cursor: pointer;
	padding-top: 100px;
	color: white;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.diamondswrap .item:hover .iteminfo {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}
.diamondswrap .iteminfo:hover {
	background: rgba(0, 0, 0, 0.7);
}
.diamondswrap .item {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0% 0;
    background-position: center center;
    background-size: 400px;
/*    background-size: cover; */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.diamonds {
	width: 2000px;	
	position: relative;
	left: -200px;
	top: -200px;
	text-align: center;
	overflow: visible;
	white-space: nowrap;
	display: inline-block;
}

.diamond-row-wrap {
    text-align: center;
    position: relative;
    float: left;
    clear: both;
}
.diamond-row-upper, .diamond-row-lower {
    overflow: visible;
    clear: both;
    width: 100%;
}
.diamond-row-lower {
    position: absolute;
    bottom: 0;
}
.diamond-row-lower .diamond-box {
	margin-left: 64.644660941%; /* 1 - 1 / sqrt(2) / 2 */
	margin-top: 64.644660941%;
}

.diamond-box-wrap {
    float: left;
}
.diamond-box {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

    overflow: hidden;
    
    position: relative;
    z-index: 1;
    
    width: 70.710678118%; /* x = sqrt(x^2 / 2) = 1 / sqrt(2) = 0.70710678118 */
    height: 70.710678118%;
    margin: 14.644660941%;
    
    border: 1px solid transparent;
}

.diamond-box-inner {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);

    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    
    width: 141.421356237%; /* sqrt(2) */
    height: 141.421356237%;
    margin: -20.7106781185% 0 0 -20.7106781185%; /* (1 - sqrt(2)) / 2 */
}

/* back to top */
#back-top a{position:fixed;bottom:30px;right:30px;color:#eee;background-color:rgba(0,0,0,0.3);-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-ms-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease;padding:10px;border-radius:5px;text-align:center}
#back-top a:hover{background-color:rgba(0,0,0,0.7)}

/* buttons and icons */
.btn {
display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px;
}
ul.largesocialicons {
    margin-bottom: 0;
}
ul.largesocialicons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

/* forms */
.form-group.required .control-label:after {
	font-family: 'FontAwesome';
	font-weight: normal;
	font-size: 9px;
	content: " \f069";
	color: red;
	vertical-align:top;
}

/* Custom, iPhone Retina col-xs- */
@media only screen and (min-width : 320px) {
	header.coverpage .coverpageinner {
		padding-top: 80px;
		padding-bottom: 70px;
	}
	section {
/* 		padding: 12px 0px 12px 0px; */
	}
	#back-top a i{font-size:1em}
}

/* Small Devices, Tablets col-sm- */
@media only screen and (min-width : 768px) {
	#back-top a i{font-size:3em}
	header.coverpage .coverpageinner {
		padding-top: 150px;
		padding-bottom: 150px;
	}
}

/* Medium Devices, Desktops - col-md- */
@media only screen and (min-width : 992px) {
	header.coverpage .coverpageinner {
		padding-top: 250px;
		padding-bottom: 250px;
	}
}

/* Large Devices, Wide Screens - col-lg- */
@media only screen and (min-width : 1200px) {
}

/* Stylesheet: layout v3 Modified On 2016-08-29 14:56:51 */
/* image borders */
iframe {
	border-radius: 10px;
}
section p img.pull-right {
	max-width: 50%;
	margin-left: 20px;
	margin-bottom: 10px;
}
section p img.pull-left {
	max-width: 50%;
	margin-right: 20px;
	margin-bottom: 10px;
}
section p img.pull-left,
section p img.pull-right,
section p img.img-responsive {
	-webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, .2);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 3px solid #fafafa;
}
img.img-icon {
	margin-top: 10px;
	margin-bottom: 10px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none !important;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

/* sections */
.firstsection {
/*	padding-top: 100px; */
}
section.shaded {
	box-shadow:	inset 0px 20px 20px -7px rgba(0,0,0,0.1);
	padding-top: 20px;
	padding-bottom: 20px;
}
/* sections - diamond menu */
.diamond-box-wrap {
    width: 250px;
    height: 250px;
}
#imagemenu .iteminfo h2 {
	margin: 0px;
	padding: 0px;
	font-size: 30px;
}
#imagemenu .iteminfo h3 {
	padding: 30px 0px 30px 0px;
	margin: 0px;
	font-size: 17px;
	text-transform:uppercase;
}
#imagemenu .iteminfo i {
	font-size: 40px;
}

/* Footer */
ul.largesocialicons li a {
    color: #fff;
    background-color: #222;
}

ul.largesocialicons li a:hover,
ul.largesocialicons li a:focus,
ul.largesocialicons li a:active {
    background-color: #fed136;
}

/* Custom, iPhone Retina col-xs- */
@media only screen and (min-width : 160px) {
}

/* Small Devices, Tablets col-sm- */
@media only screen and (min-width : 768px) {
}

/* Medium Devices, Desktops - col-md- */
@media only screen and (min-width : 992px) {
}

/* Large Devices, Wide Screens - col-lg- */
@media only screen and (min-width : 1200px) {
}

/* Stylesheet: lookandfeel v3 Modified On 2016-08-19 15:36:12 */
/* body */
* { /* border: 1px dashed black;  */ }

/* fonts */
navbar-brand h1,
section h1,
section h2,
section h3,
section h4,
section h5,
footer h5,
section h6 {
    font-family: 'Exo 2';
	font-weight: 700;
}
.redbutton a,
header button,
footer p,
footer p a,
footer ul li,
section p,
section ul li,
section p a,
section p a:hover,
section .table tr th,
section .table tr td,
section table tr th,
section table tr td,
.form-group .control-label,
.form-group .form-control {
    font-family: 'Exo';
}
section p strong {
	font-weight: 700;
}
section blockquote {
	font-family: Georgia, serif;
}
/* sections */
section.black {
	background-color:#161517;
	padding-top: 25px;
	padding-bottom: 10px;
}
section.darkgrey {
	background-color:#3f4144;
	padding-top: 15px;
	padding-bottom: 15px;
}
section.white {
	background-color: white;
	padding-top: 70px;
	padding-bottom: 70px;
}
section.grey {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #f5f5f5;
}

/* Default colours */
h1.navbar-brand a {
	color: #b1cb49;
}
section {
	background-color: white;
}
section.boxed {
	background-color: transparent;
}
section p,
section ul li,
section .table tr th,
section .table tr td,
section .form-group .control-label,
section .form-group .form-control {
	color: black;
}
/*
section ul {
	list-style: none;
	padding-left: 20px;
}
section ul li {
	background: url('images/bullet.png') no-repeat left 5px;
	padding-left: 25px;
}
*/
section p a {
	color: #333333;
	text-decoration:underline;
}
section p a:hover {
	color: #01469d;
}
.btn-top {
	border-radius: 0px;
	background-color: red;
	border-color: red;
	color: white;
}
::-webkit-input-placeholder {
   color: red;
}
:-moz-placeholder { /* Firefox 18- */
   color: red;  
}
::-moz-placeholder {  /* Firefox 19+ */
   color: red;  
}
:-ms-input-placeholder {  
   color: red;  
}
#searchbox {
	color: red;
	border-radius: 0px;
	border: 1px solid white;
}
.btn-top:hover
.btn-top:active {
	background-color: red;
	border-color: red;
	color: #01469d;
}
.btn-small {
	background-color: red;
	border-color: rec;
	color: white;
	border-radius: 0px;
	text-decoration:none;
}
.btn-small:hover,
.btn-small:focus,
.btn-small:active,
.btn-small.active {
	background-color: red;
	border-color: rec;
	color: white;
	text-decoration:none;
}
.btn-smallblue {
	background-color: #01469d;
	border-color: #01469d;
	color: white;
	border-radius: 0px;
	text-decoration:none;
}
.btn-smallblue:hover,
.btn-smallblue:focus,
.btn-smallblue:active,
.btn-smallblue.active {
	background-color: #01469d;
	border-color: #01469d;
	color: white;
	text-decoration:none;
}
.redbutton {
	text-align:center;
	background-color: red;
}
.redbutton a,
.redbutton a:hover {
	color: white;
	font-weight: bold;
}
header.navstyle4 {
	position:fixed;
	top: 0px;
	left: 0px;
	z-index: 2000;
}
.headerrow1 .btn-small {
	background-color: white;
	border-color: white;
	color: #01469d;
}
.headerrow1 .btn-small:hover,
.headerrow1 .btn-small:focus,
.headerrow1 .btn-small:active,
.headerrow1 .btn-small.active {
	background-color: white;
	border-color: white;
	color: #01469d;
}


/* General overriding styles for in the editor */
.important {
	color: red;
}

/* Carousel */
/* global carousel - dynamicwidecarousel */
.dynamicwidecarousel .item img {
	width: 100%;
	height: auto;
}
.dynamicwidecarousel .overlay {
	position: absolute;
	z-index: 1000;
	right: 0px;
	width: 100%;
}


/* Navigation - font and colours */
/* navstyle4 - boxed header seperate one line menu */
.navstyle4 .headerrow1 {
	background-color: #01469d;
}
.navstyle4 .headerrow2 {
	background-color: white;
}
.navstyle4 .nav li a {
	font-family: 'Exo';
	font-weight: 700;
	color: black;
	background-color: transparent;
}
.navstyle4 .nav li a:hover,
.navstyle4 .nav li a:focus {
	color: red;
	background-color: transparent;
}
.navstyle4 .nav li.active > a,
.navstyle4 .nav li.active > a:hover,
.navstyle4 .nav li.active > a:focus {
	color: red;
	background-color: transparent;
}
.navstyle4 .nav .dropdown-menu {
}
.navstyle4 .nav .dropdown-menu li {
}

/* Footer */
.footerrow1 {
	background-color: #333333;
	padding-top: 32px;
	padding-bottom: 32px;
}
.footerrow1 a i {
	color: white;
}
.footerrow1 h5 {
	color: white;
	font-size: 18px;
}
.footerrow1 ul {
	padding: 0px;
	margin: 0px;
}
.footerrow1 ul li {
	padding: 0px 0px;
}
.footerrow1 ul li a,
.footerrow1 ul li a:hover {
	color: white;
}
.footerrow1 a.redlink,
.footerrow1 a.redlink:hover {
	color: red;
}
.footerrow1 p {
	color: white;
	font-size: 14px;
}
.footerrow1 ul li a,
.footerrow1 ul li a:hover,
.footerrow1 a.redlink,
.footerrow1 a.redlink:hover {
	font-size: 14px;
}
.footerrow2 {
	background-color: #1f1f1f;
	padding-top: 18px;
	padding-bottom: 18px;
}
.footerrow2 a,
.footerrow2 a:hover {
	text-transform: uppercase;
}
.footerrow2 a,
.footerrow2 a:hover,
.footerrow2 p {
	color: #333333;
	font-size: 14px;
}
footer p {
	margin: 0px 0px 5px 0px;
}
.footerrow3 {
	background-color: #666666;
	padding-top: 20px;
	padding-bottom: 20px;
}
.footerrow3 input.form-control {
	display: inline;
}

/* Extra Small Devices, Phones col-xs- */ 
header.navstyle4 .headerrow1 {
	padding-top: 10px;
	padding-bottom: 10px;
}
section h1 {
	font-size: 25px;
	line-height: 30px;
	margin: 0px 0px 10px 0px;
	color: red;
}
section h2 {
	font-size: 30px;
	line-height: 35px;
	margin: 0 auto 10px auto;
	color: black;
	text-align:center;
}
section h3 {
	font-size: 18px;
	line-height: 20px;
	margin: 0px 0px 10px 0px;
	color: white;
	background-color: #01469d;
	padding: 4px;
}
section h4 {
	font-size: 16px;
	line-height: 18px;
	margin: 0px 0px 10px 0px;
}
section h5 {
	font-size: 14px;
	line-height: 16px;
	margin: 0px 0px 10px 0px;
}
section p,
section .table tr th,
section .table tr td,
section ul {
	font-size: 11px;
	line-height: 18px;
	margin: 0px 0px 18px 0px;
}
.form-group .control-label {
	font-weight: 700;
	font-size: 11px;
}
.input-group .form-control,
.form-group .form-control {
	border-color: #01469d;
	font-weight: normal;
	font-size: 13px;
}
.fieldspace {
	padding: 5px;
}

section.black h1,
section.black p {
	text-align:center;
	color: white;
}
section.darkgrey p {
	color: white;
	font-size: 13px;
	margin: 0px;
}

/* products */
.itemthumb {
	background-color: white;
	border: 1px solid #e1e1e1;
	margin-bottom: 20px;
	position: relative;
	height: 200px;
}
.itemthumb-image {
	text-align:center;
	padding: 5px;
	height: 130px;
	overflow: hidden;
}
.itemthumb-heading {
	height: 50px;
	padding: 0px 10px;
	overflow: hidden;
	text-align:center;
	color: black;
	font-size: 14px;
}
.itemthumb-link {
	text-align: center;
}

.brand {
	height: 60px;
	text-align:center;
}
.submenu {
	margin: 0px;
	padding: 20px;
	list-style: none;
}
.submenu li {
	background-color: #e0e0e0;
border-bottom: 1px solid: #c0c0c0;
	padding: 4px;
margin: 0px;
}
.submenu li ul {
	list-style: none;
}
.submenu li a {
	color: black;
	font-size: 14px;
}
.submenu li ul {
	padding-left: 10px;
padding-right: 10px;
margin: 0px;
}
.submenu li ul li {
	background-color: transparent;
}
.submenu li:hover {
	background-color: #202020;
}
.submenu li:hover a {
	color: #c0c0c0;
}
.submenu li ul li:hover {
	background-color: black;
}
.submenu li ul li:hover a {
color: white;
}
	#fix-for-navbar-fixed-top-spacing {
		height: 100px;
	}

.paging {
	margin-top: 15px;
	text-align:center;
}
.categoryfilter {
	text-align:right;
	color: red;
	font-weight: 700;
}
.categoryfilter select {
	color: black;
}
/* Small Devices, Tablets col-sm- */
@media only screen and (min-width : 768px) {
	/* content */
	.form-group .control-label {
		font-size: 14px;
	}
	.form-group .form-control {
		font-size: 14px;
	}
	/* navigation */
	#fix-for-navbar-fixed-top-spacing {
		height: 100px;
	}
	.navstyle4 .nav li a {
		padding: 6px 6px;
		font-size: 10px;
	}
	.navstyle4 .nav .dropdown-menu li a {
		padding: 3px;
	}
	
	header.navstyle4 .headerrow1 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
    header.navstyle4 .navbar-nav {
        float:none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
    }
}
/* Medium Devices, Desktops - col-md- */
@media only screen and (min-width : 992px) {
	/* content */
	section h1 {
		font-size: 29px;
		line-height: 35px;
		margin: 0px 0px 14px 0px;
	}
	section h2 {
		font-size: 30px;
		line-height: 35px;
		margin-bottom: 30px;
	}
	section h3 {
		font-size: 30px;
		line-height: 30px;
		margin: 0px 0px 25px 0px;
		padding: 8px;
	}
	section h4 {
		font-size: 25px;
		line-height: 27px;
		margin: 0px 0px 15px 0px;
	}
	section h5 {
		font-size: 20px;
		line-height: 22px;
		margin: 0px 0px 15px 0px;
	}
	section p,
	section ul {
		font-size: 15px;
		line-height: 23px;
		margin: 0px 0px 22px 0px;
	}
	section .table tr th,
	section .table tr td {
		font-size: 15px;
		line-height: 17px;
	}
	.btn-small {
	}
	.redbutton {
		width: 190px;
		padding-top: 13px;
		padding-bottom: 13px;
	}
	.redbutton a,
	.redbutton a:hover {
		font-size: 16px;
	}
	/* navigation */
	#fix-for-navbar-fixed-top-spacing {
		height: 120px;
	}
	.navstyle4 .nav li a {
		padding: 15px 4px;
		font-size: 14px;
	}
	.navstyle4 .nav .dropdown-menu li a {
		padding: 5px;
	}
}

/* Large Devices, Wide Screens - col-lg- */
@media only screen and (min-width : 1200px) {
	#fix-for-navbar-fixed-top-spacing {
		height: 120px;
	}
	.navstyle4 .nav li a {
		padding: 15px 10px;
		font-size: 15px;
	}
	.navstyle4 .nav .dropdown-menu li a {
		padding: 5px;
	}
}
/* Stylesheet: styles v3 Modified On 2017-06-13 16:26:56 */
