@import url("customise.css");
a {
font-family: "Montserrat", sans-serif;
	color:#72797D;
}

a {
	text-decoration:none !important;
}

b {
	font-family: "Montserrat", sans-serif;
}

a:focus {
	outline:none;
}
p {
font-family: "Montserrat", sans-serif;
	color:#000;
}
h1,h2,h3,h4,h5,h6 {
font-family: "Montserrat", sans-serif;
}
body {
  background:#fff;
}
.starter-template {
  padding: 40px 15px;
  text-align: center;
}

h1 {
    border-bottom: 1px solid #e8e8e8;
    font-family: 'Open Sans', sans-serif;
	font-weight:bold;
    font-size: 2.2em;
    margin-top: 20px;
    padding-bottom: 0px;
}
/* Tool Bar */
.toolbar {
	/*background:rgba(32,32,32,0.89);*/
	background:#000;
	color:#fff;
	position: relative;
	text-align: right;
	position: relative;
	z-index: 1;
	height:127px;
}
.toolbar ul {
	padding:0;
	margin:0;
}
.toolbar ul li {
	display: inline-block;
    font-size: 10px;
    line-height: 22px;
    list-style-type: none;
    margin-right: 10px;
    font-family: 'Open Sans', sans-serif;
}
.toolbar ul li:last-child {
	margin: 0;
}
.toolbar ul li span {
	font-weight: 600;
}
/* Top Menu */
.navbar-inverse {
    /*background:url("../images/header_bg.png") repeat-x top left transparent;*/
    border: none;
    position: relative;
    z-index: 1;
	border-radius:0;
}

