/***************************************************************  
	1. Image
***************************************************************/

.shortcodeImage { 
	opacity: 0; 
	transition: opacity 1s ease-in-out 0s; 
	-moz-transition: opacity 1s ease-in-out;
	-webkit-transition: opacity 1s ease-in-out;

}
.shortcodeImage.inview { 
	opacity: 1; 
}

.imgSH {
	max-width:100%;
	height:auto;
}


/***************************************************************  
	2. Progress bar
***************************************************************/
.progress-bar-title {
	font-size: 12px;
	color: #373737;
	z-index: 9999;
	margin-left: 5px;
	font-weight: 600;
	text-transform: uppercase;
}
.progress-bar-title span {
	float: right;
    font-weight: 600;
    margin-right: 10px;
	font-size: 11px;
} 
.progress-meter { 
	height: 25px;  /* Can be anything */
	position: relative;	
	background: #353535;
	/*-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;*/
	/*padding: 10px;*/
	/*-webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
	-moz-box-shadow   : inset 0 -1px 1px rgba(255,255,255,0.3);
	box-shadow        : inset 0 -1px 1px rgba(255,255,255,0.3);*/
	
	margin-bottom: 20px;
}
.progress-meter > span {
	display: block;
	height: 100%;
	/*   -webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
		   -moz-border-radius-topright: 8px;
		-moz-border-radius-bottomright: 8px;
			   border-top-right-radius: 8px;
			border-bottom-right-radius: 8px;
		-webkit-border-top-left-radius: 20px;
	 -webkit-border-bottom-left-radius: 20px;
			-moz-border-radius-topleft: 20px;
		 -moz-border-radius-bottomleft: 20px;
				border-top-left-radius: 20px;
			 border-bottom-left-radius: 20px;
	background-color: rgb(43,194,83);*/
	
	/*-webkit-box-shadow: 
	  inset 0 2px 9px  rgba(255,255,255,0.3),
	  inset 0 -2px 6px rgba(0,0,0,0.4);
	-moz-box-shadow: 
	  inset 0 2px 9px  rgba(255,255,255,0.3),
	  inset 0 -2px 6px rgba(0,0,0,0.4);
	box-shadow: 
	  inset 0 2px 9px  rgba(255,255,255,0.3),
	  inset 0 -2px 6px rgba(0,0,0,0.4);*/
	position: relative;
	overflow: hidden;
}
.progress-meter > span:after, .animate > span > span {
	content: "";
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	/*background-image: 
	   -webkit-gradient(linear, 0 0, 100% 100%, 
		  color-stop(.25, rgba(255, 255, 255, .2)), 
		  color-stop(.25, transparent), color-stop(.5, transparent), 
		  color-stop(.5, rgba(255, 255, 255, .2)), 
		  color-stop(.75, rgba(255, 255, 255, .2)), 
		  color-stop(.75, transparent), to(transparent)
	   );*/
	/*background-image: 
		-moz-linear-gradient(
		  -45deg, 
		  rgba(255, 255, 255, .2) 25%, 
		  transparent 25%, 
		  transparent 50%, 
		  rgba(255, 255, 255, .2) 50%, 
		  rgba(255, 255, 255, .2) 75%, 
		  transparent 75%, 
		  transparent
	   );*/
	z-index: 1;
	-webkit-background-size: 50px 50px;
	-moz-background-size: 50px 50px;
	-webkit-animation: move 2s linear infinite;
	   /*-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
		   -moz-border-radius-topright: 8px;
		-moz-border-radius-bottomright: 8px;
			   border-top-right-radius: 8px;
			border-bottom-right-radius: 8px;
		-webkit-border-top-left-radius: 20px;
	 -webkit-border-bottom-left-radius: 20px;
			-moz-border-radius-topleft: 20px;
		 -moz-border-radius-bottomleft: 20px;
				border-top-left-radius: 20px;
			 border-bottom-left-radius: 20px;*/
	overflow: hidden;
}

.animate > span:after {
	display: none;
}

@-webkit-keyframes move {
	0% {
	   background-position: 0 0;
	}
	100% {
	   background-position: 50px 50px;
	}
}

/***************************************************************  
	3. Cols with top icon effect 
***************************************************************/
.hi-icon-wrap {
	text-align: center;
}

.hi-icon-wrap h1 {
	margin-bottom: 15px;
	margin-top: 10px;
}
.hi-icon-wrap h1 a{
	color: #3d3d3f;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif; 
	font-weight: normal;
	margin-bottom: 20px;
	text-transform: none;
	letter-spacing: 0;
}

.hi-icon {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	margin: 15px 30px;
	width: 145px;
	height: 145px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
}

.hi-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}

.hi-icon:before {
	font-family: "entypo-fontello";
	speak: none;
	font-size: 48px;
	line-height: 145px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}

.hi-icon-mobile:before {
	content: "\e009";
}

.hi-icon-screen:before {
	content: "\e00a";
}


/* Effect 1 */
.hi-icon-effect-1 .hi-icon {
	background: #3d3d3f;
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;
}

.hi-icon-effect-1 .hi-icon:after {
	top: -7px;
	left: -7px;
	padding: 7px;
	box-shadow: 0 0 0 4px #e74c3c;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-webkit-transform: scale(.8);
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	transition: transform 0.2s, opacity 0.2s;
	transform: scale(.8);
	
}

/* Effect 1a */
.hi-icon-effect-1a .hi-icon:hover {
	background: #e74c3c;
	color: #fff;
}

.hi-icon-effect-1a .hi-icon:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* Effect 1b */
 .hi-icon-effect-1b .hi-icon:hover {
	background: #e74c3c;
	color: #e74c3c;
}

