

/*** Clearfix ***/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: "."; clear: both; height: 0; }
.clear { clear: both; }

/*** Positioning and Alignment ***/
.fl { float: left; }
.fr { float: right; }
.txt-left { text-align: left; }
.txt-right { text-align: right; }
.txt-center { text-align: center; }

img.left { float: left; margin-right: 10px; }

/*** General Settings ***/

@font-face {
  font-family: porsche2;
  src: url("../fonts/914-OUTLINE.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;}

 @font-face {
  font-family: porsche3;
  src: url("../fonts/914-SOLID.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;}

 @font-face {
  font-family: military;
  src: url("../fonts/BlackOpsOne-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;}

@font-face {
  font-family: suissnew;
  src: url(../fonts/suissnew.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;}
@font-face {
  font-family: Orbitron;
  src: url(../fonts/Orbitron.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;}

@font-face {
  font-family: OCR-A;
  src: url(../fonts/ocraext.woff) format("woff"), url(../fonts/ocraext.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;}

@font-face {
  font-family: Consol;
  src: url(../fonts/consola.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;}

@font-face {
  font-family: Calibri;
  src: url(../fonts/calibri.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;}

@font-face {
  font-family: phone-fonts;
    src: url("../fonts/phone-fonts.woff") format("woff"), url("../fonts/phone-fonts.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;}

@font-face {
  font-family: porsche;
  src: url(../fonts/porsche.ttf) format("truetype"), url(../fonts/porsche.woff) format("woff");
  font-weight: normal;
  font-style: normal;}

h1 {font-family:suissnew; font-weight:normal; font-size:32px;}
h2 {font-family:Orbitron; font-weight:normal; font-size:36px;}
h3 {font-family:Orbitron; font-weight:bold; font-size:18px; -webkit-margin-before: 0pc; -webkit-margin-after: 0px;}
h4 {font-family:Orbitron; font-weight:bold; font-size:12px;}
h5 { color: grey; font-family: porsche, serif; font-size: 18px; }
h6 {color: gray; font-family: Georgia, serif; font-size: 10px; margin: 0px}
h7 {color: gray; font-family: Georgia; font-size: 10px;}

body {font-family:Calibri; font-weight:normal;}
@media only screen and (max-width: 1000px) {
	h1 {font-size:20px;}
	h2 {font-size:18px;}
	h3 {font-size:16px;}
	h4 {font-size:12px;}
	h5 {font-size:18px;}
	body {font-family: 'Roboto', sans-serif; font-size: 14px;}
}

a { text-decoration: none; }
a:hover { text-decoration: underline; }

header, footer, section, nav { display: block; }
hoverText { display: none}
aside { display: block}

@media only screen and (max-width: 1000px) {
  aside {
    display: none;
  }
}

phoneIcon {
	font-family:phone-fonts;
}

hoverText { display: none}

.tooltip{
    display: inline;
    position: relative;
}
.tooltip:hover:after{
    background: #333;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(title);
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 220px;
}
.tooltip:hover:before{
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
}

select {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    width: 225px;
    height: 24px;
    margin-bottom: 4px
}

input[type=checkbox]{
  width: 20px; 
  height: 20px;
}

.textEntry {
	font-size: 16px; 
	width: 225px;
	height: 24px;
	margin-bottom: 4px;
}

.leftRightLabel {
    clear: left;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    float: left;
    width: 275px;
    margin-right: 5px;
    text-align: right;
}

@media only screen and (max-width: 1000px) {
  .leftRightLabel {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    width: 275px;
    float: none;
    margin-right: 0px;
    text-align: left;
  }
}

.leftTopLabel {
    clear: left;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    float: left;
    width: 275px;
    margin-right: 5px;
    text-align: right;
}

@media only screen and (max-width: 1000px) {
  .leftTopLabel {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    width: 275px;
    float: none;
    margin-right: 0px;
    text-align: left;
    display: block;
  }
}

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
  margin-bottom: 6px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 24px;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  border-radius: 50%;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

.colourButton {
  border-radius:12px; 
  width:60px; 
  height:20px;
  border-color: black;
}

#wrapper { 
	background: #ffffff; 
	width: 1000px; 
    margin: auto;
}
@media only screen and (max-width: 1000px) {
  	#wrapper {
    	width: 100%;
	}
}

img:hover +hoverText {
	display: block;
	visibility: visible;
}

/*** Pop ***/
#pop {
             width:100% ;
             height:100%;
             border-radius: 6px;
}

#pop:active {
             width:100% ;
             height:100%;
             position:relative;
             right: -65px;
             top: 200px ;
             background-color:#000;
}

#pop:hover + hoverText {
	display: inline-block;
	visibility: visible;
}


#preview {
        width:100% ;
/*        height:100%; */
}
#preview td {
	width: 235px;
}
#preview:hover +hoverText {
	display: block;
	visibility: visible;
}

.navbar {
    margin: 0px;
    padding: 0px;
    left: 0;
    top: 0;
	background: #161d27 url(../images/bg-header2.jpg);
	height: 120px;
	margin-bottom: 5px;
    width: 100%;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
}

.navbar a {
    float: right;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 6px 6px;
    text-decoration: none;
	margin-top: 90px;
}

.dropdown-content {
    float: right;
    display: block;
    right: 6px;
}

.dropdown-content a {
    float: right;
    display: block;
    text-align: right;
}

.dropdown {
	float: right;
    color: transparent;
	display: none;
}

.dropdown .dropbtn {
    cursor: pointer;
    font-size: 16px;
	float: right;
	display: none;
    color: transparent;

    border: none;
    outline: none;
    color: white;
    padding: 6px 6px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

@media only screen and (max-width: 1000px) {
  .navbar {
    	margin: 0px;
    	padding: 0px;
    	left: 0;
    	top: 0;
		background: none;
		height: revert;
    	background-color: #1E90FF;
    	width: 100%;
		overflow: hidden;
    	font-family: Arial, Helvetica, sans-serif;
    	font-size: 16px;
    	color: white;
  	}
	.navbar a {
    	float: left;
    	font-size: 16px;
    	color: white;
    	text-align: center;
    	padding: 6px 6px;
    	text-decoration: none;
		margin-top: 0px;
	}
	.dropdown-content {
		display: none;
    	position: fixed;
    	right: 6px;
    	background-color: #f9f9f9;
    	min-width: 160px;
    	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    	z-index: 2;
	}

	.dropdown-content a {
    	float: none;
    	color: black;
    	padding: 6px 6px;
    	display: block;
    	text-align: left;
	}
	
	.dropbtn {
	    float: left;
    	overflow: hidden;
    	padding: 6px 6px;
	}
	.dropdown {
    	padding: 6px 6px;
    	float: left;
    	overflow: hidden;
	}
	.dropdown .dropbtn {
    	float: left;
    	overflow: hidden;
    	padding: 6px 6px;
		cursor: pointer;
    	font-size: 16px;    
    	border: none;
    	outline: none;
    	color: white;
    	padding: 6px 6px;
    	background-color: inherit;
    	font-family: inherit;
    	margin: 0;
	}
}

  .appbar {
    	margin: 0px;
    	padding: 0px;
    	left: 0;
    	top: 0;
		background: none;
		height: revert;
    	background-color: #1E90FF;
    	width: 100%;
		overflow: hidden;
    	font-family: Arial, Helvetica, sans-serif;
    	font-size: 16px;
    	color: white;
  	}
	.appbar a {
    	float: left;
    	font-size: 16px;
    	color: white;
    	text-align: center;
    	padding: 6px 6px;
    	text-decoration: none;
		margin-top: 0px;
	}

	.appdropdown-content {
		display: none;
    	position: fixed;
    	right: 6px;
    	background-color: #f9f9f9;
    	min-width: 160px;
    	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    	z-index: 2;
	}

	.appdropdown-content a {
    	float: none;
    	color: black;
    	padding: 6px 6px;
    	display: block;
    	text-align: left;
	}
	
	.appdropbtn {
	    float: left;
    	overflow: hidden;
    	padding: 6px 6px;
	}
	.appdropdown {
    	padding: 6px 6px;
    	float: left;
    	overflow: hidden;
	}
	.appdropdown .appdropbtn {
    	float: left;
    	overflow: hidden;
    	padding: 6px 6px;
		cursor: pointer;
    	font-size: 16px;    
    	border: none;
    	outline: none;
    	color: white;
    	padding: 6px 6px;
    	background-color: inherit;
    	font-family: inherit;
    	margin: 0;
	}

.appbar a:hover, .appdropdown:hover, .appdropbtn:hover, .appdropbtn:focus, .navbar a:hover, .dropdown:hover, .dropbtn:hover, .dropbtn:focus {
    background-color: #1a75ff;
}


.appdropdown-content a:hover, .dropdown-content a:hover {
    background-color: #ddd;
}

.appdropdown-content a:hover, .dropdown-content a:hover {
    background-color: #ddd;
}

.smallScreenOnly {
  display: none;
}
.bigScreenOnly {
  display: block;
}

@media only screen and (max-width: 1000px) {
	.smallScreenOnly {
  		display: block;
	}
	.bigScreenOnly {
    	display: none;
  	}
}

.show {
    display: block;
}

/*** Nav ***/
#nav {
	float: right;
	margin-top: 58px;
}
#nav li {
	display: inline;
	margin-right: 35px;
}
#nav li a {
	color: #e6e5e5;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
#nav li a:hover,
#nav li.active a {
	color: #ffffff;
	text-decoration: underline;
}
#noborder table, td, tr {
	border: 0px;
}
/*** Banner ***/
#banner {
	height: 200px;
	margin-bottom: 15px;
	position: relative;
}
#banner h5 {
	color: #e6e5e5;
	font-family: Georgia, serif;
	font-size: 36px;
	font-style: italic;
	left: 30px;
	position: absolute;
	top: 68px;
}
#banner h5 span {
	display: block;
	margin-left: 30px;
}