.navbar-nav > li > a {
    padding:7px 42px;
    text-transform: uppercase;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #72797D;
    font-weight: 600;
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

.navbar-brand {
	padding:6px !important;
}
.navbar-inverse .navbar-nav > li > a:hover {
    /*background-color: rgba(205,153,51,0.89);*/
    background-color: rgba(0,0,0,0.4);
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

/* Home Wrapper top */

.top-wrapper {
	/*background:url("../images/top-bg.jpg");*/
	background:#E7E7E7;
	/*min-height: 577px;*/
	margin-top:-20px;
	position: relative;
	z-index: 0;
}

/* Filter Home */

.home-filter {
	background:rgba(0,0,0,0.89);
	/*background:rgba(205,153,51,0.89);*/
	padding:15px;
	margin-top:70px;
}
.home-filter .form-control {
	border-radius: 0;
    color: #888888;
    font-family: "Open Sans",sans-serif;
    height: 46px;
    margin-bottom: 15px;
    padding: 11px;
    border: 1px solid #fff;
}
.advanced-search {
	background:#0055FA;
	border-radius: 0;
	border:none;
	color:#fff;
	font-family: "Open Sans",sans-serif;
	font-size: 15px;
	font-weight:bold;
	padding: 10px 12px 10px 10px;
    letter-spacing: -1px;
	width: 100%;
	margin-top:15px;
	cursor:pointer;
	text-decoration:none;
	text-align:center;
}
.advanced-search a {
	text-decoration:none !important;
}
.advanced-search:hover {
	background:#999999 !important;
	border-color:#999999 !important;
	color:#ccc;
	text-decoration:none !important;
}
.btn-search-car {
	background:#72797D;
	border-radius: 5px;
	border:none;
	color:#fff;
	font-family: "Open Sans",sans-serif;
	font-weight:bold;
	padding: 10px 12px 10px 0;
	font-size: 16px;
    letter-spacing: -1px;
	width: 100%;
	text-align:center;
}


.btn-search-car:hover {
	background:#999999 !important;
	border-color:#999999 !important;
	color:#ccc;
	text-decoration:none;
}
.btn-search-car span {
	padding:0 10px;
}
.advanced-search {
	/* margin: 12px 0; 
	text-decoration: underline; */
}
.advanced-search a {
	
	font-size: 15px;
	color:#fff;
}
.advanced-search a:hover {
	color:#fff;
}
.no-padding {
	padding:0;
}
.no-padding-right {
	padding-right: 0;
}
.no-padding-left {
	padding-left: 0;
}
/* Used Cars Home */

.used-cars-filter {
	background:#007cb0;
	padding:15px;
	margin-bottom:20px;
}

/* old style */
/*.used-cars-filter .form-control {
	border-radius: 0;
    color: #888888;
    font-family: "Open Sans",sans-serif;
    height: 46px;
    margin-bottom: 15px;
    padding: 11px;
    border: 1px solid #fff;
}  */ 

.used-cars-filter .form-control {
    border: 1px solid #fff;
    border-radius: 0;
    color: #888888;
    font-family: "Open Sans",sans-serif;
    height: 30px;
    margin-bottom: 9px;
    padding: 4px;
}

/* Deal of week */
.deal-of-week {
	background: #fff;
	padding:0 0 0 5px;
	margin-top:10px;
}
.deal-of-week img {
	width: 100%;
	padding-top: 5px;
}
.deal-of-week p {
	font-size: 11px;
}

.deal-of-week a {
	color:#fff;
}

p.price-deal {
	font-weight: 600;
	color:#000;
	font-size:15px;
	line-height:15px;
	margin:0;
}
.deal-of-week .middle-home {
	margin-top:6px;
	padding-top: 5px;
}
.deal-of-week .middle-home a {
	color:#D8413F;
}

.deal-of-week .right-box {
	background:#1F2529;
	padding: 13px 5px;

}
.deal-of-week .right-box p {
	color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 13px;
    margin: 0;
    padding: 0;
    text-align: center;
}
.deal-of-week .right-box-last {
	background:#72797D;
	padding: 17px 5px;
}
/* Home Slider*/
.home-tab-content img {
	width:100%;
	border:3px solid #fff;
}

.home-slider .nav-tabs > li {
	width:100%;
	border-radius: 0;
	margin-bottom: 1px;
}
.home-slider .nav-tabs > li:last-child {
	margin:0;
}
.home-slider .nav-tabs > li > a {
	border-radius: 0;
	margin: 0;
}
.home-slider {
	margin-top:70px;
}
.home-slider .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	background-color: #72797D;
	border:none;
	color:#fff;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	background-color: #72797D;
	
	color:#fff;
	
}
.nav-tabs {
	border-bottom:2px solid #72797D;
}
.nav-tabs li {
	 margin-bottom: 0px;
}
.nav-tabs > li > a:hover {
	border:0;
	padding:8px 16px
}
.nav-tabs > li > a {
	font-weight: 600;
	background-color:#eee;
	padding:7px 15px;
	color:#333;
}
.nav-tabs > li > a:hover {
	padding:8px 16px;
}
.home-slider .nav-tabs > li > a {
	background: #fff;
	color: #000;
	padding: 20px 10px;
	font-size:13px;
}
.home-slider .nav-tabs {
	border:none;
}
.home-slider .slider-content {
	background:rgba(0,0,0,0.8);
	margin-top:-83px;
	position: relative;
	padding:15px;
}
.home-slider .slider-content p {
	color:#fff;
	margin:0;
	padding:0;
	font-size: 13px;
}
.home-slider .slider-content h4{
	color:#fff;
	margin:0;
	padding:0;
	font-size:15px;
	font-weight: 600;
	padding-bottom:5px;
}
.home-slider .slider-content h4 span {
	float:right;
	font-size:17px;
}
.slider-badge {
	background:rgba(114,121,125,0.5);
	margin-bottom: -44px;
    margin-left: -5px;
    margin-top: 6px;
    position: relative;
    width: 43%;
}
.slider-badge p{
	color:#fff;
	text-shadow: 1px 1px #000;
	margin:0;
	margin-bottom: 0;
	font-size:1.4em;
	/*font-weight: 400;*/
	font-weight:bold;
	padding:5px 10px 5px 20px;
	letter-spacing: -1px;
}
/* Recent Car */
.top-content {
	background:#E7E7E7;
	padding-top:20px;
}
p.top-content-p{
	color:#2E2E2E;
	font-size: 15px;
}
p.top-content-p span {
	float:right;
	color:#000;
}
.top-content p a {
	color:#000;
	text-decoration: none;
}
.recent-box{
	background: #fff;
	margin-bottom:30px;
}
.recent-box img {
	width:100%;
}
.recent-box p {
	margin:0;
	padding: 10px 15px;
	font-size:13px;
	min-height:95px;
}
.recent-box p span{
	color:#2E2E2E;
}
.recent-car {
	padding-top:10px;
}
/* Location - middle content */
.home-middle-content {
	background: #F5F5F5;
	min-height:150px;
	/*padding:10px 0;*/
}
.map-location {
	border:4px solid #E8E8E8;
}
.middle-right h4{
	font-family: 'Pacifico', cursive;
	font-size: 40px;
	margin-top:0;
	border-bottom: 1px solid #E8E8E8;
	padding-bottom:30px;
}
.home-middle-content p{
	color:#000;
	line-height:30px;
	font-size:16px;
}
.home-middle-content a {
	color:#72797D;
	text-decoration: underline;
	font-size: 17px;
}
/* Last Car */
.last-car {
	background: #2C2D2E;
}
.last-car-p {
	color:#fff;
	font-size:17px;
}
.last-car-p span {
	font-weight:700;
}
.last-car-p a {
	float:right;
	color:#fff !important;
	font-size: 15px;
}
.recomandate-car {
	border:8px solid #72797D;
}
.recomadate-badge {
    background: none repeat scroll 0 0 #d53431;
    color: #fff;
    padding: 2px 5px;
    position: absolute;
    right: 88px;
    top: -8px;
    width: 47%;
}
.viewed-car {
	border:8px solid #000;
}
.viewed-badge {
    background: none repeat scroll 0 0 #000;
    color: #fff;
    padding: 2px 4px;
    position: absolute;
    right: 15px;
    top: -8px;
    width: 38%;
}
.footer {
	background:#111111;
	padding:20px 0;
}
.footer p{
	color:#fff !important;
}
.footer ul {
	padding:0;
	margin:0;
}
.footer ul li {
	list-style-type:none;
	display:inline-block;
	color:#fff;
}
.footer ul li:after {
	content: "/";
	padding-left:7px;
}
.footer ul li:last-child:after  {
	content:"";
}
.footer p {
	margin:0;
	font-size: 12px;
}

.map-directions {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 1);
    margin-bottom: 0;
    padding: 15px;
    position: relative;
	color:#fff;
	font-weight:400;
}
.map-location img{
   margin-top:-70px;
}
.directions_search {
	margin-top:13px;
}
p.coords {
	font-size:13px;
	color:#fff;
	font-weight:300px;
	line-height:15px;
	margin:5px 0 0 0;
}
/* Product Page */
.product-bg {
	background: url("../images/productbg.jpg");
	height:302px;
	background-color: #000;
    background-position: center 0;
     display: block;
    border-bottom: 2px solid #ccc;
    position: relative;
    z-index: 22;
}
.product-tittle h2 {
	font-size: 33px;
    font-weight: 700;
    /* letter-spacing: -2.5px; */
    line-height: 33px;
    margin: 0;
}
.product-tittle span.margin-top-10 {
	display: inline-block;
    font-size: 22px;
    letter-spacing: -1.5px;
    line-height: 20px;
    word-spacing: 2px;
}
 .product-tittle em {
    font-size: 14px;
    letter-spacing: -1px;
    line-height: 51px;
}
.content-page {
	margin-bottom: 70px;
    margin-top: 70px;
}
.text-right {
    text-align: right;
}
.product-tittle  .text-right h2 {
    font-size: 33px;
}
@media (max-width: 1000px) {
	.product-tittle .text-right h2 {
    font-size: 28px;
	}
	.product-tittle .text-right em {
    font-size: 10px;
	}
}
.flex-viewport {
    /* max-height: 456px !important; */
    }
#carousel ul li {
	margin-right:5px;
	margin-top:5px;
}    
.car-info .table > tbody > tr > td:first-child {
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    width: 45%;
}
.table th {
    border-right: 1px solid #ddd;
	background-color:#F2F2F2;
	text-transform:uppercase;
}

.bs-example-tabs {
	margin-top:50px;
}

.tab-content {
	/* padding:20px 0; */
}
.program p span {
	float:right;
}
.program {
	background: #333333;
    padding: 20px;
	color:#fff;
	margin-bottom:20px;
}
.program p {
	margin:0;
	line-height:25px;
	font-weight:600;
	color:#fff;
	font-size:14px;
}
.program h3 {
	font-size: 22px;
    margin: 0 0 10px;
    text-align: center;
	border-bottom:3px solid #007CB0;
	padding-bottom:10px;
}

/* List */