.hi-icon-effect-1b .hi-icon:after {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.hi-icon-effect-1b .hi-icon:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
/***************************************************************  
	4. Team member
***************************************************************/
.member{
	position:relative;
	overflow:hidden;
	height:auto;
	display: block;
	width: 100%;
}

.member img {
	max-width: 100%;
	height: auto;
}
.socials-content {
	 background:rgba(256,256,256,0.8);
	 color:white;
	 font:14px Georgia,serif;
	 height:60px;
	 position:absolute;
	 text-align: center;
}
.socials-content a{
	 color:#fff;  
	 display:block;
	 font-size:16px;
	 font-weight:normal;
	 text-shadow:none;
	 text-decoration:none;
	 width:100%;
	 height : 100%;
}

.member .social:hover { 	
	background: #000000;  
}
.member .social:hover .sociaalsTeam { 	
	color: #ffffff;  
}

.member .social {
	border-radius: 50%;
	width: 50px;
	height: 50px; 
	background: #ffffff;
	margin-right: 5px;
	display: inline-block;
	margin-top: 2px;
}

/* CSS3 Left Effect */
.css3-4
{
	 left:-100%;
	 bottom:0;
	 -webkit-transition: all .2s ease-out;
	 -moz-transition: all .2s ease-out;
	 -o-transition: all .2s ease-out;
	 transition: all .2s ease-out;
	 width:100%;
}
.socials-content a.css3-4{
	 -webkit-transition: all .4s ease-out;
	 -moz-transition: all .4s ease-out;
	 -o-transition: all .5s ease-out;
	 transition: all .4s ease-out;
}
.socials-content a.css3-4:hover{  
	color:#d0206a;
	text-decoration:none;  
}
.member:hover .css3-4{
	left:0;
}

.team-member h1 {
	color: #3d3d3f;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif; 
	margin-top: 5px;
	text-transform: none;
	letter-spacing: 0;
}
.team-member h1 span {
	display: block;
	color: #e74c3c;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
}
.team-member p {
	color: #707070;
	font-size: 13px;
	line-height: 1.6;
	margin-top: 15px;
}

.sociaalsTeam {
	font-family: "entypo-fontello";
	speak: none;
	font-size: 18px;
	line-height: 50px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
	color: #000000;
}

/*  fontello icons */

@font-face {
  font-family: 'entypo-fontello';
  src: url('font/entypo-fontello.eot');
  src: url('font/entypo-fontello.eot#iefix') format('embedded-opentype'),
       url('font/entypo-fontello.woff') format('woff'),
       url('font/entypo-fontello.ttf') format('truetype'),
       url('font/entypo-fontello.svg#entypo-fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'entypo-fontello';
    src: url('font/entypo-fontello.svg#entypo-fontello') format('svg');
  }
}
*/

 
 
 
.icon-plus:before { content: '\e816'; } /* '?' */
.icon-minus:before { content: '\e823'; } /* '?' */
.icon-info:before { content: '\e819'; } /* '?' */
.icon-left-thin:before { content: '\e880'; } /* '?' */
.icon-up-thin:before { content: '\e87e'; } /* '?' */
.icon-right-thin:before { content: '\e87f'; } /* '?' */
.icon-down-thin:before { content: '\e884'; } /* '?' */
.icon-level-up:before { content: '\e8d4'; } /* '?' */
.icon-level-down:before { content: '\e893'; } /* '?' */
.icon-switch:before { content: '\e89a'; } /* '?' */
.icon-infinity:before { content: '\e8c8'; } /* '?' */
.icon-plus-squared:before { content: '\e81e'; } /* '?' */
.icon-minus-squared:before { content: '\e81f'; } /* '?' */
.icon-home:before { content: '\e830'; } /* '?' */
.icon-keyboard:before { content: '\e83b'; } /* '?' */
.icon-erase:before { content: '\e8c7'; } /* '?' */
.icon-pause:before { content: '\e8d5'; } /* '?' */
.icon-fast-forward:before { content: '\e8a0'; } /* '?' */
.icon-fast-backward:before { content: '\e8a1'; } /* '?' */
.icon-to-end:before { content: '\e89e'; } /* '?' */
.icon-to-start:before { content: '\e89f'; } /* '?' */
.icon-hourglass:before { content: '\e86b'; } /* '?' */
.icon-stop:before { content: '\e89c'; } /* '?' */
.icon-up-dir:before { content: '\e883'; } /* '?' */
.icon-play:before { content: '\e89b'; } /* '?' */
.icon-right-dir:before { content: '\e889'; } /* '?' */
.icon-down-dir:before { content: '\e88b'; } /* '?' */
.icon-left-dir:before { content: '\e88a'; } /* '?' */
.icon-adjust:before { content: '\e867'; } /* '?' */
.icon-cloud:before { content: '\e8ae'; } /* '?' */
.icon-star:before { content: '\e808'; } /* '?' */
.icon-star-empty:before { content: '\e809'; } /* '?' */
.icon-cup:before { content: '\e848'; } /* '?' */
.icon-menu:before { content: '\e811'; } /* '?' */
.icon-moon:before { content: '\e8b1'; } /* '?' */
.icon-heart-empty:before { content: '\e807'; } /* '?' */
.icon-heart:before { content: '\e805'; } /* '?' */
.icon-note:before { content: '\e800'; } /* '?' */
.icon-note-beamed:before { content: '\e801'; } /* '?' */
.icon-layout:before { content: '\e810'; } /* '?' */
.icon-flag:before { content: '\e827'; } /* '?' */
.icon-tools:before { content: '\e855'; } /* '?' */
.icon-cog:before { content: '\e854'; } /* '?' */
.icon-attention:before { content: '\e83e'; } /* '?' */
.icon-flash:before { content: '\e8b0'; } /* '?' */
.icon-record:before { content: '\e89d'; } /* '?' */
.icon-cloud-thunder:before { content: '\e8af'; } /* '?' */
.icon-tape:before { content: '\e8c3'; } /* '?' */
.icon-flight:before { content: '\e8b2'; } /* '?' */
.icon-mail:before { content: '\e804'; } /* '?' */
.icon-pencil:before { content: '\e838'; } /* '?' */
.icon-feather:before { content: '\e839'; } /* '?' */
.icon-check:before { content: '\e813'; } /* '?' */
.icon-cancel:before { content: '\e812'; } /* '?' */
.icon-cancel-circled:before { content: '\e814'; } /* '?' */
.icon-cancel-squared:before { content: '\e815'; } /* '?' */
.icon-help:before { content: '\e821'; } /* '?' */
.icon-quote:before { content: '\e835'; } /* '?' */
.icon-plus-circled:before { content: '\e817'; } /* '?' */
.icon-minus-circled:before { content: '\e820'; } /* '?' */
.icon-right:before { content: '\e88d'; } /* '?' */
.icon-direction:before { content: '\e84a'; } /* '?' */
.icon-forward:before { content: '\e834'; } /* '?' */
.icon-ccw:before { content: '\e87d'; } /* '?' */
.icon-cw:before { content: '\e88f'; } /* '?' */
.icon-left:before { content: '\e88e'; } /* '?' */
.icon-up:before { content: '\e88c'; } /* '?' */
.icon-down:before { content: '\e87c'; } /* '?' */
.icon-list-add:before { content: '\e8ab'; } /* '?' */
.icon-list:before { content: '\e898'; } /* '?' */
.icon-left-bold:before { content: '\e887'; } /* '?' */
.icon-right-bold:before { content: '\e881'; } /* '?' */
.icon-up-bold:before { content: '\e886'; } /* '?' */
.icon-down-bold:before { content: '\e882'; } /* '?' */
.icon-user-add:before { content: '\e80c'; } /* '?' */
.icon-help-circled:before { content: '\e822'; } /* '?' */
.icon-info-circled:before { content: '\e818'; } /* '?' */
.icon-eye:before { content: '\e82b'; } /* '?' */
.icon-tag:before { content: '\e82a'; } /* '?' */
.icon-upload-cloud:before { content: '\e81b'; } /* '?' */
.icon-reply:before { content: '\e832'; } /* '?' */
.icon-reply-all:before { content: '\e833'; } /* '?' */
.icon-code:before { content: '\e836'; } /* '?' */
.icon-export:before { content: '\e837'; } /* '?' */
.icon-print:before { content: '\e83a'; } /* '?' */
.icon-retweet:before { content: '\e81a'; } /* '?' */
.icon-comment:before { content: '\e81c'; } /* '?' */
.icon-chat:before { content: '\e83c'; } /* '?' */
.icon-vcard:before { content: '\e84e'; } /* '?' */
.icon-address:before { content: '\e84d'; } /* '?' */
.icon-location:before { content: '\e84c'; } /* '?' */
.icon-map:before { content: '\e84b'; } /* '?' */
.icon-compass:before { content: '\e849'; } /* '?' */
.icon-trash:before { content: '\e847'; } /* '?' */
.icon-doc:before { content: '\e846'; } /* '?' */
.icon-docs:before { content: '\e845'; } /* '?' */
.icon-doc-landscape:before { content: '\e844'; } /* '?' */
.icon-archive:before { content: '\e850'; } /* '?' */
.icon-rss:before { content: '\e852'; } /* '?' */
.icon-share:before { content: '\e856'; } /* '?' */
.icon-basket:before { content: '\e858'; } /* '?' */
.icon-shareable:before { content: '\e857'; } /* '?' */
.icon-login:before { content: '\e85b'; } /* '?' */
.icon-logout:before { content: '\e85c'; } /* '?' */
.icon-volume:before { content: '\e888'; } /* '?' */
.icon-resize-full:before { content: '\e865'; } /* '?' */
.icon-resize-small:before { content: '\e864'; } /* '?' */
.icon-popup:before { content: '\e863'; } /* '?' */
.icon-publish:before { content: '\e862'; } /* '?' */
.icon-window:before { content: '\e861'; } /* '?' */
.icon-arrow-combo:before { content: '\e860'; } /* '?' */
.icon-chart-pie:before { content: '\e8d3'; } /* '?' */
.icon-language:before { content: '\e8c1'; } /* '?' */
.icon-air:before { content: '\e8bd'; } /* '?' */
.icon-database:before { content: '\e8ce'; } /* '?' */
.icon-drive:before { content: '\e8cf'; } /* '?' */
.icon-bucket:before { content: '\e8d0'; } /* '?' */
.icon-thermometer:before { content: '\e8d2'; } /* '?' */
.icon-down-circled:before { content: '\e85f'; } /* '?' */
.icon-left-circled:before { content: '\e86e'; } /* '?' */
.icon-right-circled:before { content: '\e86f'; } /* '?' */
.icon-up-circled:before { content: '\e870'; } /* '?' */
.icon-down-open:before { content: '\e871'; } /* '?' */
.icon-left-open:before { content: '\e872'; } /* '?' */
.icon-right-open:before { content: '\e873'; } /* '?' */
.icon-up-open:before { content: '\e874'; } /* '?' */
.icon-down-open-mini:before { content: '\e875'; } /* '?' */
.icon-left-open-mini:before { content: '\e876'; } /* '?' */
.icon-right-open-mini:before { content: '\e877'; } /* '?' */
.icon-up-open-mini:before { content: '\e878'; } /* '?' */
.icon-down-open-big:before { content: '\e879'; } /* '?' */
.icon-left-open-big:before { content: '\e885'; } /* '?' */
.icon-right-open-big:before { content: '\e87a'; } /* '?' */
.icon-up-open-big:before { content: '\e87b'; } /* '?' */
.icon-progress-0:before { content: '\e8a2'; } /* '?' */
.icon-progress-1:before { content: '\e890'; } /* '?' */
.icon-progress-2:before { content: '\e891'; } /* '?' */
.icon-progress-3:before { content: '\e894'; } /* '?' */
.icon-back-in-time:before { content: '\e8a7'; } /* '?' */
.icon-network:before { content: '\e8a4'; } /* '?' */
.icon-inbox:before { content: '\e8a3'; } /* '?' */
.icon-install:before { content: '\e8ac'; } /* '?' */
.icon-lifebuoy:before { content: '\e8b5'; } /* '?' */
.icon-mouse:before { content: '\e8b6'; } /* '?' */
.icon-dot:before { content: '\e8b9'; } /* '?' */
.icon-dot-2:before { content: '\e8ba'; } /* '?' */
.icon-dot-3:before { content: '\e8bb'; } /* '?' */
.icon-suitcase:before { content: '\e8b8'; } /* '?' */
.icon-flow-cascade:before { content: '\e8dd'; } /* '?' */
.icon-flow-branch:before { content: '\e8dc'; } /* '?' */
.icon-flow-tree:before { content: '\e8db'; } /* '?' */
.icon-flow-line:before { content: '\e8da'; } /* '?' */
.icon-flow-parallel:before { content: '\e8d9'; } /* '?' */
.icon-brush:before { content: '\e8ca'; } /* '?' */
.icon-paper-plane:before { content: '\e8b3'; } /* '?' */
.icon-magnet:before { content: '\e8c9'; } /* '?' */
.icon-gauge:before { content: '\e8d7'; } /* '?' */
.icon-traffic-cone:before { content: '\e8d6'; } /* '?' */
.icon-cc:before { content: '\e8f4'; } /* '?' */
.icon-cc-by:before { content: '\e8f5'; } /* '?' */
.icon-cc-nc:before { content: '\e8fd'; } /* '?' */
.icon-cc-nc-eu:before { content: '\e8fc'; } /* '?' */
.icon-cc-nc-jp:before { content: '\e8fb'; } /* '?' */
.icon-cc-sa:before { content: '\e8f6'; } /* '?' */
.icon-cc-nd:before { content: '\e8fa'; } /* '?' */
.icon-cc-pd:before { content: '\e8f7'; } /* '?' */
.icon-cc-zero:before { content: '\e8de'; } /* '?' */
.icon-cc-share:before { content: '\e8df'; } /* '?' */
.icon-cc-remix:before { content: '\e8e0'; } /* '?' */
.icon-github:before { content: '\e8e1'; } /* '?' */
.icon-github-circled:before { content: '\e8e2'; } /* '?' */
.icon-flickr:before { content: '\e8e3'; } /* '?' */
.icon-flickr-circled:before { content: '\e8f8'; } /* '?' */
.icon-vimeo:before { content: '\e8e4'; } /* '?' */
.icon-vimeo-circled:before { content: '\e8f3'; } /* '?' */
.icon-twitter:before { content: '\e8f2'; } /* '?' */
.icon-twitter-circled:before { content: '\e8f1'; } /* '?' */
.icon-facebook:before { content: '\e8f0'; } /* '?' */
.icon-facebook-circled:before { content: '\e8ef'; } /* '?' */
.icon-facebook-squared:before { content: '\e8ee'; } /* '?' */
.icon-gplus:before { content: '\e8ed'; } /* '?' */
.icon-gplus-circled:before { content: '\e8ec'; } /* '?' */
.icon-pinterest:before { content: '\e8eb'; } /* '?' */
.icon-pinterest-circled:before { content: '\e8ea'; } /* '?' */
.icon-tumblr:before { content: '\e8e9'; } /* '?' */
.icon-tumblr-circled:before { content: '\e8e8'; } /* '?' */
.icon-linkedin:before { content: '\e8e7'; } /* '?' */
.icon-linkedin-circled:before { content: '\e8e6'; } /* '?' */
.icon-dribbble:before { content: '\e8f9'; } /* '?' */
.icon-dribbble-circled:before { content: '\e8e5'; } /* '?' */
.icon-stumbleupon:before { content: '\e8fe'; } /* '?' */
.icon-stumbleupon-circled:before { content: '\e8ff'; } /* '?' */
.icon-lastfm:before { content: '\e90d'; } /* '?' */
.icon-lastfm-circled:before { content: '\e900'; } /* '?' */
.icon-rdio:before { content: '\e901'; } /* '?' */
.icon-rdio-circled:before { content: '\e902'; } /* '?' */
.icon-spotify:before { content: '\e903'; } /* '?' */
.icon-spotify-circled:before { content: '\e904'; } /* '?' */
.icon-qq:before { content: '\e905'; } /* '?' */
.icon-instagram:before { content: '\e906'; } /* '?' */
.icon-dropbox:before { content: '\e907'; } /* '?' */
.icon-evernote:before { content: '\e908'; } /* '?' */
.icon-flattr:before { content: '\e909'; } /* '?' */
.icon-skype:before { content: '\e90a'; } /* '?' */
.icon-skype-circled:before { content: '\e90b'; } /* '?' */
.icon-renren:before { content: '\e90c'; } /* '?' */
.icon-sina-weibo:before { content: '\e90e'; } /* '?' */
.icon-paypal:before { content: '\e90f'; } /* '?' */
.icon-picasa:before { content: '\e910'; } /* '?' */
.icon-soundcloud:before { content: '\e911'; } /* '?' */
.icon-mixi:before { content: '\e912'; } /* '?' */
.icon-behance:before { content: '\e913'; } /* '?' */
.icon-google-circles:before { content: '\e914'; } /* '?' */
.icon-vkontakte:before { content: '\e915'; } /* '?' */
.icon-smashing:before { content: '\e916'; } /* '?' */
.icon-db-shape:before { content: '\e918'; } /* '?' */
.icon-sweden:before { content: '\e917'; } /* '?' */
.icon-logo-db:before { content: '\e919'; } /* '?' */
.icon-picture:before { content: '\e80e'; } /* '?' */
.icon-globe:before { content: '\e8ad'; } /* '?' */
.icon-leaf:before { content: '\e8b4'; } /* '?' */
.icon-graduation-cap:before { content: '\e8c2'; } /* '?' */
.icon-mic:before { content: '\e85d'; } /* '?' */
.icon-palette:before { content: '\e897'; } /* '?' */
.icon-ticket:before { content: '\e8c0'; } /* '?' */
.icon-video:before { content: '\e80d'; } /* '?' */
.icon-target:before { content: '\e895'; } /* '?' */
.icon-music:before { content: '\e802'; } /* '?' */
.icon-trophy:before { content: '\e8a9'; } /* '?' */
.icon-thumbs-up:before { content: '\e81d'; } /* '?' */
.icon-thumbs-down:before { content: '\e826'; } /* '?' */
.icon-bag:before { content: '\e859'; } /* '?' */
.icon-user:before { content: '\e80a'; } /* '?' */
.icon-users:before { content: '\e80b'; } /* '?' */
.icon-lamp:before { content: '\e86a'; } /* '?' */
.icon-alert:before { content: '\e83f'; } /* '?' */
.icon-water:before { content: '\e8bf'; } /* '?' */
.icon-droplet:before { content: '\e8be'; } /* '?' */
.icon-credit-card:before { content: '\e8bc'; } /* '?' */
.icon-monitor:before { content: '\e8a6'; } /* '?' */
.icon-briefcase:before { content: '\e8b7'; } /* '?' */
.icon-floppy:before { content: '\e8cb'; } /* '?' */
.icon-folder:before { content: '\e84f'; } /* '?' */
.icon-doc-text:before { content: '\e843'; } /* '?' */
.icon-calendar:before { content: '\e85a'; } /* '?' */
.icon-chart-line:before { content: '\e8c6'; } /* '?' */
.icon-chart-bar:before { content: '\e8c5'; } /* '?' */
.icon-clipboard:before { content: '\e8cc'; } /* '?' */
.icon-attach:before { content: '\e82e'; } /* '?' */
.icon-bookmarks:before { content: '\e828'; } /* '?' */
.icon-book:before { content: '\e840'; } /* '?' */
.icon-book-open:before { content: '\e841'; } /* '?' */
.icon-phone:before { content: '\e853'; } /* '?' */
.icon-megaphone:before { content: '\e8cd'; } /* '?' */
.icon-upload:before { content: '\e824'; } /* '?' */
.icon-download:before { content: '\e825'; } /* '?' */
.icon-box:before { content: '\e851'; } /* '?' */
.icon-newspaper:before { content: '\e842'; } /* '?' */
.icon-mobile:before { content: '\e8a5'; } /* '?' */
.icon-signal:before { content: '\e8aa'; } /* '?' */
.icon-camera:before { content: '\e80f'; } /* '?' */
.icon-shuffle:before { content: '\e896'; } /* '?' */
.icon-loop:before { content: '\e899'; } /* '?' */
.icon-arrows-ccw:before { content: '\e892'; } /* '?' */
.icon-light-down:before { content: '\e869'; } /* '?' */
.icon-light-up:before { content: '\e868'; } /* '?' */
.icon-mute:before { content: '\e85e'; } /* '?' */
.icon-sound:before { content: '\e86d'; } /* '?' */
.icon-battery:before { content: '\e8a8'; } /* '?' */
.icon-search:before { content: '\e803'; } /* '?' */
.icon-key:before { content: '\e8d1'; } /* '?' */
.icon-lock:before { content: '\e82d'; } /* '?' */
.icon-lock-open:before { content: '\e82c'; } /* '?' */
.icon-bell:before { content: '\e83d'; } /* '?' */
.icon-bookmark:before { content: '\e829'; } /* '?' */
.icon-link:before { content: '\e82f'; } /* '?' */
.icon-back:before { content: '\e831'; } /* '?' */
.icon-flashlight:before { content: '\e806'; } /* '?' */
.icon-chart-area:before { content: '\e8c4'; } /* '?' */
.icon-clock:before { content: '\e86c'; } /* '?' */
.icon-rocket:before { content: '\e8d8'; } /* '?' */
.icon-block:before { content: '\e866'; } /* '?' */




/***************************************************************  
	5. 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;
	font-family: 'Open Sans',sans-serif;
}
.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 {	
	border: none !important;
	background: #e74c3c !important; 
	padding: 3px 14px 5px !important; 
	cursor:pointer !important; 
	font-size: 13px !important;
	letter-spacing: 0px !important;
	font-family: 'Open Sans', sans-serif !important; 
	font-weight: 400 !important;
	text-shadow: 0 0px 1px rgba(0, 0, 0, 0.7) !important; 
	color: #fff !important;
	-moz-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	border-radius: 4px !important;	
	width: auto !important;	
}
.wpcf7-submit:hover {		
	background: #e65849 !important;
}

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;	
}


/***************************************************************  
	6. Welcome #1
***************************************************************/
.welcome1 {
	margin-left: 30px;
}
.inner-welcome1 {
	width: 875px;
	background: #fff;
	text-align: center;
	z-index: 1;
	position: relative;
	margin-left: 23px;
	border-top: 3px solid #e74c3c;
}
.inner-welcome1 p {
	color: #3d3d3f;
	font-size: 30px;
	font-family: 'Open Sans', sans-serif; 
	font-weight: normal;
	letter-spacing: -1.5px;
	padding: 20px 0 30px;
	line-height: 1.2;
	width: 670px;
	margin: 0 auto;
}
.inner-welcome1 p span {
	color: #e74c3c;
	font-weight: normal;
}
.shadow {
	background: url(../images/shadow-welcome1.png) no-repeat;
	width: 921px;
	height: 124px;
	position: absolute;
	z-index: 0;
}

.main_inside_with_sidebar_left .welcome1, .main_inside_with_sidebar_right .welcome1 {
	margin-left: 6px;
}

.main_inside_with_sidebar_left .inner-welcome1, .main_inside_with_sidebar_right .inner-welcome1 {
	width: 660px;
}

.main_inside_with_sidebar_left .inner-welcome1 p, .main_inside_with_sidebar_right .inner-welcome1 p {
	width: 500px;
}

.main_inside_with_sidebar_left .shadow, .main_inside_with_sidebar_right .shadow {
	background: url(../images/shadow-welcome1-sidebar.png) no-repeat !important;
	width: 703px;
	height: 94px;
	position: absolute;
	z-index: 1;
}

/***************************************************************  
	7. 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: 3px 0px 7px 30px;
    vertical-align: middle;
}
.list li a {
	color: #444444;
}
.list li a:hover {
	color: #E74C3C;
}

/***************************************************************  
	8. Welcome #3
***************************************************************/
.some-panel {
	background: #fafafa;
	border-top: 1px solid #e0dfdf;
	border-bottom: 1px solid #e0dfdf;
	padding: 40px 0 45px;
}
.some-panel h1 {
	font-family: 'BebasNeueRegular', Arial, sans-serif;	
	letter-spacing: 2px;
	font-size: 36px;
	color: #3d3d3f;
	font-weight: 400;
	line-height: 1;
}
.some-panel p {
	color: #e74c3c;
	font-family: 'Open Sans', sans-serif; 
	font-weight: 400;
	font-style: italic;
	font-size: 22px;
	letter-spacing: -1px;
	line-height: 1.2;
}

.some-panel-inside {
	width: 980px; 
	margin: 0 auto;
}

.some-panel-left {
	width: 680px; 
	display: table-cell; 
	vertical-align: middle;
}

.some-panel-right {
	width: 300px; 
	display: table-cell;  
	vertical-align:middle;
	text-align: right;
}
.some-panel-right .a_button {
	font-size: 18px;
	text-transform: uppercase;
	padding: 10px 35px 11px;
	letter-spacing: -1px;
}


/***************************************************************  
	9. Buttons
***************************************************************/
/*default color*/
.a_button, .a_button span {
	display: inline-block;
}
.a_button {	
	border: none;
	background: #e74c3c; 
	padding: 3px 14px 5px; 
	cursor:pointer; 
	font-size: 13px;
	letter-spacing: 0px;
	font-family: 'Open Sans', sans-serif; 
	font-weight: 400;
	text-shadow: 0 0px 1px rgba(0, 0, 0, 0.7); 
	color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;	
	width: auto;
}


.a_button:hover, .a_button.hover {
	background: #e65849;
	color: #fff;
}


/*blue color*/
.blue {	
	background: #3498db; 
}
.blue:hover {
	background: #2783c0; 
}
/*red color*/
.red {	
	
}
.red:hover {		
	
}

/*pink color*/
.pink {
	background: #fd7cc5;
}

.pink:hover {
	background: #e96fb4;
}

/*black color*/
.black {	
	background: #454445;
}
.black:hover {	
	background: #252525;
}

/*grey color*/
.grey {	
	background: #7f7e7f;
}
.grey:hover {	
	background: #6c6c6c;
}

.orange {
	background: #ff8921;
}
.orange:hover {
	background: #dd771c;
}
.green {
	background: #8dcd6d;
}
.green:hover {
	background: #7bb75e;
}

/***************************************************************  
	10. History
***************************************************************/
.history-sh {}
.history-sh .event {
	display: block;
	margin-bottom: 70px;
}
.history-sh .event .date {
	float: left;
	text-align: center;
	margin-right: 30px;
}
.history-sh .event .date .year {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #e74c3c;
	text-align: center;
	margin-bottom: 5px;	
}
.history-sh .event .date .year span {
	padding-top: 25px;
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
}
.history-sh .event .date p {
	font-size: 14px;
	color: #3d3d3f;
	font-weight: normal;
	letter-spacing: -1px;
}
.history-sh .event .content {
	border-bottom: 3px solid #f0f0f0;
	padding-bottom: 30px;
	margin-left: 110px;
}
.history-sh .event .content h1 {
	font-size: 15px;
	text-transform: none;
	margin-bottom: 10px;
}


/***************************************************************  
	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 .7em .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; 	
	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;
	border: 1px solid #EEEEEE;
	border-top: 0; 
}
.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 { }
.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: 13px; 
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
}
.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: 13px; 
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
}
.ui-state-hover a, .ui-state-hover a:hover {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
}
.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: 13px; 
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	background: #353535;
	/* border-left: 1px solid #EEEEEE !important;
	border-right: 1px solid #EEEEEE !important; pero  */
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #fff; }


.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 4px no-repeat; background-size: 24px 7px;  }

