/* style.css */
/* BODY */
html, body {
	height: 100%;
}

body {
	background: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.2em;
	color: #858585;
	-webkit-font-smoothing: antialiased;
}

a, a:link, a:hover, a:visited, a:active {
	text-decoration: none;
	color: #404040;
}

img {
	vertical-align: top;
}

/* struct */
#header {
	background: rgba(255, 255, 255, .9);
	border-bottom: solid 3px #d70031;
	position: absolute;
	z-index: 100;
	top:0px;
	left:0px;
	width: 100%;
}

.main-content {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
}

#footer {
	height: 423px;
	background: url('../images/footer-new.jpg?v=1') top center no-repeat,
		url('../images/footer-repeat.jpg?v=1') repeat-x;
	border-top: solid 1px #aaa;
}

/* header */
#header .logo {
	padding-top: 20px;
	padding-bottom: 12px;
	height: 50px;
}

.main-menu {
	border-top: solid 1px #d0d0d0;
}

.main-menu > ul {
	height: 35px;
}

.main-menu > ul > li {
	height: 35px;
	line-height: 35px;
	width: 118.65px;
	float: left;
	border-left: solid 1px #d0d0d0;
	text-align: center;

	font-family: 'Roboto Condensed', sans-serif;
	color: #404040;
	font-size: 12px;
	font-weight: 700;
}

.main-menu > ul > li.upper {
	text-transform: uppercase;
}

.main-menu > ul > li > a {
	color: #404040;
	display: inline-block;
	width: 100%;
	height: 100%;
}

.main-menu > ul > li:hover, .main-menu > ul > li.active {
	background: #d70031;
	color: #fff;
}

.main-menu > ul > li:hover > a, .main-menu > ul > li.active > a {
	color: #fff;
}

.main-menu > ul > li:last-child {
	border-right: solid 1px #d0d0d0;
}

/* slideshow */
#slideshow {
	background: #000;
	/*background: #000 url('../images/slider-01.jpg') top center no-repeat;*/
	border-bottom: solid 3px #d70031;
	overflow: hidden;
	padding-top: 121px;
}

#Stage {
	margin: 0 auto;
	line-height: normal;
}

#slideshow.detail {
	height: 548px;
	background: #fff no-repeat;
	overflow: hidden;
	padding-top: 0px;
}

#slideshow.detail.short {
	height: 300px;
}

#slideshow.detail .top-image {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 548px;
	text-align: center;
	overflow: hidden;
	z-index: 0;
}

#slideshow .slides {
	position: relative;
	max-width: 1300px;
	min-width: 960px;
	margin: 0px auto;
	height: auto;
	overflow: hidden;
}

#slideshow .slide {

}

#slideshow.detail .slide {
	height: 423px;
	position: relative;
	z-index: 5;
} 

#slideshow .slide h2 {

	display: inline-block;
	margin-top:  150px;
	font-size: 36px;
	line-height: 46px;
	color: #fff;
	background: rgba(0, 0, 0, .8);
	padding: 0 5px;

}

#slideshow.detail .slide h2 {
	background: none;
	padding: 0px;
	line-height: 1em;
}

#slideshow .slide h2 span {
	background: rgba(189, 13, 50, .8);
	display: inline-block;
	margin-bottom: 1px;
	padding: 0 5px;
	font-size: 42px;
	line-height: 50px;
}

#slideshow .slide h2 span.lower {
	font-size: 26px;
	font-weight: 700;
	line-height: 46px;
}

#slideshow .slide h3 {
	display: inline-block;
	margin-top: 4px;
	margin-left: 80px;
	background: rgba(255,255,255,.8);
	color: #000;
	font-size: 22px;
	line-height: 32px;
	padding: 0 5px;
}

#slideshow .nivo-directionNav {
	width: 960px;
	margin: 0 auto;
	position: relative;
	bottom: 100%;
}

#slideshow .slides .nivo-prevNav, #slideshow .slides .nivo-nextNav {
	display: inline-block;
	width: 60px;
	height: 41px; 
	position: absolute;
	top: 300px;
	text-indent: -9999px;
	opacity: .6;
	z-index: 50;
}

#slideshow .slides:hover .nivo-prevNav, #slideshow .slides:hover .nivo-nextNav {
	opacity: 1;
}

#slideshow .slides .nivo-prevNav:hover, #slideshow .slides .nivo-nextNav:hover {
	opacity: 1;
}