.second-list-img img{
	width:100%;
	height:auto;
	padding-right:10px;
	
}
.nopadding {
	padding:0;
}
.nopaddingright {
	padding-right:0;
}
.primary-list-img {
	margin-right:10px;
	}
.padding-bottom-list {
	padding:0;
}
@media (max-width: 991px) { 
	.second-list-img {
		display:none !important;
	}
 }
@media (max-width: 480px) { 
	.second-list-img {
		display:none !important;
	}
	.toolbar {
		display: none !important;
	}
}
	.detail-wrapper {
		border:1px solid #ccc;
	}
.details-left {
	background-color:#f2f2f2;
	padding: 24px 0;
}	
.details-middle {
	padding: 24px 0;
	background-color:#f4f4f4;
	min-height: 156px;
}		
.details-right {
	padding: 24px 9px;
    text-align: right;
}	
.details-right .tva, .details-right .tax {
	font-size:11px;
	font-weight:400px;
	margin:0;
	color:#000;
}
.details-right .tax {
	color:#7FBA00;
}
.details-right > span {
    color: #72797D;
    font-size: 22px;
	letter-spacing:-1px;
}
p.motor span{
	background:url('../images/icon/srpite2.png') no-repeat;
	height:18px;
	width:20px;
}

.list-info li {
	font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
	list-style-type:none;
	color: #333333;
    display: block;
    float: none;
    line-height: 17px;
    margin: 0 0 10px;
    padding-left: 25px;
    position: relative;
}
.list-info ul {
	padding:0;
}
.list-info .item-engine .icon-vehicle-feature {
    background-position: -98px -171px;
}
.list-info li i {
    background: url("../images/sprite-chrome.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 17px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
}
.list-info .item-transmission .icon-vehicle-feature {
    background-position: -98px -124px;
}

.list-info .item-body .icon-vehicle-feature {
    background-position: -98px -220px;
}

.list-info .item-odometer .icon-vehicle-feature {
    background-position: -98px -268px;
}
.list-info .item-owner .icon-vehicle-feature {
    background-position: -98px -373px;
}
.list-info .item-year .icon-vehicle-feature {
    background-position: -98px -340px;
}
p.list-price {
	color: #333333;
	font-size:20px;
	font-weight: 700;
}
.btn-list-detail {
	margin-bottom:20px;
	background:#C7081B;
}
.btn-list-detail:hover {
	background:#B8091B;
}
.tittle-list-car {
	color:#000;
}
.tittle-list-car h3 {
	color: #000;
	font-size: 16px;
	font-weight: 700;
    padding: 5px 0;
    margin:0;
}
.tittle-list-car h3 a {
	color: #000;
	font-size: 16px;
	font-weight: 600;
}
.tittle-list-car h3 a:hover {
	text-decoration:none;
}
.home-list-car {
	margin:10px 0;
	border-bottom: 1px solid #dee1e3;
}
.footer {
	background: #2F2F2F;
	padding: 40px 0 20px;
	color:#999999;
}
.footer a {
	color:#999999;
}
.footer a:hover {
	color:#fff;
}
.footer ul {
	padding: 0;
	margin:0;
}
.footer ul li {
	list-style-type: none;
	display: inline-block;
	margin-right:7px;
}
.footer ul li:last-child {
	margin:0;
}

.sortby {
	background-color: #F2F2F2;
    border-bottom: 1px solid #72797D;
    clear: both;
    color: #000;
    float: left;
}
.sortby a {
    color: #000;
}
/* Image count */
ul.image-metadata {
    bottom: 0;
    left: 0;
    overflow: hidden;
    padding: 5px 0;
    position: absolute;
    width: 100%;
	margin:0;
}

.image-metadata li {
    float: left;
    margin-left: 5px;
}

.image-metadata li > a {
    float: left;
	color:#fff;
    text-decoration: none;
}

.image-metadata li var {
    color: #fff;
    display: none;
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    margin-left: 2px;
}
.image-metadata .photo-count span {
    background-position: -362px -170px;
}
.home-list-car:hover .image-metadata li var {
    display: block;
}
.home-list-car:hover ul.image-metadata {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6)
}
.home-list-car:hover .detail-wrapper{
	/* background: #F2F2F2; */
}
.home-list-car:hover .image-metadata .photo-count span {
    background-position: -362px -194px;
}
.image-metadata li span {
    background: url("../images/sprite-chrome.png") no-repeat scroll 0 4px rgba(0, 0, 0, 0);
    color: #333;
    float: left;
    font-size: 10px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    padding-left: 18px;
    width: 40px;
}
.main-img-list {
    width: 100%;
	/* height:158px; */ /* De rezolvat un px !!! */
}
.desc p {
	padding-top:10px;
	font-size:11px;
}
#screenshot{
  position:absolute;
  border:1px solid #888888;
  background:#333;
  display:none;
  color:#fff;
  z-index:9999;
  }
.item-0 {
	border-left:2px solid #fff;
	
} 
.item-2 {
	border-left:2px solid #fff;
	border-top: 2px solid #fff;
}   
.item-1 {
	border-left:2px solid #fff;
}
.item-3 {
    border-top: 2px solid #fff;
	border-left: 2px solid #fff;
}

a.details  {
	padding:6px 0 6px 0;
	text-align:center;
	background-color:#007cb0;
	font-weight:bold;
	color:#fff;
	border-bottom:3px solid #999999;
	display:block;
}
.srt {
	font-size:11px;
	font-weight:600;
	/* width:80px; */
}

/*  Acordion  */
.accordion {
  margin-bottom: 20px;
}

.accordion-group {

}

.accordion-heading {
  border-bottom: 0;
}

.accordion-heading .accordion-toggle {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    padding: 8px 20px;
	background-color:#E55653;
}

.accordion-heading .accordion-toggle:hover {
	background-color:#DA3B38;
}

.accordion-heading .accordion-toggle a {
	text-decoration:none;
}

.accordion-toggle {
  cursor: pointer;
}

.accordion-inner {
  padding: 9px 15px;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.accordion-inner span.count_n {
	float:right;
	color:#999;
	font-size:11px;
}
.accordion-inner ul li  {
	color:#999;
	font-size:12px;
}
.accordion-inner ul li a.selected {
	color:#333;
	font-size:12px;
	font-weight:bold;
}
.fastSearch {
	background:#E55653;
	border:0;
}
.fastSearch input, 
.fastSearch .btn {
	border-radius:0;
	border:0;
}
.fastSearch .btn {
	background-color:#000;
	color:#fff;
	text-transform:uppercase;
}
.srtitle {
	padding: 5px 10px;
}
#youtube_play {
    cursor: pointer;
    display: block;
    position: absolute;
    left: 40px;
    top: 30px;
    width: 34px;
    height: 33px;
}
#youtube_video {
    background: url("../images/ajax-loader-loading-video.gif") no-repeat scroll center center #fff;
    display: none;
    width: 750px;
    height: 600px;
}