/*** Sidebar ***/
#sidebar  {
	border-right: 1px solid #909090;
	float: left;
	text-align: justify;
	width: 240px;
	padding-right: 12px;
}

#sidebar h3 { 
	margin-bottom: 0px; 
}

#sidebar article { 
	margin-bottom: 0px; 
}

/*** Content ***/
#content {
	float: right;
	min-height: 300px;
	text-align: justify;
	width: 720px;
}
@media only screen and (max-width: 1000px) {
  #content {
    width: 100%;
    float: clear;
}
}


#content .column {
	width: 300px;
}

.smallimage {
	width: 50%;
}

.borderOff {
	border: 0;
}

/* Style the tab */
.tab {
  overflow: hidden;
  background-color: transparent;
    color: black;}

/* Style the buttons inside the tab */
.tab button {
    width: 32%;
    max-width: 163px;
  	outline: none;
  	cursor: pointer;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    font-size: 16px;
  	padding: 0px 0px;
  	transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: darkgrey;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: darkgrey;
  color: red;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 6px;
  border: 1px solid lightgrey;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}


.swiper-container {
    width: 1000px;
    height: 400px;
}
@media only screen and (max-width: 1000px) {
  .swiper-container {
    width: 300px;
}
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid blue;
  border-right: 10px solid green;
  border-bottom: 10px solid red;
  border-left: 10px solid pink;
  width: 36px;
  height: 36px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -18px;
  margin-top: -18px;
  z-index: 2;
  -webkit-animation: spin 2s ease infinite;
  animation: spin 2s ease infinite;
}

