/*   
Theme Name: Shirvon Theme
Theme URI: http://shirvon.peakwebproject.com
Description: Shirvon theme template
Author: Max
Author URI:  http://www.peakwebsystem.com
Version: 1
*/

body {
	margin: 0;
	padding: 0;
}
.testimonial {
	margin: 0;
	background: #eeeeee;
	padding: 10px 50px;
	position: relative;
	font-family: Georgia, serif;
	color: #666;
	border-radius: 5px;
	font-style: italic;
	text-shadow: 0 1px 0 #ECFBFF;
	background: rgb(238,238,238); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */

}
.testimonial:before, .testimonial:after {
	content: "\201C";
	position: absolute;
	font-size: 80px;
	line-height: 1;
	color: #999;
	font-style: normal;
}
.testimonial:before {
	top: 0;
	left: 10px;
}
.testimonial:after {
	content: "\201D";
	right: 10px;
	bottom: -0.5em;
}
.arrow-down {
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #eeeeee;
	margin: 0 0 0 25px;
}
.testimonial-author {
	margin: 0 0 0 25px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	text-align: left;
}
.testimonial-author span {
	font-size: 12px;
	color: #666;
}
h4.title{text-align:center;}
h4.title a{text-decoration:none;}
.btn-align-center{
	text-align:center;
}
.buttonBox .btn {
	margin: 0 0 10px 10px;
	width: 100px;
}
p.flex-caption strong{
	font-weight:600;
}
p.flex-caption {
	font-family: 'Signika', sans-serif;
	font-weight:300;
	position: absolute;
	top: 10px;
	color:#FFF;
	padding: 15px 20px;
	font-size: 18px;
	/*background-color:#bf1919;*/
	background-color: rgba(0, 0, 0, 0.7);
	background: rgba(0, 0, 0, 0.7);
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

a.enquire2day {
	padding: 5px;
	background-color: white;
	border: 1px solid #BF1919;
	color: #BF1919;
	font-weight: bold;
}
.stylishForm .phoneIcon:before {
	font-family: 'entypo';
	font-size: 20px;
	color: #b0b0b0;
	position: absolute;
	top: 8px;
	left: 20px;
}
.stylishForm .phoneIcon:before {
	content: '\1f4de';
}