html,
body {
	background: #fdfdfd;
	background-attachment: fixed;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #666;
}

a	{
	color: #0275d8;
	}

a:hover	{
	color: #3366bb;
	}

/* START OF BACKGROUND ROWS */
.row.row-striped:nth-child(odd){
	background: #fff;
	
}

.row.row-striped:nth-child(odd) .card div.card-body {
	background: #f8f8f8;
}

.row.row-grey,
.row.row-striped:nth-child(even){
	background: #efefef;
}

.row.row-striped:nth-child(even) .card div.card-body {
	background: #fff;
}
/* END OF BACKGROUND ROWS */
.row.equal_height_row {
	height: 650px;
	}


/* START OF FRAMEWORK CSS */
h1, h2, h3, h4, h5, h6	{
	margin-top: 50px;
	margin-bottom: 20px;
	padding: 0;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 150%;
	text-align: center;
}

h1	{
	font-size: 400%;
}

h2 {
	font-size: 300%;
}

h1.first_h, h2.first_h, h3.first_h, h4.first_h, h5.first_h, h6.first_h	{
	margin-top: 20px;
}

div.card-body h3	{
	font-size: 200%;
}

div.card-purple div.card-body,
div.card-purple {
	background: #4f5182 !important;
	color: #fff  !important;
	margin: 0;
	border-radius: 5px;
	border-top: 0;
	padding: 10px;
	height: 100%;
	width: 100%;
	}

div.card-purple h3 {
	margin: 0;
	}

/* END OF FRAMEWORK CSS */

/* START OF TOP BANNER */
div.top_banner	{
	background: #3e4072;
}

div.top_banner div.phone,
div.top_banner div.email {
	padding: 5px 0;
}

div.top_banner div.phone a,
div.top_banner div.email a {
	text-decoration: none;
}

div.top_banner p,
div.top_banner a  {
	color: #fff;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
/* END OF TOP BANNER */


/* START OF HEADER */
div.header_outer{
	background: #4f5184;
	}
	
div.header_outer div.contact_details p	{
	margin: 0;
	padding: 5px 0;
	color: #666;
	line-height: 1em;
	font-size: 125%;
	}

div.header_outer div.contact_details p a	{
	color: #666;
	text-decoration: none;
	}

div.header_outer div.contact_details p.phone	{
	font-size: 200%;
	}
/* END OF HEADER */


/*  START OF NAVIGATION */
/* Change for navigation container background */
div.navigation	{
	background: #3e4072;
	padding: 0!important;
	}

nav.navbar	{
	width: 100%;
	}

/* Change all 'end' to 'start' to place hamburger on left */
nav.navbar button.navbar-toggler {
	border-color: #fff;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
	}

/* To change the hamburger color, edit the RGBA attribute below */
nav.navbar span.navbar-toggler-icon	{
	background-image: url(/css/"data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
	}

/* Holds the logo */
a.navbar-brand {
	max-width: 75%;
	}

img.logo {
    margin: 0 auto;
    padding: 5px;
    max-height: 100px;
	}
	
div.dropdown-menu a.dropdown-item,
.navbar-expand-lg .navbar-nav li.nav-item a.nav-link {
	padding: 10px 15px ;
	color: #fff;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 125%;
	/* Fade Property */
	-o-transition: 1s;
	-ms-transition: 1s;
	-moz-transition: 1s;
	-webkit-transition: 1s;
	transition: 1s;	
	}

/* Add fixed width to any fa icons so the text lines up */
a.nav-link span.fa_holder,
span.fa_holder {
    width: 30px;
    display: inline-block;
	}

/* Change properties for nav link hover */
li.active a.nav-link,
a.nav-link:hover	{
	background: #111;
	}


/* Change background of dropdown menu */
div.dropdown-menu  {
	margin: 0;
	border: 0;
	border-radius: 0;
	padding: 0;
	background: #222;
	}

/* Enable dropdown menu on hover */
li.dropdown:hover div.dropdown-menu {
	display: block;
	}

/* Change properties for all links within dropdown (needs to be !important) */
div.dropdown-menu a.dropdown-item	{
	}
	
/* Change properties for dropdown item hover */
div.dropdown-menu a.dropdown-item:hover	{
	background-color: #96b5e5!important;
	color: #fff;
	}
	

/* END OF NAVIGATION */


/* START OF CAROUSEL */

/* Fix the image height issue for mobile devices */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
	display: block;
}

/* If the carousel is full width, remove this pairing and move the include outside of the webpage */
#carouselSlider	{
	xmargin-left: -15px;
	xmargin-right: -15px;
	}
	