/***************************************************************  
	11. Circle bar
***************************************************************/
.easyPieChart {
    position: relative;
    text-align: center;
	margin: 0 auto;
}

.easyPieChart canvas {
    position: absolute;
    top: 0;
    left: 0;
}
.chart .content {
	text-align: center;
}
.chart .percentage {
	color: #3d3d3f;
	font-size: 44px;
	font-family: 'Open Sans', sans-serif; 
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: -1px;
}

.percentageIE { 
	display: none;
}
.chart .name {
	color: #3d3d3f;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif; 
	font-weight: 600;
	text-align: center;
	margin-top: 20px;
}

/***************************************************************  
	12. Columns with left icon
***************************************************************/
.col_icon_left { 
	margin-bottom: 40px; 
	padding-bottom: 40px; 
}

.icon_left_desc {
	margin-left: 50px;
	margin-top: -2px;
}
h2.icon_left_title {
	color: #252525;
	font-weight: 600;
	font-size: 15px;
	line-height: 1.5;
	letter-spacing: 0px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
h2.icon_left_title a {
	color: #252525;
	font-weight: 600;
	font-size: 15px;
	line-height: 1.5;
	letter-spacing: 0px;
	
}
h2.icon_left_title a:hover {
	color: #e74c3c;
}
.icon_left_desc p {
	color: #606060;
	line-height: 1.8;
}
.icon_left_desc p  span {
	color: #e74c3c;
}

.colwithlefticon {
    color: #373737;
    font-family: "entypo-fontello";
    font-size: 36px;
    font-style: normal;
    font-weight: normal;
    height: 36px;
    line-height: 36px;
    position: absolute;
    width: 36px;
    z-index: 9;
}

/***************************************************************  
	13. 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: #606060;
}
.client_say p span {
	color: #373737;
	margin-top: 15px;
	display: block;
}
.client_say p span a {
	color: #e74c3c;
}
.client_say p span a:hover {
	color: #606060;
}

/***************************************************************  
	14. Testimonials as flexslider
***************************************************************/
ul.testimonials-txt {	
	font-size: 13px;
	color: #373737;
}
ul.testimonials-txt img { 
	position: relative; 
	margin-bottom: -20px;
}
ul.testimonials-txt p {
	margin-bottom: 10px;
	color: #606060;
}
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: 2px;
}
.testimonial-author-div span.testimonial-position  {	
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0;
	display: block;
	color: #e74c3c;
}


