/*
Theme Name: Michigan Fire Claims
Theme URI: 
Description: <p>Template for wp themes.</p>
Version: 1.09
Date: 08/08/2012
Author: ram
Author URI: http://www.meltingpx.com/
License: Kayapati
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
All files, unless otherwise stated, are released under the GNU General Public License
Tags: white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/

/* ________________________________________________________________________________________________________________

	other css files inport
   ________________________________________________________________________________________________________________ */  
	
	@import url('css/layout.css');
	@import url('css/custom-skin.css');
	@import url('css/typography.css');
	@import url('css/blog_style.css');
	@import url('css/shortcodes-buttons.css');
	@import url('css/shortcodes.css');
	@import url('css/widgets.css');
	@import url('css/jqueryslidemenu.css');
	@import url('css/flexslider.css');

body {
	color: #777;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	border-top:0px solid #CAA717 !important;

}

#background_bg{
	width:100%;
	height:318px;
	background-color:#777474;
	float:left;
	position:absolute;
	z-index:-1;
	background: -moz-radial-gradient(center center , ellipse farthest-corner, #777474 0%, #2d2a2a 100%) repeat scroll 0 0 transparent;
	background: -o-radial-gradient(center center , ellipse farthest-corner, #777474 0%, #2d2a2a 100%) repeat scroll 0 0 transparent;
	background: -webkit-radial-gradient(center center , ellipse farthest-corner, #777474 0%, #2d2a2a 100%) repeat scroll 0 0 transparent;
	border-bottom:1px solid #fff;
}

.home #background_bg{
	height:635px;

}

.description {
	display:block;
	overflow: hidden;
}
a.read_more {
	background-color:#4d4c47;
	border:1px solid #2b2b2b;
	padding:7px 15px 7px 15px;
	border-radius:5px;
	color:#fff;
	font-family: 'Oswald', sans-serif;
}
a.read_more:hover {
	-moz-transition: background-color 0.3s ease 0s, border 0.2s ease 0s, color 0.2s ease 0s, opacity 0.2s ease-in-out 0s;
	background-color:#CAA717;
	border:1px solid #CAA717;
    color:#fff;
}

a:hover{
color:#CAA717;
}
/*end common/genral style*/


/*top section start*/

header{
    background:#CAA717;
    /* Safari 4-5, Chrome 1-9 */ 
    background: -webkit-gradient(radial, center center, 0, center center, 460, from(#FBDD2E), to(#CAA717))!important;
    
    /* Safari 5.1, Chrome 10+ */
    background: -webkit-radial-gradient(300px 0px,circle, #FBDD2E, #CAA717)!important;
    
    /* Firefox 3.6+ */ 
    background: -moz-radial-gradient(300px 0px,circle, #FBDD2E, #CAA717)!important;
    
    /* IE 10 */ 
    background: -ms-radial-gradient(300px 0px,circle, #FBDD2E, #CAA717)!important; 
    
    /* Opera 11.10+ */ 
    background: -o-radial-gradient(300px 0px,circle, #FBDD2E, #CAA717)!important;  
}
#logo {
	float:left;
	padding:0px;
	margin:10px 0 10px 0;
}
#logo .slogan{
    text-align: center;
    font-size:19px;
    font-weight:600;
    color:#111;
    padding:2px 0;
}
.top_right {
	float:right;
    margin-top:40px;
}
.top_right a.button-top-link{
    float:left;
    background:#362E00;
    color:#E1C121; 
    padding:5px 10px;
    font-weight:600;
}
.top_right a.button-top-link:hover{
    color:#fff;
}
ul.top_info{
list-style:none;
float:right;
}


ul.top_info li{
display: inline-block;
background-color:#555;
margin-left:10px;
}

ul.top_info li span{
padding:5px 10px;
margin:0px;
float:left;

}
span.call_1st_col{
background-color:#AB8E14;
font-weight:bold;
color:#f2e9c5;
}

span.call_2nd_col{
background-color:#F2E9C5;
color:#a48914;
font-weight:bold;
}

#social_media {
text-align:right;
padding-top:10px;
clear:both;
}
#social_media:after,.belowsocial:after{
    content:" ";
    display:block;
    clear:both;
}
#social_media img{
padding-left:5px;
cursor:pointer;
}

#social_media img:hover{
opacity:0.8;
}
.belowsocial{float:right;margin-top:5px;}
/*top section end*/


/*teaser start*/
.teaser {
	background-color:#282724;
}
.teaser .teaser-container{
	padding:50px 30px 50px 30px;  
	overflow:hidden;
	text-align:center;  
}
.teaser h3{
	font-size:25px;
	margin-bottom:30px;
	color:#fff;
    line-height:30px;
}

span.teaser_icon {
	background-color:#4d4c47;
	display: block;
	height: 136px;
	width: 136px;
	margin:0px auto;
	margin-top:30px;
	border-radius:68px 68px 68px 68px;
	position:relative;
}

span.teaser_icon img {
	position:absolute;
	margin-top:-30px;
	left:50%;
	margin-left:-30px;
	top:50%;
}

span.teaser_icon:hover {
	-moz-transition: background-color 0.3s ease 0s, border 0.2s ease 0s, color 0.2s ease 0s, opacity 0.2s ease-in-out 0s;
	background-color:#CAA717;
	cursor:pointer;
}
/*teaser end*/


/*sidebar start*/

#sidebar{
overflow:hidden;
border-left:1px solid #E4DFD6;
padding:0 0 10px 20px;
}