/* Customise the styling for the carousel overlay */
.carousel-overlay {
	padding: 20px;
	position: absolute;
	bottom: 200px;
	right: 150px;
	width: 800px;
	max-width: 100%;
	text-align: right;
}

/* Customise the styling for the carousel overlay */
.carousel-overlay-left {
	padding: 20px;
	position: absolute;
	bottom: 100px;
	left: 350px;
	width: 800px;
	max-width: 100%;
	text-align: left !important;
}

.carousel-overlay h3	{
	margin: 0 0 25px;
	padding: 0;
	font-size: 250%;
	color: #fff!important;
	text-shadow: 2px 2px #333, -1px -1px #333, -1px 2px #333, 2px -1px #333!important;
}

.carousel-overlay p	{
	margin: 0;
	padding: 0;
	font-size: 130%;
	line-height: 1.3em;
	color: #fff!important;
	text-shadow: 1px 1px #333, -1px -1px #333, -1px 1px #333, 1px -1px #333!important;
}


.carousel-overlay h3.bluelink_slide {
	margin: 0;
	}

.carousel-overlay h4.bluelink_slide {
	color: #7ed2ec;
	font-size: 200%;
	margin-top: 10px;
	text-shadow: 2px 2px #333, -1px -1px #333, -1px 2px #333, 2px -1px #333!important;
	}


.carousel-overlay.ostara_slide  {
	right: 55px;
	width: 30%;
	bottom: 50px;
	text-align: center;
}

.carousel-overlay.ostara_slide h3 {
	font-size: 324%;
	margin-top: 10px;
	text-shadow: 2px 2px 5px #333, -1px -1px 5px #333, -1px 2px 5px #333, 2px -1px 5px #333 !important;
	/* width: 80%; */
	margin-left: auto;
	}

/* END OF CAROUSEL */

/* START OF BUTTON COLOURING */
.btn {
	padding: 10px;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 125%;
}

.btn-normal {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-primary {
	background:  #4f5184;
	border-color: #4f5184;
}

.btn-primary:hover {
	background: #7fd2ea;
	border-color: #7fd2ea;
}

.btn-secondary {
	background: #fff;
	border-color: #fff;
	color: #3e4072;
}

.btn-secondary:hover {
	background: #3e4072;
	border-color: #3e4072;
	color: #fff;
}

.btn-secondary_2 {
	background: #14a986;
	border-color: #14a986;
	color: #fff;
}

.btn-secondary_2:hover {
	background: #3cd6b2;
	border-color: #3cd6b2;
	color: #fff;
}

.btn-secondary_3 {
	background: #0d9676;
	border-color: #0d9676;
	color: #fff;
}

.btn-secondary_3:hover {
	background: #3cd6b2;
	border-color: #3cd6b2;
	color: #fff;
}

.btn-secondary_4 {
	background: #0d886b;
	border-color: #0d886b;
	color: #fff;
}

.btn-secondary_4:hover {
	background: #3cd6b2;
	border-color: #3cd6b2;
	color: #fff;
}

.btn-success {
	background:  #5de35d;
	border-color: #5de35d;
}

.btn-success:hover {
	background:  #91e391;
	border-color: #5de35d;
}

.btn-info {
	background: #7fd2ea;
	border-color: #7fd2ea;
	}
	
.btn-info:hover {
	background: #4f5184;
	border-color: #4f5184;
	}
	
/* END OF BUTTON COLOURING */

.card-dealer {
	background: #eee;
	text-align: center;
	color: #3e4072;
	border-radius: 2rem;
}

/* START OF WEBPAGE */

/* Webpage container styling */
.webpage {
	border-left: 2px solid #eee;
	border-right: 2px solid #eee;
	background: #fff;
}

.container	{
	max-width: 1400px;
}


div.fixed_social_media {
    border-radius: 5px 0 0 5px;
    padding: 3px 8px 5px;
    position: absolute;
    top: 274px;
    right: 0;
    z-index: 9999;
    position: fixed;
    width: 55px;
    background: rgba(255,255,255,0.5);
	}
	
img.fixed_social_icon	{
	margin: 2px 0;
	}	

/* END OF WEBPAGE */




/* START OF HOVER PANELS */

/* END OF HOVER PANELS */




/* START OF COOKIE CONSENT */

div.cc-window {
	padding: 10px 60px!important;
}

/* END OF CALENDAR PANELS */


/* START OF CARD */

.card {
	margin-bottom: 30px;
}

.card div.card-body {
	border-top: 1px solid #ddd;
	padding-bottom: 0;
}

.card div.card-body p {
	font-size: 80%;
}

.card-img {
	border-radius: 0;
}

/* END OF CARD */



/* START OF RECAPTCHA ERROR */

p#form_error_message {
	margin: 10px 0;
	padding: 10px;
	border: 2px solid #dc1818;
	border-radius: 4px;
	display: inline-block;
	text-align: center;
	width: 100%;
	}

