
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500|Open+Sans:400,400i,600,600i,700,700i&subset=latin-ext');

/* UNIVERSAL */

html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  font-size: 16px;
  background-color: #181717;
  overflow-x: hidden !important;
}

.fp-controlArrow {
	display: none !important;
}

.on-desktop {
	display: block;
}

.on-mobile {
	display: none;
}

/* ROOT FONT STYLES */

* {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	line-height: 1.5;
}

.grey {
	color: #888787;
}

.bold {
	font-weight: 600;
}

.orange {
	color: #F9AB16;
}

.float-right {
	display: block;
	text-align: right;
	padding-right: 90px;
}

.nav-link {
	font-size: 1.4rem;
	padding-left: 20px !important;
}

/* HOME PAGE */

#home-page {
	background-image: url("../images/home-bg.jpg");
	background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
/*


.collapsing ul {
	text-align: center;
	background-color: #171818;
	position: fixed;
	left: 0px;
	width: 100%;
	height: 100%;
}
.collapsing ul,
.show ul {
	text-align: center;
	background-color: #171818;
	position: fixed;
	left: 0px;
	width: 100%;
	height: 100%;
	padding-top: 100px;
	padding-bottom: 250px;
}

.collapsing ul li,
.show ul li { 
	margin: auto !important;
}
*/

.navbar {
	padding: 50px 80px;
	position: block;
}

.navbar-toggler {
	border: 0px !important;
}

.collapsing ul,
.show ul { 
	padding-top: 20px;
	padding-bottom: 20px;
}

.collapsing .nav-link,
.show .nav-link { 
	font-size: 1rem;
	padding-left: 40px !important;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #383737;
}

.home-logo img {
	display: block;
	vertical-align: top;
	margin-top: 60px;
	margin-left: 90px;
}

.home-menu {
	vertical-align: top;
	padding-right: 90px;	
	padding-top: 86px;
}

.home-menu ul {
	display: inline-block; 
	float: right;
	list-style: none;
}

.home-menu li {
	display: inline-block;
	float: left;
}

.home-menu a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 1.2em;
	margin-left: 20px;
	color: #fff;
}

.home-menu a:hover {
	color: #fff;
}

.home-container {
	height: 100%;
}

.home-content {
	position: absolute;
	width:100%;
	height:100%;
	top: 0px;
	left: 0px;
}

.home-text-group {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 800px;
	/*height: 460px !important;*/
	text-align: right;
	vertical-align: bottom;
	padding-right: 90px;
	padding-bottom: 90px;
}

/* ABOUT PAGE */

/*#team-details {
	position: fixed;
	left: 0px;
	top: 0px;
	display: none;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-color: #181717;
	overflow-y: scroll;
}

#team-details .container {
	margin: auto !important;
	vertical-align: middle;
}

#team-details.active {
	display: block;
}*/

div.about-left.active {
	display: block;
}

 div.about-text {
	display: none;
}

 div.about-text.active {
	display: block;
}

.team-member {
	display: none;
	position: static;
	left: 0px;
	top: 0px;
	background-color: transparent;
	width: auto;
	height: auto;
	overflow-y: auto;
}

.team-member.active {
	display: block;
}



.about-col-left img { 
	width: 100%;
	padding-bottom: 30px;
}

.about-col-left .spot { 
	font-size: 1rem;
	font-style: italic;
}

.team-header {
	padding-top: 20px;
}

.team-header h3 {
	position: relative;
	display: inline-block;
	padding-right: 20px;
	background-color: #171818;
	z-index: 1;
	/*border: 1px solid white;*/
}

.team-header .line {
	position: relative;
	background-color: white;
	top: -18px;
	height: 2px;
	width: 100%;
}

.team-cell {
	margin-top: 5px;
}

.team-cell span {
	font-size: 1.2rem;
	/*display: inline-block;*/
	/*float: left;*/
}

.team-cell p {
	font-size: 0.8rem;
	/*display: block;*/
}

.team-cell a {
	color: #fff;
	text-decoration: none;
}

.team-cell a:hover {
	color: #F9AB16;
	text-decoration: none;
}

