div.copyrighttext {
  font-size: 10px;
}

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

.img-hover:hover {
	opacity: 0.8;
}
/* Home Page Carousel */

header.carousel {
	height: 50%;
}

header.carousel .item, header.carousel .item.active, header.carousel .carousel-inner {
	height: 100%;
}

header.carousel .fill {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}
/* 404 Page Styles */

.error-404 {
	font-size: 100px;
}
/* Pricing Page Styles */

.price {
	display: block;
	font-size: 50px;
	line-height: 50px;
}
.price sup {
	top: -20px;
	left: 2px;
	font-size: 20px;
}
.period {
	display: block;
	font-style: italic;
}
/* Footer Styles */

footer {
	padding: 50px 0;
	color: #ffffff;
	background-color: #222;
}

/* Responsive Styles */

@media(max-width:991px) {
.customer-img,  .img-related {
	margin-bottom: 30px;
}
}

@media(max-width:767px) {
	.img-portfolio {
		margin-bottom: 15px;
	}
	header.carousel .carousel {
		height: 70%;
	}
}


.s7-carosel {
    display: block;
  font-size: 1.5em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}


.s7-h1 {
    display: block;
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}    

.s7-h2 {
  display: block;
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
    font-variant: small-caps;
}

.s7-h3 {
  display: block;
  font-size: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
    font-variant: small-caps;
}

.s7-h4 {
  display: block;
  font-size: 1.5em;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
    font-variant: small-caps;
}

.s7-h5 {
  display: block;
  font-size: .83em;
  margin-top: 1.67em;
  margin-bottom: 1.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}


.s72thumbnail{
position: relative;
z-index: 0;
}

.s72thumbnail:hover {
background-color: transparent;
z-index: 50;
}

