@charset "UTF-8";
/* CSS Document */

html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: DIN, Arial, Verdana, Helvetica Neue, Helvetica,"sans-serif";
}

header {
	padding: 10px;
}

img {
	width: 100%;
	max-width: 100%;
	border-radius: 1px;
	height: auto;
	vertical-align: middle;
}

.img-page1 {
	width: 60%;
}

.img-page2 {
	width: 80%;
	max-width: 80%;
	padding: 0px;
	border-radius: 1px;
	height: auto;
}

.img-people {
	width: 40%;
	max-width: 40%;
	padding: 0px;
	border-radius: 1px;
	height: auto;
	align: left;
}

.align-center {
	text-align: center;
}

footer {
	padding: 20px 10px 10px 10px;
	background-color: rgba(81,98,111,.20);
}

body {
	margin-left: auto;
	margin-right: auto;
	background: #EFF2F3;
}

.style-logo {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	display: block;
	width: 192px;
}

.style-scorpion-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 210px;
	margin-bottom: 0px;
}

.style-nav ul {
	list-style-type: none;
}

.style-nav ul li a {
	text-decoration: none;
	color: #51626F;
	text-align: center;
	display: block;
	text-transform: uppercase;
	padding: 8px;
}

.style-icon {
	margin-left: 0px;
	margin-right: 0px;
	display: compact;
	width: 17px;
}

.round {
	border: 1px #51626F solid;
	padding: 0px;
	border-radius: 17px;
	width: 34px;
	height: 34px;
	text-align: center;
}

.round-white-page1 {
	border: 1px #FFFFFF solid;
	padding: 0px;
	border-radius: 20px;
	width: 40px;
	height: 40px;
	text-align: center;
}

.round-blue {
	border: 1px #51626F solid;
	padding: 0px;
	border-radius: 17px;
	width: 34px;
	height: 34px;
	text-align: center;
}

.round-blue-page1 {
	border: 1px #51626F solid;
	padding: 0px;
	border-radius: 20px;
	width: 40px;
	height: 40px;
	text-align: center;
}


.first-page-main {
	background-image: url(images/cameras-a.png);
	background-size: cover;
	background-color: rgba(81,98,111,1.00);
	padding: 20px 20px 50px 10px;
	color: #FFFFFF;
	text-align: center;
}

.page-main {
	background-image: url(images/Tordivel-AS-Head-pages.jpg);
	background-size: cover;
	background-color: rgba(81,98,111,1.00);
	color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 10px; 
	text-align: center;
	min-height: 70px;
}

.page-main-line {
	background-size: cover;
	background-color: rgba(81,98,111,1.00);
	padding-top: 0px;
	padding-bottom: 0px; 
	height: 2px;
}

h1 {
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 500;
	margin-top: 55px;
	margin-bottom: 30px;
	color: #51626F;
}

h2 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	padding-left: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 100px;
}

h4 {
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 30px;
	color: #51626F;
}

h5 {
	font-size: 18px;
	font-weight: 500;
	color: #51626F;
	padding-left: 10px;
	text-transform: uppercase;
	margin-top: 6px;
}

h6 {
	font-size: 20px;
	font-weight: 200;
	margin-bottom: 0px;
}

h7 {
	font-size: 18px;
	font-weight: 500;
	color: #51626F;
	font-style: italic;
	margin-left: 20px;
	margin-top: 20px;
}

h8 {
	font-size: 16px;
	font-weight: 500;
	color: #51626F;
	font-style: italic;
	margin-left: 20px;
	margin-top: 20px;
}

.header-plain-text {
	font-size: 22px;
	font-weight: 500;
	color: #51626F;
	text-transform: uppercase;
	font-style: normal;
	margin-left: 20px;
	margin-top: 30px;
}

p {
	font-size: 14px;
	font-weight: 400;
	color: #51626F;
	margin-bottom: 10px;
}