div.recaptcha_error {
	margin: 10px 0;
	padding: 6px 5px 5px 6px;
	border: 2px solid #dc1818;
	border-radius: 4px;
	display: inline-block;
	}

/* END OF RECAPTCHA ERROR */

/* START OF FOOTER */

/* General styling for the footer */
footer {
	background: #4e5183;
}

footer h3	{
	margin: 0;
	padding: 10px 0;
	text-align: left;
	font-size: 200%;
}

/* Change the default link colour from blue */
footer a,
footer a:hover, 
footer a:focus {
	color: #fff;
}

/* Overwrite/reduce the padding for the footer navbar links */
footer li.nav-item a.nav-link {
	padding: 0!important;
	font-family: 'Roboto', sans-serif;
	font-size: 100%
}

/* Remove the dropdown menu and dropdown favicon (footer quicklinks only) */
footer .dropdown-toggle::after,
footer li.nav-item.dropdown div.dropdown-menu {
    display:none;
}

/* Remove the background colour from the quicklinks */
footer a.nav-link:hover,
footer li.nav-item.active a.nav-link {
	background: none!important;
}

/* Underline the quicklinks when you hover */
footer a.nav-link:hover {
	text-decoration: underline;
}

/* Styling for the copyright information strip underneath the footer */
.copyright_info {
	background: #222;
	font-size: 80%;
}

/* END OF FOOTER */


/* Broadbiz panel CSS for use on home page and sidebars */
div.panel	{
	border: 1px solid #ccc;
	background: #fff;
	text-align: center;
	box-shadow: 3px 3px #eee;
}

/* Amend padding to move image away from edge */
div.panel img	{
	padding: 10px 10px 0 10px;
	width: 100%;
}

div.panel div	{
	margin: 10px;
}

div.panel div h2	{
	margin: 0;
	padding: 10px 0;
}

div.panel div p	{
	padding: 0 0 10px;
	line-height: 1.25rem;
}

div.sidebar div.panel	{
	margin-bottom: 10px;
}

img.backtotop	{
	border-radius: 10px;
	opacity: 0.8;
	bottom: 10px;
	right: 10px;
	position: fixed;
	z-index: 9999999;
	background: rgba(100, 100, 100, .8);
	}

/* Checkbox for Bootstrap Form */

.checkbox .cr {
	position: relative;
	display: inline-block;
	border: 1px solid #a9a9a9;
	border-radius: .25em;
	width: 1.3em;
	height: 1.3em;
	float: left;
	margin-right: .5em;
}

.checkbox .cr .cr-icon {
	position: absolute;
	font-size: .8em;
	line-height: 0;
	top: 20%;
	left: 20%;
}

.checkbox label#checkbox {
	float: right;
}

