﻿* {
  box-sizing: border-box;
}

.fulljustify {
  text-align: justify;
}
.fulljustify:after {
  content: "";
  display: inline-block;
  width: 100%;
}

header
{
	color: white;
	background-color: #001930;
	text-align: justify;
	line-height: 0;
	padding: 2px 3px 6px 3px;
}
header.nopad
{
	border-width: 0px;
	padding-bottom: 0px;
	background-color: #001930;
}

header nav a {
	padding: 0px 0px;
	margin: 0px 14px 0px 14px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	line-height: 200%;
	color: #637C94;
	position: relative;
	vertical-align: 22%;
	font-style: italic;
	background-color: #001930;
}

header nav a:hover {
	color: #FFFFFF;
	border-bottom: 3px solid #FF0000;
	border-bottom-color: #FF1933;
}

header nav a:focus {
  outline: none;
}

body {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 16px;
	background: rgb(0, 25, 48);
	color: #FFFFFF;
}

a {
	font-weight: bold;
	color: #FF3300;
}

header nav a:hover {
	color: #FFFFFF;
	border-bottom: 3px solid #FF0000;
	border-bottom-color: #FF1933;
}


.slogan_bg {
  min-height: 431px;
  background-repeat: no-repeat;
  background-size: auto 400px;
  background-image: url("./images/data4.jpg");
  overflow: auto;
}

.white_title {
	font-weight: bold;
	letter-spacing: 1pt;
	color: #EEEEFF;
  font-size: 20px;
}

[class*="blocks"] {
  /*padding: 20px 20px;*/
  color: #FFFFFF;
  float: left;
  width: 100%;
}

.blocksa {
	float: left;
	left: 2%;
	width: 98%;
	z-index: 2;
	padding-top: 12px;
	padding-bottom: 12px;
}

.blktext {
  float: left;
  width: 100%;
  z-index: 2;
}

.blkimg {
	width: 100%;
	vertical-align: middle;
}

.imgdiv {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  z-index: 1;
}

.zorroimg {
  width: 75%;
  border-radius: 10px;
	padding: 10pt;
  margin: 0 auto;
}

.blue_table {
	background-color: #001930;
	padding-right: 5px;
	padding-left: 15px;
	padding-top: 5px;
}

figcaption {
	font-family: Calibri;
	font-size: small;
	text-align: center;
	color: #636D84;
	font-weight: bold;
}

figure {
	border: thin solid #636d84;
	border-radius: 5px;
	padding: 5pt;
	text-align: center;
}

.blktable {
	padding: 10px 2% 10px 2%;
	overflow: auto;
}

.address {
	font-family: Calibri;
	font-size: 13px;
	letter-spacing: 1px;
	color: #DDEEFF;
}

#bottom
{
	/*	padding-top: 20px;
	padding-bottom: 1px;*/
	text-align: center;
	color: #DDEEFF;
	letter-spacing: 1px;
}

#bottom a
{
/*	padding-top: 20px;
	padding-bottom: 1px;*/
	text-align: center;
	color: #DDEEFF;
}

a {
	font-weight: bold;
	color: #FF3300;
}

#gallery
{
	position: relative;
	height: 680px;
	overflow: hidden;
	background-color: #001930;
}

#backpic
{
	position: absolute;
	z-index: 1;
	width: 100%;
	text-align: center;
}

#backpic img
{
 position: relative;
 width: 1360px;
 margin-left: -1360px; 
 left: 680px;
}

.invisible
{
	visibility: hidden;
	font-size: 1px;
}

code
{
  display: block;
  font-family: Consolas, Courier, Monospace;
  font-size: 10pt;
  background: #ffffff;
  border: 1px solid #aaaaaa;
  padding: 5px;
  margin-top: 8px;
  margin-bottom: 8px;
}	

code b
{
  color: #000088;
}

code i
{
  color: #008800;
}


#bigscreen
{
  position: relative;
}


footer
{
  clear: both;
  font-size: 11pt;
  color: #DDDDDD;
  background-color: #001930;
  border: 0;
}

footer nav
{
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 1px;
  padding-bottom: 1px;
  max-width: 960px;
  margin: 0 auto;
  border: 0;

}

footer nav ul {
    list-style: none;
    display: table;
    table-layout: fixed; 
    width: 100%;
    padding: 0;
}