/***************************************************************  
	15. 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: 13px;
	font-weight: normal;
	letter-spacing: 0px;	
	background-color: #FCFCFC;
    border: 1px solid #E1E1E1;
    color: #919191;
	margin-top: 8px;
	-webkit-appearance:none;
	border-radius: 0;
}
.wpcf7 p textarea.wpcf7-textarea {
	width: 90%;
	padding: 10px 8px;		
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 0px;
	resize:none;	
	background-color: #FCFCFC;
    border: 1px solid #E1E1E1;
    color: #919191;
	margin-top: 8px;
	-webkit-appearance:none;
	border-radius: 0;
}
.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: 13px;
	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: 13px;
	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: 13px;
	font-weight: normal;
	letter-spacing: 0px;	
	background: #FCFCFC;
    border: 1px solid #E1E1E1;
    color: #919191;
	margin-top: 8px;
	
	
}
.wpcf7 p.w66 textarea.wpcf7-textarea {
	width: 601px;
	padding: 10px 8px;		
	font-size: 13px;
	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: 13px;
	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: 13px;
	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: 13px;
	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: 13px;
	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;	
	
	/*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 {	
	
}

div.wpcf7-validation-errors {
    border: 1px solid #ead689 !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 #e74c3c !important;	
}

/***************************************************************  
	16. 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: #e74c3c;
}
.sh-contact-info .info1 a:hover {
	color: #606060;
}
.sh-contact-info p {
	margin: 0 0 20px;
}
.sh-contact-info img {
	margin-bottom: 20px;
}

.iconContactInfos {
    color: #373737;
    float: left;
    font-family: "entypo-fontello";
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    margin-right: 20px;
    margin-top: 2px;
    width: 20px;
    z-index: 99;
}

/***************************************************************  
	17. Socials
***************************************************************/
.social-bookmarks {
	padding: 0!important;
	margin: 0!important;
	list-style-type: none!important;
}
.social-bookmarks li{
	float: left!important;
	margin-right: 2px!important;
	/* margin-bottom: 2px!important; */
	padding: 0px!important;
	display: inline!important;
	width: auto!important;

}			
.social-bookmarks li a {
	-moz-transition: all 0.3s ease 0s;
	display: block!important;
	float: left!important;
	height: 100%!important;
	margin: 0!important;
	padding: 0!important;
	width: 40px!important;
	height: 40px!important;
	text-indent: -9999px!important;
}
.social-bookmarks li a:hover {
	background-position: 0 -40px!important;
}
.social-bookmarks li a {
	background-color:transparent;
}
/* dark icons */
.social-bookmarks li.aim a {
	background: url(../images/icons/dark/aim.png) no-repeat 0 0;
}
.social-bookmarks li.aim a:hover {
	background-color: #e95a00;
}
.social-bookmarks li.apple a {
	background: url(../images/icons/dark/apple.png) no-repeat 0 0;
}
.social-bookmarks li.apple a:hover {
	background-color: #606060;
}
.social-bookmarks li.behance a {
	background: url(../images/icons/dark/behance.png) no-repeat 0 0;
}
.social-bookmarks li.behance a:hover {
	background-color: #18a3fe;
}
.social-bookmarks li.blogger a {
	background: url(../images/icons/dark/blogger.png) no-repeat 0 0;
}
.social-bookmarks li.blogger a:hover {
	background-color: #fb913f;
}
.social-bookmarks li.cargo a {
	background: url(../images/icons/dark/cargo.png) no-repeat 0 0;
}
.social-bookmarks li.cargo a:hover {
	background-color: #00c462;
}
.social-bookmarks li.delicious a {
	background: url(../images/icons/dark/delicious.png) no-repeat 0 0;
}
.social-bookmarks li.delicious a:hover {
	background-color: #3274d1;
}
.social-bookmarks li.deviantart a {
	background: url(../images/icons/dark/deviantart.png) no-repeat 0 0;
}
.social-bookmarks li.deviantart a:hover {
	background-color: #d0de21;
}
.social-bookmarks li.digg a {
	background: url(../images/icons/dark/digg.png) no-repeat 0 0;
}
.social-bookmarks li.digg a:hover {
	background-color: #2882c6;
}
.social-bookmarks li.dopplr a {
	background: url(../images/icons/dark/dopplr.png) no-repeat 0 0;
}
.social-bookmarks li.dopplr a:hover {
	background-color: #99cc66;
}
.social-bookmarks li.dribbble a {
	background: url(../images/icons/dark/dribbble.png) no-repeat 0 0;
}
.social-bookmarks li.dribbble a:hover {
	background-color: #ef5b92;
}
.social-bookmarks li.ember a {
	background: url(../images/icons/dark/ember.png) no-repeat 0 0;
}
.social-bookmarks li.ember a:hover {
	background-color: #fb9d00;
}
.social-bookmarks li.evernote a {
	background: url(../images/icons/dark/evernote.png) no-repeat 0 0;
}
.social-bookmarks li.evernote a:hover {
	background-color: #77ba2f;
}
.social-bookmarks li.facebook a {
	background: url(../images/icons/dark/facebook.png) no-repeat 0 0;
}
.social-bookmarks li.facebook a:hover {
	background-color: #3b5998;
}
.social-bookmarks li.flickr a {
	background: url(../images/icons/dark/flickr.png) no-repeat 0 0;
}
.social-bookmarks li.flickr a:hover {
	background-color: #f1628b;
}
.social-bookmarks li.forrst a {
	background: url(../images/icons/dark/forrst.png) no-repeat 0 0;
}
.social-bookmarks li.forrst a:hover {
	background-color: #5b9a68;
}
.social-bookmarks li.github a {
	background: url(../images/icons/dark/github.png) no-repeat 0 0;
}
.social-bookmarks li.github a:hover {
	background-color: #7292a2;
}
.social-bookmarks li.google a {
	background: url(../images/icons/dark/google.png) no-repeat 0 0;
}
.social-bookmarks li.google a:hover {
	background-color: #dd4b39;
}
.social-bookmarks li.googleplus a {
	background: url(../images/icons/dark/googleplus.png) no-repeat 0 0;
}
.social-bookmarks li.googleplus a:hover {
	background-color: #d94a39;
}
.social-bookmarks li.gowalla a {
	background: url(../images/icons/dark/gowalla.png) no-repeat 0 0;
}
.social-bookmarks li.gowalla a:hover {
	background-color: #ff920d;
}
.social-bookmarks li.grooveshark a {
	background: url(../images/icons/dark/grooveshark.png) no-repeat 0 0;
}
.social-bookmarks li.grooveshark a:hover {
	background-color: #f88e00;
}
.social-bookmarks li.html5 a {
	background: url(../images/icons/dark/html5.png) no-repeat 0 0;
}
.social-bookmarks li.html5 a:hover {
	background-color: #f3642c;
}
.social-bookmarks li.icloud a {
	background: url(../images/icons/dark/icloud.png) no-repeat 0 0;
}
.social-bookmarks li.icloud a:hover {
	background-color: #fb913f;
}
.social-bookmarks li.lastfm a {
	background: url(../images/icons/dark/lastfm.png) no-repeat 0 0;
}
.social-bookmarks li.lastfm a:hover {
	background-color: #d21309;
}
.social-bookmarks li.linkedin a {
	background: url(../images/icons/dark/linkedin.png) no-repeat 0 0;
}
.social-bookmarks li.linkedin a:hover {
	background-color: #71b2d0;
}
.social-bookmarks li.metacafe a {
	background: url(../images/icons/dark/metacafe.png) no-repeat 0 0;
}
.social-bookmarks li.metacafe a:hover {
	background-color: #ef4035;
}
.social-bookmarks li.mixx a {
	background: url(../images/icons/dark/mixx.png) no-repeat 0 0;
}
.social-bookmarks li.mixx a:hover {
	background-color: #d80330;
}
.social-bookmarks li.myspace a {
	background: url(../images/icons/dark/myspace.png) no-repeat 0 0;
}
.social-bookmarks li.myspace a:hover {
	background-color: #003398;
}
.social-bookmarks li.netvibes a {
	background: url(../images/icons/dark/netvibes.png) no-repeat 0 0;
}
.social-bookmarks li.netvibes a:hover {
	background-color: #629e61;
}
.social-bookmarks li.newsvine a {
	background: url(../images/icons/dark/newsvine.png) no-repeat 0 0;
}
.social-bookmarks li.newsvine a:hover {
	background-color: #5b965a;
}
.social-bookmarks li.orkut a {
	background: url(../images/icons/dark/orkut.png) no-repeat 0 0;
}
.social-bookmarks li.orkut a:hover {
	background-color: #ed2590;
}
.social-bookmarks li.paypal a {
	background: url(../images/icons/dark/paypal.png) no-repeat 0 0;
}
.social-bookmarks li.paypal a:hover {
	background-color: #32689a;
}
.social-bookmarks li.picasa a {
	background: url(../images/icons/dark/picasa.png) no-repeat 0 0;
}
.social-bookmarks li.picasa a:hover {
	background-color: #444;
}
.social-bookmarks li.pinterest a {
	background: url(../images/icons/dark/pinterest.png) no-repeat 0 0;
}
.social-bookmarks li.pinterest a:hover {
	background-color: #cb2027;
}
.social-bookmarks li.plurk a {
	background: url(../images/icons/dark/plurk.png) no-repeat 0 0;
}
.social-bookmarks li.plurk a:hover {
	background-color: #f35b36;
}
.social-bookmarks li.posterous a {
	background: url(../images/icons/dark/posterous.png) no-repeat 0 0;
}
.social-bookmarks li.posterous a:hover {
	background-color: #f9d560;
}
.social-bookmarks li.reddit a {
	background: url(../images/icons/dark/reddit.png) no-repeat 0 0;
}
.social-bookmarks li.reddit a:hover {
	background-color: #bfd0e2;
}
.social-bookmarks li.rss a {
	background: url(../images/icons/dark/rss.png) no-repeat 0 0;
}
.social-bookmarks li.rss a:hover {
	background-color: #fe9900;
}
.social-bookmarks li.skype a {
	background: url(../images/icons/dark/skype.png) no-repeat 0 0;
}
.social-bookmarks li.skype a:hover {
	background-color: #18b7f1;
}
.social-bookmarks li.stumbleupon a {
	background: url(../images/icons/dark/stumbleupon.png) no-repeat 0 0;
}
.social-bookmarks li.stumbleupon a:hover {
	background-color: #eb4924;
}
.social-bookmarks li.technorati a {
	background: url(../images/icons/dark/technorati.png) no-repeat 0 0;
}
.social-bookmarks li.technorati a:hover {
	background-color: #7ac84f;
}
.social-bookmarks li.tumblr a {
	background: url(../images/icons/dark/tumblr.png) no-repeat 0 0;
}
.social-bookmarks li.tumblr a:hover {
	background-color: #3a5976;
}
.social-bookmarks li.twitter a {
	background: url(../images/icons/dark/twitter.png) no-repeat 0 0;
}
.social-bookmarks li.twitter a:hover {
	background-color: #48c4d2;
}
.social-bookmarks li.vimeo a {
	background: url(../images/icons/dark/vimeo.png) no-repeat 0 0;
}
.social-bookmarks li.vimeo a:hover {
	background-color: #62a0ad;
}
.social-bookmarks li.wordpress a {
	background: url(../images/icons/dark/wordpress.png) no-repeat 0 0;
}
.social-bookmarks li.wordpress a:hover {
	background-color: #464646;
}
.social-bookmarks li.yahoo a {
	background: url(../images/icons/dark/yahoo.png) no-repeat 0 0;
}
.social-bookmarks li.yahoo a:hover {
	background-color: #ab64bc;
}
.social-bookmarks li.yelp a {
	background: url(../images/icons/dark/yelp.png) no-repeat 0 0;
}
.social-bookmarks li.yelp a:hover {
	background-color: #c41200;
}
.social-bookmarks li.youtube a {
	background: url(../images/icons/dark/youtube.png) no-repeat 0 0;
}
.social-bookmarks li.youtube a:hover {
	background-color: #f45750;
}
.social-bookmarks li.zerply a {
	background: url(../images/icons/dark/zerply.png) no-repeat 0 0;
}
.social-bookmarks li.zerply a:hover {
	background-color: #8db259;
}
.social-bookmarks li.zootool a {
	background: url(../images/icons/dark/zootool.png) no-repeat 0 0;
}
.social-bookmarks li.zootool a:hover {
	background-color: #262626;
}
.social-bookmarks li.mailto a {
	background: url(../images/icons/dark/icon-mailto.png) no-repeat 0 0;
}
.social-bookmarks li.mailto a:hover {
	background-color: #444444;
}