.sidebar{
overflow:hidden;
border-left:1px solid #E4DFD6;
padding:0 0 10px 20px;
}
.sidebar_left{
border-right:1px solid #E4DFD6;
border-left:none !important;
padding:0 20px 10px 0px !important;
}
#sidebar .widget_container {
    clear: both;
      overflow: hidden;
    padding-top: 3px;
}

/* Gallery Page 
----------------------------------------------------------------------------------------------------*/

ul.kaya_gallery, ul.kaya_gallery_without_title{
	
}

.item_thumb_gallery{
	display:inline-block;
	position:relative;
	

}

ul.kaya_gallery, ul.kaya_gallery_without_title {
	list-style:none;
	margin:0px;
	padding:0px;
	overflow:hidden;
}

ul.kaya_gallery li, ul.kaya_gallery_without_title li {
	display: inline-block;
	float:left;
	margin:0px;
	padding:0px;
	margin-right:20px;
	margin-bottom:30px;	
}

ul.kaya_gallery li.last{
	margin-right:0px;
}
ul.kaya_gallery_without_title{	
	margin:0px;
	float:left;
}

ul.kaya_gallery li {margin-bottom:30px;}

ul.kaya_gallery_without_title li:last-child {margin-bottom:30px;}

ul.kaya_gallery li p, ul.kaya_gallery_without_title li p{
	text-align:center;
	margin-top:10px;
	width:210px;
	overflow:hidden;
	padding:2px;

}

.ul.kaya_gallery li p{
overflow:hidden;
}
/* Contact page Section
----------------------------------------------------------------------------------------------------*/
#google_code{
	margin-top:3px!important;
	width:100%;
	margin:0 auto;
	overflow:hidden;
	margin-bottom:15px;

}



/*content home start*/
.home .content {min-height:inherit;}

/*content home end*/

