body {
	/* font-family: 'Mona Sans', sans-serif; */
	font-family: 'Roboto', sans-serif;
	background-color: rgb(16, 16, 16);
	color: rgb(201, 201, 201);
	font-size: 1.8em;
}

.darkBg {
	background-color: rgb(50, 50, 50);
	height: 2px;

}

.notes {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8em;
	color: rgba(197, 197, 197, 0.66);

}

.keypoints {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	color: rgba(255, 111, 86, 0.66);

}

.specs {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.8em;
	color: #888888;
}

.alert-info {
	color: #7c7c7c;
	background-color: #121212;
	border-color: #383838;
	text-align: center;
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-radius: 18px;
}

#fixa {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}

#nav-placeholder {
	position: fixed;
	z-index: 1030;
	top: 0;
	left: 0;
	width: 100%;
}

.maindiv {
	padding-top: 80px;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
	padding: 10px 0;
	overflow: hidden;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

.plugins {
	padding: 24px 0;
	text-align: center;
}

.plugins img {
	max-width: 20%;
	transition: all 0.4s ease-in-out;
	display: inline-block;
	padding: 8px 0;
	filter: grayscale(100);
}

.plugins img:hover {
	filter: none;
	transform: scale(1.1);
}

@media (max-width: 768px) {
	.plugins img {
		max-width: 60%;
	}
}

#CurrentStatus .keypoints {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	color: rgba(255, 111, 86, 0.66);

}

#CurrentStatus .notes {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8em;
	color: rgba(197, 197, 197, 0.66);

}

.fa-quote-left,
.fa-quote-right {
	color: #ff6633;
}

.disclaimer {
	font-size: 0.8em;
}

.carousel-control.left,
.carousel-control.right {
	background: none !important;
	filter: none !important;
}

.carousel {
	margin-top: 0px;
	padding-top: 80px;
}

.img-carousel {
	min-width: 800px;
}

@media (max-width:768px) {
	.carousel .carousel-inner .item {
		min-height: 600px;
	}
}

.navbar {
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 0px;
	border-radius: 0px;

}

.navbar-brand {
	font-weight: bold;
	font-size: 1.2em;
}

.downLink {
	padding-bottom: 10px;
	padding-top: 10px;
}

.infoTextForSlide {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}




#WhatsNewPanelBg {
	min-height: 700px;
	background-repeat: no-repeat;
	background-size: cover;

}


#VLinnDev {
	min-height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
}



.featureText {
	color: white;
	font-weight: lighter;
	transition: all 0.3s;
	position: absolute;
}

.featureText h2 {
	font-weight: bold;
	color: white;
}

.featureSection {
	text-align: justify;
	font-size: 1.2em;
	font-weight: lighter;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 15px;
	padding-right: 15px;
}


.featureSection h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 3.0em;
	color: white;
}


.featureSection h3 {
	font-size: 2.7em;
}

.featureSection2 {
	text-align: center;
	font-size: 1.2em;
	font-weight: lighter;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 15px;
	padding-right: 15px;
}

.featureSection2 h2 {
	font-weight: bold;
	font-size: 3.2em;
	color: #ff6633;
}

@media (max-width: 575px) {
	.featureSection {
		font-size: 1.0em;
	}
}

.inverted {
	filter: invert(95%);
}

.section-title h2 {
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
	color: #ff6633;
}


#vprom h2,
#vprom h3 {
	color: #ff4750;
}

#el2 h2,
#el2 h3 {
	color: #fdebc6;
}

#vsdsx h2,
#vsdsx h3 {
	color: #45d4f4;
}

#claptrap h2,
#claptrap h3 {
	color: #d4999f;
}

#obxt h2,
#obxt h3 {
	color: #e71e75;
}

#sy4x h2,
#sy4x h3 {
	color: #c13e1f;
}