.s72thumbnail span { /*CSS for enlarged image*/   
    position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.s72thumbnail span img { /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.s72thumbnail:hover span { /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}









.notice {
	border-left: 3px solid red;
	padding-left: 10px;
	margin-left: 10px;
}
.code {
	font-family: monospace;
	font-size: xxsmall;
	border-left: 3px solid blue;
	padding-left: 10px;
	margin-left: 10px;
	margin-right: 10px;
	word-break: break-all;
}
.codeb {
	border: 1px solid blue;
	font-weight: bold;
}
.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
}
.overlay:target {
	visibility: visible;
	opacity: 1;
}
.popup {
	margin: 70px auto;
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	width: 30%;
	position: relative;
	transition: all 5s ease-in-out;
}
.popup h2 {
	margin-top: 0;
	color: #333;
	font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
	position: absolute;
	top: 20px;
	right: 30px;
	transition: all 200ms;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}
.popup .close:hover {
	color: orange;
}
.popup .content {
	max-height: 30%;
	overflow: auto;
}
.vxtool-h2 {
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	border-style: dotted;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color: #333;
	background-color: #f5f5f5;
	font-style: normal;
	font-size: medium;
	border-width: 1px;
	padding-left: 1em;
}
.vxtool-h1 {
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	border-style: dotted;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color: #333;
	background-color: #f5f5f5;
	border-width: 1px;
	padding-left: 1em;
    font-variant: small-caps;
}
.bluebox {
	font-variant: small-caps;
}
#some-element {
	border: 1px solid #ccc;
	display: none;
	font-size: 10px;
	margin-top: 10px;
	padding: 5px;
	text-transform: uppercase;
}
#some-div:hover #some-element {
	display: block;
}
.bc_link:hover {
	color: red;
}
.vxtools-body-text {

/*##### FORM STYLES #####*/

font-variant: small-caps;
}
field text fn {
	font-size: xx-large
}
form header {
	margin: 0px 0px 20px 0px;
}
form header div {
	font-size: 90%;
	color: #999;
}
form header h2 {
	margin: 0 0 5px 0;
}
form > div {
	clear: both;
	overflow: hidden;
	padding: 1px;
	margin: 0 0 10px 0;
}
form > div > fieldset > div > div {
	margin: 0 0 5px 0;
}
form > div > label, legend {
	width: 25%;
	float: left;
	padding-right: 10px;
}
form > div > div, form > div > fieldset > div {
	width: 75%;
	float: right;
}
form > div > fieldset label {
	font-size: 90%;
}
fieldset {
	border: 0;
	padding: 0;
}
input[type=text], input[type=email], input[type=url], input[type=password], textarea {
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
input[type=text], input[type=email], input[type=title], input[type=company] {
	width: 50%;
}
input[type=text]:focus, input[type=email]:focus, input[type=title]:focus, input[type=company]:focus, textarea:focus {
	outline: 0;
	border-color: #4697e4;
}
.desc {
	font-size: 1em;
}

@media (max-width: 600px) {
.desc {
	font-size: 36px;
}
.desc {
	font-size: 36px;
}
form > div {
	margin: 0 0 15px 0;
}
form > div > label,  legend {
	width: 100%;
	float: none;
	margin: 0 0 5px 0;
}
form > div > div,  form > div > fieldset > div {
	width: 100%;
	float: none;
}
input[type=text],  input[type=email],  input[type=title]:focus,  input[type=company]:focus,  textarea,  select {
	width: 100%;
}
}

@media (min-width: 1200px) {
form > div > label,  legend {
	text-align: left;
}
}

/*##### BREADCRUMB STYLES #####*/

#breadcrumbs * {
	max-width: 9999px !important;
	font-size: 14px;
	color: #555
}
#breadcrumbs .module {
	border: 0;
	background: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0
}
#breadcrumbs h2, #breadcrumbs h3 {
	margin-top: 0;
	color: #333
}
#breadcrumbs a:hover {
	text-decoration: underline;
	text-decoration-line: underline;
	border: thin solid #1A2644;
}
#breadcrumbs {
	position: relative;
	padding: 0px  15px;
	height: 20px;
	margin-left: 5px;
	z-index: 100
}
#breadcrumbs {
	position: relative;
	padding: 0px  15px;
	height: 20px;
	margin-left: 5px;
	z-index: 100
}
#breadcrumbs a, #breadcrumbs span.bc_link {
	font-weight: normal;
	text-decoration: none
}
#breadcrumbs > div {
	float: left
}
.bc_link {
	display: block;
	float: left;
	height: 20px;
	overflow: hidden;
	padding: 6px  5px 0 5px;
	position: relative;
	white-space: nowrap
}
.bc_link_dd {
	padding: 6px  15px 0 5px
}
.bc_link_hover {
	z-index: 1000
}
#sub-header {
	height: 20px;
	padding-top: 5px;
	background: white
}
#bc_container {
	height: 20px;
	padding: 0;
	margin: 0;
	white-space: nowrap;
	line-height: 15px
}
#bc_title {
	color: black;
	float: left;
	background: white;
	padding: 6px  6px 0 00px
}
.bc_separator {
	background: url("../s7/Images_Active/bc_separator.png") no-repeat 0 80% transparent;
	float: left;
	height: 20px;
	margin: 0;
	width: 8px;
	position: relative
}
.bc_separator_hover {
	background: url("../s7/Images_Active/bc_separator.png") no-repeat 0 77% transparent;
	z-index: 1000
}
.bc_triangle {
	border-color: #AAA transparent transparent;
	border-right: 3px solid transparent;
	border-style: solid;
	border-width: 3px;
	height: 0;
	position: absolute;
	right: 5px;
	top: 12px;
	width: 0
}
.bc_triangle_hover {
	border: 0
}
.bc_dropdown div#by-model {
	max-width: none;
	width: auto;
	float: left;
	height: 100%;
	padding-bottom: 5px
}
.bc_dropdown ol.models {
	max-width: none;
	display: inline-block;
	vertical-align: top;
	padding: 0  5px;
	overflow: hidden
}
.bc_dropdown div#by-make, .bc_dropdown div.by-year {
	float: left;
	height: 100%;
	padding-bottom: 5px;
	width: auto;
	border: none
}
.bc_dropdown div#by-make h3 {
	display: none
}
.bc_dropdown ol.makes, .bc_dropdown div.divyears {
	float: left
}
.bc_dropdown ol.makes li {
	display: block;
	margin-right: 25px
}
.bc_dropdown div.divyears h4 {
	padding: 10px;
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: bold
}
.bc_dropdown div.divyears {
	float: left;
	height: 100%;
	border-left: 1px solid #eee
}
.bc_dropdown div.divyears:first-child {
	border-left: 0px
}
.bc_dropdown div.by-year h4 {
	display: none
}
.bc_dropdown ul.years {
	float: left
}
.bc_dropdown ul.years li {
	margin: 0  10px 0 10px
}
.bc_dropdown {
	padding: 4px;
	-moz-box-shadow: #999 3px 3px 3px;
	-webkit-box-shadow: #999 3px 3px 3px;
	white-space: nowrap;
	display: none;
	position: absolute;
	float: none !important;
	margin-left: 0px;
	z-index: 999;
	background-color: white;
	border: 1px  solid #DDD;
	top: 25px;
	margin-top: 0px;
	padding: 10px  20px;
	max-height: 500px !important;
	overflow: auto !important
}
.bc_dropdown .module .block-header, .bc_dropdown .module h2 {
	display: none
}
.bc_dropdown .module {
	margin: 0px;
	padding: 0px
}
#breadcrumbs_hint {
	background: url(../s7/Images_Active/navArrow.gif) no-repeat left center;
	padding-left: 22px;
	font-size: 11px;
	color: #999;
	display: block;
	float: left;
	margin-top: 10px;
	margin-left: 10px
}
#bc_container:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
.breadcrumb_row {
	display: inline-block;
	width: 150px;
	height: 35;
}

