/*
NOTES
Premtech Purple: #672667
Premtech Orange: #FD8204
*/


/* ----------------------------------- RESPONSIVE ELEMENTS ----------------------------------- */
@media screen and (max-width: 1120px) {

	.imagebox-caption
	{
		position: absolute;
		bottom: 200px;
		left: 50px;
		z-index:1;
		font-size: 32px;
		color: white;
		padding: 6px;
		line-height: 32px;
	}
}


@media screen and (min-width: 1121px) {

	.imagebox-caption
	{
		position: absolute;
		bottom: 200px;
		left: 50px;
		z-index:1;
		font-size: 40px;
		color: white;
		padding: 10px;
		line-height: 35px;
	}
}


/* ----------------------------------- GLOBAL PROPERTIES ----------------------------------- */
body, html {
	min-width: 900px;
	height: 100%;
	margin: 0;
	font: 400 15px/1.8 "Lato", sans-serif;
	color: #672667;
}

h1
{
	letter-spacing: 4px;
	text-transform: uppercase;
	font: 35px "Lato", sans-serif;
	color: #672667;
	margin: 10px 0 30px 0;
}

h2
{
	letter-spacing: 2px;
	text-transform: uppercase;
	font: 20px "Lato", sans-serif;
	color: #672667;
	margin: 10px 0 0 0;
}

li, ul
{
	margin: 0;
	line-height: 20px;
}

a {
  color: inherit;
  text-decoration: none;
}

a:visited, a:hover, a:active {
  color: inherit;
}

a:hover
{
	color: #672667;
	text-decoration: underline;
}




/* ----------------------------------- GENERAL ----------------------------------- */

#imagebox-1
{
	background-image: url("../images/photo1.jpg");
}

#imagebox-2
{
	background-image: url("../images/photo2.jpg");
}

#imagebox-3
{
	background-image: url("../images/photo3.jpg");
}

#imagebox-4
{
	background-image: url("../images/photo4.jpg");
}

#imagebox-5
{
	background-image: url("../images/photo5.jpg");
}

#imagebox-6
{
	background-image: url("../images/photo6.jpg");
}

#imagebox-7
{
	background-image: url("../images/photo7.jpg");
}