.team-cell a i {
	padding-top: 4px;
	padding-left: 30px;
	color: #888787;
}

.team-cell a:hover i {
	color: #fff;
}

#team-details img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.back-link {
	padding-bottom: 30px;
}

.back-link i {
	padding-right: 20px;
}

.back-link a {
	color: #888787;,
	text-decoration: none;
}

.back-link a:hover {
	color: #F9AB16;
	text-decoration: none;
}

.about-footer p {
	display: block;
	padding-top: 50px;
	width: 100%;
	font-style: italic;
	font-size: 1rem;
}

.about-footer a { 
	color: #F9AB16;	
}

/* PRODUCTS PAGE */

#products-page { 
	background-image: url("../images/products-bg.jpg");
	background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

#products-page h2 {
	padding-bottom: 50px;
}

#products-page a {
	margin: 0px;
	padding: 0px;
}

/*.product-table {
	display: none;
	position: absolute;
}

.product-table.active {
	display: block;
	position: static;
}*/

.product-table tr:hover {
	background-color: #1f1e1e;
	border-bottom: 1px solid #F9AB16;
}

.product-table tr {
	background-color: transparent;
	border-bottom: 1px solid #484747;
}

/*#product-detail {
	padding-left: 50px;
}*/

.product-table table {
	margin-top: 30px;
	margin-bottom: 30px;
} 

.product-table table td {
	padding-right: 40px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: .9rem;
}

.product-list {
	display: none;
}

.product-list.active {
	display: flex;
}

.product-table {
	display: none;
	/*position: fixed;*/
	/*left: 0px;*/
	/*top: 0px;*/
	/*background-color: transparent;*/
	/*width: 100%;*/
	/*height: 100%;*/
	min-height: 600px;
	overflow-x: auto;
}

.product-table.active {
	display: block;
}

/* OPERATIONS PAGE */

#operations-page { 
	background-image: url("../images/operations-bg.jpg");
	background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

#operations-page img {
	padding-top: 30px;
	width: 100%;
}

#operations-page .info {
	position: relative;
	top: 44px;
	vertical-align: bottom;
}

#operations-page .info p { 
	padding-right: 20px;
	color: #fff;
	display: inline-block;
	vertical-align: bottom;
}

#operations-page .info i { 
	padding-right: 10px;
}

/* CONTACT */

#contact-page h2 {
	padding-bottom: 50px;
}

#contact-page h3 {
	display: block;
}

#contact-page .contact-col-left {
	padding-right: 50px;
}

#contact-page img {
	width: 100%;
	padding-bottom: 50px;
}

#contact-page .address {
	padding-top: 10px;
	padding-bottom: 30px;
}

#contact-page .phones {
	display: block;
	width: 100%;
}

#contact-page .phones i { 
	color: #FF7A2C;
}

#contact-page .phones p { 
	float: left;
	padding-right: 20px;
}

#contact-page .sales {
	margin-top: 50px;
}

#contact-page a { 
	/*display: block;*/
	border: 0px;
	/*width: 372px;*/
	/*height: 50px;*/
	/*margin: 20px 0px;*/
	cursor: pointer;
	color: #fff;
	text-decoration: none;
}
/*
a[href^="tel"] {
	color: inherit; 
	text-decoration: none; 
	display: block;
	border: 0px;
	margin: 20px 0px;
	cursor: pointer;
}
*/
/* COLORS */

.color-green {
	color: #91E7A0;
}

.color-pink {
	color: #FF4666;
}


/* TYPOGRAPHY */

h1 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 6rem;
}

h2 {
	padding: 0px;
	margin: 0px;
	padding-bottom: 20px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 4.2rem;
}

h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 2.1rem;
}

h4 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 1.4rem;
}

span {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 1.8rem;
}

p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: .9rem;
	color: #afafaf;
}

p.auto {
	text-align: justify;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

p.none {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

/* FULLSCREEN JS */

#fp-nav {
	padding-right: 20px;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    background: #fff; 
}

#fp-nav ul li .fp-tooltip { 

	font-family: 'Montserrat', sans-serif;
	font-size: 1rem;
    /*position: absolute;*/
    top: -5px;
    color: #fff;
    white-space: nowrap;
    /*text-align: center;*/
    max-width: 220px;
    overflow: hidden;
    /*display: block;*/
    opacity: 0;
    width: 0;
    cursor: pointer;
    background-color: #171818;
    padding: 0px 10px;
}