.home-list-car .play-video {
    background: url("../images/sprite-chrome.png") no-repeat scroll -201px -344px rgba(0, 0, 0, 0);
    display: block;
    height: 30px;
    top: 66%;
    left: 66%;
    position: absolute;
    text-indent: -10000px;
    width: 30px;
}
.an_km {
    color: #9fa49f !important;
    display: block;
    font-size: 11px;
}

.sidebar {
	margin-bottom:20px;
}
.sidebar  p.top-content-p{
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: -1px;
    margin: 0;
    padding: 5px 10px 5px 20px;
	background-color:#72797D;
}

/* recentlyViewed */
.recentlyViewedInner {
  padding: 9px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}
.recentlyViewedInner .recentItems {
  border-top: 1px solid #ccc;
  padding:5px 0;
}
.recentlyViewedInner .recentItems a {
  font-size:12px;
}
.recentlyViewedInner .recentItems p {
  margin:0;
}
/**
* Carousel with image and text, custom skinned scrollbar
**/
#carousel-image-and-text {
    background-color: #f2f2f2;
    height: 156px;
    margin: 0 auto;
    padding: 15px 28px;
    width: 100%;
}	
#carousel-image-and-text .arrow-holder {
	height: 195px;
}
#carousel-image-and-text .touchcarousel-item {
	margin-right: 1px;	
	width: 102px;
	height: 135px;
}
#carousel-image-and-text .item-block {
	width: 102px;
	height: 135px;
	display: block;
}
#carousel-image-and-text .item-block img,
#carousel-image-and-text .item-block h4, 
#carousel-image-and-text .item-block p {
	float: left;
	position: relative;
	display: block;
	margin: 0;	
}
#carousel-image-and-text .item-block img {
	width: 102px;
	height: 77px;
	border: 0;
	padding: 0;
}
#carousel-image-and-text .item-block {	
	text-decoration: none;
	color: inherit;	
}	
#carousel-image-and-text .item-block h4 {
	color: #000;
	font-size:13px;
	width: 158px;
	height: auto;
	padding: 0;
	-webkit-transition: color 0.2s ease-out; 
	-moz-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;  	
}
#carousel-image-and-text .item-block:hover h4 {	
	color: #1873c9;
}
#carousel-image-and-text .item-block p {	
	color: #555;
	width: 158px;
	padding: 0;
}
#carousel-image-and-text .scrollbar-holder {
	background: #CED7DB;
	bottom: 0;
	height: 1px;
	left: 0;
	right: 0;
}
#carousel-image-and-text .scrollbar {
	background-color: #45a8ce !important;
	bottom: 0;
}
.dealOffer {
	background-color:#F2F2F2;
}
.dealOffer .details {
	margin:15px 10px;
	padding:3px 10px;
}
.pagination {
	float:right;
	margin:0 0 10px 0;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color: #72797D;
	border-color:#72797D;
}
.pagination > li > a, .pagination > li > span {
	color:#72797D;
}
.featuredcars {
    background-color:#72797D;
    color: #fff !important;
}
.featuredcars  a {
    color: #fff !important;
}
.sterge {
    position: absolute;
    z-index: 10;
}
div#directions div#map-pane {
    border: 1px solid #000000;
    height: 532px;
    padding: 0;
    width: 730px;
}

/* Filtre */
#accordion2 .options {
    display: none;
    position: relative;
}
.icons {
    background-image: url("../images/icons.png");
}
#accordion2  .state-icon{
    background-position: -15px -10px;
    display: inline-block;
    margin: -3px 0 0 5px;
    position: static;
    vertical-align: middle;
}
#accordion2 .filter-text {
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    padding: 8px 20px;
}
div#popup-notification {
    background: none repeat scroll 0 0 #e9eef4;
    border: 2px solid #35405c;
    box-shadow: 0 0 15px rgba(53, 64, 92, 0.5);
    box-sizing: border-box;
    font: 400;
    left: 0;
    margin: auto;
    padding: 10px 15px;
    position: fixed;
	width:300px;
    right: 0;
    text-align: center;
    top: 50%;
	display:none;
}

/* tabs */
UL.tabNavigation {
  clear: both;
  height:29px;
  padding:0;
  border-bottom: 3px solid #72797D;
}

ul.tabNavigation li {
  float: left;
  margin: 0 2px 0 0;
  padding: 0 0 0 3px;
  font-size: 12px;
  font-weight: bold;
  background-image: url("../images/tabs-02.jpg");
  background-repeat: no-repeat;
  list-style:none;
}

UL.tabNavigation li a {
  display: block;
  padding: 6px 11px;
  color: #333;
  text-decoration: none;
  background-image: url("../images/tabs-01.jpg");
  background-repeat: no-repeat;
  background-position: top right;
}

UL.tabNavigation li a.selected {
  background-image: url("../images/tabs-02-red.jpg");
  color:#fff;
}
UL.tabNavigation li a:hover {
  text-decoration:underline;
}

ul.tabNavigation li.selected {
  background-image: url("../images/tabs-01-red.jpg");

}


    div.tabs > div {
      padding: 0;
      min-height: 822px;
      margin-top: 5px;
      border-top: 3px solid #AC090E;
    }

    div.tabs > div h2 {
      margin-top: 0;
    }

    #first {
        background-color: #f00;
    }

    #second {
        background-color: #0f0;
    }

    #third {
        background-color: #00f;
    }

    .waste {
      min-height: 1000px;
    }

div#car-details .tabs {
  padding:0 17px;
  }
