/* General */

.tlh-heading, .tlt-heading {
	margin: 30px auto 15px;
	font-size: 2em;
	color: #252525;
}

@media (min-width: 992px) {
.tlh-heading, .tlt-heading {
	margin: 60px auto 30px;
	font-size: 2.4em;
}
}
/* Summary */

.tls-heading, .tlss-msrp, .tlss-mpg {
	margin: 0px;
	font-size: 1.6em;
	line-height: 1.2;
}
.tls-heading small {
	text-transform: initial;
	font-size: 0.6em;
}
.tl-summary .tls-stats:first-child {
	display:none;
	margin-right: 15px;
	padding-right: 15px;
	text-align: left;
	border-right: solid 1px #ccc;
}
.tls-stats {
	display: inline-block;
}

@media (min-width: 768px) {
.tl-summary .row>div:last-child {
	text-align: right;
}
}

@media (min-width: 992px) {
.tls-heading, .tlss-msrp, .tlss-mpg {
	margin: 0px;
	font-size: 2em;
}
}

/* Dealer Information */

@media (max-width: 991px) {
.text-landing .well {
	margin-top: 15px !important;
}
}
/* Specs (Camry) */
.specs-wrapper {
	margin-top: 30px;
}
.model-spec {
	text-align: center;
}
.model-spec svg {
	fill: #333;
	width: 60px;
	height: 60px;
	margin-bottom: 10px;
}
.model-spec span {
	display: block;
}
.model-spec span.spec-label-top {
	font-size: 1em;
	line-height: 1;
	font-weight: 700;
}
.model-spec span.spec-label-bottom {
	font-size: 0.8em;
}

@media (min-width: 992px) {
.model-spec span.spec-label-top {
	font-size: 1.2em;
}
}

@media (min-width: 1200px) {
.model-spec span.spec-label-top {
	font-size: 1.4em;
}
}
/* Gallery */

ul.tlg-tabs li {
	overflow: hidden;
}
ul.tlg-tabs li a {
	position: relative;
	padding: 0px;
}
ul.tlg-tabs li a::before {
	content: '';
	background-color: rgba(0, 0, 0, 0.55);
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}
ul.tlg-tabs li a:hover::before {
	background-color: rgba(0, 0, 0, 0.75);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
ul.tlg-tabs li a img {
	width: 100%;
	margin-top: -50%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
ul.tlg-tabs li a:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
ul.tlg-tabs li a h3 {
	position: absolute;
	z-index: 2;
	width: 100%;
	top: calc(50% - 15.5px);
	top: -moz-calc(50% - 15.5px);
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	color: #fff;
	text-align: center;
}
.tlg-content .row div a {
	display: block;
	overflow: hidden;
}
.tlg-content .row div a::before {
	content: '';
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}
.tlg-content .row div a:hover::before {
	background-color: rgba(0, 0, 0, 0.55);
	background-color: rgba(0, 0, 0, 0.75);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.tlg-content .row div a::after {
	content: '';
	text-align: center;
	font-size: 2em;
	color: #fff;
}
.tlg-content .row div a:hover::after {
	content: '\E216';
	position: absolute;
	z-index: 1;
	left: calc(50% - 14.35px);
	left: -moz-calc(50% - 14.35px);
	top: calc(50% - 22px);
	top: -moz-calc(50% - 22px);
	font-family: 'Glyphicons Regular';
}
.tlg-content .row div a img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.tlg-content .row div a:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

@media (max-width: 768px) {
ul.tlg-tabs li a h3 {
	font-size: 1em;
}
}

@media (max-width: 991px) {
.tlg-content .row div a {
	height: 160px;
}
}

@media (min-width: 992px) {
ul.tlg-tabs li a {
	height: 300px;
}
}
/* Highlights */

.tlh-description .tlh-title {
	margin-top: 15px;
	font-size: 1.5em;
	color: #252525;
}
.tlh-description p {
	font-size: 1em;
	line-height: 1.5;
	color: #666;
}

@media (min-width: 992px) {
.tlh-description .tlh-title {
	margin-top: 0px;
}
.tl-highlights .row:nth-child(even) .thl-img::after {
	content: "";
	z-index: 10;
	display: block;
	position: absolute;
	right: 15px;
	top: 50%;
	width: 0;
	height: 0;
	margin-top: -30px;
	border-style: solid;
	border-width: 30px 30px 30px 0px;
	border-color: transparent #fff transparent transparent;
}
.tl-highlights .row:nth-child(odd) .thl-img::after {
	content: "";
	z-index: 10;
	display: block;
	position: absolute;
	left: 15px;
	top: 50%;
	width: 0;
	height: 0;
	margin-top: -30px;
	border-style: solid;
	border-width: 30px 0 30px 30px;
	border-color: transparent transparent transparent #ffffff;
}
}
/* Trims */

.tlt-specs .panel {
	box-shadow: none;
}
.tlt-specs .well {
	background-color: transparent;
	border: 1px solid #e3e3e3 !important;
	border-radius: 0px;
}
.tlt-specs .well a span {
	line-height: 1.5;
}
.tlt-specs .well a:hover span {
	color: #c00;
}
.tlt-specs .panel-body {
	background-color: #eee;
	border-top: 0px !important;
}
.tlt-specs .panel-body h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 1.3em;
	color: #c00;
}
.tlt-specs .panel-body hr {
	margin: 10px auto;
	border-color: #fff;
}
.tlt-specs .panel-body ul {
	padding-left: 15px;
}
/* Panel Section */

.panel .panel-heading {
	background-color: #4e4e4e;
}
.panel .panel-heading h4.panel-title {
	padding: 5px 0px;
	font-size: 1.4em;
}
.panel .panel-heading h4.panel-title small {
	color: #ccc;
}
.panel .panel-heading .accordion-toggle {
	display: block;
	color: #fff;
}
.panel .panel-heading .accordion-toggle:after {
	/* symbol for "opening" panels */
	font-family: 'Glyphicons Halflings';
	/* essential for enabling glyphicon */
	content: "\e114";
	/* adjust as needed, taken from bootstrap.css */
	float: right;
	/* adjust as needed */
	color: grey;/* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
	/* symbol for "collapsed" panels */
	content: "\e080";/* adjust as needed, taken from bootstrap.css */
}

@media (max-width: 767px) {
.panel .panel-heading h4.panel-title {
	font-size: 1.2em;
}
}