.section-title h2::before {
	content: '';
	position: absolute;
	display: block;
	width: 120px;
	height: 1px;
	background: #ddd;
	bottom: 1px;
	left: calc(50% - 60px);
}

#footer {
	text-align: center;
	font-size: 0.9em;
	font-weight: lighter;

}

#footer h1 {

	font-size: 0.5em;
	color: rgb(16, 16, 16);
}

#lastFoot {
	font-size: 0.9em;
	font-weight: bold;
	color: rgb(251, 56, 2);
}


#footLink {
	padding-top: 40px;
	padding-bottom: 30px;
}

#footLink a {
	color: inherit;
	text-decoration: none;
	padding-right: 30px;
	padding-left: 30px;
}



#centText {
	text-align: center;
}


#guideSection {
	color: #444;
	font-weight: lighter;
}

#guideSection h2 {
	font-size: 5em;
}

#VLinnSection {
	background-color: #333;

	background-repeat: no-repeat;
	background-size: cover;


	color: white;
	text-align: center;
}

#VLinnSection h2 {
	color: white;
	font-size: 3em;
}

#VLinnSection a {
	font-weight: lighter;
}

#GetItSection {
	background-color: #333;

	background-repeat: no-repeat;
	background-size: cover;


	color: white;
	text-align: center;
}

#GetItSection h2 {
	color: white;
	font-size: 3em;
}

#GetItSection a {
	font-weight: lighter;
}


#organicSection {
	text-align: center;
	background-color: #333;
	color: white;
}

#organicSection h2 {
	font-size: 3em;
	color: #eee;
}

#firstSection {
	color: fuchsia;
	text-align: center;
	font-size: 10em;
}

#secondSection {
	color: white;
	background-color: grey;
	text-align: center;
	font-size: 10em;
}

#testBtn {
	background-color: transparent;
	border-radius: 5px;
	border-width: medium;
}


.modal-content {

	text-align: center;
}

.modal-footer {

	text-align: center;
}


.modal-header h2 {
	font-weight: bold;
}

.vcenter {
	display: inline-block;
	vertical-align: middle;
	float: none;
}

.arrowDown {
	text-decoration: none;
	color: white;
	font-size: 4em;
	font-weight: lighter;
	text-shadow: none;
}

.arrowDown:hover {
	color: black;
}



.carousel-butt {
	background-color: black;
	border-color: white;
	border-radius: 5;
	margin-left: 10px;
	margin-right: 10px;
}

.carousel-butt:hover {
	background-color: white;
	color: black;
	border-color: black;
	border-radius: 5;
}


.btn:focus {
	outline: none;
}

.btn-shop {
	color: #fff;
	background-color: #ad4624;
	border-color: #fe6735;
}

.btn-shop:hover,
.btn-shop:focus,
.btn-shop.focus,
.btn-shop:active,
.btn-shop.active,
.open>.dropdown-toggle.btn-shop {
	color: #000000;
	background-color: #ff6633;
	border-color: #f06132;
}

.btn-shop:active,
.btn-shop.active,
.open>.dropdown-toggle.btn-shop {
	background-image: none;
}

.btn-shop.disabled,
.btn-shop[disabled],
fieldset[disabled] .btn-shop,
.btn-shop.disabled:hover,
.btn-shop[disabled]:hover,
fieldset[disabled] .btn-shop:hover,
.btn-shop.disabled:focus,
.btn-shop[disabled]:focus,
fieldset[disabled] .btn-shop:focus,
.btn-shop.disabled.focus,
.btn-shop[disabled].focus,
fieldset[disabled] .btn-shop.focus,
.btn-shop.disabled:active,
.btn-shop[disabled]:active,
fieldset[disabled] .btn-shop:active,
.btn-shop.disabled.active,
.btn-shop[disabled].active,
fieldset[disabled] .btn-shop.active {
	background-color: #ad4624;
	border-color: #fe6735;
}

.btn-primary .badge {
	color: #337ab7;
	background-color: #fff;
}