#tabs {
  margin: 10px 0;
}
/*
#tabs ul li {
  display: inline-block;
  padding: 5px 10px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  background: #ddd; 
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
  margin-right: 2px;
}
#tabs ul li.selected {
  background: #AC090E;
  color: #fff; 
  cursor: text;
}
a.tab-link {
  color: #fff;
  cursor: pointer;
}
#tabs ul li a.tab-link.selected {
  color: #fff; 
  cursor: text;
} */
.detail-section.hiddenul {
  display: none;
}
.detail-section-table {
  width: 100%;
}
.detail-section-table th {
  padding: 5px;
  font-weight: bold;
  width: 300px;
  vertical-align: top;
}
.detail-section-table td {
  padding: 5px;
  vertical-align: top;
  text-align: right;
}
.detail-section-table tr.oddBlack {
  background-color: #666;
}
#review {
  padding-top: 20px;
  padding-left: 14px;
  font-size: 1.1em;
  line-height: 1.3em;
  font-family: inherit;
}
#review h2 {
  margin-bottom: 12px;
}
#review h3 {
  margin-bottom: 2px;
  font-size: 1.3em;
  font-weight: bold;
}
div.review {
  margin-bottom: 10px;
}
#review ul {
  list-style-position: inside;
  list-style-type: disc;
  margin: 2px;
}
#review-stars {
  padding: 10px 20px;
  background: #F1F1F1;
  float: right;
  color: #000;
}
#review-stars label {
  font-weight: bold;
  width: 130px;
  display: block;
  float: left;
}
#review-stars img {
  margin-top: -4px;
}
img.review-video {
  cursor: pointer;
}
.review-video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px; height: 0; overflow: hidden;
  margin-bottom: 10px;
}
.review-video-container iframe, .review-video-container object, .review-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.review-video {
  display: inline-block;
}

/* review-carousel */
#review-carousel {
    overflow: hidden;
    padding: 0 30px;
    position: relative;
}
#review-carousel .viewport {
    float: left;
    width: 100%;
    height: 92px;
    overflow: hidden;
    position: relative;
}
#review-carousel .buttons {
    background: #c50100;
    border-radius: 20px;
    display: block;
    margin: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    text-decoration: none;
    font-size: 16px;
}
#review-carousel .next {
    left: auto;
    right: 0;
    top: 0;
}
#review-carousel .buttons:hover{
    color: #c50100;
    background: #fff;
}
#review-carousel .disable {
    visibility: hidden;
}
#review-carousel .overview {
    list-style: none;
    position: absolute;
    left: 0
    top: 0;
}
#review-carousel .overview li{
    float: left;
    margin: 0 0px 0 0;
    overflow: hidden;
    height: 90px;
    width: 120px;
    margin-right: 5px;
    position: relative;
}
#disclaimer {
  display: none;
  font-size: 0.9em;
  margin: 20px 0;
  line-height: 1.2em;
}
/*//////////////////////////////////////////////////////////////*/
/*--------------------------Image Gallery-----------------------*/
/*//////////////////////////////////////////////////////////////*/
#gallery{
	margin-bottom:10px;
}

.gallery {  padding: 0; margin: 0; }
.gallery:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.gallery li { list-style: none!important; float: left; width: 33.33333333%; }
.gallery li a { display: block; margin: 5px;}
.gallery li img { display: block; width: 100%; height: auto; }
.image-decoration { border:1px solid #ccc; padding:3px; margin:3px;}

table.detail-section-table tr.even {
    background-color: #f4f4f4;
}
.clear {
	clear:both !important;
}

.financeCar {
    background: none repeat scroll 0 0 #EBEBEB;
    border: 1px solid #c8c7c7;
    padding: 20px;
    margin-top: 10px;
}


/* Cal */
.peverdebtn {
    background-color: #000;
    border: 0 none;
    color: #fff;
    float: left;
    padding: 10px 18px;
    text-align: center;
    
}
input.peverdebtn {
    height: 37px;
}
a.peverdebtn {
    color: hsl(0, 0%, 100%);
    font-size: 14px;
    text-decoration: none;
	float: right;
}

.sfmenu, .transparentbold {
    margin: 5px 0;
    width: 164px;
}
.bigger td {
    font-weight: bold !important;
    padding-top: 10px;
}
#Cal{
    margin-top: 0px;
    font-size: 12px;
    background: #EBEBEB;
    padding: 20px 20px 10px 20px;
    font-family: "Helvetica Neue",Helvetica,Arial,Tahoma;
	width:360px;
	float:right;

}
#Cal table {
    font-size: 11px;
}
#Cal select {
    width: 75px;
    margin: 3px 0px;
    padding: 2px;
}
#Cal input{
    border: 1px solid #cccccc;
    line-height: 1;
    padding: 5px;
    background:#FFFFFF;
    margin: 3px 0px;
    width: auto;
}

#Cal input:disabled{
    background:#EBEBEB;
}

#Cal form, #calcPCP form{ border: none; background: none; padding: none;}

#Cal input[type="button"], 
#Cal input.button 
{
    background:#fab700!important; 
    border:none!important; 
    width:100%; 
    font-size:24px; 
    font-family: 'HelveticaNeueLT', serif; 
    margin-top:10px; 
    font-weight:bold; 
    color:#000!important; 
    border-radius:0px!important; 
    cursor: pointer; 
    text-transform:uppercase!important; 
    padding-top:7px!important; 
    padding-bottom:7px!important;
}

#Cal input.button.small{
    font-size: 16px;
    font-weight: normal;
}

#Cal input[type="button"]:hover{
    background: #edaa00
}


#Cal h4.title{
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 10px 0px;
    border-bottom: 1px solid #b3b3b3;
    font-size:14px;
    font-weight:bold;
}

#Cal h4{
    margin: 0px;
    font-size:14px;
}
#results{
    margin-top: 10px;
    
}
.resultRowOne{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #b3b3b3;
}

#loanAmountOut,#monthlyPaymentQuote,#weeklyPaymentQuote{
    font-weight: bold;
    font-size: 17px;
}
.calcErr{
    color: #e10000;
}

.tclink {font-weight: bold; font-size: 11px; cursor:pointer;}
.tctext {font-size: 10px;}


/* Cal PCP */


#calcPCP{
    margin-top:20px;
    font-size: 12px;
    background: #EBEBEB;
    padding: 20px 20px 10px 20px;
    font-family: "Helvetica Neue",Helvetica,Arial,Tahoma;
}
#calcPCP table {
    font-size: 11px;
}
#calcPCP select {
    width: 75px;
    margin: 3px 0px;
    padding: 2px;
}
#calcPCP input{
    border: 1px solid #cccccc;
    line-height: 1;
    padding: 5px;
    background:#FFFFFF;
    margin: 3px 0px;
    width:auto;
}

