html {
	overflow-y: scroll;
}


body {
	overflow-x: hidden;
	font-family:Proxima Nova, Helvetica Neue, Helvetica, Arial, sans-serif !important;
}

.text-muted {
	color: #777
}

.text-primary {
	color: #337ab7
}
div.nav-item.dropdown {
	cursor: pointer;
}

.nav-link.dropdown-toggle {
	color: #337ab7;
}

.nav-link.dropdown-toggle {
	color: #337ab7 !important;
}

/* This makes it so the selected tab in a dropdown is readable */
div.catalog.nav-item.dropdown.show > div > li.dropdown-item.active > a {
	color:white;
}

p {
	font-size: 14px;
	line-height: 1.75
}

p.large {
	font-size: 16px
}

p.capitalize {
	text-transform: capitalize;
}

a,
a.active,
a:active,
a:focus,
a:hover {
	outline: none
}

a {
	color: #337ab7
}

a.active,
a:active,
a:focus,
a:hover {
	color: #285f8f
}

.terms-of-agreement-header {
	background-color: #337ab7;
	color:white;
	cursor: pointer;
}

.img-centered {
	margin: 0 auto
}

.bg-light-gray {
	background-color: #eee
}

.bg-darkest-gray {
	background-color: #222
}

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

.btn-primary-cv.focus,
.btn-primary-cv:focus {
	color: #fff;
	background-color: #285f8f;
	border-color: #173853
}

.btn-primary-cv.active,
.btn-primary-cv:active,
.btn-primary-cv:hover,
.open>.btn-primary-cv.dropdown-toggle {
	color: #fff;
	background-color: #285f8f;
	border-color: #265a87
}

.btn-primary-cv.active.focus,
.btn-primary-cv.active:focus,
.btn-primary-cv.active:hover,
.btn-primary-cv:active.focus,
.btn-primary-cv:active:focus,
.btn-primary-cv:active:hover,
.open>.btn-primary-cv.dropdown-toggle.focus,
.open>.btn-primary-cv.dropdown-toggle:focus,
.open>.btn-primary-cv.dropdown-toggle:hover {
	color: #fff;
	background-color: #204d73;
	border-color: #173853
}

.btn-primary-cv.active,
.btn-primary-cv:active,
.open>.btn-primary-cv.dropdown-toggle {
	background-image: none
}

.btn-primary-cv.disabled.focus,
.btn-primary-cv.disabled:focus,
.btn-primary-cv.disabled:hover,
.btn-primary-cv[disabled].focus,
.btn-primary-cv[disabled]:focus,
.btn-primary-cv[disabled]:hover,
fieldset[disabled] .btn-primary-cv.focus,
fieldset[disabled] .btn-primary-cv:focus,
fieldset[disabled] .btn-primary-cv:hover {
	background-color: #337ab7;
	border-color: #337ab7
}

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

.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
	text-transform: uppercase;
	font-weight: 700
}

.btn-primary.focus,
.btn-primary:focus {
	color: #fff;
	background-color: #285f8f;
	border-color: #173853
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #285f8f;
	border-color: #265a87
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.btn-primary.dropdown-toggle.focus,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle:hover {
	color: #fff;
	background-color: #204d73;
	border-color: #173853
}

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

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
	background-color: #337ab7;
	border-color: #337ab7
}

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

.navbar-custom {
	text-shadow: 0 0 50px #000;
	background-color: #222;
	border-color: transparent;
}

.navbar-custom .navbar-brand {
	color: #337ab7;
}

.navbar-custom .navbar-brand.active,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:hover {
	color: #285f8f
}

.navbar-custom .navbar-collapse {
	border-color: hsla(0, 0%, 100%, .98)
}
.toolbar, .api-picker, .api-img, .banner {
	box-shadow: 2px 2px 10px black;
}

.navbar-custom .navbar-toggle {
	background-color: #337ab7;
	border-color: #337ab7;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px
}

.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:hover {
	background-color: #337ab7
}

.navbar-custom .nav li a {
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
	color: #fff
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:hover {
	color: #fed136;
	outline: none
}

.navbar-custom .navbar-nav>.active>a {
	-moz-border-radius: 0;
	border-radius: 0;
	color: #fff;
	background-color: #337ab7
}

.navbar-custom .navbar-nav>.active>a:focus,
.navbar-custom .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: #285f8f
}

@media (min-width:768px) {
	.navbar-custom {
		background-color: transparent;
		padding: 25px 0;
		-webkit-transition: padding .3s;
		-moz-transition: padding .3s;
		transition: padding .3s;
		border: none
	}
	.navbar-custom .navbar-brand {
		font-size: 2em;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		transition: all .3s
	}
	.navbar-custom .navbar-nav>.active>a {
		-moz-border-radius: 3px;
		border-radius: 3px
	}
}

@media (min-width:768px) {
	.navbar-custom.affix {
		background-color: #222;
		padding: 10px 0
	}
	.navbar-custom.affix .navbar-brand {
		font-size: 1.5em
	}
}

header {
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 50%;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	text-align: center;
	color: #fff;
}