#slideshow .slides .nivo-prevNav {
	background: url('../images/arrow-left.png') top center no-repeat;
	left: -50px;
}

#slideshow .slides .nivo-nextNav {
	background: url('../images/arrow-right.png') top center no-repeat;
	right: -50px;
}

/* featured */

#featured .row {
	padding: 30px 0px;
}

#featured .row:last-child {
	border-top: solid 1px #d0d0d0;
}

#featured .grid_4.item {
	height: 240px;
	overflow: hidden;
	position: relative;
}

#featured .item a {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0px;
}

#featured .grid_4.item a.z-indexed {
	z-index: 20;
}

#featured .grid_3.item {
	height: 210px;
}

#featured .item {
	position: relative;
}

#featured .item img {
	display: block;
}

/* footer */
#footer .content {
	padding-top: 140px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
}

#footer .logo {
	position: relative;
	margin-top: -10px;
}

#footer h3 {
	font-size: 14px;
	font-weight: 700;
	padding-bottom: 10px;
}

#footer p {
	font-size: 10px;
}

#footer .sep {
	display: inline-block;
	padding-top: 70px;
	padding-bottom: 10px;
	padding-right: 2em;
	margin-bottom: 12.5px;
	border-bottom: solid 1px #8c8c8c;
}

#footer strong {
	font-weight: 700;
}

#footer li {
	padding-bottom: .25em;
}

#footer a {
	color: #fff;
}

/* list */
#list {
	padding-top: 118px;
}

#list .heading {
	background: #000 url('../images/heading-list.png') top center no-repeat;
	height: 80px;
	margin-bottom: 20px;
}

#list .heading h2 {
	line-height: 80px;
	color: #fff;
	font-size: 32px;
	font-weight: 300;
	font-family: 'Roboto Condensed', sans-serif;
}

#list .item {
	margin-bottom: 20px;
	position: relative;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

#list .items:hover .item:not(:hover) {
	opacity: .6;
}

#list .items {
	margin-bottom: 20px;
}

#list h3 {
	position: relative;
	width: 100%;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	background-color: #d70031;
	font-family: "Roboto Condensed";
	font-size: 18px;
	font-weight: 700;
}

a.promo-link {
	display: none;
}

#list .promo-link {
	display: block;
	position: absolute;
	top: 0em;
	right: .5em;
	display: none;
}

#featured a.promo-link {
	display: block;
	position: absolute;
	bottom: 140px !important;
	left: 210px !important;
	z-index: 40;
	left: auto;
	display: none;
}

#featured .grid_4 img {
	width: 100%;
	height: auto;
}

#list div.caption {
	height: 180px;
	overflow: hidden;
	position: relative;
}

#list .caption img {
	min-width: 300px;
	max-height: 300px;
	position: relative;
}

#list .caption .play {
	display: block;
	background: url('../images/play-mask.png') no-repeat;
	width: 300px;
	height: 180px;
	position: absolute;
	top: 0%;
	left: 0%;
	z-index: 10;
	opacity: .9;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

#list .caption:hover .play {
	opacity: 1;
}

/*top list menu*/
.float-menu {
	position: absolute;
	top: 118px;
	left: 0px;
	z-index: 50;
	width: 100%;
	visibility: hidden;
	opacity: 0;
}

.main-menu > ul > li:hover .float-menu {
	visibility: visible;
	opacity: 1;
}

.float-menu .area {
	background: #fff;
	position: relative;
	border-top: solid 3px #d70031;
	-moz-box-shadow: 0 4px 4px rgba(3,3,3,.25);
	-webkit-box-shadow: 0 4px 4px rgba(3,3,3,.25);
	box-shadow: 0 4px 4px rgba(3,3,3,.25);
}

.float-menu .items {
	width: 820px;
	margin: 20px auto;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
}

.float-menu .items li {
	position: relative;
	display: inline-block;
	width: 140px;
	margin: 0 12px;
	left: 0px;
	line-height: 1em;
	vertical-align: text-top;
	white-space: initial;
}

.float-menu .items h3 {
	margin: 20px 0px;
	padding-top: 20px;
	border-top: solid 1px #e2e2e2;
	color: #6d6d6d;
	font-size: 14px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	text-transform: none;
}