/* light icons */
.social-bookmarksLight {
	padding: 0!important;
	margin: 0!important;
	list-style-type: none!important;
}
.social-bookmarksLight li{
	float: left!important;
	margin-right: 2px!important;
	padding: 0px!important;
	display: inline!important;
	width: auto!important;

}			
.social-bookmarksLight li a {
	-moz-transition: all 0.3s ease 0s;
	display: block!important;
	float: left!important;
	height: 100%!important;
	margin: 0!important;
	padding: 0!important;
	width: 40px!important;
	height: 40px!important;
	text-indent: -9999px!important;	
}
.social-bookmarksLight li a:hover {
	background-position: 0 -40px!important;
}
.social-bookmarksLight li a {
	background-color:transparent;
}

.social-bookmarksLight li.aim a {
	background: url(../images/icons/light/aim.png) no-repeat 0 0;
}
.social-bookmarksLight li.aim a:hover {
	background-color: #e95a00;
}
.social-bookmarksLight li.apple a {
	background: url(../images/icons/light/apple.png) no-repeat 0 0;
}
.social-bookmarksLight li.apple a:hover {
	background-color: #606060;
}
.social-bookmarksLight li.behance a {
	background: url(../images/icons/light/behance.png) no-repeat 0 0;
}
.social-bookmarksLight li.behance a:hover {
	background-color: #18a3fe;
}
.social-bookmarksLight li.blogger a {
	background: url(../images/icons/light/blogger.png) no-repeat 0 0;
}
.social-bookmarksLight li.blogger a:hover {
	background-color: #fb913f;
}
.social-bookmarksLight li.cargo a {
	background: url(../images/icons/light/cargo.png) no-repeat 0 0;
}
.social-bookmarksLight li.cargo a:hover {
	background-color: #00c462;
}
.social-bookmarksLight li.delicious a {
	background: url(../images/icons/light/delicious.png) no-repeat 0 0;
}
.social-bookmarksLight li.delicious a:hover {
	background-color: #3274d1;
}
.social-bookmarksLight li.deviantart a {
	background: url(../images/icons/light/deviantart.png) no-repeat 0 0;
}
.social-bookmarksLight li.deviantart a:hover {
	background-color: #d0de21;
}
.social-bookmarksLight li.digg a {
	background: url(../images/icons/light/digg.png) no-repeat 0 0;
}
.social-bookmarksLight li.digg a:hover {
	background-color: #2882c6;
}
.social-bookmarksLight li.dopplr a {
	background: url(../images/icons/light/dopplr.png) no-repeat 0 0;
}
.social-bookmarksLight li.dopplr a:hover {
	background-color: #99cc66;
}
.social-bookmarksLight li.dribbble a {
	background: url(../images/icons/light/dribbble.png) no-repeat 0 0;
}
.social-bookmarksLight li.dribbble a:hover {
	background-color: #ef5b92;
}
.social-bookmarksLight li.ember a {
	background: url(../images/icons/light/ember.png) no-repeat 0 0;
}
.social-bookmarksLight li.ember a:hover {
	background-color: #fb9d00;
}
.social-bookmarksLight li.evernote a {
	background: url(../images/icons/light/evernote.png) no-repeat 0 0;
}
.social-bookmarksLight li.evernote a:hover {
	background-color: #77ba2f;
}
.social-bookmarksLight li.facebook a {
	background: url(../images/icons/light/facebook.png) no-repeat 0 0;
}
.social-bookmarksLight li.facebook a:hover {
	background-color: #3b5998;
}
.social-bookmarksLight li.flickr a {
	background: url(../images/icons/light/flickr.png) no-repeat 0 0;
}
.social-bookmarksLight li.flickr a:hover {
	background-color: #f1628b;
}
.social-bookmarksLight li.forrst a {
	background: url(../images/icons/light/forrst.png) no-repeat 0 0;
}
.social-bookmarksLight li.forrst a:hover {
	background-color: #5b9a68;
}
.social-bookmarksLight li.github a {
	background: url(../images/icons/light/github.png) no-repeat 0 0;
}
.social-bookmarksLight li.github a:hover {
	background-color: #7292a2;
}
.social-bookmarksLight li.google a {
	background: url(../images/icons/light/google.png) no-repeat 0 0;
}
.social-bookmarksLight li.google a:hover {
	background-color: #dd4b39;
}
.social-bookmarksLight li.googleplus a {
	background: url(../images/icons/light/googleplus.png) no-repeat 0 0;
}
.social-bookmarksLight li.googleplus a:hover {
	background-color: #d94a39;
}
.social-bookmarksLight li.gowalla a {
	background: url(../images/icons/light/gowalla.png) no-repeat 0 0;
}
.social-bookmarksLight li.gowalla a:hover {
	background-color: #ff920d;
}
.social-bookmarksLight li.grooveshark a {
	background: url(../images/icons/light/grooveshark.png) no-repeat 0 0;
}
.social-bookmarksLight li.grooveshark a:hover {
	background-color: #f88e00;
}
.social-bookmarksLight li.html5 a {
	background: url(../images/icons/light/html5.png) no-repeat 0 0;
}
.social-bookmarksLight li.html5 a:hover {
	background-color: #f3642c;
}
.social-bookmarksLight li.icloud a {
	background: url(../images/icons/light/icloud.png) no-repeat 0 0;
}
.social-bookmarksLight li.icloud a:hover {
	background-color: #fb913f;
}
.social-bookmarksLight li.lastfm a {
	background: url(../images/icons/light/lastfm.png) no-repeat 0 0;
}
.social-bookmarksLight li.lastfm a:hover {
	background-color: #d21309;
}
.social-bookmarksLight li.linkedin a {
	background: url(../images/icons/light/linkedin.png) no-repeat 0 0;
}
.social-bookmarksLight li.linkedin a:hover {
	background-color: #71b2d0;
}
.social-bookmarksLight li.metacafe a {
	background: url(../images/icons/light/metacafe.png) no-repeat 0 0;
}
.social-bookmarksLight li.metacafe a:hover {
	background-color: #ef4035;
}
.social-bookmarksLight li.mixx a {
	background: url(../images/icons/light/mixx.png) no-repeat 0 0;
}
.social-bookmarksLight li.mixx a:hover {
	background-color: #d80330;
}
.social-bookmarksLight li.myspace a {
	background: url(../images/icons/light/myspace.png) no-repeat 0 0;
}
.social-bookmarksLight li.myspace a:hover {
	background-color: #003398;
}
.social-bookmarksLight li.netvibes a {
	background: url(../images/icons/light/netvibes.png) no-repeat 0 0;
}
.social-bookmarksLight li.netvibes a:hover {
	background-color: #629e61;
}
.social-bookmarksLight li.newsvine a {
	background: url(../images/icons/light/newsvine.png) no-repeat 0 0;
}
.social-bookmarksLight li.newsvine a:hover {
	background-color: #5b965a;
}
.social-bookmarksLight li.orkut a {
	background: url(../images/icons/light/orkut.png) no-repeat 0 0;
}
.social-bookmarksLight li.orkut a:hover {
	background-color: #ed2590;
}
.social-bookmarksLight li.paypal a {
	background: url(../images/icons/light/paypal.png) no-repeat 0 0;
}
.social-bookmarksLight li.paypal a:hover {
	background-color: #32689a;
}
.social-bookmarksLight li.picasa a {
	background: url(../images/icons/light/picasa.png) no-repeat 0 0;
}
.social-bookmarksLight li.picasa a:hover {
	background-color: #444;
}
.social-bookmarksLight li.pinterest a {
	background: url(../images/icons/light/pinterest.png) no-repeat 0 0;
}
.social-bookmarksLight li.pinterest a:hover {
	background-color: #cb2027;
}
.social-bookmarksLight li.plurk a {
	background: url(../images/icons/light/plurk.png) no-repeat 0 0;
}
.social-bookmarksLight li.plurk a:hover {
	background-color: #f35b36;
}
.social-bookmarksLight li.posterous a {
	background: url(../images/icons/light/posterous.png) no-repeat 0 0;
}
.social-bookmarksLight li.posterous a:hover {
	background-color: #f9d560;
}
.social-bookmarksLight li.reddit a {
	background: url(../images/icons/light/reddit.png) no-repeat 0 0;
}
.social-bookmarksLight li.reddit a:hover {
	background-color: #bfd0e2;
}
.social-bookmarksLight li.rss a {
	background: url(../images/icons/light/rss.png) no-repeat 0 0;
}
.social-bookmarksLight li.rss a:hover {
	background-color: #fe9900;
}
.social-bookmarksLight li.skype a {
	background: url(../images/icons/light/skype.png) no-repeat 0 0;
}
.social-bookmarksLight li.skype a:hover {
	background-color: #18b7f1;
}
.social-bookmarksLight li.stumbleupon a {
	background: url(../images/icons/light/stumbleupon.png) no-repeat 0 0;
}
.social-bookmarksLight li.stumbleupon a:hover {
	background-color: #eb4924;
}
.social-bookmarksLight li.technorati a {
	background: url(../images/icons/light/technorati.png) no-repeat 0 0;
}
.social-bookmarksLight li.technorati a:hover {
	background-color: #7ac84f;
}
.social-bookmarksLight li.tumblr a {
	background: url(../images/icons/light/tumblr.png) no-repeat 0 0;
}
.social-bookmarksLight li.tumblr a:hover {
	background-color: #3a5976;
}
.social-bookmarksLight li.twitter a {
	background: url(../images/icons/light/twitter.png) no-repeat 0 0;
}
.social-bookmarksLight li.twitter a:hover {
	background-color: #48c4d2;
}
.social-bookmarksLight li.vimeo a {
	background: url(../images/icons/light/vimeo.png) no-repeat 0 0;
}
.social-bookmarksLight li.vimeo a:hover {
	background-color: #62a0ad;
}
.social-bookmarksLight li.wordpress a {
	background: url(../images/icons/light/wordpress.png) no-repeat 0 0;
}
.social-bookmarksLight li.wordpress a:hover {
	background-color: #464646;
}
.social-bookmarksLight li.yahoo a {
	background: url(../images/icons/light/yahoo.png) no-repeat 0 0;
}
.social-bookmarksLight li.yahoo a:hover {
	background-color: #ab64bc;
}
.social-bookmarksLight li.yelp a {
	background: url(../images/icons/light/yelp.png) no-repeat 0 0;
}
.social-bookmarksLight li.yelp a:hover {
	background-color: #c41200;
}
.social-bookmarksLight li.youtube a {
	background: url(../images/icons/light/youtube.png) no-repeat 0 0;
}
.social-bookmarksLight li.youtube a:hover {
	background-color: #f45750;
}
.social-bookmarksLight li.zerply a {
	background: url(../images/icons/light/zerply.png) no-repeat 0 0;
}
.social-bookmarksLight li.zerply a:hover {
	background-color: #8db259;
}
.social-bookmarksLight li.zootool a {
	background: url(../images/icons/light/zootool.png) no-repeat 0 0;
}
.social-bookmarksLight li.zootool a:hover {
	background-color: #262626;
}
.social-bookmarksLight li.mailto a {
	background: url(../images/icons/light/icon-mailto.png) no-repeat 0 0;
}
.social-bookmarksLight li.mailto a:hover {
	background-color: #444444;
}
/* socials end */


