article.format-quote .entry-content blockquote {
	display: block !important;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}
.entry-content blockquote:before  {
    content: '';
    background: url(../images/quote.png) no-repeat left top ;
    width: 50px;
    height: 50px;
    display: block;
    float: left;
    min-height: 200px;
}


/*.entry-content blockquote, blockquote, .comment-content blockquote {
    margin-bottom: 24px !important;
    padding: 10px 40px !important;
    color: #787A79;
   background: url(../images/quote-right.png) no-repeat right bottom;
    padding-left: 0;
}*/
.site-content ul li {
list-style: outside;
margin-bottom: 0;
list-style: none;
list-style-image: url(../images/list.png);
}
.entry-content ul li {
list-style: outside;
margin-bottom: 0;
list-style: none;
list-style-image: url(../images/list.png);


}
ul.check li {
list-style: outside;
margin-bottom: 0;
list-style: none;
list-style-image: url(../images/check.png);
}


/* =Plugins
----------------------------------------------- */
.wpcf7-form p{
	margin-bottom: 10px;
}
input[type="text"], input[type="email"], input[type="tel"], textarea {
    width: 100%;
    border: 1px solid #696767;
    border-radius: 0px;
    font-size: 14px;
    padding: 11px 5px;
    color: #333333;
}
.panel-heading{
	padding: 0;
}
.panel-group .panel+.panel {
    margin-top: 2px;
}
.panel-heading a{
	        padding: 13px 15px;
    display: block;
    
    outline: none !important;
    text-decoration: none;
    padding-left: 70px;
	/*background-image: url('../images/plus.png');*/
    background-image: url('../images/minus.png');
	background-repeat: no-repeat;
    background-position: 23px center;
   /* background-color: #b1810e; */
/*    border: 1px solid #b9b8b8;*/
    position: relative;
}
.panel-heading a.collapsed{
	background-image: url('../images/plus.png');
		background-repeat: no-repeat;
	background-position: 23px center;
	/*background-color: #b1810e; */
	/*color: #5f86a8;*/
}
.panel-heading a.accordion-toggle.collapsed {
    background-color: white;
	color: black;
}
.panel-heading a.accordion-toggle {
    background-color: #4d566a;
	color: white;
}
.panel-heading a:before {
    content: "";
    /*border-right: 1px solid #cccccc;*/
    top: 0;
    height: 100%;
    position: absolute;
    left: 58px;
	background-color: #b1810e;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body{
	padding-left: 70px;
	background-color:#4d566a;
	color:white;
	background-repeat: no-repeat;
	/*background-position-x: 1px;
    background-position-y: 16px;*/
}

.panel-default>.panel-heading+.panel-collapse.collapse.in>.panel-body,.panel-default>.panel-heading+.panel-collapse.collapsing>.panel-body{
	background-color: #4d566a;
    border-top: 0;
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body{
	border: 0;
}
.panel-default{
	border-color: #f7f7f7;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: transparent;
    border-color: #f7f7f7;
	padding:0 !important;
}
.panel-group .panel-title{
	margin-bottom: 0;
	border: 0;
	padding-bottom: 0;
}
.panel{
	border:0 !important;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
     border-radius:0px;
    border-top-color: #bfb2a0;
    border-top-width: thick;
	font-size: 16px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    /* box-shadow: inset 0 1px 1px rgba(0,0,0,.05); */
}