/*content start*/
.content {
	background-color:#fff;
	background-image:url(images/content_bg.png);
	background-repeat:repeat-x;
	border-top:1px solid #fff;
	min-height:500px;
}
.content.contentafter{background:#fff}
.content-container{    
	padding:40px 30px;
	overflow:hidden;
}
.full_bg .contentafter .content-container{padding-bottom:30px;}
.contentfirst .content-container{padding-bottom:10px}
.contentfirst .vspace,.full_bg .vspace{height:0px}
.contentbg.full_bg{
    background:#F7F7F5;
}
.contentbg.full_bg .content{
    background:#F7F7F5;
}
.content h3 {
	color:#282724;
	padding-top:10px;
	padding-bottom:20px;
	line-height:25px;
}
.content .portfolio_item_text h3{padding-bottom:10px;}
.content h3 span {
	color:#CAA717;
}
.content h4 {
	padding-bottom:10px;
	line-height:23px;
}
.contact_content h4 {
    font-weight: 300;
    margin-bottom: 10px;
    text-transform: uppercase;
}

/*content end*/

/*trigger start*/
span.trigger1 {
	width: 0; 
	height: 0; 
	border-left:10px solid transparent !important; 
	border-right:10px solid transparent !important; 
	border-bottom:10px solid #CAA717;
	line-height: 46px;
	font-size: 2em;
	font-weight: normal;
	float:right;
	cursor:pointer;
	position:absolute;
	left:50%;
	margin-left:-10px;
	top:-12px;
}
span.trigger1 a {
	color: #fff;
	text-decoration: none;
	display: block;
}
span.trigger1 a:hover {
	color: #fff;
}

.toggle_container1 {
	background-color:#CAA717;
	padding:5px 10px 0px 10px;
	text-align:center;
}
.toggle_container1 p {
	color:#fff;
	text-align:center;
	margin-bottom:0px;
	padding-bottom:10px;
}
.trigger_container1 {
	border-top:4px solid #CAA717;
	position: relative;
}
/*trigger end*/


/*sub header start*/
.sub_header {
    border-bottom: 1px  dotted #E4DFD6;
    margin-bottom: 22px;
    overflow: hidden;
    padding: 0px 0 10px;
}
.sub_header h2,.sub_header h1{
	float:left;
	color:#282724;
	line-height:22px;
    margin-bottom:5px;
    font-size:25px;
}

.sub_header h5 {
	float:left;
	margin-left:20px;
	padding-left:20px;
	color:#636363;
	border-left:1px solid #e4dfd6;
	line-height:25px;
}

.search_box{
	float:right;
	
}

.search_box .text_input {
    float: left;
    height: 15px;
    margin: 0;
    padding: 8px;
    width:150px;
}

.search_box .text_input{
    background-color:#F2F2F2;
    color: #2b2b2b;
    outline: medium none;
    padding: 8px;
}


.search_box input{
background-color:#f1f2f2;
padding:8px !important;
color:#2b2b2b;
    border: medium none;
    font-size: inherit;
    outline: medium none;
	float:left;
}


input#searchsubmit {
    background: url(images/search_button.png) no-repeat scroll center center transparent;
    border: medium none;
    display: block;
    float: right;
    height: 31px;
    line-height: 31px;
    margin: 0;
    outline: medium none;
    width: 31px;
	 background-color:#2B2B2B;
	
}


input#searchsubmit:hover {
    -moz-transition: background-color 0.3s ease 0s, border 0.2s ease 0s, color 0.2s ease 0s, opacity 0.2s ease-in-out 0s;
	background-color:#CAA717;
	cursor:pointer;
}
/*sub header end*/


aside {
	border-left:1px solid #e4dfd6;
	padding:0px 0px 10px 20px;
}




/*contact start*/
.claim-form, .claim-form fieldset {
    padding: 8px 0;
}
.claim-form legend {
    font-size: 150%;
}
.claim-form .basic-info {
    float: left;
    height: 350px;
    width: 425px;
}
.claim-form .addr-info {
    float: right;
    height: 350px;
    margin-left: 0 !important;
    width: 425px;
}

.claim-form .claim-info {
    clear: both;
    width: 900px;
}
.claim-form .button-wrap {
    margin-left: 335px;
}
.claim-form .basic-info label.grid, .claim-form .addr-info label.grid {
    display: inline-block;
    padding-right: 20px;
    text-align: right;
    white-space: normal;
    width: 100px;
    font-weight:600;
}
.claim-form .claim-info label.grid {
    display: inline-block;
    padding-right: 20px;
    text-align: right;
    white-space: normal;
    width: 300px;
    font-weight:600;
}
#response{
color:#CAA717;
margin-bottom:20px;

}
#contact-form {
	margin-top: 25px;
}

