/* 
	Shortcodes.css
	- all shortcodes
*/
/***************************************************************  
	1. Quote
***************************************************************/
.single-quote {
	border-left: 5px solid #cfcfcf;
	padding-left: 30px;
	margin-left: 20px;
}
.single-quote  img {
	margin-bottom: -22px;
} 
.single-quote p.singlequote {
	text-align: left;
	font-size: 15px;	
	color: #373737;	
	letter-spacing: -0.6px;
}
.single-quote p.author {
	margin-top: 7px;
	text-align: right;
	font-size: 11px;
	color: #5e5e5e;	
	text-transform: uppercase;
}
/***************************************************************  
	2. List
***************************************************************/
.list { 
	margin: 0; 
	padding: 0; 
	color:#444444;
	margin-left:0px;
	margin-bottom: 20px;
}
.list li {
	color: #444444; 	
	font-size: 13px;
	font-weight: normal;
	text-transform: none;
	background: url(../images/li-custom-image.png) no-repeat 0px 5px transparent;
    list-style-type: none;
    margin: 0;
    padding: 0px 0px 7px 24px;
    vertical-align: middle;
}
.list li a {
	color: #444444;
}
.list li a:hover {
	color: #0088c2;
}
/***************************************************************  
	4. Buttons
***************************************************************/
/*default color*/
.a_button, .a_button span {
	display: inline-block;
}
.a_button {
	background: linear-gradient(to bottom, #8bbeb8 0%, #58968f 100%);	
	background: -moz-linear-gradient(center top , #8bbeb8 0%, #58968f 100%) repeat;
	background: -o-linear-gradient( #8bbeb8 0%, #58968f 100%);
	background: -webkit-gradient(linear, center top, center bottom, from(#8bbeb8), to(#58968f));	
	background: -webkit-linear-gradient(center top, #8bbeb8 0%, #58968f 100%);
	background: -ms-linear-gradient(center top, #8bbeb8 0%, #58968f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#8bbeb8, endColorstr=#58968f) ;	
	border: 1px solid #4d8e87;	
	border-radius: 4px 4px 4px 4px !important;
	color: #FFFFFF !important;
	font-family: 'Open Sans', sans-serif; 
	font-size: 13px;
	font-weight: 400;
	height: auto !important;
	padding: 5px 18px 7px !important;
	position: relative;
	top: 1px;
	cursor: pointer;
	text-align: center;	
	
	box-shadow: 0 1px 0 0 #b7dbd7 inset;
}
.a_button:hover, .a_button.hover {
	background: linear-gradient(to bottom, #58968f 0%, #8bbeb8 100%);	
	background: -moz-linear-gradient(center top , #58968f 0%, #8bbeb8 100%) repeat;
	background: -o-linear-gradient( #58968f 0%, #8bbeb8 100%);
	background: -webkit-gradient(linear, center top, center bottom, from(#58968f), to(#8bbeb8));	
	background: -webkit-linear-gradient(center top, #58968f 0%, #8bbeb8 100%);
	background: -ms-linear-gradient(center top, #58968f 0%, #8bbeb8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#58968f, endColorstr=#8bbeb8);		
}
.project-info .a_button { margin-top: 15px; }

/*blue color*/
.blue {	
	background: linear-gradient(to bottom, #25A6E1 0%, #127EAF 100%) !important;	
	background: -moz-linear-gradient(center top , #25A6E1 0%, #127EAF 100%) repeat !important;
	background: -o-linear-gradient( #25A6E1 0%, #127EAF 100%) !important;
	background: -webkit-gradient(linear, center top, center bottom, from(#25A6E1), to(#127EAF)) !important;		
	background: -webkit-linear-gradient(center top, #25A6E1 0%, #127EAF 100%) !important;
	background: -ms-linear-gradient(center top, #25A6E1 0%, #127EAF 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#25A6E1, endColorstr=#127EAF) !important;
	border: 1px solid #1A87B9 !important;
	
	box-shadow: 0 1px 0 0 #47bef5 inset;
}
.blue:hover {	
	background: linear-gradient(to bottom , #127EAF 0%, #25A6E1 100%) repeat !important;	
	background: -moz-linear-gradient(center top , #127EAF 0%, #25A6E1 100%) repeat !important;	
	background: -webkit-gradient(linear, center top, center bottom, from(#127EAF), to(#25A6E1)) !important;		
	background: -webkit-linear-gradient(center top, #127EAF 0%, #25A6E1 100%) !important;	
	background: -o-linear-gradient( #127EAF 0%, #25A6E1 100%) !important;	
	background: -ms-linear-gradient(center top, #127EAF 0%, #25A6E1 100% )!important;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#127EAF, endColorstr=#25A6E1) !important;	
}
/*red color*/
.red {	
	background: linear-gradient(to bottom, #C63449 0%, #aa2236 100%) !important;	
	background: -moz-linear-gradient(center top , #C63449 0%, #aa2236 100%) repeat !important;
	background: -o-linear-gradient( #C63449 0%, #aa2236 100%) !important;
	background: -webkit-gradient(linear, center top, center bottom, from(#C63449), to(#aa2236)) !important;	
	background: -webkit-linear-gradient(center top, #C63449 0%, #aa2236 100%) !important;
	background: -ms-linear-gradient(center top, #C63449 0%, #aa2236 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C63449, endColorstr=#aa2236) !important;	
	border: 1px solid #921628 !important;
	color: #ffffff !important;
	
	box-shadow: 0 1px 0 0 #e77888 inset;
}
.red:hover {		
	background: linear-gradient(to bottom, #aa2236 0%, #C63449 100%) !important;	
	background: -moz-linear-gradient(center top , #aa2236 0%, #C63449 100%) repeat !important;
	background: -o-linear-gradient( #aa2236 0%, #C63449 100%) !important;
	background: -webkit-gradient(linear, center top, center bottom, from(#aa2236), to(#C63449)) !important;	
	background: -webkit-linear-gradient(center top, #aa2236 0%, #C63449 100%) !important;
	background: -ms-linear-gradient(center top, #aa2236 0%, #C63449 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#aa2236, endColorstr=#C63449) !important;	
}
/*orange color*/
.orange {	
	background: linear-gradient(to bottom, #fac381 0%, #d18d3d 100%) !important;	
	background: -moz-linear-gradient(center top , #fac381 0%, #d18d3d 100%) repeat !important;
	background: -o-linear-gradient( #fac381 0%, #d18d3d 100%) !important;
	background: -webkit-gradient(linear, center top, center bottom, from(#fac381), to(#d18d3d)) !important;	
	background: -webkit-linear-gradient(center top, #fac381 0%, #d18d3d 100%) !important;
	background: -ms-linear-gradient(center top, #fac381 0%, #d18d3d 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fac381, endColorstr=#d18d3d) !important;	
	border: 1px solid #da8c2f !important;
	color: #965c19 !important;
	
	box-shadow: 0 1px 0 0 #fce0c0 inset;
}
.orange:hover {	
	background: linear-gradient(to bottom, #d18d3d 0%, #fac381 100%) !important;	
	background: -moz-linear-gradient(center top , #d18d3d 0%, #fac381 100%) repeat !important;
	background: -o-linear-gradient( #d18d3d 0%, #fac381 100%) !important;
	background: -webkit-gradient(linear, center top, center bottom, from(#d18d3d), to(#fac381)) !important;	
	background: -webkit-linear-gradient(center top, #d18d3d 0%, #fac381 100%) !important;
	background: -ms-linear-gradient(center top, #d18d3d 0%, #fac381 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d18d3d, endColorstr=#fac381) !important;	
}
/*pink color*/
.pink {
	background: linear-gradient(to bottom, #fdbcd9 0%, #e783b0 100%) !important;	
	background: -moz-linear-gradient(center top , #fdbcd9 0%, #e783b0 100%) repeat !important;
	background: -o-linear-gradient( #fdbcd9 0%, #e783b0 100%) !important;
	background: -webkit-gradient(linear, center top, center bottom, from(#fdbcd9), to(#e783b0)) !important;	
	background: -webkit-linear-gradient(center top, #fdbcd9 0%, #e783b0 100%) !important;
	background: -ms-linear-gradient(center top, #fdbcd9 0%, #e783b0 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fdbcd9, endColorstr=#e783b0) !important;	
	border: 1px solid #da75a3 !important;
	color: #ad376c !important;
	
	box-shadow: 0 1px 0 0 #fcddec inset;
}
.pink:hover {
	background: linear-gradient(to bottom, #e783b0 0%, #fdbcd9 100%) !important;	
	background: -moz-linear-gradient(center top , #e783b0 0%, #fdbcd9 100%) repeat !important;
	background: -o-linear-gradient( #e783b0 0%, #fdbcd9 100%) !important;
	background: -webkit-gradient(linear, center top, center bottom, from(#e783b0), to(#fdbcd9)) !important;	
	background: -webkit-linear-gradient(center top, #e783b0 0%, #fdbcd9 100%) !important;
	background: -ms-linear-gradient(center top, #e783b0 0%, #fdbcd9 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e783b0, endColorstr=#fdbcd9) !important;	
}
/*black color*/
.black {	
	background: linear-gradient(to bottom, #5a5a5a 0%, #393939 100%) !important;	
	background: -moz-linear-gradient(center top , #5a5a5a 0%, #393939 100%) repeat !important;
	background: -o-linear-gradient( #5a5a5a 0%, #393939 100%) !important;
	background: -webkit-gradient(linear, center top, center bottom, from(#5a5a5a), to(#393939)) !important;	
	background: -webkit-linear-gradient(center top, #5a5a5a 0%, #393939 100%) !important;
	background: -ms-linear-gradient(center top, #5a5a5a 0%, #393939 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#5a5a5a, endColorstr=#393939) !important;	
	border: 1px solid #000000 !important;
	color: #fff !important;
	
	box-shadow: 0 1px 0 0 #7f7f7f inset;
}
.black:hover {	
	background: linear-gradient(to bottom, #393939 0%, #5a5a5a 100%) !important;	
	background: -moz-linear-gradient(center top , #393939 0%, #5a5a5a 100%) repeat !important;
	background: -o-linear-gradient( #393939 0%, #5a5a5a 100%) !important;
	background: -webkit-gradient(linear, center top, center bottom, from(#393939), to(#5a5a5a)) !important;	
	background: -webkit-linear-gradient(center top, #393939 0%, #5a5a5a 100%) !important;
	background: -ms-linear-gradient(center top, #393939 0%, #5a5a5a 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#393939, endColorstr=#5a5a5a) !important;	
}

/*grey color*/
.grey {	
	background: linear-gradient(to bottom, #ececec 0%, #cdcdcd 100%) !important;	
	background: -moz-linear-gradient(center top , #ececec 0%, #cdcdcd 100%) repeat !important;
	background: -o-linear-gradient( #ececec 0%, #cdcdcd 100%) !important;
	background: -webkit-gradient(linear, center top, center bottom, from(#ececec), to(#cdcdcd)) !important;	
	background: -webkit-linear-gradient(center top, #ececec 0%, #cdcdcd 100%) !important;
	background: -ms-linear-gradient(center top, #ececec 0%, #cdcdcd 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ececec, endColorstr=#cdcdcd) !important;	
	border: 1px solid #c3c2c2 !important;
	color: #666666 !important;
	
	box-shadow: 0 1px 0 0 #fff inset;
}
.grey:hover {	
	background: linear-gradient(to bottom, #cdcdcd 0%, #ececec 100%) !important;	
	background: -moz-linear-gradient(center top , #cdcdcd 0%, #ececec 100%) repeat !important;
	background: -o-linear-gradient( #cdcdcd 0%, #ececec 100%) !important;
	background: -webkit-gradient(linear, center top, center bottom, from(#cdcdcd), to(#ececec)) !important;	
	background: -webkit-linear-gradient(center top, #cdcdcd 0%, #ececec 100%) !important;
	background: -ms-linear-gradient(center top, #cdcdcd 0%, #ececec 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cdcdcd, endColorstr=#ececec) !important;	
}
/***************************************************************  
	5. Tabs
***************************************************************/
.tab-sh {	
}
.tab-sh .list-wrap { 
	background: #fff; 
	padding: 15px 15px; 	
	border: 1px solid #d3d4d4;  
	color: #5e5e5e; 
	font-size: 13px; 	
}
.tab-sh ul { 
	list-style: none; 
	margin-bottom:-1px;
}
.tab-sh ul li a { 
	display: block; 
	border-bottom: 1px solid #d3d4d4; 
	padding: 4px; 
	color: #373737; 	
	border-top: 1px solid #d3d4d4;
	border-right: 1px solid #d3d4d4;  
	border-left: 1px solid #d3d4d4; 		
}
.tab-sh ul li a:hover { 	
	color: #999999; 
}
.tab-sh .nav { overflow: hidden; margin-left:10px;  }
.tab-sh .nav li { 
	float: left; 
	margin: 0; 
}
.tab-sh .nav li.last { margin-right: 0; }
.tab-sh .nav li a { 
	display: block; 
	padding: 5px 12px; 
	background: #F9F9F9; 
	color: #999999; 
	font-size: 13px; 
	text-align: center; 	
}
.tab-sh .nav li a.current { 
	background-color: #fff !important; 
	color: #444444; 	
	border-top: 1px solid #58968f;
	padding-top:5px;	
	border-bottom: none; 
	padding-bottom: 6px; 	
}
/***************************************************************  
	6. Testimonials
***************************************************************/
ul.testimonials-txt {	
	font-size: 13px;
	/*font-style: italic;*/
	color: #373737;
}
ul.testimonials-txt img { 
	position: relative; 
	margin-bottom: -20px;
}
ul.testimonials-txt p {
	margin-bottom: 10px;
}
ul.testimonials-txt h2.testimonial-author {		
	font-size: 12px;
	font-weight: 600;
	color: #333333;
	width: 100%; 
	position: absolute; 
	bottom: -10px; 
}
.icon-quote-testimonials {
	background: url(../images/icon-quote-testimonial.png) no-repeat;
	float: left;
    height: 18px;
    margin-left: 1px;
    margin-right: 15px;
    margin-top: 2px;
    width: 18px;
	background-size: 18px 18px;
}
.testimonial-author-div {
	float: right;
	border-bottom: 1px solid #ECECEC;
}

.testimonial-author-div p.testimonial-author  {		
	font-size: 14px;
	font-weight: 600;
	color: #373737;	
	letter-spacing: -1px;
	font-style: normal;
	text-align: right;
	margin-right: 0px;
}
.testimonial-author-div span.testimonial-position  {	
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0;
	display: block;
	color: #58968f;
}
/***************************************************************  
	7. Contact Form 7
***************************************************************/
.wpcf7 {
	margin-left: -15px !important;
}
.wpcf7 p {
	color: #373737;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 25px;   
	float: left;
	margin-left: 15px;
	width: 100%;
}

.wpcf7 p input.wpcf7-form-control {
	width: 60%;
	padding: 10px 8px;	
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0px;	
	background-color: #FCFCFC;
    border: 1px solid #E1E1E1;
    color: #919191;
	margin-top: 8px;
}
.wpcf7 p textarea.wpcf7-textarea {
	width: 90%;
	padding: 10px 8px;		
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0px;
	resize:none;	
	background-color: #FCFCFC;
    border: 1px solid #E1E1E1;
    color: #919191;
	margin-top: 8px;
}
.wpcf7 p.w100-sidebar,
.wpcf7 p.w66,
.wpcf7 p.w50,
.wpcf7 p.w33  { width: auto; }

img.wpcf7-captchac { float: left; }
input.wpcf7-captchar {
     margin-top: -27px !important;
     width: 120px !important;
     float: left;
}
/* width 100% */
.wpcf7 p.w100-sidebar input.wpcf7-form-control {
	width: 195px;
	padding: 10px 8px;	
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0px;	
	background-color: #FCFCFC;
    border: 1px solid #E1E1E1;
    color: #919191;
	margin-top: 8px;
}
.wpcf7 p.w100-sidebar textarea.wpcf7-textarea {
	width: 661px;
	padding: 10px 8px;		
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0px;
	resize:none;	
	background-color: #FCFCFC;
    border: 1px solid #E1E1E1;
    color: #919191;
	margin-top: 8px;
}

/* width 66% */
.wpcf7 p.w66 input.wpcf7-form-control {
	width: 178px;
	padding: 10px 8px;	
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0px;	
	background-color: #FCFCFC;
    border: 1px solid #E1E1E1;
    color: #919191;
	margin-top: 8px;
}
.wpcf7 p.w66 textarea.wpcf7-textarea {
	width: 601px;
	padding: 10px 8px;		
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0px;
	resize:none;	
	background-color: #FCFCFC;
    border: 1px solid #E1E1E1;
    color: #919191;
	margin-top: 8px;
}
/* width 50% */
.wpcf7 p.w50 input.wpcf7-form-control {
	width: 125px;
	padding: 10px 8px;		
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0px;	
	background-color: #FCFCFC;
    border: 1px solid #E1E1E1;
    color: #919191;
	margin-top: 8px;
}
.wpcf7 p.w50 textarea.wpcf7-textarea {
	width: 441px;
	padding: 10px 8px;		
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0px;
	resize:none;	
	background-color: #FCFCFC;
    border: 1px solid #E1E1E1;
    color: #919191;
	margin-top: 8px;
}
/* width 33% */
.wpcf7 p.w33 input.wpcf7-form-control {
	width: 220px;
	padding: 10px 8px; 		
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0px;	
	background-color: #FCFCFC;
    border: 1px solid #E1E1E1;
    color: #919191;
	margin-top: 8px;
}
.wpcf7 p.w33 textarea.wpcf7-textarea {
	width: 280px;
	padding: 10px 8px;	
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0px;
	resize:none;	
	background-color: #FCFCFC;
    border: 1px solid #E1E1E1;
    color: #919191;
	margin-top: 8px;
}

.wpcf7-submit {	
	color: #fff;
	padding: 8px 14px;	
	font-size: 13px;
	font-weight: 400;
	padding: 5px 18px 7px !important;	
	background: linear-gradient(to bottom, #8bbeb8 0%, #58968f 100%);	
	background: -moz-linear-gradient(center top , #8bbeb8 0%, #58968f 100%) repeat;
	background: -o-linear-gradient( #8bbeb8 0%, #58968f 100%);
	background: -webkit-gradient(linear, center top, center bottom, from(#8bbeb8), to(#58968f));	
	background: -webkit-linear-gradient(center top, #8bbeb8 0%, #58968f 100%);
	background: -ms-linear-gradient(center top, #8bbeb8 0%, #58968f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#8bbeb8, endColorstr=#58968f) ;	
	border: 1px solid #4d8e87 !important;	
	border-radius: 4px 4px 4px 4px !important;
	color: #FFFFFF !important;
	font-family: 'Open Sans', sans-serif; 
	box-shadow: 0 1px 0 0 #b7dbd7 inset;
	cursor: pointer;
	text-align: center;
	width: 80px !important;
}
.wpcf7-submit:hover {	
	background: linear-gradient(to bottom, #58968f 0%, #8bbeb8 100%);	
	background: -moz-linear-gradient(center top , #58968f 0%, #8bbeb8 100%) repeat;
	background: -o-linear-gradient( #58968f 0%, #8bbeb8 100%);
	background: -webkit-gradient(linear, center top, center bottom, from(#58968f), to(#8bbeb8));	
	background: -webkit-linear-gradient(center top, #58968f 0%, #8bbeb8 100%);
	background: -ms-linear-gradient(center top, #58968f 0%, #8bbeb8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#58968f, endColorstr=#8bbeb8);		
}

div.wpcf7-validation-errors {
    border: 1px solid #f5e190 !important;	
	background: linear-gradient(to bottom, #FEEFB3 0%, #fae698 100%);		
	background: -moz-linear-gradient(center top , #FEEFB3 0%, #fae698 100%) repeat;
	background: -o-linear-gradient( #FEEFB3 0%, #fae698 100%);
	background: -webkit-gradient(linear, center top, center bottom, from(#FEEFB3), to(#fae698));		
	background: -webkit-linear-gradient(center top, #FEEFB3 0%, #fae698 100%);	
	background: -ms-linear-gradient(center top, #FEEFB3 0%, #fae698 100%);		
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FEEFB3, endColorstr=#fae698);	
    color: #9F6000;	
	font-size: 13px;
	font-weight: normal;
}
div.wpcf7-response-output {
    margin: 0 0 0 15px !important;
    padding: 10px 20px !important;
	clear: both;	
	border-radius: 2px 2px 2px 2px;   
}
div.wpcf7-mail-sent-ok {
	border: 1px solid #b5d57f !important;		
	background: linear-gradient(to bottom, #DFF2BF 0%, #c1e08d 100%);		
	background: -moz-linear-gradient(center top , #DFF2BF 0%, #c1e08d 100%) repeat;
	background: -o-linear-gradient( #DFF2BF 0%, #c1e08d 100%);
	background: -webkit-gradient(linear, center top, center bottom, from(#DFF2BF), to(#c1e08d));		
	background: -webkit-linear-gradient(center top, #DFF2BF 0%, #c1e08d 100%);	
	background: -ms-linear-gradient(center top, #DFF2BF 0%, #c1e08d 100%);		
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#DFF2BF, endColorstr=#c1e08d);		
    color: #4F8A10;	
	font-size: 13px;
	font-weight: normal;
}
.wpcf7-display-none {
    display: none;
}
span.wpcf7-form-control-wrap {
	position: relative !important;
}

span.wpcf7-not-valid-tip {
	display: none !important;
}
.wpcf7-not-valid {
    border: 1px solid #920101 !important;	
}
/***************************************************************  
	8. Contact Info
***************************************************************/

.sh-contact-info {  }
.sh-contact-info .border {
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 20px;
}
.sh-contact-info .info1 { margin-left: 0px; }
.sh-contact-info .info1 .icon {
	float: left;
	width: 50px;
	position: relative;
	top: 3px;
}
.sh-contact-info .info1 .icon img {
	width:25px;
	height:25px;
}
.sh-contact-info .info1 p {
	float: left;
	margin: 0 0 20px;
}
.sh-contact-info .info1 a {
	color: #0088c2;
}
.sh-contact-info p {
	margin: 0 0 20px;
}

.sh-contact-info .iconContactInfo {
	color: #373737;
	float: left;
	font-family: "entypo", "entypo-social";
	font-size: 3.6em;
	line-height: 1;
	margin-top: -23px;
	z-index: 10;
	width: 50px;
}
/***************************************************************  
	9. Progress bar
***************************************************************/
.progress-bar-title {
	font-size: 14px;
	color: #373737;
	z-index: 9999;
	margin-left: 2px;
	font-weight: 300;
}
.progress-bar-title span {
	float: right;
    font-weight: 600;
    margin-right: 10px;
	font-size: 12px;
} 
.progress-bar {
	background-color: #282d34;
	height: 30px;
	padding: 1px;
	width: 99%;
	margin-bottom: 10px;		
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;        
}
.progress-bar span {
	display: inline-block;
	height: 100%;
	background-color: #777;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
	-webkit-transition: width .4s ease-in-out;
	-moz-transition: width .4s ease-in-out;
	-ms-transition: width .4s ease-in-out;
	-o-transition: width .4s ease-in-out;
	transition: width .4s ease-in-out;		
}
.stripes span {
	-webkit-background-size: 30px 30px;
	-moz-background-size: 30px 30px;
	background-size: 50px 50px;			
	background-image: -webkit-gradient(linear, left top, right bottom,
						color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent),
						color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)),
						color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent),
						to(transparent));
	background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
						transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
						transparent 75%, transparent);
	background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
						transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
						transparent 75%, transparent);
	background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
						transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
						transparent 75%, transparent);
	background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
						transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
						transparent 75%, transparent);
	background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
						transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
						transparent 75%, transparent);            
	
	/*-webkit-animation: animate-stripes 5s linear infinite;
	-moz-animation: animate-stripes 5s linear infinite;  */    		
}
	
@-webkit-keyframes animate-stripes { 
	0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}
@-moz-keyframes animate-stripes {
	0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}

/***************************************************************  
	10. Pricing tables
***************************************************************/

.pricing_column table {
	font-family: 'Open Sans', sans-serif; 
	font-weight: 400;
	color: #373737;
	font-size: 13px;
	background: #eaebec;
	border: 1px solid #dddddd;	
	width: 100%;
	float: left;
	margin-bottom:20px;
	margin-top:20px;
}
.pricing_column table.normal {
	margin-top: 45px;
}
.pricing_column table th {
	/*padding: 21px 25px 22px 25px;*/
	background: #58968f;
}
.pricing_column table th.title {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	padding: 10px 20px;
	border: 1px solid #58968f;
}
.pricing_column table th.title.best {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	padding: 10px 20px;
	border: 1px solid #4f8b84;
	background: #4f8b84;
	
}
.pricing_column table th.price {
	color: #373737;
	font-size: 68px;
	font-weight: 600;
	background: #fff;
	border-bottom: 1px solid #dddddd;
	padding: 5px 20px 7px;
}
.pricing_column table th.price.best {
	color: #fff;
	font-size: 80px;
	font-weight: 600;
	background: #58968f;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #58968f;
	border-right: 1px solid #58968f;
	padding: 5px 20px 15px;
	box-shadow: 0 1px 0 0 #64a099 inset;
}

.pricing_column table th.price span.value {
	font-size: 26px;
	font-weight: 400;
	position: absolute;
	margin-top: 15px;
}
.pricing_column table th.price.best span.value {
	font-size: 30px;
	font-weight: 400;
	position: absolute;
	margin-top: 18px;
	color: #235852;
}

.pricing_column table th.price span.per {
	font-size: 13px;
	font-weight: 400;
}
.pricing_column table th.price.best span.per {
	font-size: 14px;
	font-weight: 400;
	color: #235852;
}

.pricing_column table th:first-child{
	text-align: center;
}
.pricing_column table tr{
	text-align: center;
	padding-left:20px;
}
.pricing_column table tr td:first-child{
	text-align: center;
	padding-left:20px;
	border-left: 0;
}
.pricing_column table tr td {
	padding:18px;
	border-top: 1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	border-left: 1px solid #dddddd;	
	background: #fff;
}
.pricing_column table tr.even td{
	background: #fcfcfc;
}
.pricing_column table tr:last-child td{
	border-bottom:0;
}
.pricing_column table tr:hover td{
	background: #f8f8f8;
}


/***************************************************************  
	11. Accordion and toggle
***************************************************************/

/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header { 
	cursor: pointer; 
	position: relative; 
	margin-top: 1px; 
	zoom: 1; 
}
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { 
	display: block; 
	font-size: 1em; 
	padding: .7em .5em .6em .7em; 
}
/* IE7-/Win - Fix extra vertical space in lists */
.ui-accordion a { zoom: 1; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 0; }
.ui-accordion .ui-accordion-header .ui-icon { 
	position: absolute; 
	right: .5em; 
	top: 50%; 
	margin-top: -8px; 
}
.ui-accordion .ui-accordion-content { 
	padding: .5em 1em .7em; 
	border-top: 0; 
	margin-top: -1px; 
	position: relative; 
	top: 1px; 
	margin-bottom: 2px; 
	overflow: auto; 
	display: none; zoom: 1; 
	color: #444444; 
	text-decoration: none;  
	font-size: 13px;
	line-height: 1.6;
}
.ui-accordion .ui-accordion-content p { 
	margin: 0; 
	color: #5e5e5e; 
	text-decoration: none; 
	font-size: 13px;
}

/* For toggle/accordian container
----------------------------------*/
.ui-widget { 
	/* font-family: Verdana,Arial,sans-serif; */
	font-size: 1.1em; 
}
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { 
	font-size: 1em; 
}
.ui-widget-content { 
	border: 1px solid #EEEEEE;
	background: #fff; 
	color: #373737; 
	/*border-top: 1px solid #EEEEEE !important;    */
}
.ui-widget-content a { color: #222222; }
.ui-widget-header { 
	
}
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { 
	border: none; 
	background: #fff; 
	font-weight: normal; 
	color: #373737; 
	border-bottom: 1px solid #EEEEEE;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { 
	color: #373737; 
	text-decoration: none; 
	font-size: 14px; 
	letter-spacing: -1px;
	text-transform: uppercase;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { 
	font-weight: normal; 
	color: #373737; 
	font-size: 14px; 
	letter-spacing: -1px;
	text-transform: uppercase;
}
.ui-state-hover a, .ui-state-hover a:hover { 
	color: #373737;
	text-decoration: none; 
	font-size: 14px; 
	letter-spacing: -1px;
	text-transform: uppercase;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { 	
	text-decoration: none; 
	font-weight: normal; 
	outline: none; 
	font-size: 14px; 
	letter-spacing: -1px;
	text-transform: uppercase;
	background: #fafafa;
	border-top: 1px solid #EEEEEE !important;
	border-left: 1px solid #EEEEEE !important;
	border-right: 1px solid #EEEEEE !important;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #58968f; }


.ui-widget :active { outline: none; }
.ui-icon { width: 16px; height: 16px; background: url(../images/marker2.png) 0px 3px no-repeat; background-size: 24px 7px; }
.ui-state-active .ui-icon {background: url(../images/marker3.png) 0px 3px no-repeat; background-size: 24px 7px;  }



/***************************************************************  
	12. Team member
***************************************************************/

.team-member {}
.team-member h3.team-name {
	font-size: 16px;
	color: #373737;
}
.team-member h3.team-position {
	font-size: 13px;
	color: #666666;
	font-weight: 400;
}
.team-member p {
	color: #525151;
	margin: 10px 0 20px;
}
.team-member .team-socials-line {
	background: #373737;
	width: 3px;
	height: 25px;
	float: left;
	margin-right: 10px;
}
.team-member .team-socials {
	float: left;
}
.teamMemberIcon {
	color: #373737;
    font-family: "entypo-social";
    font-size: 3.6em;
    line-height: 1; 
    z-index: 10;
	float: left;
	margin-top: -22px;
}
/***************************************************************  
	13. Gallery
***************************************************************/
.gallery-wrapper {
	margin-left:-20px;
}

.gallery-wrapper .gallery-item4 {
	margin-left:20px;
	margin-bottom:20px;
	float:left;
	width:220px;
	height:auto;
}

.gallery-wrapper .gallery-item2 {
	margin-left:20px;
	margin-bottom:20px;
	float:left;
	width: 460px;
	height:auto;
}

.gallery-wrapper .gallery-item3 {
	margin-left:20px;
	margin-bottom:20px;
	float:left;
	width: 300px;
	height:auto;
}

.gallery-wrapper  a:hover {
	opacity: 0.75;
}

.main_inside_with_sidebar_right .gallery-wrapper .gallery-item4, 
.main_inside_with_sidebar_left .gallery-wrapper .gallery-item4 
{
    width: 157.5px;
}

.main_inside_with_sidebar_right .gallery-wrapper .gallery-item3, 
.main_inside_with_sidebar_left .gallery-wrapper .gallery-item3 
{
    width: 216px;
}

.main_inside_with_sidebar_right .gallery-wrapper .gallery-item2, 
.main_inside_with_sidebar_left .gallery-wrapper .gallery-item2 
{
    width: 335px;
}

/***************************************************************  
	14. Columns with left icon
***************************************************************/


.col_icon_left { margin-bottom: 40px; padding-bottom: 40px; border-bottom: 1px solid red !important; }
.icon_left .icon {
	color: #373737;
    font-family: "entypo", "entypo-social";
    font-size: 4em;
	position: absolute;
	z-index: 10;
	margin-left: -2px;
	margin-top: -28px;
	line-height:1;
}
.icon_left_desc {
	margin-left: 35px;
	margin-top: -2px;
}
h2.icon_left_title {
	color: #373737;
	font-weight: 400;
	font-size: 17px;
	line-height: 1.3;
	margin-bottom: 10px;
	letter-spacing: 0;
}
h2.icon_left_title a {
	color: #373737;
	font-weight: 400;
	font-size: 17px;
	line-height: 1.3;
	margin-bottom: 10px;
	letter-spacing: 0;
}
h2.icon_left_title a:hover {
	color: #58968f;
}
.icon_left_desc p {
	color: #5e5e5e;
	line-height: 1.6;
}



/***************************************************************  
	14. Columns with top circle icon
***************************************************************/
.cols_with_circle {
	text-align: center;
}
.cols_with_circle a {
	color: #373737;
}
.cols_with_circle a:hover {
	color: #58968f;
}
.cols_with_circle p {
	color: #5e5e5e;
	line-height: 1.6;
}
.ch-item {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	position: relative;
	cursor: default;
	background: #fafafa;
	border: 1px solid #dfdddd;
		
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	margin: 0 auto;
	margin-bottom: 15px;
}


.ch-info {
	background: #58968f;
	
	width: inherit;
	height: inherit;
	border-radius: 50%;
	opacity: 1;
	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.cols_with_circle:hover .ch-item {

}
.cols_with_circle:hover .ch-item .ch-info {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	
}

.ch-item .icon {
	color: #373737;
    font-family: "entypo", "entypo-social";
    font-size: 4.4em;
	position: absolute;
	z-index: 10;
	line-height: 1;
	width:70px;
	margin: -9px auto 0px auto;
}
.cols_with_circle:hover .ch-item .icon { 
	position: absolute;
    font-family: "entypo", "entypo-social";
    font-size: 4.4em;
    line-height: 1;
}

/***************************************************************  
	15. Testimonials with Image shortcode
***************************************************************/

.client_img {
	display: block;
	width: 70px;
	height: 70px;
	float: left;
}
.client_img img {
	width: 70px;
	height: 70px;
}
.client_say {
	margin-left: 90px;
}
.client_say p {
	color: #5e5e5e;
	line-height: 1.6;
}
.client_say p span {
	color: #373737;
	margin-top: 15px;
	display: block;
}
/***************************************************************  
	16. Splash
***************************************************************/

.new_splash_title {
	background: #58968f;
	color: #fff;
	font-size: 23px;
	font-family: 'Open Sans', sans-serif; 
	font-weight: 300;
	letter-spacing: -1.5px;
	display: inline-block;
	padding: 3px 25px 4px;
	float: left;
	line-height: 30px;
}
.new_splash_content {
	float: left;
	background: #fafafa;
	border-top: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	padding: 6px 10px 7px;
	margin:auto;
}
.new_splash_content .icon {
	color: #373737;
    font-family: "entypo", "entypo-social";
    font-size: 2.9em;
	line-height: 0;
    margin: 0px;
    padding: 0;
	float: left;
	margin-top: 2px;
	margin-left: 5px;
	
}
.new_splash_content p {
	float: left;
	margin-left: 15px;
}
.new_splash_content a {
	color: #58968f;
}

/***************************************************************  
	17. Big Splash
***************************************************************/

.big-splash {
	padding: 50px 0;
}
.big-splash .inside {	
	width: 770px;
	margin: 0 auto;
	padding: 50px 30px;
}

.big-splash .inside h1 {
	font-size: 48px;
	letter-spacing: 0;
	color: #373737;
	text-align: center;
	font-weight: 300;
	opacity: 1;
}
.big-splash .inside p {
	font-size: 16px;
	letter-spacing: 0;
	color: #373737;
	text-align: center;
	font-weight: 300;
	opacity: 1;
}

/***************************************************************  
	18. Big Splash 2
***************************************************************/
.big-splash2 {
	background: #58968f;
	padding: 30px 0 40px;
}
.big-splash2 .content {
	width: 630px;
	float: left;
}
.big-splash2 .content h1 {
	font-size: 30px;
	color: #fff;
	font-weight: 300;
	letter-spacing: -1px;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}
.big-splash2 .content p {
	font-size: 13px;
	letter-spacing: 0;
	color: #fff;
	font-weight: 400;
}
.big-splash2 .icon {
	color: #fff;
    font-family: "entypo";
    font-size: 15em;
	float: left;
	margin-left: 140px;
	margin-top: -80px;
	line-height: 1;
}



.section {
	padding-top:45px;
}


/***************************************************************  
	19. Big Splash
***************************************************************/

.big-splashtext {
	padding: 30px 0;
}
.big-splashtext .inside {	
	width: 850px;
	margin: 0 auto;
	padding: 30px 30px;
	text-align: left;
}

.big-splashtext .inside h1 {
	font-size: 44px;
	letter-spacing: -1px;
	color: #373737;
	text-align: left;
	font-weight: 300;
	opacity: 1;
	display: inline;
	padding: 0px 7px;
}
.big-splashtext .inside h1 .bigsplashtextword {
	padding: 0px 7px;
}


/***************************************************************  
	Fontello icons
***************************************************************/
 .colwithlefticon { 
  font-size: 24px;
  height:24px;
  width: 24px;
  line-height: 24px;
  font-family: "entypo-fontello";
  font-style: normal;
  font-weight: normal;
  position: absolute; 
  color: #373737;
  z-index: 9;
 }
 
 .colwithtopicon { 
  font-size: 30px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-family: "entypo-fontello";
  font-style: normal;
  font-weight: normal;
  position: absolute; 
  color: #373737;
  z-index: 9;
  left: 19px;
  top: 18px; 
 } 
 
 .iconSplash { 
  font-size: 100px;
  height: 100px;
  width: 100px;
  line-height: 100px;
  font-family: "entypo-fontello";
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
  z-index: 9;
  float: left;
  margin-left: 140px;  
  margin-top: 20px;
 }
 
 .iconSplashSmall { 
  font-size: 22px;
  height: 22px;
  width: 22px;
  line-height: 22px;
  font-family: "entypo-fontello";
  font-style: normal;
  font-weight: normal;
  color: #373737;
  z-index: 99;
  float: left;  
  margin-left: 10px;
 }

 .iconContactInfos { 
  font-size: 20px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-family: "entypo-fontello";
  font-style: normal;
  font-weight: normal;
  color: #373737;
  z-index: 99;
  float: left;
  margin-right: 20px;  
  margin-top: 2px;  
 }
 
 
 /***************************************************************  
	Vertical List
***************************************************************/
 
 .cbp_tmtimeline {
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
	position: relative;
} 

/* The line */
.cbp_tmtimeline:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1px;
	/*left: 20%;*/
	left: 34px;
	background: #E2E0E0;
}
.cbp_tmtimeline > li {
	position: relative;
}

.cbp_tmtimeline > li .cbp_tmtime span {
	display: block;
	text-align: right;
}

.cbp_tmtimeline > li .cbp_tmtime span:first-child {
	font-size: 0.9em;
	color: #bdd0db;
}

.cbp_tmtimeline > li .cbp_tmtime span:last-child {
	font-size: 2.9em;
	color: #3594cb;
}
/*
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
	color: #f0eeee;border: 1px solid red;
}*/

/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel {
	margin: 0 0 15px 110px;
	background: #fffefe;
	color: #5E5E5E !important;
	padding: 1em 2em 1em;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.4;
	position: relative;
	border-radius: 5px;border: 1px solid #e2e0e0;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
	background: #fffefe;
	border: 1px solid #e2e0e0;
}

.cbp_tmtimeline > li .cbp_tmlabel h2 { 
	margin-top: 0px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #E2E0E0;
	font-weight: 400;
	margin-bottom: 15px;
}

/* The triangle */
.cbp_tmtimeline > li .cbp_tmlabel:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #E2E0E0;
	border-width: 10px;
	top: 10px;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
	border-right-color: #e2e0e0;
}

/* The icons */
.cbp_tmtimeline > li .cbp_tmicon {
	width: 60px;
	height: 60px;
	font-family: "entypo-fontello";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 24px;
	line-height: 60px;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	color: #fff;
	background: #373737;
	border-radius: 50%;
	text-align: center;
	left: 30px;
	top: 0;
	margin: 0 0 0 -25px;
}

.cbp_tmicon-phone:before {
	content: "\e000";
}

.cbp_tmicon-screen:before {
	content: "\e001";
}

.cbp_tmicon-mail:before {
	content: "\e002";
}

.cbp_tmicon-earth:before {
	content: "\e003";
}


 /***************************************************************  
	Image Slide
***************************************************************/

.cbp-fwslider {
	position: relative;
	margin: 0 0 10px;
	overflow: hidden;
	padding: 40px 0 60px;
}

.cbp-fwslider ul {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	list-style-type: none;
}

.cbp-fwslider ul li {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	text-align:center;
}

.cbp-fwslider ul li > a,
.cbp-fwslider ul li > div {
	display: block;
	text-align: center;
	outline: none;
}

.cbp-fwslider ul li > a img {
	border: none;
	display: block;
	margin: 0 auto;
	max-width: 75%;
}

.cbp-fwslider nav span {
	position: absolute;
	top: 50%;
	width:57px;
	height: 108px;
	color: #fff;
	font-size: 50px;
	text-align: center;
	margin-top: -50px;
	line-height: 100px;
	cursor: pointer;
	font-weight: normal;
	opacity: 0.3;
	-webkit-transition:  0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
	z-index: 9;
}
.cbp-fwprev {
	background: url(../images/arrow-left.png) no-repeat;
	margin-left: 20px;
	z-index: 0;
}
.cbp-fwnext {
	background: url(../images/arrow-right.png) no-repeat;
	margin-right: 20px;
	z-index: 0;
}

.cbp-fwslider nav span:hover {
	opacity: 1;
	-webkit-transition:  0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}

.cbp-fwslider nav span.cbp-fwnext {
	right: 0px;
}

.cbp-fwslider nav span.cbp-fwprev {
	left: 0px;
}

.cbp-fwdots {
	position: absolute;
	bottom: 0px;
	white-space: nowrap;
	text-align: center;
	width: 100%;
}

.cbp-fwdots span {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #ddd;
	margin: 4px;
	border-radius: 50%;
	cursor: pointer;
}

.cbp-fwdots span:hover {
	background: #999;
}

.cbp-fwdots span.cbp-fwcurrent {
	background: #3f3f3f;
	-webkit-transition: box-shadow 0.2s ease-in-out;
	-moz-transition: box-shadow 0.2s ease-in-out;
	transition: box-shadow 0.2s ease-in-out;
}


 /***************************************************************  
	Quote rotator
***************************************************************/


.cbp-qtrotator {
	position: relative;
	width: 100%;
	z-index: 0;
}

.cbp-qtrotator .cbp-qtcontent {
	position: absolute;
	border-top: 1px solid #f4f4f4;
	/*border-bottom: 1px solid #f4f4f4;*/
	padding: 2em 0;
	top: 0;
	z-index: 0;
	opacity: 0;
	width: 100%;
}

.no-js .cbp-qtrotator .cbp-qtcontent {
	border-bottom: none;
}

.cbp-qtrotator .cbp-qtcontent.cbp-qtcurrent,
.no-js .cbp-qtrotator .cbp-qtcontent {
	position: relative; 
	z-index: 100;
	pointer-events: auto;
	opacity: 1;
}

.cbp-qtrotator .cbp-qtcontent:before,
.cbp-qtrotator .cbp-qtcontent:after {
	content: " ";
	display: table;
}

.cbp-qtrotator .cbp-qtcontent:after {
	clear: both;
}

.cbp-qtprogress {
	position: absolute;
	background: #58968F;
	height: 1px;
	width: 0%;
	top: 0;
	z-index: 1000;
}

.cbp-qtrotator blockquote {
	margin: 0;
	padding: 0;
}
.cbp-qtrotator .testimonailsauthor {
	color: #373737;
	font-size: 13px;
	font-weight: 400;
}

.cbp-qtrotator blockquote p {
	font-size: 16px;
	color: #888;
	font-weight: 300;
	margin: 0.4em 0 1.5em;
}


.cbp-qtrotator .cbp-qtcontent img {
	float: left;
	margin-right: 3em;
}