.float-menu .prev, .float-menu .next {
	display: inline-block;
	background-color: #d7d7d7;
	background-repeat: no-repeat;
	background-position: center center;
	width: 30px;
	height: 60px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	text-indent: -9999px;
	opacity: .6;
	z-index: 60;
}

.float-menu .prev:hover, .float-menu .next:hover {
	opacity: 1;
}

.float-menu .prev {
	background-image: url('../images/arrow-left.png');
	left: 0px;
}

.float-menu .next {
	background-image: url('../images/arrow-right.png');
	right: 0px;
}

.float-menu .all {
	display: inline-block;
	position: absolute;
	right: 0px;
	bottom: -38px;
	width: 186px;
	height: 38px;
	line-height: 38px;
	background-color: #d70031; /* layer fill content */
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	-moz-box-shadow: 0 4px 4px rgba(3,3,3,.25);
	-webkit-box-shadow: 0 4px 4px rgba(3,3,3,.25);
	box-shadow: 0 4px 4px rgba(3,3,3,.25);
}

/* product detail */
#gallery {
	margin-bottom: 40px;
}

.gallery-back {
	position: relative;
	height: 500px;
	line-height: 500px;
	text-align: center;
}

.gallery-back img {
	max-width: 960px;
	max-height: 500px;
	vertical-align: middle;
}

.gallery-back .prev, .gallery-back .next {
	display: inline-block;
	background-color: #d7d7d7;
	background-repeat: no-repeat;
	background-position: center center;
	width: 30px;
	height: 60px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	text-indent: -9999px;
	opacity: .6;
	z-index: 60;
}

.gallery-back .prev:hover, .gallery-back .next:hover {
	opacity: 1;
}

.gallery-back .prev {
	background-image: url('../images/arrow-left.png');
	left: 0px;
}

.gallery-back .next {
	background-image: url('../images/arrow-right.png');
	right: 0px;
}

ul.thumbs {
	height: 96px;
	white-space: nowrap;
	font-size: 0; /* hack white space between inline-blocks */
	overflow:hidden;
	position: relative;
	cursor:pointer;
	text-align: center;
}

ul.thumbs .before, ul.thumbs .after {
	display: inline-block;
	content: ' * ';
	background-color: #d7d7d7;
	background-repeat: no-repeat;
	background-position: center center;
	width: 30px;
	height: 60px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	opacity: .8;
	z-index: 60;
	-webkit-transition: all .3s ease;
}

ul.thumbs .before:hover, ul.thumbs .after:hover {
	opacity: 1;
}

ul.thumbs .before {
	left: 0px;
	background-image: url('../images/arrow-left.png');
}

ul.thumbs .after {
	right: 0px;
	background-image: url('../images/arrow-right.png');
}

ul.thumbs li {
	display: inline-block;
	width: 160px;
	height: 96px;
	box-sizing: border-box;
	border: solid 1px #c4c4c4;
	overflow: hidden;
	position: relative;
	left: 0px;
	-webkit-transition: all .3s ease;
}

ul.thumbs li img {
	display: block;
	width: 200px;
	height: auto;
	position: relative;
	z-index: 1;
}

ul.thumbs li:hover { 
	border: solid 1px #d80031;
	z-index: 2;
}

ul.thumbs li.active { 
	border: solid 1px #d80031;
}

#colors {
	padding: 20px 0px;
	border-top: solid 1px #d3d3d3;
	border-bottom: solid 1px #d3d3d3;
	margin-bottom: 40px;
	position: relative;
}

#colors li {
	display: inline-block;
	width: 165px;
	line-height: 28px;
	height: 28px;
	color: #858585;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: 700;
}

#colors .color-container {
	display: block;
	width: 830px;
	padding-left: 130px;
}

#colors li.title {
	display: inline-block;
	color: #d70031; /* text color */
	font-size: 14px;
	line-height: 25px;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	left: 0px;
}


#colors li .label {
	display: inline-block;
	line-height: 12px;
	vertical-align: middle;
}

#colors li.title .label {
	line-height: 14px;
}

#colors .square {
	display: inline-block;
	width: 28px;
	height: 28px;
	border: 1px solid #818181; /* stroke */
	margin-right: 8px;
	vertical-align: middle;
}

#colors .square .inner {
	display: block;
	width: 0px;
	height: 0px;
	width: 0; height: 0;
}

#colors .square .white {
	width: 28px;
	height: 28px;
	background: #fff;
	border: none;
}