#contact-form input, #contact-form textarea,.claim-form input[type="text"],.claim-form select,.claim-form input[type="email"], .claim-form textarea,#testimonials input,#testimonials textarea {
	padding: 5px;
	width:99%;
	font-family: Helvetica, sans-serif;
	background-color:#f2f2f2;
	margin: 10px 0px 10px 0px;
	border:1px solid #ccc;
	 -moz-transition: border 0.1.5s linear 0s, box-shadow 0.1.5s linear 0s;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.065) inset;
	color:#666666;
}
#testimonials input,#testimonials textarea{
    width:94%;
}
.claim-form input[type="text"],.claim-form input[type="email"] {
    width:280px;
}
.claim-form select{
    width:290px;
}
#contact-form textarea, .claim-form textarea {
	height:185px;
	background-color:#f2f2f2;
}

#contact-form textarea:focus, #contact-form input:focus {
	border-color:rgba(75, 150, 220, 0.6);
box-shadow:0 1px 1px rgba(0, 0, 0, 0.065) inset, 0 0 8px rgba(75, 150, 220, 0.6);
outline:0 none;
}

#contact-form p input#submit , .claim-form input[type="submit"],#testimonials input[type="submit"],#contact-form p input.submit, a.button{
	float:right;
	background-color:#4d4c47;
	padding:5px;
	border-radius:5px;
	border:none;
	color:#fff;
	font-family: 'Oswald', sans-serif;
	width:100px;
	font-size:12px;
    text-align: center;
    cursor: pointer;
}
#contact-form p input#submit2,#contact-form p input.submit2, a.button2{
	float:none;
	background-color:#4d4c47;
	padding:7px 10px;
	border-radius:5px;
	border:none;
	color:#fff;
	font-family: 'Oswald', sans-serif;
	width:100px;
	font-size:12px;
    text-align: center;
    cursor: pointer;
}

#contact-form p input#submit:hover ,#contact-form p input#submit2:hover, .claim-form input[type="submit"]:hover,#testimonials input[type="submit"]:hover,#contact-form p input.submit:hover,#contact-form p input.submit2:hover, a.button:hover, a.button2:hover{
    background:#CAA717;
}
.buttons{
    min-height:30px;
}
.claim-form input[type="submit"]{
    float:left;
    background-color:#4d4c47;
}
#testimonials input[type="submit"]{
    float:none;
}
#contact-form p input#submit:hover,.claim-form input[type="submit"]:hover,#testimonials input[type="submit"]:hover{
		background-color:#CAA717;
		cursor:pointer;
}

#contact-form label {
	float: left;
	width:103px;
	padding-top: 5px;
	font-size:16px;
	font-family: 'Oswald', sans-serif;
	
}
	.vaidate_error{
border-color:#ff0000 !important;
}


/*contact end*/


/*  Scroll To Top  Section
----------------------------------------------------------------------------------------------------*/
#back-top {
	position: fixed;
	bottom: 30px;
	right:1%;
	margin-left: -150px;
	z-index:9999;
}

#back-top a {
	width: 50px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}


#back-top span {
	width: 50px;
	height: 50px;
	display: block;
	margin-bottom: 7px;
	background:#333 url(images/up-arrow.png) no-repeat center center;
}
#back-top a:hover span {
	background-color:#222;	
}


/* Footer Section
----------------------------------------------------------------------------------------------------*/
/*footer start*/
footer {
	background-color:#2B2B2B;
	margin-top:0px;
	color:#969a9a;
}
.footer-container{    
	padding:30px 30px 0px 30px;
	overflow:hidden;
}


