﻿#content {
	background-color:#f4f4f4;
}

.single-post .tab-content {
background-color: #fff;
padding: 30px;
border: 1px solid #ddd;
border-top: none;
}

.single-post .nav-tabs > li > a {
padding-top: 16px;
padding-bottom: 16px;
font-size: 18px;
font-weight: 600;
}
.tab-content h2 {
	color: #37bc9b;
}

/** Side Bar **/
.sidebar .widget {
	box-sizing: border-box;
}
.sidebar .widget .widget-header {
margin-bottom: 20px;
}
.sidebar .widget-white {
position: relative;
padding: 15px;
background: #fff;
margin-bottom: 30px !important;
border-bottom: 2px solid #ddd;
}
.sidebar .widget .widget-header h3 {
font-family: 'Raleway', sans-serif;
color: #7f8c8d;
font-size: 16px;
font-weight: 700;
text-align: center;
text-transform: uppercase;
background-image: url(img/hr_slash.png);
background-repeat: repeat-x;
background-position: bottom center;
margin-top: 20px;
padding-bottom: 30px;
}
.sidebar .widget ul > li > a {
display: inline;
font-size: 14px;
}
a {
color: #48cfad;
text-decoration: none;
}
a:hover {
color: #37bc9b;
text-decoration: none;
}
.nav-tabs li a {
margin-right: 0;
}
/*.nav li a {
position: relative;
display: block;
padding: 10px 5px;
}*/
.nav-tabs li a:hover {
border-color: #eeeeee #eeeeee;
}
.sidebar .widget ul li a {
font-size: 13px;
}
.sidebar h3, .sidebar h2 {
	color: #48cfad;
}
.sidebar h3, .sidebar h2, .sidebar h4 {
	margin-top:0;
}
.sidebar .container {
	width:100%;
	border: 1px solid #dddddd;
	margin-top: 15px;
	padding-bottom: 15px;
}
.sidebar .btn {
	color:#fff;
	background-color: #37bc9b;
}
.price {
	margin-top:10px;
}
/** sidebar triangle corners **/
.widget:last-child {
  margin-bottom: 0;
}
.widget:before, .widget:after {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  content: "";
}
.widget:before {
  border-top: solid 15px #fff;
  border-right: solid 15px #fff;
  border-left: solid 15px transparent;
  border-bottom: solid 15px transparent;
}
.widget:after {
  border-top: solid 15px #37bc9b;
  border-left: solid 15px #37bc9b;
  border-right: solid 15px transparent;
  border-bottom: solid 15px transparent;
}
/** /sidebar triangle corners **/
/** sidebar features **/
#feature-list i {
font-size: 4rem;
color: #37bc9b;
}
#feature-list p {
	color: #7f8c8d;
}
/** /sidebar features **/


/** /sidebar **/
.padding-null {
	padding:0;
}
.img-border {
	border: 1px solid #dddddd;
	padding: 5px;
}
#thumbs-list li {
	padding:0;
}
.list-thumbnail {
	width: 180px;
	height: auto;
}
.img-responsive {
	display:inline;
}