#colors .square .black {
	width: 28px;
	height: 28px;
	background: #000;
	border: none;
}

#colors .square .red {
	width: 28px;
	height: 28px;
	background: #d70031;
	border: none; /*
	border-bottom: 28px solid black;
	border-left: 28px solid red*/;
}

#colors .square .blue {
	width: 28px;
	height: 28px;
	background: #1b4dbd;
	border: none;
}

#colors .square .orange {
	width: 28px;
	height: 28px;
	background: orange;
	border: none;
}

#colors .square .gray {
	width: 28px;
	height: 28px;
	background: #b3b3b3;
	border: none;
}

#colors .square .light.gray {
	background: #f3f3f3;
}

#colors .square .dark.gray {
	
	background: #434343;
	
}

#colors .square .brown {
	width: 28px;
	height: 28px;
	background: #451800;
	border: none;
}

#colors .square .bronze {
	width: 28px;
	height: 28px;
	background: #6b5c4f;
	border: none;
}

#colors .square .light.brown {
	background: #5e481e;
}

#colors .square .yellow.black {
	width: 0px;
	height: 0px;
	border-bottom: 28px solid black;
	border-left: 28px solid yellow;
}

#colors .square .blue.white {
	width: 0px;
	height: 0px;
	border-bottom: 28px solid white;
	border-left: 28px solid #1b4dbd;
}

#colors .square .white.red {
	width: 0px;
	height: 0px;
	border-bottom: 28px solid #d70031;
	border-left: 28px solid white;
}

#colors .square .red.black {
	width: 0px;
	height: 0px;
	border-bottom: 28px solid black;
	border-left: 28px solid #d70031;
}

#colors .square .black.orange {
	width: 0px;
	height: 0px;
	border-bottom: 28px solid orange !important;
	border-left: 28px solid black !important;
}

#colors .square .black.green {
	width: 0px;
	height: 0px;
	border-bottom: 28px solid green;
	border-left: 28px solid #b3b3b3;
}

#product-detail .left-info {
	overflow: hidden;
}

#product-detail .featured-left {
	background: #d80031;
	overflow: hidden;
	padding-bottom: 40px;
	margin-bottom: 10px;

}

#product-detail .main-info {

}

#product-detail p {
	font-size: 14px;
	color: #262626;
	text-align: justify;
}

#product-detail p.smaller {
	color: #848484;
	margin-top: 20px;
	border-top: solid 1px #d3d3d3;
	padding-top: 5px;
	font-size: 12px;
}

#product-detail .price-container {
	padding-top: 10px;
}

#product-detail .price-container strong {
	display: block;
	text-align: right;
	text-transform: uppercase;
	font-weight: 700;
	color: #d80031;
}

#product-detail .left-info {
	display: inline-block;
	float: left;
	line-height: 40px;
	font-size: 12px;
	color: #454545;
}

#product-detail .price {
	display: inline-block;
	float: right;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
}

#product-detail .price.old {
	height: 27px;
	line-height: 27px;
	opacity: .5;
	font-size: 14px;
}

#product-detail .price .value {
	float: left;
	display: block;
	width: 120px;
	background: #e7e7e7;
	text-align: right;
	padding-right: 10px;
	color: #636363;
	font-weight: 700;
}

#product-detail .price.old .value {
	width: 87px; 
	text-decoration: line-through;
}

#product-detail .price .currency {
	float: left;
	display: block;
	width: 40px;
	background: #d80031;
	text-align: center;
	color: #fff;
}

#product-detail .price.old .currency {
	width: 27px;
}

.featured-left h2 {
	font-size: 32px;
	padding-left: 20px;
	color: #fff;
	margin: 30px 0px 15px 0px;
}

.featured-left h3 {
	font-size: 22px;
	font-weight: 300;
	line-height: 1.1em;
	padding-left: 20px;
	color: #fff;
	padding-right: 50px;
}

#product-detail .featured-options {
	padding-top: 40px;
}

#product-detail .featured-options .grid_3 {
	height: 80px;
	position: relative;
}

#product-detail .featured-options img {
	position: absolute;
	bottom: 0px;
}

.tab-menu {
	height: 40px;
	margin: 40px 0px;
}

.tab-menu li {
	display: block;
	float: left;
	width: 480px;
	height: 40px;
}

.tab-menu a {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #ebebeb;
	color: #838383;
	font-family: "Roboto Condensed";
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;

}