#calcPCP input:disabled{
    background:#EBEBEB;
}
#calcPCP input[type="button"],
#calcPCP input.button {
    background:#f79801!important; border:none!important; width:100%; font-size:24px; font-family: 'HelveticaNeueLT', serif;  margin-top:10px; font-weight:bold; color:#000!important; border-radius:0px!important; cursor: pointer; text-transform:uppercase!important; padding-top:7px!important; padding-bottom:7px!important;
}

#calcPCP input.button.small{
    font-size: 16px;
    font-weight: normal;
}

#calcPCP input[type="button"]:hover{
    background: #edaa00
}


#calcPCP h4.title{
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 10px 0px;
    border-bottom: 1px solid #b3b3b3;
    font-size:14px;
}

#calcPCP h4{
    margin: 0px;
    font-size:14px;
}
#resultsPCP {
    margin-top: 10px;
    
}
.resultRowOne{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #b3b3b3;
}

#finalPrice, #monthlyPayments, #weeklyPayment, #optionalFinalPayment{
    font-weight: bold;
    font-size: 20px;
}

#pcpfinalPrice, #pcpmonthlyPayments, #pcpweeklyPayment, #pcpoptionalFinalPayment{
    font-weight: bold;
    font-size: 20px;
}

.calcPCPcErr{
    color: #e10000;
}

#tcHPopen,#tcPCPopen,#termsConditionsPCP,#termsConditionsHP{
    font-family: "Helvetica Neue",Helvetica,Arial,Tahoma;
}
div#financeAPL {
    background: none repeat scroll 0 0 #dedede;
    border: 1px solid #c8c7c7;
    padding: 15px 15px 15px 15px;
    margin-top: 20px;
}
.form-horizontal .control-label {
    float: left;
    padding-top: 5px;
    text-align: right;
    width: 160px;
}

.form-horizontal .controls {
    margin-left: 180px;
}

.SubMainTbl {
    margin-bottom: 20px;
	float:left;
}
.headline {
	font-weight:700;
	margin-bottom:15px;
}
.ffSubmitButton:hover {
    background-color: #999999;
    color: #d8d8d8;
    text-decoration: none;
}
.ffSubmitButton {
    -moz-user-select: none;
    background-image: none;
    cursor: pointer;
    font-size: 16px;
	font-weight:bold;
    margin-bottom: 0;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
	 background-color: #72797D;
	border-image: none;
	border:0px;
	border-radius:5px;
	 color:#fff;
}

#Finance td {
    color: #000;
	font-family: "Open Sans",sans-serif;
	
}

.financenote {
    color: #000;
	font-family: "Open Sans",sans-serif;
	font-weight: 700;
}

.label-secondary {
	font-size:12px;
}

.btn-success-color {
	background:#007cb0 !important;
	border:1px solid #999999 !important;
	margin-bottom:5px;
	border-radius:5px !important;
}
.topmargin {
    margin-top: 43px;
}

.btn-success-color:hover {
	background:#006e9b !important;
}
.viewed {
    background-image: url("../images/viewed-overlay.gif");
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    width: 212px;
    height: 158px;
	left:0;
}

.subnavi {display: none; float: left;/*left: 0;*/list-style: none outside none;margin: 0;padding: 0; position: absolute;/*top: 34px;*/z-index: 10000;background:rgba(0, 0, 0, 0.7) !important;}
.subnavi li {background:rgba(0, 0, 0, 0.7);border-bottom: 1px solid #333;border-top: 1px solid #666;clear: both;margin: 0;padding: 10;/*width: 150px;*/z-index: 100000;}
.subnavi li a { color: #fff; float: left;font-size: 13px !important;padding: 12px;width: 170px;display:block; z-index: 10000;}
.subnavi li a:hover {color:#fff; background:#000 !important; display:block;}

.finance {
    background-color: #dadada;
    border: 3px solid #ccc;
    height: 567px;
    margin-bottom: 15px;
    padding: 15px;
}

/* book a service form */
.normal_form label {
    float: left;
    font-size: 15px;
    font-weight: bold;
    margin: 0 30px 0 0;
    padding: 0;
    text-align: right;
    width: 250px;
}

.normal_form input {
   
    height: 29px;
    line-height: 2em;
    margin: 0 0 19px;
    overflow: visible;
    padding: 3px;
    vertical-align: top;
    width: 225px;
}


.normal_form {
    width: 550px;
	clear:both;
}

.nf_div {
    margin: 0 0 0 220px;
    width: 550px;
}

.normal_form .checkzz input {
    background-image: none;
    height: auto;
    margin: 3px 15px 20px 0;
    padding: 4px 0 10px;
    width: auto;
}

.normal_form .checkzz label {
    float: none;
    font-family: Helvetica,Verdana,Arial,Tahoma,sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin: 0 2px;
    padding: 0;
    text-align: left;
    width: 61px;
}

.normal_form textarea {
    border:1px solid #ccc;
    height: 88px;
    padding: 4px 10px 10px 7px;
    width: 214px;
	margin-bottom:5px;
	
	
}
.normal_form select {
    margin: 0 0 17px;
    padding: 2px 4px 3px;
    width: 230px;
}
.normal_form input#mileg {
	width:150px;
}
.normal_form select#milegk {
	width:70px;
}
.green-box {
    background: none repeat scroll 0 0 #EEFFDD;
    border: 1px solid #A3C159;
    color: #697A58;
    padding: 5px 10px;
	height:43px;
}

.no-lable {
display:inline !important;
}

.button {
	border:1px solid #72797D;
    background: #72797D;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    text-decoration: none !important;
    text-transform: uppercase;
}

.button:hover {
	color:#000;
	background:#fff;

}
/* book a service ends */

.button-finance {
	background:#0055FA !important;
	color:#fff !important;
	border-radius:5px;
}

.button-finance:hover {
	text-decoration:none;
}

.table-details {
	background:#f8f8f8 !important;;
}

.recent-cars  {
	transition: background-color 0.5s ease;
	padding:10px;border:1px solid #0055FA;text-align:center
}

.recent-cars:hover a {
	background:#0055FA;
	color:#fff !important;
}

.row.margin-bottom-50 {
    margin-bottom: 20px;
}

.recent-cars {
	padding:10px;
	border:1px solid #0055FA;
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	background:#0055FA;
	border-radius:0;
}

.margin-bottom50 {
	margin-top:20px;
	margin-bottom:50px;
}

.find-location {
	background: #000 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    font-family: "Open Sans",sans-serif;
	font-weight:bold;
    font-size: 15px;
    letter-spacing: -1px;
    width: 100%;
	float:right;
}

.find-location:hover {
	background-color: #999999;
    color: #d8d8d8;
}

.captcha {
	height:50px !important;
}

.message-area {
	height:100px !important;
}

.button-full {
	background-color: #72797D;
    color: #fff;
	width:100% !important;
}

.row-wrapper {
	margin-top:-30px;
}

.left-content-column {
	margin-top:20px;
}

.no-margin-top {
	margin-top:0px !important;
	color:#fff !important;
}

.product-tittle {
    margin-top: 20px;
}
div#tweets {
	margin-bottom:15px !important;

}