@media only screen and (max-width: 1000px) {
  .loader {
  width: 24px;
  height: 24px;
  margin-left: -12px;
  margin-top: -12px;
}
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Popup container */
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

/* The actual popup (appears on top) */
.popup .popuptext {
    visibility: hidden;
    width: 200px;
    background-color: #555;
    color: #fff;
    border-radius: 6px;
    padding: 6px 6px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -100px;
}

/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s
}

.helpbutton {
    line-height: normal;
    color: white; 
    background-color: #2196F3;
    font-size: 16px;
    height: 24px;
    width: 24px;
    text-align: center;
    border-radius: 50%;}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
} 

/*** Footer ***/
#footer {
	background: #1E90FF;
	color: #ffffff;
	text-align: center;
	height: 36px;
	line-height: 36px;
	margin-top: 15px;
	overflow: hidden;
        clear: both;
}
#footer span {
	padding: 0px 15px;
}
#footer a {
	color: #ffffff;
	font-style: normal;
}

/* Popup box BEGIN */
.hover_bkgr_fricc{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    word-wrap: break-word;
    top:0;
    width:inherit;
    z-index:10000;
}
.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
    margin-left: -5%;
}
.hover_bkgr_fricc > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 600px;
    min-height: 100px;
    vertical-align: middle;
    width: 80%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
}
.popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton:hover {
    background-color: #ccc;
}
.trigger_popup_fricc {
    cursor: pointer;
    font-size: 20px;
    margin: 20px;
    display: inline-block;
    font-weight: bold;
}
/* Popup box BEGIN */

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  transition: 0.4s;
}

.accordion:active, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  font-family: "FontAwesome";
  content: "\f0d7";
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.accordion.active:after {
  font-family: "FontAwesome";
  content: "\f0d8";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