/*##### IMAGE STYLES FOR SOME DEMO? #####*/

.s7img-circle {
	border-radius: 50%;
	padding: 20px;
	width: 100px;
	height: 100px;
}
.s7dp_img-rounded {
	border-radius: 25px;
	padding: 20px;
	width: 150px;
	height: 200px;
}
.s7img-rounded {
	border-radius: 25px;
	padding: 20px;
	width: 200px;
	height: 150px;
}
.s7img-rounded-inv {
	border-radius: 25px;
	padding: 20px;
	width: 150px;
	height: 240px;
}
.demo-2 .main h1 {
	margin: 1em 0 0.5em 0;
	font-weight: 600;
	font-family: 'Titillium Web', sans-serif;
	position: relative;
	font-size: 36px;
	line-height: 40px;
	padding: 15px 15px 15px 15%;
	color: #355681;
	box-shadow: inset 0 0 0 1px rgba(53,86,129, 0.4),  inset 0 0 5px rgba(53,86,129, 0.5),  inset -285px 0 35px white;
	border-radius: 0 10px 0 10px;
	background: #fff url(../s7/Images_Active/HINT_software.gif) no-repeat center left;
}
.demo-2 .main h2 {
	margin: 1em 0 0.5em 0;
	font-weight: normal;
	position: relative;
	text-shadow: 0 -1px rgba(0,0,0,0.6);
	font-size: 28px;
	line-height: 40px;
	background: #355681;
	background: rgba(53,86,129, 0.8);
	border: 1px solid #fff;
	padding: 5px 15px;
	color: white;
	border-radius: 0 10px 0 10px;
	box-shadow: inset 0 0 5px rgba(53,86,129, 0.5);
	font-family: 'Muli', sans-serif;
}
.demo-2 .main h3 {
	margin: 1em 0 0.5em 0;
	font-weight: 600;
	font-family: 'Titillium Web', sans-serif;
	position: relative;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.4);
	font-size: 22px;
	line-height: 40px;
	color: #355681;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(53,86,129, 0.3);
}
.demo-2 .main h4 {
	margin: 1em 0 0.5em 0;
	font-weight: 600;
	font-family: 'Titillium Web', sans-serif;
	position: relative;
	font-size: 18px;
	line-height: 20px;
	color: #788699;
	font-family: 'Muli', sans-serif;
}

/*##### FONT STYLES #####*/

/*@import url(http://fonts.googleapis.com/css?family=Cinzel+Decorative:400,900);*/
fancybody {
	font-family: 'Cinzel Decorative', cursive;
	/*background: url(http://s.cdpn.io/3/blurry-blue.jpg);*/
	background-size: cover;
	color: black;
}
fancyh1 {
	font-size: 3em;
	text-align: center;
}
.embiggen {
	font-size: 4em;
	text-shadow: 0 0 40px #ffbab3;
}
fancyarticle {
	max-width: 600px;
	overflow: hidden;
	margin: 0 auto 50px;
}
.fancysubtitle {
	margin: 0 0 2em 0;
}
.fancy {
	line-height: 0.5;
	text-align: center;
}
.fancy span {
	display: inline-block;
	position: relative;
}
.fancy span:before, .fancy span:after {
	content: "";
	position: absolute;
	height: 5px;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	top: 0;
	width: 600px;
}
.fancy span:before {
	right: 100%;
	margin-right: 15px;
}
.fancy span:after {
	left: 100%;
	margin-left: 15px;
}
.amp {
	margin: 0 0 0.25em 0;
}
.amp span {
	font-size: 0.7em;
}
.copy {
	/*font: 1em Georgia, Serif;*/
	text-align: justify;
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
}
.copy p {
	margin: 0 0 1em 0;
}

/*##### FONT STYLES #####*/

.inline-video {
	display:flex;
	justify-content:center;
	text-align:center;	
}

/*##### NAVBAR CUSTOM STYLES #####*/

.navbar-brand {
	padding-top: 5px !important;
}

/*##### MISC #####*/
/*Disable side-scrolling*/
html, body {
    max-width: 100%;
    overflow-x: hidden;
}