@media only screen and (max-width: 732px) 
{
    html, body {
    	/*font-size: 14px;*/
    	overflow-x: hidden !important;
    	width: 100%;
    	max-width: 100%;
    }

    h1 { font-size: 4rem }
    h2 { font-size: 3rem }
    span {
    	font-size: 1.2rem;
    }

    section {
    	height: auto !important;
    }

    .fp-tableCell {
    	padding: 80px 0px;
    }

    .navbar-brand img {
    	height: 50px;
    	width: auto;
    }

    .navbar {
    	position: fixed;
    	z-index: 10;
    	left: 0px;
    	top: 0px;
		padding: 10px 20px;
		width: 100%;
		background-color: #171818;
		/*height: 100%;*/
	}

	#fullpage {
		/*top:80px;*/
	}

    .home-container {

    }

    .home-text-group {
		position: absolute;
		right: 0px;
		bottom: 0px;
		width: 100%;
		/*height: 460px !important;*/
		text-align: right;
		vertical-align: bottom;
		padding: 20px 20px;
	}

    .container-fluid {
    	margin-top: 0px;
    	vertical-align: top;
    }

    .container {
    	margin-top: 0px;
    	vertical-align: top;
    }

    .on-desktop {
		display: none;
	}

	.on-mobile {
		display: block;
	}

	div.about-left {
		display: none;
	}

	 div.about-left.active {
		display: block;
	}

	/*.team-member.active {
		display: block;
		position: fixed;
		left: 0px;
		top: 0px;
		background-color: #181717;
		width: 100% !important;
		height: 100% !important;
		z-index: 10;
		overflow-y: scroll;
		padding: 25px;
	}*/

    .back-link {
		position: static;
		margin-top: 5px; 
		margin-bottom: 20px; 
	}

	#team-details .col-md-4 {
		margin-top: 30px;
	}

	.team-cell {
		padding-top: 20px; 
	}

	#product-detail {
		padding-left: 0px;
	}

	#product-detail h3 {
		padding-top: 30px;
	}

	#product-detail table {
		font-size: .8rem;
		width: 100%;
	}

	#product-detail table td {
		padding-right: 20px;
	}

	/*.product-table.active {
		display: block;
		position: fixed;
		left: 0px;
		top: 0px;
		background-color: #181717;
		width: 100% !important;
		height: 100% !important;
		z-index: 10;
		overflow-y: scroll;
		padding: 25px;
	}*/

    #products-page h2 {
    	margin: 0px;
    	padding-bottom: 0px;
    }

    #operations-page {
    	min-height: auto! important;
    }

    #operations-page .fp-tableCell {
    	height: auto! important;
    }

    #operations-page .info {
    	position: static;
    }

    #operations-page image {
    	padding: 50px 10px;
    	display:block;
    	overflow-x: auto;
    	margin: auto !important;
    }

    #operations-page img {
    	height: auto;
    	width: 100%;
    }

    #contact-page .contact-col-left {
		padding-right: 15px;
	}

    #contact-page .contact-col-left img {
		width: 100%;
		height: auto;
	}

	#contact-page .contact-col-right .jobs {
		margin: 0px;
		padding: 0px;
		padding-top: 20px;
		padding-bottom: 10px;
	}

	#contact-page .contact-col-right .sales {
		margin: 0px;
		padding: 0px;
		padding-top: 20px;
		padding-bottom: 10px;
	}

	#contact-page .address {
		padding-bottom: 0px;
	}

	#contact-page .phones p {
		/*display: block;*/
	}

}

@media only screen and (max-device-width : 667px)  
{
	html, body {
    	overflow-x: hidden !important;
    	width: 100%;
    	max-width: 100%;
    }

    h1 { font-size: 3rem }
    h2 { font-size: 2rem }
    span {
    	font-size: 1rem;
    }
    section {
    	height: auto !important;
    }
}
