/** ********************************************** **
	@Author			Dorin Grigoras
	@Website		www.stepofweb.com
	@Last Update	Tuesday, August 25, 2015


 **************************************************************** **/

#topBar ul.top-links>li>a {
		padding:10px;
		font-size:12px;
		color: #fff;
		display:block;
		text-decoration:none;
	}


/* footer */
#footer {
	background: #24293a;
	background: -moz-linear-gradient(top, #d71a64 0%, #ad1450 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d71a64), color-stop(100%, #ad1450));
	background: -webkit-linear-gradient(top, #d71a64 0%, #ad1450 100%);
	background: -o-linear-gradient(top, #d71a64 0%, #ad1450 100%);
	background: -ms-linear-gradient(top, #d71a64 0%, #ad1450 100%);
	background: linear-gradient(to bottom, #d71a64 0%,#ad1450 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d71a64', endColorstr='#ad1450',GradientType=0 );
}

#bottomNav {margin-top: 0;
            margin-bottom: 0;}





table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  background-color: #fff;
}


table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
table > tbody + tbody {
  border-top: 2px solid #ddd;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  border: 1px solid #ddd;
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
table > thead > tr > th,
table > thead > tr > td {
  border-bottom-width: 2px;
}
table > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display:table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display:table-cell;
  float: none;
}

.grid {
  max-width: 1200px;
}

/* clearfix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- grid-item ---- */

.grid-sizer,
.grid-item {
  width: 20%;
}

.grid-item {
  height: 120px;
  float: left;
  border-color: hsla(0, 0%, 0%, 0.5);
}

.grid-item--width2 { width:  40%; }
.grid-item--width3 { width:  60%; }

.grid-item--height2 { height: 200px; }
.grid-item--height3 { height: 260px; }
.grid-item--height4 { height: 360px; }

.price-clean h4 {
    font-family: inherit !important;
    font-size: 50px;                
}
.price-clean .usd {
    font-family: inherit !important;
    font-size: 30px; 
}

.price-clean .usd sup {
    position: relative;
    font-size: 15px;
    line-height: 20px;
    vertical-align: top;
    top: 8px;
    font-style:italic !important;
}
.price-clean .usd .small {
    color:#547698
}




.list-group .used {
    background-color: #dff0d8;}
.list-group .new {
    background-color: #fcf8e3;}
.list-group .brokerage {
    background-color: #d9edf7; }  

section.horizontal {
    text-align: center !important;
        position: inherit !important;
    
}

#header.aftermenu {
    position: absolute;
    top: 96px;
    bottom: auto;
    border-bottom: rgba(0,0,0,0.05) 1px solid;
}

#header.aftermenu.fixed.sticky {
    position: fixed;
}

#header.aftermenu.sticky {
    position: absolute;
}
#header.aftermenu.fixed {
    top: 0;
    bottom: auto;
}

#result {font-family: 'Open Sans',Arial,Helvetica,sans-serif !important;}



/* @toggle switch elements 
-------------------------------------------------- */

.switch > .switch-label {
	width: 70px;
}
.switch-round > .switch-label:before { 
	width: 45px; 
}
.switch-round > input:checked + .switch-label { 
	padding-left: 45px; 
}


.tab-pane ul {
  padding-left: 0;
  margin-bottom: 20px;
}
.tab-pane ul li {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.tab-pane ul li:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.tab-pane ul li:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}


/* overlay */
.sold {
	background:rgba(0,0,0, 0.6);
	position:absolute; 
	left:0; right:0; top:0; bottom:0;
	z-index:1; /* required for IE */

	-webkit-transition: all 1s;
	   -moz-transition: all 1s;
		 -o-transition: all 1s;
			transition: all 1s;
}


.list-group-item .item-box-overlay-title {
	display:block;
	position:absolute;
	left:0; right:0;
	bottom:0;
	padding:8px;
	color:crimson;
	background-color:rgba(0,0,0,0.6);
	color:crimson;
	z-index:100;
}
.list-group-item .item-box-overlay-title h2,
.list-group-item .item-box-overlay-title h3,
.list-group-item .item-box-overlay-title h4,
.list-group-item .item-box-overlay-title a {
	color:crimson;
}
.list-group-item .item-box-overlay-title a:hover {
	color:crimson !important;
}

 .item-hover .inner .ico-rounded>span {
	color:#666;
	background-color:#fff;
	width:50px; 
	height:50px;
	line-height:50px !important;
	margin:-20px  5px 0 5px;

	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
		 -o-transition: all 0.3s;
			transition: all 0.3s;

	-webkit-border-bottom-right-radius: 20px;
		-webkit-border-top-left-radius: 20px;
		-moz-border-radius-bottomright: 20px;
			-moz-border-radius-topleft: 20px;
			border-bottom-right-radius: 20px;
				border-top-left-radius: 20px;
}

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #dff0d8;}

.buttons .button {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 2px;
  color: #ffffff;
  font-size: 20px;
  background: #3498db;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.buttons .button:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}


    .callout-theme-color p,
    .callout-theme-color ul li,
	.callout-theme-color h1,
	.callout-theme-color h2,
	.callout-theme-color h3,
	.callout-theme-color h4,
	.callout-theme-color h5,
	.callout-theme-color h6 {
		color: rgba(255,255,255,0.8);
		font-weight:600;
	}

    .callout-theme-color .btn-default, .callout-theme-color a:hover  {
		color: #000;
		font-weight:600;
        text-decoration: none;
	}

    .callout-theme-color a {
		color: rgba(255,255,255,0.8);
		font-weight:600;
        text-decoration: underline;
	}

/* medium */
a.social-icon>i[class*=" icon-"],
a.social-icon>i[class^=icon-] {
	font-size:30px;
}
.social-icon {
	margin: 0 8px 8px 0;
    width: 60px;
    height: 60px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    border-color: transparent; 
    overflow: hidden;
	display:inline-block;
	text-decoration:none !important;
	text-align: center;
	cursor: pointer;
	font-style: normal;
	letter-spacing: 0em !important;
	color: #eaeaea !important; 

	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}
	.social-icon:hover>i {
		color:#fff;
	}
.social-icon i {
	display: block;
	position: relative;
    width: 60px;
    height: 60px;
	margin-top:6px;
	font-size: 28px;
}