/***************************************************************  
	18. Big Splash Text
***************************************************************/

.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;
}

/***************************************************************  
	19. Column with image
***************************************************************/

.cols-icon-style3 img {
	margin-bottom: 5px;
	max-width:100%;
	height:auto;
}
.cols-icon-style3  h1 {
	font-size: 15px;
	margin-bottom: 5px;
	letter-spacing: 0;
	font-weight: 600;
}
.cols-icon-style3  h1 a {
	color: #373737;
}
.cols-icon-style3  h1 a:hover {
	color: #e74c3c;
}
.cols-icon-style3 p {
	color: #606060;	
}
.cols-icon-style3 a.btn-read-more {

	margin-top: 8px;	
	font-size: 12px;
	cursor: pointer;
	float: left;
	text-transform:uppercase;
}

.cols-icon-style3 a.btn-read-more:before {
	
}
.cols-icon-style3 a.btn-read-more:hover {
	color: #373737;
}

/***************************************************************  
	20. 2col table
***************************************************************/

.project-details {
    border-bottom: 1px dashed #EAEAEA;
    clear: both;
    display: inline-block;
    padding-bottom: 5px;
    width: 100%;
}
.project-details h4 {
    color: #212121;
    float: left;
    font-size: 13px;
    line-height: 1.6;
    margin: 0 10% 0 0;
    text-transform: none;
    width: 30%;
}
.project-details span {
    color: #606060;
    float: left;
    font-size: 13px;
    width: 60%;
	font-weight: 400;
}
.project-details span a {
    color: #606060;
}
.project-details span a:hover {
    color: #e74c3c;
}
.project-info-button {
	margin-top: 30px;
}