footer nav ul li {    
    display: table-cell;

    font-weight: bold;
    line-height: 2;
}

footer nav ul li ul li {
    font-weight: normal;
    display: list-item;
    line-height: 1.3;
}

.blue_table {
	background-color: #001930;
	padding-right: 5px;
	padding-left: 15px;
	padding-top: 5px;
}

.slogan {
  font-family: Calibri;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
	text-align: left;
  left: 2%;
  line-height: 48pt;
  top: 78px;
  width: 98%;
  font-size: 40pt;
  position: absolute;
  float: none;
}

.pagetitle {
	font-family: Calibri;
	font-size: 24pt;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.white_text {
	color: #FFFFFF;
}

.fett {
	font-weight: bold;
}

.white_text a {
	font-weight: bold;
	color: #FF3300;
}

.white_title {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1pt;
	color: #EEEEFF;
}

figcaption {
	font-family: Calibri;
	font-size: small;
	text-align: center;
	color: #636D84;
	font-weight: bold;
}

figure {
	border: thin solid #636d84;
	border-radius: 10px;
	padding: 5pt;
	text-align: center;
}

.address {
	font-family: Calibri;
	font-size: 13px;
	letter-spacing: 1px;
	color: #DDEEFF;
}

.auto-style1 {
	text-align: center;
}

.compheader {
  display: none;
  border: 3px solid red;
}

.cmph {
  text-align: center;
  background-color: #0D1335;
  font-size: large;
  font-weight: bold;
}

.cmps {
  display: block;
  font-weight: bold;
  float: left;
  width: 50%;
  background-color: inherit;
}

.cmpl {
  display: block;
  float: right;
  width: 50%;
  background-color: inherit;
}

.vspace {
  display: none;
}

.video {
  height: 200px;
}

@media only all and (max-width: 300px) {
  .slogan {
    font-size: 20pt;
    line-height: 24pt;
  }
}

@media only all and (max-width: 599px) {
  #comparison {
    display: block;
  }

  #comparison td {
    display: block;
  }

  #comparison tr:nth-child(1) {
    display: none;
  }

  #comparison tr:nth-child(n + 2) {
    display: inline-block;
    width: 100%;
    background-color: transparent;
    padding: 10px 10px 10px 10px;
  }

  #comparison td:nth-child(even) {
    display: block;
    background-color: #0D1335;
  }

  #comparison td:nth-child(odd) {
    display: block;
    background-color: #0D1360;
  }
}

@media only all and (min-width: 600px) {
  .slogan_bg {
    background-size: 100% 100%;
  }
  
  .blocksa {
    padding-bottom: 12px;
    width: 100%;
  }
    
  .slogan {
    left: 26px;
    width: calc(62% - 26px);
    font-size: 40pt;
    z-index: 2;
  }
  
  .imgdiv {
    top: 52px;
    left: 62%;
    width: 30%;
    z-index: 1;
    position: absolute;
  }
  
  .zorroimg {
    width: 100%;
    border-radius: 0;
    padding: 0;
  }
  
  .blktext {
    float: left;
    width: 40%;
  }

  .blkimg {
    float: left;
    width: 60%;
  }
  
  #comparison {
    display: table;
  }

  #comparison td {
    display: table-cell;
    background-color: transparent;
  }
  
  #comparison tr {
    display: table-row;
    padding: 0 0 0 0;
  }
  
  #comparison tr:nth-child(even) {
    background-color: #0D1335;
  }

  #comparison tr:nth-child(odd) {
    background-color: #0D1360;
  }
  
  .cmph {
    text-align: left;
    background-color: transparent;
    font-size: medium;
    font-weight: normal;
  }
  
  .cmps {
    display: none;
    float: none;
    width: 100%;
    background-color: transparent;
  }

  .cmpl {
    display: inline-block;
    float: none;
    width: 100%;
    background-color: transparent;
  }
  
  .vspace {
    display: block;
  }
  
  .video {
    height: 250px;
  }
}

@media only all and (min-width: 720px) {
  .blocksa {
    width: 58%;
  }
  
  .video {
    height: 450px;
  }
}


@media only screen and (max-width: 1023px) {
.hidden-xs {
  display: none;
}
  
.shrink-xs {
  width: 40%;
  height: 40%;
}
}