.checkbox label input[type="checkbox"] {
	display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon {
	transform: scale(3) rotateZ(-20deg);
	opacity: 0;
	transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon {
	transform: scale(1) rotateZ(0deg);
	opacity: 1;
	font-size: 90%;
	margin-top: 6px;
}

.checkbox label input[type="checkbox"]:disabled + .cr {
	opacity: .5;
}

div.card-columns{
	column-count: 5;
	}
	
div.bottom_panel {
	border: 1px solid #ddd;
	padding: 10px;
	background: #fff;
	border-radius: .25rem;
	}
	
a.no_underline {
	color: #666;
	text-decoration: none;
	}
	
li.nav-item a.nav-link-no-hover:hover {
	background: transparent;
	}

.pointer{
	cursor: pointer;
	}
	
div#video {
	min-height: 400px;
	}
	
table.specifications tr td.spec1 a{
	color: #fff;
	}
	
table.specifications tr td.spec1,
table.specifications tr td.spec2,
table.specifications tr td.spec3,
table.specifications tr td.spec4 {
	text-align: center;
	vertical-align: middle;
	background: #4f5184;
	}
	
table.specifications tr td.spec2 {
	background: #bbb;
	}
table.specifications tr td.spec3 {
	background: #ccc;
	}
table.specifications tr td.spec4 {
	background: #ddd;
	}
ul.customlist{
	padding:0px;
	margin:0px;
	}
	
ul.customlist li{
	padding:0px 0px 0px 18px;
	margin:0px 0px 5px 0px; 
	list-style-type:none;
	}

li.check,
ul.customlist.listcheck li{
	background-image:url(/css/../images/list-check.png);
	background-repeat:no-repeat;
	background-position:0px 5px;
	}

img.social_media {
	width: 40px;
	margin: 0 10px 0 0;
	}


img.icon {
	width: 35px;
	margin: 0 10px 0 0;
	}

.cc-window.cc-bottom {
	bottom: 140px !important;
	}
	
.grecaptcha-badge {
	bottom: 70px !important;
	display: none;
	}

a.parameter_panel {
	height: 100%;
	width: 100%;
	background: #4f5182;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	font-size: 150%;
	/* display: flex; */
	/* align-items: center; */
	/* justify-content: center; */
	padding: 100% 0 0 0;
	display: block;
	position: relative;
}
a.parameter_panel p {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	width: 100%;
}

.object-fit-cover {
	object-fit: cover;
	}

.software-bg {
	background: url('/css/../images/skin/software-bg.jpg') top center no-repeat;
	background-size: cover;
	color: #424573;
	}

.purple-bg {
	background: #424573;
	color: #fff;
	}

.bg_ostara {
	background: #019eaf;
}

.ostara_text {
	color: #019eaf;
	}

.orange_text {
	color: #f5a000;
	}

.bg_lg {
	background: #f2f5f7;
	}

.bg_black {
	background: #000000;
	}

.btn-orange {
	background: #f5a000;
	color: #fff;
	padding: 10px;
	font-size: 160%;
}

.btn-orange:hover {
	background: #b37a10;
	padding: 10px;
}

.ostara_header p,
.ostara_header h1 {
	color: #fff;
	}

@media (max-width: 1200px){	
	.carousel-overlay.ostara_slide  {right: 0;bottom: 0;padding: 1%;width: 35%;}
		
	.carousel-overlay.ostara_slide h3 {
		margin: 0;
		font-size: 240%;
		}
	}
	
@media (max-width: 992px){
	div.card-columns{
		column-count: 4;
		}
		
	div.fixed_social_media {
		display: none;
		}
	.carousel-overlay.ostara_slide  {bottom: 0px;right: 0px;width: 35%;padding: 1%;}
		
	.carousel-overlay.ostara_slide h3 {
		margin: 0;
		font-size: 190%;
		}
	}
	
@media (max-width: 768px){
	div.card-columns{
		column-count: 3;
		}
		
	a.nav-link	{
		padding: 5px!important;
		}
		
	img.logo {
		max-width: 100%;
		}
	.carousel-overlay.ostara_slide  {bottom: 0;right: 0;width: 36%;padding: 1%;}
		
	.carousel-overlay.ostara_slide h3 {
		margin: 0;
		font-size: 150%;
		}
	}
	
@media (max-width: 576px){
	div.card-columns{
		column-count: 2;
		}
	.carousel-overlay.ostara_slide  {right: 0;bottom: 0;width: 38%;padding: 2%;}

	.carousel-overlay.ostara_slide h3 {
		margin: 0;
		font-size: 110%;
		}
		
	}