/***************************************************************  
	21. 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; 
	 
	padding: 4px; 
	color: #373737; 	
	
}
.tab-sh ul li a:hover { 	
	color: #999999; 
}
.tab-sh .nav { overflow: hidden;  }
.tab-sh .nav li { 
	float: left; 
	margin: 0; 
}
.tab-sh .nav li.last { margin-right: 0; }
.tab-sh .nav li a {
	display: block;
	background: #cccbbc;
	color: #4d4a44;
	font-size: 14px;
	text-align: center;
	margin-right: 8px;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 20px;
}
.tab-sh .nav li a:hover {
	color: #fff;
} 
.tab-sh .nav li a.current {
	background-color: #fff !important;
	color: #fff;
	padding-top: 4px;
	border-bottom: none;
	padding-bottom: 4px;
	background-image: url(http://projectdesigncompany.com/standardproperties/wp-content/uploads/2013/10/tab-background_07.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 32px;
}

/*.tab-sh .nav li a.current:after { 
content: url(http://projectdesigncompany.com/standardproperties/wp-content/uploads/2013/10/tab-arrow.jpg);
} */

/***************************************************************  
	22. Blockquote
***************************************************************/

.single-quote {
	border-left: 5px solid #e74c3c;
	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: 0px;
	font-weight: 600;
}
.single-quote p.author {
	margin-top: 7px;
	text-align: right;
	font-size: 11px;
	color: #5e5e5e;	
}