.middle-home {
    padding-top: 10px;

}
.vieweds {
	background-color :#F2F2F2;
	margin-bottom:15px;
	padding-bottom:10px;
}
ul.viewed-list {
	padding:0;
}
ul.viewed-list li {
	clear:both;
	height:77px;
}

.vieweds img {
	margin:0 10px 5px 0;
}

ul.viewed-list li :hover {
	text-decoration:none;
}
@media (max-width: 768px) {
	.bs-example-tabs {
		margin-top:0 !important;
	}
	.home-slider {
		margin-top:15px !important;
	}
	.slide-big {
		padding:0 !important;
	}
	.top-content {
		padding-top:15px;
	}
	.main-img-list {
		height:auto !important;
	}
	.col-offset-right {
		padding:0 !important;
	}
	.topmargin {
		margin:0 !important;
	}
	.details-right {
		padding:9px 0 !important; 
		text-align:center;
	}
	
}
@media (min-width: 992px) and (max-width: 1200px) {
	.details-right {
		text-align: center;
		padding:10px;
	}
	
	.topmargin {
		margin-top: 0px !important;;
}
}
@media (max-width: 992px) {
	.col-offset-right {
		padding:0 !important;
	}
	.topmargin {
		margin:0 !important;
	}
	.bs-example-tabs {
		margin-top:0 !important;
	}
	.home-slider {
		margin-top:15px !important;
	}
	.slide-big {
		padding:0 !important;
	}
	.top-content {
		padding-top:15px;
	}
	.main-img-list {
		height:auto !important;
	}
	.image-thumb  {
		padding:0px !important;
	}
	.small-details {
		padding:0 !important;
	}
	.details-right {
		padding:9px !important; 
		text-align:center;
	}
}
.small-details {
	padding-right:0 !important;
}
.fb-comments, .fb-comments iframe[style], .fb-comments span {
   width: 100% !important;
}

h4.subtitle {
    border-bottom: 1px solid #e8e8e8;
    font-family: "Open Sans",sans-serif;
    font-size: 20px;
    margin-top: 20px;
    padding-bottom: 0;
	padding-left:15px;
}

h2.search-cars-subtitle {
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 2px !important;
    margin-top: 0 !important;
    padding-bottom: 0 !important;
}

h5.subtitle {
	border-bottom: 1px dotted #333333;
	font-weight:bold;
	font-size:18px;
	padding-bottom:15px;
}
.col-offset-right {
	padding-right:0;
}

ul.servicing li {
    background: url("../images/check.png") no-repeat scroll left 3px transparent;
    padding: 2px 20px;
	list-style:none;
	line-height: 21px;
	/*border:1px solid #ddd;*/
}



.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
ul.list-group-item li {
    background-color: #fff;
    border: 1px solid #ddd;
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px !important;
    position: relative;
}

div#right {
	background:#F2F2F2;
	padding:10px 10px 10px 10px;
}

.text-area-large {
	 height:160px !important;
}

.new-header {
	text-align: right;
	position: relative;
	background: #000;
}

.header-white {
	color:#fff !important;
}

.labelwhite{
color: #fff !important;
}

.left.label-secondary {
    color: #fff;
}

.centered-col {
	margin:0 auto;
}



.financeCar {
    background: hsl(0, 0%, 92%) none repeat scroll 0 0;
    border: 1px solid hsl(0, 1%, 78%);
    float: right;
    margin-top: 10px;
    padding: 20px;
    width: 360px;
	margin-right: 16px;
}


div#fieldset2 label {  
float: left;  
width: 30%;  
margin-right: 1%; 
text-align:left;
line-height: 28px;
}
div#fieldset2 {  
margin: 0px 0 0 0;  
padding: 0;
border:0px;
font:10pt arial;
}
div#fieldset2 legend {  

color: #000000;  
font-weight: bold;
}
div#fieldset2 ul {  
padding: 1em 1em 0 1em;  
list-style: none;
}
div#fieldset2 li {  
padding-bottom: 1em;
text-align:left;
}
div#fieldset2.submit {  
border-style: none;
}
div#fieldset2 input[type="text"],div#fieldset2 textarea,div#fieldset2 select {border:1px solid #bbb; width: 60%; padding: 2px 0 2px 25px !important;}

 .card {float:left; background:url(../images/bg2.jpg) top; width:460px; height:345px; margin:0px 0px 20px 0px;}




.camp {
 height:25px; 
 padding-left:25px; 
}
.camp_address {
	width:270px;
	height:100px;
	padding:5px;
}
.camp_empl {
	width:60px;
	height:25px;
	padding:5px;
}
.person {
 background:url('../images/icon_person.png') no-repeat 5px center #F4F8FB;
}
.mail {
 background:url('../images/icon_mail.png') no-repeat 5px center #F4F8FB;
}
.phone {
 background:url('../images/icon_phone.png') no-repeat 5px center #F4F8FB;
}
.calendar {
 background:url('../images/icon_calendar.png') no-repeat 5px center #F4F8FB;
}
.calendar_empl {
 background:url('../images/icon_calendar.png') no-repeat 5px center #F4F8FB;
}
.car{
 background:url('../images/icon_car.png') no-repeat 5px center #F4F8FB;
}
.address {
 background:url('../images/icon_address.png') no-repeat 5px center #F4F8FB;
}
.address_add {
 background:url('../images/icon_address.png') no-repeat 5px 5px #F4F8FB;
}
.ocupation {
 background:url('../images/icon_person.png') no-repeat 5px center #F4F8FB;
}
.money {
 background:url('../images/icon_money.png') no-repeat 5px center #F4F8FB;
}
.bank {
 background:url('../images/icon_bank.png') no-repeat 5px center #F4F8FB;
}