.tab-menu a:hover, .tab-menu a.active {
	background: #d80031;
	color: #fff;
}

.tab li {
	display: block;
	line-height: 1.7em;
	font-size: 14px;
}

.tab li span {
	display: inline-block;
	width: 65%;
}

.tab li strong {
	color: #2a2a2a;
	font-weight: 700;
}

.model-features li {
	border-bottom: solid 1px #e8e8e8;
	margin-top: .5em;
	padding-bottom: .2em;
	line-height: 2em;
}

.model-features li:first-child {
	margin-top: none;
}

.tab-container .tab {
	display: none;
	margin-bottom: 40px;
}

.tab-container .tab.active {
	display: block;
}

/* comparador */
/* list */
#comparator {
	padding-top: 118px;
}

#product-detail #comparator {
	padding-top: 0px;
}

#comparator .heading, #places .heading {
	background: #c2c5ca url('../images/header-comparador.jpg') top center no-repeat;
	height: 80px;
	margin-bottom: 20px;
}

#places .heading {
	background: #b6b8bc url('../images/header-concessionarios-v2.1.jpg') top center no-repeat;
}

#comparator .heading h2, #places .heading h2 {
	line-height: 80px;
	color: #4c4c4c;
	font-size: 32px;
	font-weight: 300;
	font-family: 'Roboto Condensed', sans-serif;
}

.select-box {
	border:solid 1px #c8c8c8;
	height: 38px;
	line-height: 38px;
	position: relative;
	margin-bottom: 1em;
}

.select-box:hover {
	border:solid 1px #d80031;
	z-index: 20;
}

.select-box .items {
	display: none;
	position: absolute;
	z-index: 10;
	width: 100%;
	top: 39px;
	left: -1px;
	border: solid 1px #c8c8c8;
	border-top: none;
}

.select-box .items li {
	display: block;
	height: 38px;
	background: #fff;
	line-height: 38px;
	border-top: solid 1px #c8c8c8;
	cursor: pointer;
}

.select-box .items li:hover {
	background: #e7e7e7;
}

.select-box .items li:first-child {
	border-top: none;
}

.select-box .items li.active {
	font-weight: 700;
}

/*.select-box.active:hover .items {
	display: block;
}*/

.select-box:after {

	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -5.5px;

	display: block;
	content: ' ';
	width: 23px;
	height: 11px;
	background: url('../images/select-arrow.png') no-repeat;
}

.select-box .selected, .select-box .select {
	padding-left: 15px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;

}

.items.compare li {
	border-bottom: solid 1px #e8e8e8;
	line-height: 1.4em;
	padding-bottom: .4em;
	margin-bottom: .5em;
}

.items.compare li span, .items.compare li strong {
}

#comparator .thumb {
	text-align: center;
	margin-bottom: 40px;
}

#comparator {
	padding-bottom: 40px;
}

#comparator p.red {
	font-family: 'Roboto Condensed' sans-serif;
	font-size: 18px;
	line-height: 1.5em;
	color: #d70031; /* text color */
	text-align: left;
	margin-left: 10px;
}

#comparator p.red:before {
	display: block;
	content: ' ';
	height: 16px;
	background: url('../images/arrow-red.jpg') no-repeat;
	margin-top: 30px;
	margin-bottom: 20px;
}

/**/
#places {
	padding-top: 118px;
	padding-bottom: 40px;
}

#places h3 {
	color: #d70031; /* text color */
	font-family: "Roboto Condensed";
	font-size: 14px;
	line-height: 1.4em;
	font-weight: 700;
	border-bottom: solid 1px #d70031;
	text-transform: uppercase;
	margin-bottom: 20px;
}

#places #districts h3 {
	margin-bottom: 10px;
	font-weight: 400;
	color: #4c4c4c;
	border-bottom: solid 1px #4c4c4c;
	cursor: pointer;

}

#places #districts h3:hover {
	color: #d70031; /* text color */
	border-bottom: solid 1px #d70031;
}

#places #districts h3.active {
	color: #d70031; /* text color */
	border-bottom: solid 1px #d70031;
	font-weight: 700;
}

#map {
	display: block;
	height: 590px;
	margin-bottom: 20px;
	background: url('../images/map.jpg') no-repeat;
}