.FeatTitles {
	font-size: 2em;
	font-weight: bold;
	color: #f65c1b;
}

/*! future option for background video */
#backgroundvid {
	position: fixed;
	top: 70%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background: none;
	background-size: cover;
}

#backgroundvid_prod {
	position: fixed;
	top: 70%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background: none;
	background-size: cover;
}


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
	list-style: none;
	margin-bottom: 20px;
}

.portfolio #portfolio-flters li {
	cursor: pointer;
	display: inline-block;
	margin: 10px 5px;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	color: #888888;
	transition: all 0.3s;
	padding: 8px 20px;
	border-radius: 50px;
	font-family: "Poppins", sans-serif;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
	background: #ff6633;
	color: #fff;
}

.portfolio .portfolio-item {
	margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-img {
	overflow: hidden;
}

.portfolio .portfolio-item .portfolio-img img {
	transition: all 0.6s;
}

.portfolio .portfolio-item .portfolio-info {
	opacity: 0;
	position: absolute;
	left: 15px;
	bottom: 0;
	z-index: 3;
	right: 15px;
	transition: all 0.3s;
	background: rgba(11, 11, 11, 0.8);
	padding: 20px 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	color: #fff;
	margin-bottom: 0px;
}

.portfolio .portfolio-item .portfolio-info p {
	color: #f9fcfe;
	font-size: 14px;
	margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
	position: absolute;
	right: 40px;
	font-size: 24px;
	top: calc(50% - 18px);
	color: #fff;
	transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
	color: #ff6633;
}

.portfolio .portfolio-item .portfolio-info .details-link {
	right: 10px;
}

.portfolio .portfolio-item:hover .portfolio-img img {
	transform: scale(1.15);
}

.portfolio .portfolio-item:hover .portfolio-info {
	opacity: 1;
}

/*--------------------------------------------------------------
  # Portfolio Details
  --------------------------------------------------------------*/
.portfolio-details {
	padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
	width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
	margin-top: 20px;
	position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #fff;
	opacity: 1;
	border: 1px solid #ff6633;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #ff6633;
}

.portfolio-details .portfolio-info {
	padding: 30px;
	box-shadow: 0px 0 30px rgba(55, 81, 126, 0.08);
}

.portfolio-details .portfolio-info h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
	list-style: none;
	padding: 0;
	font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
	margin-top: 10px;
}

.portfolio-details .portfolio-description {
	padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
	padding: 0;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
	width: 100%;
	text-align: center;
	margin-top: 10%;
	margin-bottom: 0%;
}

#hero .animated {
	animation-name: up-down;
	animation-duration: 2s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate-reverse;
	animation-fill-mode: both;
}

@media (max-height: 575px) {
	.hero-img img {
		width: 60%;
		height: auto;
	}
}

@media (max-width: 575px) {
	.hero-img img {
		width: 60%;
		height: auto;
	}
}

@media (max-width: 768px) {
	.hero-img img {
		width: 65%;
		height: auto;
	}
}

@media (max-width: 1920px) {

	.hero-img img {
		width: 70%;
		height: auto;
	}
}

/* 	#hero .animated { //////////////////////// this was in max wdth 991 rule
		-webkit-animation: none;
		animation: none;
	}
 */





@-webkit-keyframes up-down {
	0% {
		transform: translateY(10px);
	}

	100% {
		transform: translateY(-10px);
	}
}

@keyframes up-down {
	0% {
		transform: translateY(10px);
	}

	100% {
		transform: translateY(-10px);
	}
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
@media (max-width:912px) {
	.navbar {
		z-index: 99;
	}

	.navbar ul {
		z-index: 99;
	}

	.navbar .dropdown ul {
		z-index: 99;
	}

	.navbar-toggle {
		z-index: 99;
		color: #ff6912;
		background-color: #242424;
	}

	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {
		background-color: #ff6912;
		;
	}


}