header .intro-text {
	text-shadow: 0 0 25px white;
	padding-bottom: 20px
}

header .intro-text .intro-heading,
header .intro-text .intro-lead-in {
	text-shadow: 2px 2px 8px #000;
	margin-bottom: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
}

header .intro-text .intro-lead-in {
	font-style: italic;
	font-size: 22px;
	line-height: 22px
}

header .intro-text .intro-heading {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 50px;
	line-height: 50px
}

header#api-banner,
header#missing-banner {
	background-image: url("/images/banners/missing.jpg")
}

header#data-banner {
	background-image: url("/images/banners/data.jpg")
}

header#terms-banner {
	background-image: url("/images/banners/terms.jpg")
}

header#vehicle-catalog-api-banner {
	background-image: url("/images/banners/vehicle-catalog-api.jpg")
}

header#valuations-banner {
	background-image: url("/images/banners/valuations.jpg")
}

header#computer-vision-banner {
	background-image: url("/images/banners/computer-vision.png")
}

@media (min-width:768px) {
	header .intro-text {
		padding-top: 150px
	}
	header .intro-text .intro-lead-in {
		font-style: italic;
		font-size: 40px;
		line-height: 40px;
		margin-bottom: 25px
	}
	header .intro-text .intro-heading {
		text-transform: uppercase;
		font-weight: 700;
		font-size: 75px;
		line-height: 75px;
		margin-bottom: 50px
	}
	header#homepage-banner .intro-text {
		padding-top: 300px;
		padding-bottom: 200px
	}
}

.image-hover-opacity:hover {
  opacity: 0.75;
	border: 2px solid red;
}

.portfolio .portfolio-item {
	margin: 0 0 15px;
	right: 0
}

.portfolio .portfolio-item img, .portfolio .portfolio-item .portfolio-hover {
	height: 250px;
}

.portfolio .portfolio-item .portfolio-link {
	display: block;
	position: relative;
	max-width: 400px;
	margin: 0 auto
}

.portfolio .portfolio-item .portfolio-link .portfolio-hover {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	text-shadow: 2px 2px 8px #000;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all ease .5s
}

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

.portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
	position: absolute;
	font-size: 16px;
	margin-left: 2%;
	margin-right: 2%;
	text-align: center;
	vertical-align: middle;
	top: 10%;
	opacity: 1;
	color: #fff
}

.portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
	margin-top: -12px
}

.portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
.portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
	margin: 0
}

.portfolio .portfolio-item .portfolio-caption {
	max-width: 400px;
	text-align: center;
}

.portfolio .portfolio-item .portfolio-caption .btn {
	margin-top: 20px;
	text-shadow: none;
	box-shadow: 2px 2px 8px #000;
}

.portfolio .portfolio-item .portfolio-caption h4 {
	margin-top: 20;
	margin-bottom: 20;
	text-transform: none;
	font-size: 20px;
	margin: 0;
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.portfolio .portfolio-item .portfolio-caption p {
	font-style: italic;
	font-size: 14px;
	margin: 0
}

.portfolio * {
	z-index: 2
}

@media (min-width:767px) {
	.portfolio .portfolio-item {
		margin: 0 0 30px
	}
}

#home-page-footer {
	padding: 20px 0;
	text-align: center;
	background-color: lightgray
}

span.copyright,
ul.quicklinks {
	line-height: 40px;
	text-transform: uppercase;
	text-transform: none
}

#page-footer {
	padding: 20px 0;
	margin-top: 20px;
	text-align: center;
	background-color: lightgray
}

.btn.active,
.btn:active,
.btn:active:focus,
.btn:focus {
	outline: none
}

::-moz-selection {
	text-shadow: none;
	background: #337ab7;
	color: #ffffff;
}

::selection {
	text-shadow: none;
	background: #337ab7;
	color: #ffffff;
}

img::selection {
	background: transparent
}

img::-moz-selection {
	background: transparent
}

.api-description-copy h1, .api-description-copy h2 {
	text-transform: none;
	font-weight: 400;
}

.unstyled-link, a.unstyled-link:visited, a.unstyled-link:link {
	color: black;
}

.unstyled-link:hover {
	text-decoration: none;
}

.status-indicator {
  border-radius: 99px;
  display:inline-block;
  width:10px;
  height:10px;
  margin-right:5px;
}

.text-orange {
  color: #E7A614;
}

.cv-ci-modal {
    width: 90%;    /* Occupy the 90% of the screen width */
    max-width: 90%;
}
.search-type-select {
	height: auto;
}
.country-select {
	border: 1px solid #ced4da;
	width: 100%;
	border-radius: 0.25rem;
	display: flex;
	align-items: center;
	padding: 0px 6px 0px 6px;
}
.country-menu-item {
	display: flex;
	align-items: center;
}
.country-list-item {
	display: inline-block;
	margin-top: 2px;
}
.flag-icon {
	width: 20px;
	height: 15px;
	margin-right: 8px;
	margin-bottom: 2px;
}
.flag-search-results {
	margin-left: 10px;
}