/***************************************************************  
	22. Welcome 2
***************************************************************/

.welcome3 {
	background: #fafafa;
	color: #353535; 
	position: relative;
	z-index: 3;	
	border: 1px solid #e6e4e4;
}
.welcome3 .left-side {
	display:table-cell;	
	width: 730px;
	font-size: 14px;
	padding: 20px 20px 0;
}
.welcome3 .right-side {
	display:table-cell;	
	width: 170px;
	text-align:center;
	vertical-align:middle;
	padding: 20px;
}
.welcome3 h1 {
	color: #353535;
	font-size: 28px; 
	line-height: 1;
	letter-spacing: -1.5px;
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
	text-transform: none;
}
.welcome3 p {
	color: #505050;
}
.welcome3 .right-side a {
	color: #fff;
	font-size: 14px; 
	letter-spacing: 1px;
	font-weight: 600;
	background: #e74c3c;
	padding: 13px 15px;
	display:block;
	position: relative;
	text-transform: uppercase;
}
.welcome3 .right-side a:hover {
	background: #353535;
}
.shadow3  {
	top: -25px;	
	position: relative;
	z-index: 2;
	margin: 0 auto;
	height: 38px;
	background:url(../images/welcome2-shadow.png) no-repeat;
	
}


.welcome3 p {
	margin: 0 0 20px;
}

/***************************************************************  
	23. Twitter updates
***************************************************************/

.twitter-updates1 {	
	background: #0088c2;
	padding: 14px 30px 14px;
}
.twitter-updates1 img { 
	float: left;
	margin-top: 2px;
	margin-right: 15px;
	width:20px; 
	height:15px; 	
}
.twitter-updates1 p { 
	float: left;
	color: #fff;
	font-size: 13px; 
}
.twitter-updates1 a { 
	color: #fff;
	font-weight: 600;
}
.twitter-updates1 a:hover {
	color: #e6e4e4;
} 

.twitter-updates2 {	
	background: #0088c2;
	padding: 0px 30px 10px;
}
.twitter-updates2 img { 
	position: relative;
	top: -23px !important;
	display: block;
    margin-left: auto;
    margin-right: auto;	
	padding: 0 !important;
	margin-bottom: -23px;
	height:36px;
	width:49px;
}
.twitter-updates2 p { 
	text-align: center;
	color: #fff;
	font-size: 14px; 
	margin: 0 auto;
	width: 93%;
}
.twitter-updates2 a { 
	font-weight: 600;
	color: #fff;
}
.twitter-updates2 a:hover { 
	color: #e6e4e4;
}
.twitter-updates2 p span { 
	text-align: center;
	color: #d1d3d3;
	font-size: 12px; 
	margin: 0;
	display: block;
}
#twitter_update_list2 {

}
#twitter_update_list2 li {
	list-style: none !important;
	text-align: center;
	color: #fff;
	font-size: 14px; 
	margin: 0; padding: 0;
}

/***************************************************************  
	24. Gallery
***************************************************************/
.gallery-wrapper {
	margin-left: -40px;
}

.gallery-wrapper .gallery-item4 {
	margin-left: 40px;
	margin-bottom: 20px;
	float: left;
	width: 215px;
	height: auto;
}

.gallery-wrapper .gallery-item2 {
	margin-left: 40px;
	margin-bottom: 20px;
	float: left;
	width: 470px;
	height: auto;
}

.gallery-wrapper .gallery-item3 {
	margin-left: 40px;
	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: 150px;
}

.main_inside_with_sidebar_right .gallery-wrapper .gallery-item3, 
.main_inside_with_sidebar_left .gallery-wrapper .gallery-item3 
{
    width: 213.33px;
}

.main_inside_with_sidebar_right .gallery-wrapper .gallery-item2, 
.main_inside_with_sidebar_left .gallery-wrapper .gallery-item2 
{
    width: 340px;
}


/***************************************************************  
	25. 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 {
	background: #e74c3c;
}
.pricing_column table th.title {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	padding: 10px 20px;
	border: 1px solid #e74c3c;
}
.pricing_column table th.title.best {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	padding: 10px 20px;
	border: 1px solid #e74c3c;
	background: #e74c3c;
	
}
.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: #353535;
	border-bottom: 1px solid #353535;
	border-left: 1px solid #353535;
	border-right: 1px solid #353535;
	padding: 5px 20px 15px;
}

.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: #e74c3c;
}

.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: #e74c3c;
}

.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;
}
.pricing_column a span {
	color: #fff;
}


 /***************************************************************  
	26. 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;
}

 /***************************************************************  
	27. Extra heading
***************************************************************/
h1.extraheading-title {
	font-family: 'Open Sans', sans-serif; 
	font-weight: 400;
	font-size: 30px;
	text-transform: none;
	text-align: center;
}
h1.extraheading-title span,
p.extraheading-content span {
	color: #e74c3c;
	font-weight: 400;
}

p.extraheading-content {
	text-align: center;
}