a.my-location, #places .submit, #places #results a.view-map {
	display: block;
	line-height: 36px;
	background-color: #7d7d7d; /* layer fill content */
	color: #fff;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 20px;
}

#places .submit, #places #results a.view-map {
	width: 170px;
	margin: 0px auto;
	border: none;
	font-weight: 400;
}

#places form {
	border-top: solid 1px #d70031;
	padding-top: 20px;
}

#places form .row {
	height: 36px;
	margin-bottom: 13px;
}

#places form label {
	display: inline-block;
	color: #4c4c4c; /* text color */
	font-family: "Roboto Condensed";
	font-size: 14px;
	float: left;
	line-height: 36px;
}

#places form input[type=text] {
	display: inline-block;
	float: right;
	width: 200px;
	height: 36px;
	line-height: 36px;
	background-color: #f0f0f0;
	border: none;
	text-indent: 1em;
}

#places .checkboxes {
	margin-top: 5px;
	margin-bottom: 20px;
	padding: 20px 0px;
	border-top: solid 1px #cecece;
	border-bottom: solid 1px #cecece;
	line-height: 36px;
}

#places .checkboxes:after {
	display: block;
	content: ' ';
	clear: both;
	height: 0px;
}

#places input[type=checkbox] {
	display: none;
}

#places input[type=checkbox] + label {
	margin-right: 24px;
	line-height: 18px;
}

#places input[type=checkbox] + label:before {
	display: inline-block;
	content: ' ';
	float: left;
	width: 18px;
	height: 18px;
	line-height: 18px;
	border: 1px solid #c8c8c8; /* stroke */
	background-color: #fff; /* layer fill content */
	margin-right: 10px;
}

#places input[type=checkbox]:checked + label:before {
	background-color: #d70031; /* layer fill content */
}

#places #results .item {
	padding: 10px 0px 20px 0px;
	margin-bottom: 20px;
	border-bottom: solid 1px #cecece;
	position: relative;
}

#places #results h4 {
	margin-bottom: 20px;
	color: #d70031; /* text color */
	font-family: "Roboto Condensed", sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

#places #results p {
	color: #727272; /* text color */
	font-family: "Roboto Condensed";
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3em;
}

#places #results a.view-map {
	position: absolute;
	top: 50%;
	margin-top: -18px;
	right: 0px;
}

/**/
#list.videos .heading {
	background: #c4c4c4 url('../images/heading-videos.jpg') top center no-repeat;
}

#list.videos .heading h2 {
	line-height: 80px;
	color: #4c4c4c;
	font-size: 32px;
	font-weight: 300;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
}

#list.videos h3 {
	background-color: #fff;
	text-align: left;
	color: #646363;
	height: 45px;
	line-height: 45px;
}

/**/
#list.news .heading {
	background: #8a8987 url('../images/heading-news.jpg') top center no-repeat;
} 

#list.news .heading h2 {
	line-height: 80px;
	color: #fff;
	font-size: 32px;
	font-weight: 300;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
}

#list.news h3 {
	background-color: #fff;
	text-align: left;
	color: #d70031;
	height: 45px;
	line-height: 45px;
}

#list.news img {
	max-width: 940px;
	height: auto;
}

.contacts .form label {
	display: block;
	font-weight: 700;
	margin-bottom: .2em;
}

.contacts .form .row {
	margin-bottom: .5em;
}

.contacts .form .submit {
	display: block;
	width:  130px;
	border: none;
	line-height: 36px;
	background-color: #7d7d7d; /* layer fill content */
	color: #fff;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin: 20px 0px;
}

.contacts .form .submit:hover {
	background-color: #d70031;
}

.contacts .form input[type=text] {
	width: 400px;
	height: 36px;
	line-height: 36px;
	background-color: #f0f0f0;
	border: none;
	text-indent: 1em;
}

.contacts .form textarea {
	width: 400px;
	line-height: 26px;
	background-color: #f0f0f0;
	border: none;
	padding-left: 1em;
	box-sizing: border-box;
}

.contacts .select-box {
	width: 400px;
	box-sizing: border-box;
	background-color: #f0f0f0;
	margin-bottom: 0;
}
.contacts .select-box li {
	line-height: 22px;
	height: 22px;
	text-indent: 1em;
}

.flash-success{
	font-size: 14px;
	font-weight: 500;
	padding: 0.5em;
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
	margin-bottom: 1em;
}

.image-disclaimer {
	padding-bottom: 40px;
}