#imagebox-8
{
	background-image: url("../images/photo8.jpg");
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.centred-list
{
	text-align: center;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.imagebox
{
	min-width: 600px;
	position: relative;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	z-index:0;
}

.textbox-container
{
	color: #777777;
	padding: 40px 10px;
	text-align: justify;
	min-width: 600px;
	z-index:3;
	position: relative;
	-webkit-box-shadow: 0 0 60px -15px rgba(0,0,0,1);
	-moz-box-shadow: 0 0 60px -15px rgba(0,0,0,1);
	box-shadow: 0 0 60px -15px rgba(0,0,0,1);
}

.imagebox-caption-orange
{
    background-color: #FD8204;
	background-color: rgba(225, 132, 1, 0.7);
}

.imagebox-caption-green
{
	background-color: rgba(141, 199, 63, 0.7);
}

.imagebox-caption-purple
{
    background-color: #672667;
	background-color: rgba(103, 38, 103, 0.7);
}

.imagebox-caption-red
{
    background-color: #FA2832;
	background-color: rgba(250, 40, 50, 0.7);
}

.textbox-title
{
	width: 100%;
	text-align: center;
}

.text-column-centred
{
	margin: 0 auto;
	width: 620px;
	height: 100%;
}

.text-column-centred p
{
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 18px;
}

.text-nospace
{
	margin: 0 !important;
}

.button-centred
{
	display: block;
	margin: 0 auto;
	color: white;
	background-color: #AAAAAA;
	border: none;
	outline: none;
	padding: 7px 30px;
	border-radius: 40px;
	opacity: 1;
	cursor: pointer;
	font: 400 15px/1.8 "Lato", sans-serif;
}

.button-centred:hover
{
	opacity: 0.7;
}

.button-plus-centred
{
	display: table;
	margin: 0 auto;
	margin-bottom: 10px;
	margin-top: 10px;
	color: white;
	background-color: #AAAAAA;
	border: none;
	outline: none;
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 40px;
	cursor: pointer;
	font-size: 25px;
	opacity: 0.8;
	vertical-align: central;
	font-family: Arial;
}

.content-group-header
{
	z-index: 10;
	letter-spacing: 2px;
	text-transform: uppercase;
	font: 20px "Lato", sans-serif;
	color: #777777;
	margin: 0;
	margin-top: 30px;
	background-color: white;
	margin-bottom: 10px;
	text-align: center;
}

.content-group-divider
{
	width: 100%;
	border-bottom: 1px solid #672667;
	opacity: 0.5;
}

.hidden-container
{
	width: 100%;
	padding: 0;
	margin-bottom: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	height: 0;
}

.hidden-content
{
	width: 100%;
	line-height: 15px;
	font-size: 15px;
}





/* ----------------------------------- LOAD WINDOW ELEMENTS ----------------------------------- */

#loadwindow
{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 500;
	background-color: white;
}

#loadwindow-container
{
	position: relative;
	top: 27%;
	text-align: center;
	height: 180px;
}

#loadwindow-target
{
	position: absolute;
	margin: 0 auto;
	width: 200px;
	height: 132px;
	left: calc(50% - 100px);
}

#loadwindow-text
{
	position: absolute;
	width: 100%;
	text-align: center;
	color: #FD8204;
	bottom: 0;
	line-height: 15px;
}

@-webkit-keyframes rotate {
	100% {
	-webkit-transform: rotate(360deg);
			transform: rotate(360deg);
	}
}

@keyframes rotate {
	100% {
	-webkit-transform: rotate(360deg);
			transform: rotate(360deg);
	}
}

@-webkit-keyframes trim-path-1 {
	0% {
	stroke-dasharray: 1,200;
	stroke-dashoffset: 0;
	}
	50% {
	stroke-dasharray: 140,200;
	stroke-dashoffset: 0;
	}
	100% {
	stroke-dasharray: 140,200;
	stroke-dashoffset: -141;
	}
}


@keyframes trim-path-1 {
	0% {
	stroke-dasharray: 1,200;
	stroke-dashoffset: 0;
	}
	50% {
	stroke-dasharray: 140,200;
	stroke-dashoffset: 0;
	}
	100% {
	stroke-dasharray: 140,200;
	stroke-dashoffset: -141;
	}
}

@-webkit-keyframes trim-path-2 {
	0% {
	stroke-dasharray: 0,52;
	stroke-dashoffset: -40;
	}
	50% {
	stroke-dasharray: 110,0;
	stroke-dashoffset: -40;
	}
	100% {
	stroke-dasharray: 1,90;
	stroke-dashoffset: -130;
	}
}

@keyframes trim-path-2 {
	0% {
	stroke-dasharray: 0,52;
	stroke-dashoffset: -40;
	}
	50% {
	stroke-dasharray: 110,0;
	stroke-dashoffset: -40;
	}
	100% {
	stroke-dasharray: 1,90;
	stroke-dashoffset: -130;
	}
}


/* ----------------------------------- NAVIGATION ----------------------------------- */

#nav-container
{
	position: fixed;
	top: 0;
	width: 100%;
	padding: 10px 0;
	background-color: white;
	z-index: 200;
	text-align: center;
	-webkit-box-shadow: 0px 3px 24px 2px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 3px 24px 2px rgba(0,0,0,0.4);
	box-shadow: 0px 3px 24px 2px rgba(0,0,0,0.4);
	border-bottom: 1px solid #777777;
}

#nav-container ul
{
	padding: 0;
	margin: 0;
}

#nav-container ul li
{
	color: #672667;
	background-color: #FFFFFF;
	display: inline-block;
	float: none;
	padding: 2px 10px;
	margin: 0 2px;
	border-radius: 15px;
}

#nav-container ul li:hover
{
	color: #FFFFFF;
	background-color: #672667;
	cursor: pointer;
}



/* ----------------------------------- TITLE WINDOW ----------------------------------- */

#titlewindow-engineering
{
	position: absolute;
	bottom: 40px;
	right: 22px;
	width: 100px;
	height: 66px;
	z-index: 98;
	opacity: 0.5;
}

#titlewindow-engineering-caption
{
	position: absolute;
	bottom: 115px;
	right: 35px;
	width: 100px;
	padding: 5px;
	height: 12px;
	line-height: 12px;
	font-size: 10px;
	color: white;
	background: #672667;
	text-align: center;
	border-radius: 5px;
	opacity: 0;
}

#titlewindow-container
{
	position: relative;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 100%;
	-webkit-box-shadow: 0 0 60px -15px rgba(0,0,0,1);
	-moz-box-shadow: 0 0 60px -15px rgba(0,0,0,1);
	box-shadow: 0 0 60px -15px rgba(0,0,0,1);
	z-index:300;
	background-color: white;
}

#titlewindow-premtech-logo-container {
	position: absolute;
	left: 0;
	top: 40%;
	width: 100%;
	height: 20%;
	text-align: center;
}

#titlewindow-premtech-logo
{
	width: 50%;
	opacity: 0;
}

#titlewindow-scroll-down
{
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	top: 6px;
	width: 200px;
	text-align: center;
	color: #CCCCCC;
	padding: 5px 30px;
}




/* ABOUT US ELEMENTS */




/* VIRTUAL & MIXED REALITY ELEMENTS */



/* TRAINING ELEMENTS */



/* ASSET MANAGEMENT ELEMENTS */



/* TRAINING ELEMENTS */




/* ----------------------------------- CAREERS ----------------------------------- */

#career-tiles-container
{
	width: 620px;
	overflow: hidden;
	margin-bottom: 30px;
}

.career-tile-container
{
	position: relative;
	width: 620px;
	min-height: 250px;
	padding: 0;
	margin-bottom: 32px;
	background-color: white;
	-webkit-box-shadow: 0 6px 24px -9px rgba(0,0,0,0.75);
	-moz-box-shadow: 0 6px 24px -9px rgba(0,0,0,0.75);
	box-shadow: 0 6px 24px -9px rgba(0,0,0,0.75);
}

.career-tile-image
{
	width: 620px;
	height: 150px;
	background-position: center;
}

.career-tile-title
{
	line-height: 15px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #672667;
	height: 15px;
	margin: 20px 0 0 20px;
}

.career-tile-description
{
	width: 580px;
	line-height: 18px;
	color: #777777;
	margin: 10px 0 0 0;
	padding: 0 20px 20px 20px;
}

.career-benefits-column
{
	display: inline-table;
	width: 97px;
	margin-right: 4px;
	text-align: center;
}

.career-benefits-icon
{
	width: 95%;
}

.career-benefits-header
{
	line-height: 15px;
	font-weight: bold;
	color: #672667;
	height: 30px;
}

.career-benefits-description
{
	line-height: 15px;
}



/* ----------------------------------- CONTACT ----------------------------------- */

#contact-iframe
{
	margin: 0 0 30px 0;
	border: none;
	outline: none;
}

#contact-social-media-container
{
	width: 100%;
	text-align: center;
	margin-top: -3px;
}

#contact-social-media-container a
{
	text-decoration: none;
}

#contact-textbox
{
	width: 530px;
	height: 200px;
	resize: none;
	border: 1px solid #672667;
	margin-top: -10px;
	outline: none;
	padding: 10px;
}

.contact-info-column
{
	display: inline-table;
	width:295px;
	padding: 0 0 25px 0;
	margin: 0 5px;
	text-align: center;
}

.contact-social-media-icon
{
	padding: 0 10px 0 10px;
	display: inline-block;
	max-width:90px;
	width: auto;
	height: auto;
}



/* ----------------------------------- FOOTER ----------------------------------- */

#footer-container
{
	margin: 0 auto;
	color: #777777;
	text-align:center;
	padding: 25px 0;
	height: 275px;
	width: 100%;
	z-index:3;
	position: relative;
	-webkit-box-shadow: 0px 0px 60px -15px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 60px -15px rgba(0,0,0,1);
	box-shadow: 0px 0px 60px -15px rgba(0,0,0,1);
	overflow: hidden;
}

#footer-wrapper
{
	margin: 0 auto;
}

#footer-logos-wrapper
{
	width: 100%;
}

.footer-badge
{
	padding: 0 1px;
	height: 66px;
}

.footer-badge-lg
{
	padding: 0 1px;
	height: 140px;
}

.footer-text
{
	width: 100%;
	font-size: 10px;
	color: #CCCCCC;
	margin: 0 auto;
	padding: 0;
}