/*bottom footer start*/
.footer {
	background-color:#1b1b1b;
	margin-bottom:30px;
}
.f-container{    
	padding:15px 30px 5px 30px;
	overflow:hidden;
}
.copyright p {
	text-align:left;
	color:#aaaaaa;
	font-weight:100;
	letter-spacing:0.1px;
}
.footer_menu ul{ 
    list-style: none outside none;
    margin: 0;
    padding: 0;
    text-align: right;
}
.footer_menu ul li{
 border-right: 1px solid #444444;
    display: inline-block;
    padding: 2px 10px;
}
.footer_menu ul li:last-child{
border-right:none;
padding-right:0px;
}
.footer_menu li a{
color:#AAAAAA;
}
.footer_menu li a:hover{
color:#CAA717;
}
/*bottom footer end*/

/* Footer Menu section
----------------------------------------------------------------------------------------------------*/
#bottom_footer_right ul{
	list-style:none;
	margin:0px;
	padding:0px;
	text-align:right;

		}
	
	#bottom_footer_right ul li{
	display:inline-block;
	padding:2px 10px;
	border-right:1px solid #ddd;
	}
	#bottom_footer_right ul li:last-child{
	border-right:none;
	padding-right:0px;
	}
	
	#bottom_footer_right ul li a{
	color:#666;

	}
	#bottom_footer_right ul li a:hover{
	color:#333;

	}
	
.launch_website, .launch_website:visited {
    background-color: #333 !important;
    clear: both;
    color: #FFFFFF;
    float: left;
    margin-top: 10px;
    overflow: hidden;
    padding: 7px 10px;
}
.twitter_text a{
color:#333;
}
.twitter_feeds .twitter_text a:hover{
color:#CCCCCC;
}
.twitter_text a:hover{
color:#CAA717;
}
.entry-content h2{
padding:0px 0px 20px 0;
}

/*pricing table start*/
#pricing_table{
text-align:center;
margin-top:90px;
width:101%;
}
#pricing_table span i{
color:#fff;	
}
#pricing_table .one_third{
margin-right:1px;
float:left;
width:32.95%;
}

#pricing_table .one_fourth{
margin-right:1px;
float:left;
width:24.65%;
}

#pricing_table .one_third ul,
#pricing_table .one_fourth ul{
list-style:none;
background-color:#F9F9F9;
-moz-box-shadow:inset 0 0 8px #dfdfdf;
-webkit-box-shadow:inset 0 0 8px #dfdfdf;
box-shadow:inset 0 0 8px #dfdfdf;
}

#pricing_table .one_third ul li,
#pricing_table .one_fourth ul li{
padding-bottom:10px;
padding-top:10px;
border-bottom: 1px solid #dfdfdf;
border-top: 1px solid #F9F9F9;
text-shadow:0 1px 0 rgba(255, 255, 255, 0.8);
}

