.tf-container {
    margin: 20px 0;
}
/*Add Testimonials */
.tf-block:before, .tf-block:after {
content: "\201C"!important;
font-family: Georgia, serif;
}
.tf-block:after {
content: "\201D"!important;
font-family: Georgia, serif;
}

/*Show Testimonials*/
.tf-block_quote {
    background: none repeat scroll 0 0 #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    margin: 10px;
    padding: 10px;
}
.tf-block_quote span {
    font-style: italic;
    font-weight: bold;
}
.tf-author {
    margin-top: 15px;
    padding-left: 10px;
}
.tf-block {
    margin: 0;
    background: #E0DEDF;
    padding: 10px 50px;
    position: relative;
    color: #666;
    border-radius: 5px;
    font-style: italic;
    
}
.tf-block:before, .tf-block:after {
    content:'201C';
    position: absolute;
    font-size: 80px;
    line-height: 1;
    color: #797979;
    font-style: normal;
}
.tf-block:before {
    top: 0;
    left: 10px;
}
.tf-block:after {
    content:'201D';
    right: 10px;
    bottom: -0.5em;
}
.tf-arrow-down {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #E0DEDF;
    margin: 0 0 0 25px;
}
.tf-block-author {
    margin: 0 0 15px 25px;
    color: #999;
    text-align:left;
}
.tf-block-author span {
    font-size: 12px;
    color: #696969;
}
.tf-pagination{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
}
.tf-pag-box{
      padding: 10px 50px;
}
.tf-pagination ul{
	margin: 0 !important;
	padding: 0 !important;
}
.tf-pagination ul li{
    text-align: center;

    display: inline-block;
}
.tf-pagination ul li a {
    color: #FFFFFF;
    background: #000000;
    font-size: 14px;
    text-decoration: none !important;
    line-height: 10px;
    padding: 10px;
    height: 10px;
    width: 10px;
    display: block;
    font-weight: bold;
}
.tf-pagination.tf-pg-style-round ul li a{
border-radius: 50%;
}
.tf-pagination ul li a:hover{
	background:#ccc;
}

.faderError {
    background: none repeat scroll 0 0 #F94950;
    color: #FFFFFF;
    margin-bottom: 15px;
    padding: 10px;
    margin-top: 20px;
    border-radius: 3px;
    font-weight: bold;
}
.faderError a{
	color : #FFFFFF;
}

/*Testimonial Form CSS*/
.tfc_toolbar {
    margin-top: 10px;
}
.tf-error{
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
font-size: 12px;
padding: 5px;
border: 1px dotted;
}
.tf-success{
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
	font-size: 12px;
	padding: 5px;
	border: 1px dotted;
}
.tf-form input[type="text"], .tf-form input[type="email"]{
	margin-bottom: 5px;  
	width: 100%; 
	padding: 7px;
	box-sizing: border-box;
}
.tfc_form textarea {
    width: 100%;
    border-radius: 0;
    box-sizing: border-box;
    height: 180px;
    border: 1px solid #ddd;
}
.tfc_form dd {
    margin-left: 0;
    margin-top: 5px;
}
.tfc_form .tfc_button {
width:100%;
border: none;
padding: 10px 40px;
    
}

.tfc_star {
    color: #ff0000;
}
.tf-pag-center,.tf-toggle-center{
    text-align: center;
}
.tf-pag-left,.tf-toggle-left{
    text-align: left;
}
.tf-pag-right,.tf-toggle-right{
    text-align: right;
}
.tf-toggle-container {
    display: none;
}
.tf-toggle {
    padding: 10px 20px;
    display: inline-block;
    background: #ebebeb;
    color: #343434;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    transition: 0.4s;
}
.tfc_char_count {
    text-align: right;
	font-size:12px;
}


a.tf-toggle:hover,a.tf-toggle:focus,a.tf-toggle:active {
    text-decoration: none;
    transition: 0.4s;
}
@media only screen 
  and (min-width: 360px) 
  and (max-width: 812px) 
  { 
.tf-toggle {
    display: block;
 
}
      .tfc_form .tfc_button{
          width: 100%;
      }
}