.paragraph-first-page {
	font-size: 14px;
	font-weight: 400;
	color: #51626F;
}

.plain-text {
	font-size: 14px;
	font-weight: 400;
	color: #51626F;
	text-align: left;
	line-height: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.header-text {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 500;
	color: #51626F;
	text-align: center;
	margin-top: 10px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.link {
	color: #51626F;
	text-decoration: none;
}

.button {
	border: 2px #FFFFFF solid;
	padding: 6px 20px;
	border-radius: 30px;
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
}

.button-page2 {
	border: 1px #51626F solid;
	padding: 4px 14px;
	border-radius: 28px;
	color: #51626F;
	text-decoration: none;
}

.button-page2-text {
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 20px;
}

.image-with-text { 
    position: relative;
    width: 100%; /* for IE 6 */
}
.text-on-image {
	position: absolute;
	text-align: center;
    top: 25px; 
    width: 100%;
	font-size: 13px;
	font-weight: 500; 
	text-decoration: none;
}

.text-on-image span { 
    background: #51626FBB; 
	border-radius: 30px;
    padding: 6px 12px 6px 12px; 
}

.text-on-image-link {
	text-decoration: none;
	color: rgba(220,185,90,0.90);
}

.info-box-blue {
	background-color: rgba(81,98,111,0.50);
	color: #FFFFFF;
	margin-right: 2px;
	margin-left: 2px;
	padding: 20px 20px 0px;
	text-align: center;
}

.info-box-yellow {
	background-color: rgba(220,185,90,0.70);
	color: #FFFFFF;
	margin-right: 2px;
	margin-left: 2px;
	padding: 20px 20px 0px;
	text-align: center;
}

.footer-text {
	font-size: 13px;
	text-align: left;
	color: #51626F;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 10px;
}

.copyright-text {
	font-size: 11px;
	text-align: left;
	color: #51626F;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

.table-social-links {
	float: center;
	margin-bottom: 0px;
	display: inline-block; 
	border-spacing: 20px;
}

.table-below-articles {
	float: center;
	margin-bottom: 20px;
	display: inline-block; 
	border-spacing: 12px 0px;
}

.img-line {
	width: 20%;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}

.img-line-page1 {
	width: 20%;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
}

.col {
	width: 100%;
	margin-top: 2px;
	margin-bottom: 2px;
}

.col-head {
	width: 100%;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}

.image-shadow {
  	opacity: 0.8;
	color: #51626F;
  	width: 100%;
  	height: 50px;
	position: relative;
	margin-top: 0px;
}

/*Hover functionality*/	
	
.container {
    position: relative;
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 2px;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.hover-text {
  transition: .5s ease;
  opacity: 1;
  position: absolute;
  top: 10%;
  left: 10%;
  text-align: left;
}

.container:hover .image {
  opacity: 0.2;
}

.container:hover .hover-text {
  opacity: 1;
}

.hover-text-style {
	color: #51626F;
	font-size: 16px;
	font-weight: 600;
	padding: 0px 0px;
}

.round:hover {
  	opacity: 1;
	border: 1px #D4A804 solid;
	background-color: rgba(81,98,111,0.10);
	transition: .5s ease;
}

.round-blue:hover {
  	opacity: 1;
	border: 1px #D4A804 solid;
	background-color: rgba(81,98,111,0.10);
	transition: .5s ease;
}

.round-blue:hover .hover-text{
  	opacity: 1;
	border: 1px #D4A804 solid;
	background-color: rgba(81,98,111,0.10);
	transition: .5s ease;
}

.round-blue-page1:hover {
  	opacity: 1;
	border: 1px #D4A804 solid;
	background-color: rgba(81,98,111,0.10);
	transition: .5s ease;
}

/* Tooltip functionality */

.tooltip {
    position: relative;
    display: inline-block; 
}

/* Tooltip text */

.tooltip .tooltiptext {
    visibility: hidden;
	display: block;
    min-width: 140px;
    background-color: rgba(230,212,157,0.95);
    color: rgba(81,98,111,1.00);
	font-size: 12px;
    text-align: left;
    padding: 5px 5px;
    border-radius: 1px;
	opacity: 0;
    transition: opacity 1s;
    /* Position the tooltip */
    position: absolute;
	top: 100%;
    left: 50%; 
	margin-top: 14px;
    margin-left: 6px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
	opacity: 1;
}

/* tooltip on first page*/

.tooltip .tooltiptext-page1 {
    visibility: hidden;
	display: block;
    min-width: 140px;
    background-color: rgba(230,212,157,0.95);
    color: rgba(81,98,111,1.00);
	font-size: 12px;
    text-align: left;
    padding: 5px 5px;
    border-radius: 1px;
	opacity: 0;
    transition: opacity 1s;
    /* Position the tooltip */
    position: absolute;
	top: 100%;
    left: 50%; 
	margin-top: 2px;
    margin-left: 15px;
}

.tooltip:hover .tooltiptext-page1 {
    visibility: visible;
	opacity: 1;
}


/*Tablet View*/

@media (min-width: 768px){
	
	body {
		max-width: 1023px;
	}
	
	.style-logo {
	margin-bottom: 10px;
	}
	
	.style-nav ul li {
		display: inline-block;
	}
	
	.style-nav ul {
		text-align: center;
	}
	
	h1 {
	font-size: 50px;
	}
	
	h2 {
		margin-bottom: 16px;
	}
	
	h4 {
		font-size: 30px;
		margin-bottom: 30px;
	}
	
	.footer-first-page {
		margin: 0px 0px 0px 0px;
	}
	
	.paragraph-first-page {
		font-size: 16px;
	}
	
	.col-md-one-half {
		width: 50%;
		margin-top: 2px;
		margin-bottom: 2px;
	}
	
	.col {
		float: left;
		padding: 0px 0px 0px 0px;
	}
	
	.col-head {
		float: left;
		padding: 0px 5px 10px 5px;
	}
		
	.row-md-one-half {
		display: -webkit-flex; /* Safari */
    	-webkit-flex-wrap: wrap; /* Safari 6.1+ */
    	display: flex;   
    	flex-wrap: wrap;
	}
	
	.info-box-blue {
		min-height: 370px;
	}
	
	.info-box-yellow {
		min-height: 370px;
	}
	
	.img-page1 {
		width: 60%;
	}
	
	.img-line-page1 {
		width: 20%;
	}
}

/*Desktop View*/

@media (min-width: 1024px){
	
	body {
		max-width: 1500px;
	}
	
	header {
		padding: 40px 10px 10px 10px;
	}

	h1 {
		font-size: 50px;
		color: #FFFFFF;
	}
	
	h4 {
		color: #FFFFFF;
	}
		
	.style-logo {
		float: left;
		margin-bottom: 0px;
	}
	
	.style-scorpion-logo {
		float: left;
		margin-left: 15px;
		margin-top: 15px;
	}
	
	.style-nav {
		float: right;
	}
	
	.col-lg-one-fourth {
		width: 25%;
	}
	
	.col-lg-one-sixth {
		width: 16.666666666667%;
		margin-top: 2px;
		margin-bottom: 2px;
	}
		
	.info-box-blue {
		min-height: 300px;
	}
	
	.info-box-yellow {
		min-height: 300px;
	}
	
	.page-main {
		text-align: left;
	}
	
	.header-text {
		font-size: 28px;
		font-weight: 500;
		text-align: center;
		margin-top: 103px;
	}
	
	.img-page1 {
		width: 40%;
	}
	
	.img-line-page1 {
		width: 12%;
		padding-bottom: 30px;
		padding-top: 40px;
	}
	
	.paragraph-first-page {
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 0px;
	}
}

