/* 
	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 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: left;
	font-size: 16px;	
	line-height: 1.5;
	color: #444444;	
}
.single-quote p.author {
	margin-top: 7px;
	text-align: right;
	font-size: 10px;
	font-style: normal;
	color: #444444;	
	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, #25A6E1 0%, #127EAF 100%);		
	background: -moz-linear-gradient(center top , #25A6E1 0%, #127EAF 100%) repeat;
	background: -o-linear-gradient( #25A6E1 0%, #127EAF 100%);
	background: -webkit-gradient(linear, center top, center bottom, from(#25A6E1), to(#127EAF));		
	background: -webkit-linear-gradient(center top, #25A6E1 0%, #127EAF 100%);	
	background: -ms-linear-gradient(center top, #25A6E1 0%, #127EAF 100%);		
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#25A6E1, endColorstr=#127EAF);
	border: 1px solid #1A87B9;
	border-radius: 4px 4px 4px 4px !important;
	color: #FFFFFF !important;
	font-family: 'Helvetica Neue',sans-serif;
	font-size: 12px;
	height: auto !important;
	padding: 8px 13px !important;
	position: relative;
	top: 1px;
	cursor: pointer;
	text-align: center;	
}
.a_button:hover, .a_button.hover {
	background: linear-gradient(to bottom , #127EAF 0%, #25A6E1 100%) repeat;
	background: -moz-linear-gradient(center top , #127EAF 0%, #25A6E1 100%) repeat;
	background: -webkit-gradient(linear, center top, center bottom, from(#127EAF), to(#25A6E1));	
	background: -webkit-linear-gradient(center top, #127EAF 0%, #25A6E1 100%);		
	background: -o-linear-gradient( #127EAF 0%, #25A6E1 100%);
	background: -ms-linear-gradient(center top, #127EAF 0%, #25A6E1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#127EAF, endColorstr=#25A6E1);	
}
.project-info .a_button { margin-top: 15px; }

/*green color*/
.green {
	background: linear-gradient(to bottom, #C3C596 0%, #b0b282 100%) !important;	
	background: -moz-linear-gradient(center top , #C3C596 0%, #b0b282 100%) repeat !important;
	background: -o-linear-gradient( #C3C596 0%, #b0b282 100%) !important;
	background: -webkit-gradient(linear, center top, center bottom, from(#C3C596), to(#b0b282)) !important;	
	background: -webkit-linear-gradient(center top, #C3C596 0%, #b0b282 100%) !important;
	background: -ms-linear-gradient(center top, #C3C596 0%, #b0b282 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C3C596, endColorstr=#b0b282) !important;	
	border: 1px solid #b0b282 !important;
	color: #656653 !important;
}
.green:hover {		
	background: linear-gradient(to bottom, #b0b282 0%, #C3C596 100%) !important;	
	background: -moz-linear-gradient(center top , #b0b282 0%, #C3C596 100%) repeat !important;
	background: -o-linear-gradient( #b0b282 0%, #C3C596 100%) !important;
	background: -webkit-gradient(linear, center top, center bottom, from(#b0b282), to(#C3C596)) !important;	
	background: -webkit-linear-gradient(center top, #b0b282 0%, #C3C596 100%) !important;
	background: -ms-linear-gradient(center top, #b0b282 0%, #C3C596 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b0b282, endColorstr=#C3C596) !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;
}
.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;
}
.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;
}
.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;
}
.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;	
}
/***************************************************************  
	5. Tabs
***************************************************************/

.tab-sh {
	/*margin: 20px 0 15px 15px; */
}
.tab-sh .list-wrap { 
	background: #fff; 
	padding: 15px 15px; 	
	border: 1px solid #d3d4d4;  
	color: #777777; 
	font-size: 12px; 	
	line-height: 1.5;
}
.tab-sh ul { 
	list-style: none; 
	margin-bottom:-1px;
}
.tab-sh ul li a { 
	display: block; 
	border-bottom: 1px solid #d3d4d4; 
	padding: 4px; 
	color: #F9F9F9; 
	
	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 #0088c2;
	padding-top:5px;	
	border-bottom: none; 
	padding-bottom: 6px; 	
}
/***************************************************************  
	6. Testimonials
***************************************************************/
ul.testimonials-txt {	
	font-size: 13px;
	font-style: italic;
	color: #444444;
}
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: bold;
	color: #333333;
	text-shadow: 0.5px 0.5px 0.5px #ffffff;	
	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: bold;
	color: #444444;	
	letter-spacing: -1px;
	font-style: normal;
	text-align: right;
	margin-right: 5px;
}
.testimonial-author-div span.testimonial-position  {	
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 0;
	display: block;
	margin-right: 2px;
}
/***************************************************************  
	7. Contact Form 7
***************************************************************/
.wpcf7 {
	margin-left: -15px !important;
}
.wpcf7 p {
	color: #444444;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: -1px;
    margin-bottom: 15px;
    text-transform: uppercase;
	float: left;
	margin-left: 15px;
}
/* width 66% */
.wpcf7 p.w66 input.wpcf7-form-control {
	width: 178px;
	padding: 10px 8px;	
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0px;
	border: 1px solid #CCCCCC;
	-webkit-appearance: none;
	border-radius: 0;	
	background: linear-gradient(to bottom, #ffffff 0%, #f8f7f7 100%);		
	background: -moz-linear-gradient(center top , #ffffff 0%, #f8f7f7 100%) repeat;
	background: -o-linear-gradient( #ffffff 0%, #f8f7f7 100%);
	background: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#f8f7f7));		
	background: -webkit-linear-gradient(center top, #ffffff 0%, #f8f7f7 100%);	
	background: -ms-linear-gradient(center top, #ffffff 0%, #f8f7f7 100%);		
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f8f7f7);	
}
.wpcf7 p.w66 textarea.wpcf7-textarea {
	width: 601px;
	padding: 10px 8px;		
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0px;
	border: 1px solid #CCCCCC;
	-webkit-appearance: none;
	border-radius: 0;		
	background: linear-gradient(to bottom, #ffffff 0%, #f8f7f7 100%);		
	background: -moz-linear-gradient(center top , #ffffff 0%, #f8f7f7 100%) repeat;
	background: -o-linear-gradient( #ffffff 0%, #f8f7f7 100%);
	background: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#f8f7f7));		
	background: -webkit-linear-gradient(center top, #ffffff 0%, #f8f7f7 100%);	
	background: -ms-linear-gradient(center top, #ffffff 0%, #f8f7f7 100%);		
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f8f7f7);	
	resize:none;
	
}
/* width 50% */
.wpcf7 p.w50 input.wpcf7-form-control {
	width: 125px;
	padding: 10px 8px;		
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0px;
	border: 1px solid #D4D4D4;
	-webkit-appearance: none;
	border-radius: 0;
	background: linear-gradient(to bottom, #ffffff 0%, #f8f7f7 100%);		
	background: -moz-linear-gradient(center top , #ffffff 0%, #f8f7f7 100%) repeat;
	background: -o-linear-gradient( #ffffff 0%, #f8f7f7 100%);
	background: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#f8f7f7));		
	background: -webkit-linear-gradient(center top, #ffffff 0%, #f8f7f7 100%);	
	background: -ms-linear-gradient(center top, #ffffff 0%, #f8f7f7 100%);		
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f8f7f7);	
}
.wpcf7 p.w50 textarea.wpcf7-textarea {
	width: 441px;
	padding: 10px 8px;		
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0px;
	border: 1px solid #D4D4D4;
	-webkit-appearance: none;
	border-radius: 0;
	background: linear-gradient(to bottom, #ffffff 0%, #f8f7f7 100%);		
	background: -moz-linear-gradient(center top , #ffffff 0%, #f8f7f7 100%) repeat;
	background: -o-linear-gradient( #ffffff 0%, #f8f7f7 100%);
	background: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#f8f7f7));		
	background: -webkit-linear-gradient(center top, #ffffff 0%, #f8f7f7 100%);	
	background: -ms-linear-gradient(center top, #ffffff 0%, #f8f7f7 100%);		
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f8f7f7);	
	resize:none;
}
/* width 33% */
.wpcf7 p.w33 input.wpcf7-form-control {
	width: 220px;
	padding: 10px 8px; 		
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0px;
	border: 1px solid #CCCCCC;
	-webkit-appearance: none;
	border-radius: 0;
	background: linear-gradient(to bottom, #ffffff 0%, #f8f7f7 100%);		
	background: -moz-linear-gradient(center top , #ffffff 0%, #f8f7f7 100%) repeat;
	background: -o-linear-gradient( #ffffff 0%, #f8f7f7 100%);
	background: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#f8f7f7));		
	background: -webkit-linear-gradient(center top, #ffffff 0%, #f8f7f7 100%);	
	background: -ms-linear-gradient(center top, #ffffff 0%, #f8f7f7 100%);		
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f8f7f7);	
}
.wpcf7 p.w33 textarea.wpcf7-textarea {
	width: 280px;
	padding: 10px 8px;	
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0px;
	border: 1px solid #CCCCCC;
	-webkit-appearance: none;
	border-radius: 0;
	background: linear-gradient(to bottom, #ffffff 0%, #f8f7f7 100%);		
	background: -moz-linear-gradient(center top , #ffffff 0%, #f8f7f7 100%) repeat;
	background: -o-linear-gradient( #ffffff 0%, #f8f7f7 100%);
	background: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#f8f7f7));		
	background: -webkit-linear-gradient(center top, #ffffff 0%, #f8f7f7 100%);	
	background: -ms-linear-gradient(center top, #ffffff 0%, #f8f7f7 100%);		
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f8f7f7);	
	resize:none;
}

.wpcf7-submit {	
	background: linear-gradient(to bottom, #25A6E1 0%, #127EAF 100%);		
	background: -moz-linear-gradient(center top , #25A6E1 0%, #127EAF 100%) repeat;
	background: -o-linear-gradient( #25A6E1 0%, #127EAF 100%);
	background: -webkit-gradient(linear, center top, center bottom, from(#25A6E1), to(#127EAF));		
	background: -webkit-linear-gradient(center top, #25A6E1 0%, #127EAF 100%);	
	background: -ms-linear-gradient(center top, #25A6E1 0%, #127EAF 100%);		
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#25A6E1, endColorstr=#127EAF);	
	border: 1px solid #1A87B9;
	border-radius: 4px 4px 4px 4px !important;
	color: #FFFFFF !important;
	font-size: 12px !important;
	height: auto !important;
	padding: 8px 13px !important;
	position: relative;
	text-shadow: 0 0 1px #000000 !important;
	top: 1px;
	cursor: pointer;
	text-align: center;
	width: 80px !important;
}
.wpcf7-submit:hover {	
	background: linear-gradient(to bottom, #127EAF 0%, #25A6E1 100%);		
	background: -moz-linear-gradient(center top , #127EAF 0%, #25A6E1 100%) repeat;
	background: -o-linear-gradient( #127EAF 0%, #25A6E1 100%);
	background: -webkit-gradient(linear, center top, center bottom, from(#127EAF), to(#25A6E1));		
	background: -webkit-linear-gradient(center top, #127EAF 0%, #25A6E1 100%);	
	background: -ms-linear-gradient(center top, #127EAF 0%, #25A6E1 100%);		
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#127EAF, endColorstr=#25A6E1);	
}

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 #f69f9f !important;	
	background: linear-gradient(to bottom, #fdd3d3 0%, #FFBABA 100%) !important;		
	background: -moz-linear-gradient(center top , #fdd3d3 0%, #FFBABA 100%) repeat !important;	
	background: -o-linear-gradient( #fdd3d3 0%, #FFBABA 100%) !important;	
	background: -webkit-gradient(linear, center top, center bottom, from(#fdd3d3), to(#FFBABA)) !important;			
	background: -webkit-linear-gradient(center top, #fdd3d3 0%, #FFBABA 100%) !important;	
	background: -ms-linear-gradient(center top, #fdd3d3 0%, #FFBABA 100%) !important;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fdd3d3, endColorstr=#FFBABA) !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: 10px; }
.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;
}
/***************************************************************  
	9. Progress bar
***************************************************************/
.progress-bar-title {
	/* font-family: Georgia,"Times New Roman",Times,serif; */
    font-style: italic;
	font-size: 12px;
	color: #1f1f1f;
	text-shadow: 1px 1px 1px #ffffff;
	/*left: 15px;
	margin-top: 8px;*/
	z-index: 9999;
	margin-left: 5px;
}
.progress-bar-title span {
	float: right;
    font-weight: bold;
    margin-right: 10px;
}
 
.progress-bar {
	background-color: #282d34;
	height: 15px;
	padding: 2px;
	width: 99%;
	margin-bottom: 10px;		
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;        
}

.progress-bar span {
	display: inline-block;
	height: 100%;
	background-color: #777;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-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: 30px 30px;			
	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(180deg, 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(90deg, 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(90deg, 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(90deg, 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(90deg, 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 table*/
.pricing-column {
	text-align:center;
	border: 1px solid #DDDDDD;
}
.pricing-header {			
	
	text-align:center;
}
.pricing-header h2{		
	background-color:#127EAF;
}

.pricing-header h2 {
	color: #ffffff;
}
.price {
	font-size:32px;
	color:#127EAF;
	border-bottom:1px solid #DDDDDD;
	background-color:#F8F8F8;
}
.price span{
	font-size:14px;
	font-color:#DDDDDD;		
}
.pricing-column ul li {
	border-bottom:1px solid #DDDDDD;
	padding:10px;
}
.pricing-column a.a_button{
	margin-top:10px;
	margin-bottom:10px;
}
.pricing-footer {		
	background-color:#F8F8F8;
}
.red-bg {
	background: #aa2236 !important;
}
.red-title {
	color: #ffffff !important;
}
.pink-bg {
	background: #e783b0 !important;
}
.pink-title {
	color: #e783b0 !important;
}
.orange-bg {
	background: #d18d3d !important;
}
.orange-title {
	color: #d18d3d !important;
}
.green-bg {
	background: #C3C596 !important;
}
.green-title {
	color: #C3C596 !important;
}
.black-bg {
	background: #393939 !important;
}
.black-title {
	color: #393939 !important;
}
/***************************************************************  
	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: #444444; 
	text-decoration: none; 
	font-size: 13px;
	line-height: 1.6;
}

/* 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: #444444; 
	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: #444444; 
	border-bottom: 1px solid #EEEEEE;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { 
	color: #444444; 
	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: #444444; 
	font-size: 14px; 
	letter-spacing: -1px;
	text-transform: uppercase;
}
.ui-state-hover a, .ui-state-hover a:hover { 
	color: #444444;
	text-decoration: none; 
	font-size: 14px; 
	letter-spacing: -1px;
	text-transform: uppercase;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { 
	color: #0088c2; 
	text-decoration: none; 
	font-weight: normal; 
	outline: none; 
	font-size: 14px; 
	letter-spacing: -1px;
	text-transform: uppercase;
}
.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;  }



/*style 1*/
.team-member-style1 {}
.team-member-style1 img { display: block; margin-bottom: 5px; }
.team-member-style1 h1.team-member-name {
	color: #444444;
	font-size: 16px;	
	font-weight: bold;
	margin: 0;
}
.team-member-style1 .position {
	color: #444444;
	font-size: 12px;	
	text-transform: uppercase;
}
.team-member-style1 .separator {
	border-bottom: 1px solid #e4e2e2;
	width: 120px;
	margin-bottom: 10px;
}
.team-member-style1 p {
	color: #767676;
	font-size: 13px;	
}

/*style 2*/
.team-member-style2 {}
.team-member-style2 .team-member-image  {
	width: 70px;
	height: 70px;
	float: left;
	margin-right: 20px;
	display:block;
}
.team-member-style2 h1.team-member-name {
	color: #444444;
	font-size: 16px; 	
	font-weight: bold;
	margin: 0;
	display: block !important;
	margin-left:90px;
	margin-top:-20px;
}
.team-member-style2 .position {
	color: #444444;
	font-size: 12px;	
	text-transform: uppercase;	
	display: block !important;
	margin-left:90px;
}
.team-member-style2 .separator {
	border-bottom: 1px solid #e4e2e2;
	width: 120px;
	margin-bottom: 10px;
	margin-left:90px;
}
.team-member-style2 p {
	color: #444444;
	font-size: 13px;
	margin-left:90px;	
}
.team-member-style2 .social-bookmarks ul {
	margin-left:90px;
	margin-top:15px;
}

/***************************************************************  
	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;
}