.pricing_col_1{
background: #0b5f6c; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45aebf', endColorstr='#0b5f6c'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#45aebf), to(#0b5f6c)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #45aebf,  #0b5f6c); /* for firefox 3.6+ */ 
background: -o-linear-gradient(top,  #45aebf,  #0b5f6c); /* for opera 3.6+ */ 
border-bottom:1px solid #05454f;
}
.pricing_col_2{
background: #b93d17; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee8317', endColorstr='#b93d17'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#ee8317), to(#b93d17)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #ee8317,  #b93d17); /* for firefox 3.6+ */ 
background: -o-linear-gradient(top,  #ee8317,  #b93d17); /* for opera 3.6+ */ 
border-bottom:1px solid #9a2c0a;
}
.pricing_col_3{
background: #537027; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#68a32d', endColorstr='#537027'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#68a32d), to(#537027)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #68a32d,  #537027); /* for firefox 3.6+ */ 
background: -o-linear-gradient(top,  #68a32d,  #537027); /* for opera 3.6+ */ 
border-bottom:1px solid #354c12;
}
.pricing_col_4{
background: #d79f07; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdc400', endColorstr='#d79f07'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#fdc400), to(#d79f07)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #fdc400,  #d79f07); /* for firefox 3.6+ */ 
background: -o-linear-gradient(top,  #fdc400,  #d79f07); /* for opera 3.6+ */ 
border-bottom:1px solid #cc9501;
}
.highlight{background-color:#e3e3e3;}

.heading{padding:20px 20px 0px 20px;text-align:center;}

.heading h2{color:#fff;padding:0px 0px 5px;}
 
.wide{padding:40px 40px 25px 40px;margin-top:-45px;}

.pricing_space{height:100px;}

.heading span{padding-top:10px;padding-bottom:10px;display:block;}
.price_button{
background: #282828; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d4d4d', endColorstr='#282828'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#4d4d4d), to(#282828)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #4d4d4d,  #282828); /* for firefox 3.6+ */
background: -o-linear-gradient(top,  #4d4d4d,  #282828); /* for opera 3.6+ */ 
padding:30px;border-top:1px solid #212121;}

.price_button a.read_more:hover{background-color:#999999 !important;border:1px solid #000 !important;}

#pricing_table span i{color:#fff;}
/**tr add*/
.w50100{background: #DDDDDD;padding: 3px; width: 48%;min-width:400px;}
#home_main_slider{position: relative;padding-bottom:36px;}
.v-ei-slider{height:auto !important;height: 0;margin: 0 auto;max-width: 1400px;position: relative;width: 100%;}
.v-layer-slider{position: absolute;width:100%;max-width:1400px;height:auto;bottom:0;margin-bottom:-65px;z-index:20;right:0}
.v-layer-slider img{width:100%;border:0}
.ei-title{left:0 !important;bottom:0;top:207px;}
.ei-slider{max-width:1400px !important;}
.home .content{border-top: none !important}
.menu .current-menu-item{background-color: #E9CA26;}
.menu ul li a{font-size:12px;}
#kaya_portfolio_slider.flexslider .slides img{
    height:auto;
    width:auto;
    margin:0 auto;
}
.container-slider{position: relative;}
.fleft{float:left}
.fright{float:right;}
#menu-quick-links.menu{background:#f1f2f2}
.breadcrumbs{clear: both;padding-top:10px;}
.breadcrumbs p{margin:0;padding:0;font-family: arial !important;}
.breadcrumbs h3{padding:0;line-height:18px;font-size:12px;font-weight:100;font-family: arial !important;}
#menu-quick-links{z-index: 20;}
.entry-content  ul{list-style: disc;margin-left:15px;}
.widget_facebook .fb_feed{padding-bottom:10px;}
.widget_facebook .description{max-height:72px !important;position: relative;overflow: hidden;}
.widget_facebook .author{float:right;}
.footer-container a{color:#777}
.footer-container a:hover{color:#caa717}
.kaya_testimonial .testimonial{margin-bottom:2px;}
#jobPostings article{margin-bottom:20px;}
#jobPostings header{background:none !important;}
#jobPostings header h2{
    font-size:20px;
    font-weight:300;
    padding-bottom:10px;
}
body span.wpcf7-not-valid-tip{width:auto;left:10%;}
#sidebar .widget{margin-bottom:25px;}
.testimonial-item-wrapper{
    overflow: hidden;
}
.testimonial-item-wrapper .testimonial-author{
    margin-top:20px;
	font-style:italic;
	text-align:left;
	color:#444;
    font-weight: 400;
    font-size:16px;
    font-family: 'Oswald',sans-serif;
    display: block;
}
.testimonial-item-wrapper .testimonial-item{
    background-color: #EAEAEA;
    height:100%;
}
.testimonial-item-wrapper .testimonial-padding {
    height: 100%;
    margin-left: 0;
    min-height: 50px;
    padding: 20px;
    position: relative;
}
.related_posts{
    padding-bottom:15px;
}
.related_posts a{
    color:#000;
    font-weight:600;
}
.related_posts a:hover{
    color:#caa717;
}
.addthis_toolbox{
    clear: both;
    margin:20px 0 10px 0;
}
.list_testimonials blockquote{
    padding-bottom:0;
    margin-bottom:0;
}
.list_testimonials blockquote p:last-child{
    margin-bottom:0;
}
.list_testimonials .testimonials_page{
    margin-bottom:20px;
}
.list_testimonials .testimonials_page .meta-testi{
    padding-left:30px;
}