.nonselect {
	-webkit-user-select: none;  
  -moz-user-select: none;    
  -ms-user-select: none;      
  user-select: none;
}

@media (min-width: 768px) and (max-width:991px) {
	.iframe-finance {
		height:3000px;
	}
}


@media (max-width:630px) {
	.iframe-finance {
		height:3000px;
	}
}

.boxsour {
	padding:10px;
	border:1px solid #ff0000;
	background:#ddd;
}

.widthul {
	width:33%;
	margin-bottom:15px;
}


.butonlink {
	font-family: "Montserrat", sans-serif;
	background:#cf2b30;
	color:#fff;
	margin-bottom:10px;
	padding:10px;
	border:none;
	border:1px solid #cf2b30;
	min-width:200px;
	text-align:center;
}

.butonlink:hover {
	border:1px solid #f1f1f1;	
}

.absolutelink {
	position:absolute;
	top:25%;
	width:100%;
	text-align:center;
}

.absolutelink h3 {
	color:#fff;
	text-transform:uppercase;
	font-size:35px;
	text-shadow: 1px 1px #000;
	font-family: "Montserrat", sans-serif;
	text-align:center;
}

.absolutelink p {
	font-weight:500;
	color:#fff;
	font-size:18px;
	text-shadow: 1px 1px #000;
	font-family: "Montserrat", sans-serif;
	text-align:center;
}

.imgg {
	position:relative;
	overflow: hidden;
}

.imgg img{
	opacity:0.7;
	transform:scale(1);
	border-right:2px solid #000;
	position:relative;
	  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.imgg img:hover {
	opacity:1;
	transform:scale(1.1);
	 transition: opacity, scale(0.99) 0.1s;
	-webkit-transition: all 0.1s;
	
}

.second-nav {
	float:right !important;
}
@media (max-width: 768px) {
    .second-nav {
		width:100%;
    }
    .first-nav {
		width:100%;
    }	
}

/* LANDING PAGE START */

.imgg-land {
	position:relative;
	overflow: hidden;
	border:2px solid #000;
	padding:0px !important
}

.imgg-land img{
	transform:scale(1);
	
	position:relative;
	  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.imgg-land img:hover {
	opacity:1;
	transform:scale(1.06);
	 transition: opacity, scale(0.99) 0.1s;
	-webkit-transition: all 0.1s;
	
}

.marginul {
	margin-bottom:20px;
	margin-top:20px;
}

.marginul-emblem {
	margin-top:40px;	
}

.marginul-top {
	margin-top:20px;
}

.borderul {
	border-bottom:1px solid #000;
	margin-bottom:20px;
}

.borderul-top {
	border-top:1px solid #000;
	margin-top:20px;
}

.right-al {
	text-align:center;
}

.whitefont {
	color:#000 !important;
	font-size:15px;
}

.whitefont a {
	color:#000 !important;
}
/* LANDING PAGE END */


/* Homepage List Style */

.homepage_left  {
	margin-top:20px;
}
.company_area_link {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #000 0%, #203d74 100%) repeat scroll 0 0;
  border: 1px solid rgb(32, 35, 120);
  color: rgb(255, 255, 255);
  display: block;
  height: 57px;
  margin-bottom: 3%;
  width: 100%;
}

.company_area_link:hover {
  background: #000;
  color: rgb(255, 255, 255);
}

.little_logo {
  background: rgba(0, 0, 0, 0) url("../images/little_logo.png") no-repeat scroll 0 0;
  display: block;
  float: left;
  height: 42px;
  margin: 15px 11px;
  width: 136px;
}

.company_area_link p {
  float: left;
  font-size: 1em;
  font-weight: 400;
  margin-left: 15px;
  margin-top: 14px;
  text-transform: uppercase;
  color:#fff;
  
}

@media (max-width:630px) {
.company_area_link p {
  float: left;
  font-size: 16px;
  font-weight: normal;
  margin-left: 1px;
  margin-top: 11px;
  text-transform: capitalize;
  color:#fff;
  
}

.homepage_left {
	padding:0 !important;
}

}

.company_area_link_arrow {
  background: rgba(0, 0, 0, 0) url("../images/small_cheveron.png") no-repeat scroll 0 0;
  display: block;
  float: right;
  height: 25px;
  margin-right: 10px;
  margin-top: 15px;
  width: 27px;
}
/* Homepage List Style END */	  

hr {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #eee currentcolor currentcolor;
  border-image: none;
  border-style: solid none none;
  border-width: 1px 0 0;
  margin-bottom: 20px;
  margin-top:10px !important;
  }
  
.widthul {
	width:33%;
	margin-bottom:15px;
}

.backgroundul {
	background:#fff;
}

.maxsize {
	width:240%;
}

.margintop {
	margin-top:12px
}

.no-select {
  -webkit-user-select: none;  
  -moz-user-select: none;    
  -ms-user-select: none;      
  user-select: none;
}

.minheightul {
	min-height:300px;
}

.tap-to-call h4 {
   background: #000;
   border: 1px solid #fff; 
  color: #fff;
  cursor: pointer;
  padding: 7px;
  text-align: center;
}


/*COOKIES START*/
#cookie-notice {
	display: block !important;
	position: fixed;
	min-width: 100%;
	height: auto;
	z-index: 100000;
	font-size: 13px;
	line-height: 20px;
	left: 0;
	bottom: 0 !important;
	text-align: center;
	z-index: 999 !important;
	border-radius: 0px !important;
	margin-bottom: 0px !important;
}

.cookie-notice-container {
	padding: 5px;
	text-align: center;
}

#cookie-notice .button.bootstrap {
	margin-right: .3em;
	margin-bottom: 0;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.25);
	background-color: #4aa1d9;
	background-image: -moz-linear-gradient(top,#08c,#04c);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));
	background-image: -webkit-linear-gradient(top,#08c,#04c);
	background-image: -o-linear-gradient(top,#08c,#04c);
	background-image: linear-gradient(to bottom,#08c,#04c);
	background-repeat: repeat-x;
	border-color: #04c #04c #002a80;
	border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
	box-shadow: 0 1px 0 rgba(255,255,255,.2) inset,0 1px 2px rgba(0,0,0,.05);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	padding: 2px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.close-btn {
	background: #cf2b30 !important;
	color: #fff !important;
	padding: 10px !important;
	opacity: 1 !important;
	float: none !important;
	border:none !important;
	font-size:20px !important;
}
/*COOKIES END*/