/* Pricing columns
************************************************************/
.pricing_column_single {
	float: left;
}
.pricing_columns {
	text-align: center;
}

.pricing_columns, .pricing_columns ul {
	list-style: none;
}

.pricing_name {
	background: #8fc04e;
	padding: 8px 0;
	border-radius: 8px 8px 0px 0px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 0px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
	border-bottom: 1px solid #86b449;
}
.pricing_price {

}
.pricing_button {
	border-bottom: 1px solid #e2e0e0;
	padding-top: 30px;
	background: #f6f6f6;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #e2e0e0;
	border-left: 1px solid #e2e0e0;
}
.pricing_content {	
	border-right: 1px solid #e2e0e0;
	border-left: 1px solid #e2e0e0;
}

.pricing_content ul li {
	padding: 15px 0;
	font-size: 13px;
    font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	color: #404040;
}

.pricing_price {
	text-align: center;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 90px;
	font-weight: 600;
	letter-spacing: -2px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
	border-top: 1px solid #a3d562;
	
	
	background: #8fc04e; /* Old browsers */
	background: -moz-linear-gradient(top,  #8fc04e 0%, #bbe581 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fc04e), color-stop(100%,#bbe581)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #8fc04e 0%,#bbe581 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #8fc04e 0%,#bbe581 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #8fc04e 0%,#bbe581 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #8fc04e 0%,#bbe581 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc04e', endColorstr='#bbe581',GradientType=0 ); /* IE6-9 */
} 
.pricing_price span.pricing_value {
    font-size: 22px;
    font-weight: 400;
    bottom: 50px;
    position: relative;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
	color: #fff;
	margin-right: 5px;
	font-family: 'Open Sans', sans-serif;
}

.pricing_price span.pricing_per {
    font-size: 16px;
    font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	letter-spacing: 0px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
}

.legend_col { 
	padding-top: 194px; 
	border-left: none;
}

.pricing_width2 {
	width: 49.5%;
	height: auto;
}

.pricing_width3 {
	width: 32.5%;
	height: auto;
}

.pricing_width4 {
	width: 24.5%;
	height: auto;
	margin-right: 2px;
}

.iconfont{
	font-family: "entypo-fontello";
} 

.iconfont.icon-cancel {
	color: red;
}
.iconfont.icon-check {
	color: green;
}

.pricing_content li:nth-child(odd) {
	background: #fafafa;
	border-bottom: 1px solid #e5e4e4;
	border-top: 1px solid #ffffff;
}

.pricing_content li:nth-child(even) {
	background: #f6f6f6;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #e5e4e4;
}

/* red pricing table */
.pricing_heading.red .pricing_name {
	background: #D95555;
	padding: 8px 0;
	border-radius: 8px 8px 0px 0px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 0px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
	border-bottom: 1px solid #c24b4b;
}

.pricing_heading.red .pricing_price {
	text-align: center;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 90px;
	font-weight: 600;
	letter-spacing: -2px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
	border-top: 1px solid #eb5858;
	
	
	background: #d75454; /* Old browsers */
	background: -moz-linear-gradient(top,  #d75454 0%, #f55f5f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d75454), color-stop(100%,#f55f5f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d75454 0%,#f55f5f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d75454 0%,#f55f5f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d75454 0%,#f55f5f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d75454 0%,#f55f5f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d75454', endColorstr='#f55f5f',GradientType=0 ); /* IE6-9 */
}

/* blue pricing table */
.pricing_heading.blue .pricing_name {
	background: #1562df;
	padding: 8px 0;
	border-radius: 8px 8px 0px 0px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 0px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
	border-bottom: 1px solid #135bce;
}

.pricing_heading.blue .pricing_price {
	text-align: center;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 90px;
	font-weight: 600;
	letter-spacing: -2px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
	border-top: 1px solid #1E6AE4;
	
	
	background: #1562df; /* Old browsers */
	background: -moz-linear-gradient(top,  #1562df 0%, #4f90fc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1562df), color-stop(100%,#4f90fc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1562df 0%,#4f90fc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1562df 0%,#4f90fc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1562df 0%,#4f90fc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1562df 0%,#4f90fc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1562df', endColorstr='#4f90fc',GradientType=0 ); /* IE6-9 */
}

/* turkizna pricing table */
.pricing_heading.turquoise .pricing_name {
	background: #5eabce;
	padding: 8px 0;
	border-radius: 8px 8px 0px 0px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 0px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
	border-bottom: 1px solid #58a0c1;
}

.pricing_heading.turquoise .pricing_price {
	text-align: center;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 90px;
	font-weight: 600;
	letter-spacing: -2px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
	border-top: 1px solid #6cb7d6;
	
	
	background: #5eabce; /* Old browsers */
	background: -moz-linear-gradient(top,  #5eabce 0%, #85cbe9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5eabce), color-stop(100%,#85cbe9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #5eabce 0%,#85cbe9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5eabce 0%,#85cbe9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5eabce 0%,#85cbe9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #5eabce 0%,#85cbe9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5eabce', endColorstr='#85cbe9',GradientType=0 ); /* IE6-9 */
}

/* orange pricing table */
.pricing_heading.orange .pricing_name {
	background: #efab18;
	padding: 8px 0;
	border-radius: 8px 8px 0px 0px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 0px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
	border-bottom: 1px solid #e0a017;
}

.pricing_heading.orange .pricing_price {
	text-align: center;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 90px;
	font-weight: 600;
	letter-spacing: -2px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
	border-top: 1px solid #F3B32B;
	
	
	background: #efab18; /* Old browsers */
	background: -moz-linear-gradient(top,  #efab18 0%, #fac451 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efab18), color-stop(100%,#fac451)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #efab18 0%,#fac451 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #efab18 0%,#fac451 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #efab18 0%,#fac451 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #efab18 0%,#fac451 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efab18', endColorstr='#fac451',GradientType=0 ); /* IE6-9 */
}

/* grey pricing table */
.pricing_heading.grey .pricing_name {
	background: #7a7979;
	padding: 8px 0;
	border-radius: 8px 8px 0px 0px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 0px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
	border-bottom: 1px solid #696868;
}

.pricing_heading.grey .pricing_price {
	text-align: center;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 90px;
	font-weight: 600;
	letter-spacing: -2px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
	border-top: 1px solid #8B8B8B;
	
	
	background: #7a7979; /* Old browsers */
	background: -moz-linear-gradient(top,  #7a7979 0%, #a8a8a8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7a7979), color-stop(100%,#a8a8a8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7a7979 0%,#a8a8a8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7a7979 0%,#a8a8a8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7a7979 0%,#a8a8a8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #7a7979 0%,#a8a8a8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a7979', endColorstr='#a8a8a8',GradientType=0 ); /* IE6-9 */
}

/* black pricing table */
.pricing_heading.black .pricing_name {
	background: #2a2a2a;
	padding: 8px 0;
	border-radius: 8px 8px 0px 0px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 0px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
	border-bottom: 1px solid #000000;
}

.pricing_heading.black .pricing_price {
	text-align: center;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 90px;
	font-weight: 600;
	letter-spacing: -2px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
	border-top: 1px solid #3E3E3E;
	
	
	background: #2a2a2a; /* Old browsers */
	background: -moz-linear-gradient(top,  #2a2a2a 0%, #535252 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2a2a2a), color-stop(100%,#535252)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2a2a2a 0%,#535252 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2a2a2a 0%,#535252 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2a2a2a 0%,#535252 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2a2a2a 0%,#535252 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2a2a', endColorstr='#535252',GradientType=0 ); /* IE6-9 */
}

.pricing_column_single {
    z-index: 0;
	position: relative;
}
.pricing_column_single.best_price {
	box-shadow: 0 0 35px 2px rgba(0, 0, 0, 0.2);
    margin: -35px -3px 0;
    z-index: 1;
	position: relative;
}
.pricing_price_best {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: block;
	background: #b0da78;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
	border-bottom: 1px solid #b3de77;
	margin-bottom: -12px;
}
.pricing_column_single.best_price .pricing_name {
	padding: 15px 0;
}

.grey .pricing_price_best  {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: block;
	background: #A8A8A8;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
	border-bottom: 1px solid #b6b5b5;
	margin-bottom: -12px;
}
.blue .pricing_price_best  {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: block;
	background: #4E8FFC;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
	border-bottom: 1px solid #6da3fe;
	margin-bottom: -12px;
}
.turquoise .pricing_price_best  {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: block;
	background: #85CBE9;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
	border-bottom: 1px solid #90d4f1;
	margin-bottom: -12px;
}
.orange .pricing_price_best  {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: block;
	background: #FAC451;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
	border-bottom: 1px solid #fbcf72;
	margin-bottom: -12px;
}
.red .pricing_price_best  {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: block;
	background: #fc7e7e;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
	border-bottom: 1px solid #fd9191;
	margin-bottom: -12px;
}
.black .pricing_price_best  {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: block;
	background: #5c5b5b;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
	border-bottom: 1px solid #636363;
	margin-bottom: -12px;
}
.best_price { margin-bottom: 50px !important; } 
.best_price .pricing_button {
	padding: 40px 0 20px;
}

.pricing_column_single.best_price .pricing_content { border: none; }

.legend_col .pricing_content li { 
	background: none; 
	text-align: right;
	padding-right: 40px;
}
.legend_col .pricing_content  { border: none; }
.pricing_plan {
	color: #212121;
	font-family: 'Open Sans', sans-serif;
	font-size: 40px;
	font-weight: 600;
	letter-spacing: -1px;
	text-align: right;
	margin-top: -110px;
	line-height: 1;
	margin-bottom: 30px;
	padding-right: 40px;
}
.legend_col .pricing_content li:last-child { border:none; }
.legend_col { margin-right: 0 !important; }


/* Team member
***************************************************************/

/* type1 */
.member{
	position:relative;
	overflow:hidden;
	height:auto;
	display: block;
	width: 100%;
}

.team-member .team-member-socials {
	 /*background:rgba(256,256,256,0.8);
	 color:white;
	 font:14px Georgia,serif;*/
	 height:60px;
	 position:absolute;
	 text-align: center;
}
.team-member .team-member-socials 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 .team-member-icon { 	
	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%;
}
.team-member .team-member-socials 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;
}
.team-member .team-member-socials a.css3-4:hover{  
	color:#d0206a;
	text-decoration:none;  
}
.member:hover .css3-4{
	left:0;
}

.team-member h1,
.team-member h1 a {
	color: #3d3d3f;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif; 
	margin-top: 5px;
	text-transform: none;
	letter-spacing: 0;
}
.team-member h1 a:hover {
	color: #10b4c9;
}
.team-member h1 span {
	display: block;
	color: #808080;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
}
.team-member p {
	color: #707070;
	font-size: 13px;
	line-height: 1.6;
	margin-top: 15px;
}

.team-member-icon  {
	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: #444444;
}


/* type2 */
 .team-member2 {
	position: relative;
 }
 
 .team-member2 .team-image {
	position: absolute; 
	top: 35px;
	height: 112px;
	width: 112px;
	background: #fafafa;
	border: 1px solid #eae8e8;
	
 }
  .team-member2 .team-image img {
	margin-left: 4px;
	margin-top: 4px;	
 }
 
 .team-member2 .team-title,
 .team-member2 .team-title a {
	font-size: 20px;
	margin-bottom: 0;
	font-weight: 600;
	color: #212121;
 } 
.team-member2 .team-title a:hover {
	color: #10b4c9;
 } 
 
 .team-member2 .team-position {
	font-size: 13px;
	font-weight: 300;
	margin-bottom: 10px;
	text-transform: none;
	margin-top: -5px;
 }
 
  .team-member2 .team-content { 
	margin-left: 57px; 
	padding: 10px 10px 10px 77px; 
	border: 1px solid #eae8e8; 
	background:#fafafa;
  }
 
  .team-member2 .team-member-socials .social {
	float: left;
	margin-right: 10px;
  }


/* Cirlce charts
***************************************************************/
.easyPieChart {
	margin: 0 auto;
}
.chart-percent,
.chart-percent span {
	font-family: 'Open Sans', sans-serif; 
	color: #444444;
	font-size: 20px;
	font-weight: 700;
}

.chart-icon {
	font-family: "entypo-fontello";
	color: #444444;
	font-size: 72px;
}

.chart-description {
	font-family: 'Open Sans', sans-serif; 
	color: #444444;
	font-size: 16px;
	font-weight: 600;
}

/* Posts
***************************************************************/
.wpb_teaser_grid_post h2.post-title a, .wpb_teaser_grid_post h2.post-title {
	color: #404040;
    font-family: 'Open Sans',sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 15px;
    text-decoration: none;
}

.wpb_teaser_grid_post h2.post-title  a:hover {
	color: #10b4c9;   
}
.wpb_teaser_grid_post .post-details {
	border-bottom: 4px solid #eeeeee;
	margin-top: 5px;
}
.wpb_teaser_grid_post .icon-post-format {
	font-family: "entypo-fontello";
	color: #444444;
	font-size: 16px;
	margin-right: 10px;
	float: left;
	margin-top: -2px;
}
.wpb_teaser_grid_post .post-details {
	color: #858484;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.5px;
	margin-top: 30px;
}
.wpb_teaser_grid_post  .post-details a {
	text-transform: uppercase;
	color: #404040;
}
.wpb_teaser_grid_post .post-details a:hover {
	color: #10b4c9;
}
.wpb_teaser_grid_post .post-details .left {	
	position: relative;
	margin-bottom: 8px;
	display: block;	
}

.wpb_teaser_grid_post .post-thumb { 
	position: relative;
	overflow: hidden;
}
.wpb_teaser_grid_post .post-thumb  a{ 
	display: block;
}

.wpb_teaser_grid_post .overlay {
    background: none repeat scroll 0 0 #10b4c9;
    height: 100%;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

.wpb_teaser_grid_post .post-thumb  a.link_image img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}


.wpb_teaser_grid_post .post-button {
	margin: 20px 0;
}


.video-container {
	padding-bottom: 46.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
}

.video-wrapper {
	max-width: 100%;
	position: relative;
}

.post-quote {
	border-left: 3px solid #10B4C9;
    color: #222222;
    font-size: 16px;
    font-weight: 600;
    padding-left: 20px;
	margin-bottom: 20px;
}


.post-thumb {
	position: relative;
	overflow: hidden;
	display: block;
}
.post-thumb > img, .post-thumb > .link_image > img {
	position: relative;
	z-index: 1;
	vertical-align: middle;
	display: block;
}


.post-thumb .post-overlay {
    background: none repeat scroll 0 0 #10b4c9;
    height: 100%;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
	visibility: hidden;
	z-index: 2;
	transition: all 0.3s ease-in-out 0s;
}

.post-thumb:hover .post-overlay {
    opacity: 0.75;
	visibility: visible;
	
}

.post-details-link  {	
	opacity: 0;	
	position: absolute;
	top: 50%;
	z-index: 3;
	visibility: hidden; 	
	 background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 30px 30px 30px 30px;
    color: #000000;
    display: block;
    font-family: "entypo-fontello";
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 60px;
    line-height: 58px;    
    text-align: center;
    text-transform: none;
    width: 60px;	
	margin-top: -30px;
}

.post-thumb  .post-details-link {
	left: 0;
	margin-left: -30px; 
}

.post-thumb:hover 	.post-details-link {
	left: 50%;
	opacity: 1;
	transition: all 0.3s ease-in-out 0s;
	visibility: visible;
}

.post-details-link:hover {	
	background: none repeat scroll 0 0 #000000;   
    transition-delay: 0s;
}
.post-details-link:hover span {	
	color: #ffffff; 
    transition-delay: 0s;
}

h1.post-title {
	/*line-height: 1.2;*/
	text-transform: none;
	padding: 0;
	font-size: 15px;	
	margin: 10px 0 10px !important;
	font-weight: 600;
}

h1.post-title a {
	font-size: 15px;
	color: #222222;	
}

h1.post-title a:hover {
	color: #10b4c9;
}

 /*	Testimonials type#1
***************************************************************/


.cbp-qtrotator {
	position: relative;
	width: 100%;
	z-index: 0;
}

.cbp-qtrotator .cbp-qtcontent {
	position: absolute;
	border-top: 1px solid #f4f4f4;
	padding: 2em 0;
	top: 0;
	z-index: 0;
	opacity: 0;
	width: 100%;
}

.no-js .cbp-qtrotator .cbp-qtcontent {
	border-bottom: none;
}

.cbp-qtrotator .cbp-qtcontent.cbp-qtcurrent,
.no-js .cbp-qtrotator .cbp-qtcontent {
	position: relative; 
	z-index: 100;
	pointer-events: auto;
	opacity: 1;
}

.cbp-qtrotator .cbp-qtcontent:before,
.cbp-qtrotator .cbp-qtcontent:after {
	content: " ";
	display: table;
}

.cbp-qtrotator .cbp-qtcontent:after {
	clear: both;
}

.cbp-qtprogress {
	position: absolute;
	background: #10b4c9;
	height: 1px;
	width: 0%;
	top: 0;
	z-index: 1000;
}

.cbp-qtrotator blockquote {
	margin: 0;
	padding: 0;
}
.cbp-qtrotator .testimonailsauthor {
	color: #404040;
	font-size: 13px;
	font-weight: 600;
}
.cbp-qtrotator .testimonailsauthor span {
	color: #10b4c9;
	font-size: 13px;
	font-weight: 400;
}

.cbp-qtrotator blockquote p {
	font-size: 16px;
	color: #888;
	font-weight: 300;
	margin: 0.4em 0 1.5em;
}


.cbp-qtrotator .cbp-qtcontent img {
	float: left;
	margin-right: 3em;
}


/* Testimonials type#2
***************************************************************/
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 {
	font-family: "entypo-fontello";
	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: #10b4c9;
}


/* Testimonials Type3
***************************************************************/

.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;
	font-size: 12px;
}
.client_say p span a {
	color: #e74c3c;
}
.client_say p span a:hover {
	color: #606060;
}

/* Portfolio
***********************************************************/
.folio-thumb {
	position: relative;
	overflow: hidden;
	display: block;
}
.folio-thumb > img {
	position: relative;
	z-index: 1;
	vertical-align: middle;
	display: block;
}


.folio-thumb .folio-overlay {
    background: none repeat scroll 0 0 #10b4c9;
    height: 100%;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
	visibility: hidden;
	z-index: 2;
	transition: all 0.3s ease-in-out 0s;
}

.folio-thumb:hover .folio-overlay {
    opacity: 0.75;
	visibility: visible;
	
}

.folio-details-link, .folio-details-popup, .folio-details-popup-only, .folio-details-link-only  {	
	opacity: 0;	
	position: absolute;
	top: 50%;
	z-index: 3;
	visibility: hidden; 	
	 background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 30px 30px 30px 30px;
    color: #000000;
    display: block;
    font-family: "entypo-fontello";
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 60px;
    line-height: 58px;    
    text-align: center;
    text-transform: none;
    width: 60px;	
	margin-top: -30px;
}

.folio-thumb  .folio-details-link {
	right: 0;
	margin-right: -65px; 
}

.folio-thumb  .folio-details-popup {
	left: 0;
	margin-left: -65px; 
}

.folio-thumb  .folio-details-popup-only, .folio-thumb  .folio-details-link-only {
	left: 0;
	margin-left: -30px; 
}

.folio-thumb:hover 	.folio-details-link {
	right: 50%;
	opacity: 1;
	transition: all 0.3s ease-in-out 0s;
	visibility: visible;
}

.folio-thumb:hover 	.folio-details-popup, .folio-thumb:hover  .folio-details-popup-only, .folio-thumb:hover  .folio-details-link-only {
	left: 50%;
	opacity: 1;
	transition: all 0.3s ease-in-out 0s;
	visibility: visible;
}

.folio-details-link:hover, .folio-details-popup:hover, .folio-details-popup-only:hover, .folio-details-link-only:hover {	
	background: none repeat scroll 0 0 #000000;   
    transition-delay: 0s;
}
.folio-details-link:hover span, .folio-details-popup:hover span, .folio-details-popup-only:hover span, .folio-details-link-only:hover span {	
	color: #ffffff; 
    transition-delay: 0s;
}

h1.folio-title {
	/*line-height: 1.2;*/
	margin-bottom: 0;
	text-transform: none;
	padding: 0;
	margin: 0;
	font-size: 16px;
	margin-top: 5px;
}

h1.folio-title a {
	font-size: 16px;
	color: #404040;	
}

h1.folio-title a:hover {
	color: #10b4c9;
}

.folio-categories a {
	font-size: 13px;
	color: #10b4c9;	
	text-transform: none;
}
.folio-categories a:hover {
	color: #10b4c9;
}
.folio-line {
	margin-top: 15px;
	margin-bottom: 2px;
	border-top: 1px solid #404040;
	width: 30px !important;
}
.entry-content {
	color: #404040;
	font-size: 13px;
}





#filters {
    display: block;
    left: -10px;
    list-style: none outside none;
    position: relative;
}
#filters .filter-cat {
    display: block;
    float: left;
    margin-bottom: 60px;
    margin-left: 10px;
    text-decoration: none;
    text-transform: uppercase;
}
#filters .filter-cat li {
    display: inline;
    float: left;
    margin: 0 20px 5px 0;
}
#filters .filter-cat a {
    color: #444444;
    float: left;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: -0.5px;
    padding: 2px 8px;
    text-decoration: none;
    text-transform: uppercase;
}
.categories_filter  {
	margin-bottom: 0 !important;
}
.categories_filter  li {
    display: block;
    float: left;
    margin-bottom: 60px;
    margin-left: 10px;
    text-decoration: none;
    text-transform: uppercase;
}
.categories_filter  li span {
	margin-right: 15px;
	margin-left: 5px;
}

.categories_filter  li a{
    color: #444444;
    float: left;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.5px;
    text-decoration: none;
    text-transform: uppercase;
	border:none !important;
}

.categories_filter  li.active a, .categories_filter  li:hover a {
    color: #10b4c9;
}

.filter-underline {
	background: url(http://trendis.si/wp-themes/sparse/wp-content/themes/sparse/wpbakery/js_composer/assets/images/title-stripes-type2.png) repeat-x;
	height: 10px;
	margin-bottom: 30px;
}

/* Twitter
***********************************************************/
.twitter-updates2 {	
	padding: 0px 30px 30px;
	background: #10b4c9 url(../images/twitter-default-bg.jpg) no-repeat;
	padding: 50px 0;
}
.twitter-updates2 .twitter-icon { 
	display: block;
    margin-left: auto;
    margin-right: auto;	
	padding: 0 !important;
}
.twitter-updates2 p { 
	text-align: center;
	color: #fff;
	font-size: 18px; 
	margin: 0 auto;
	width: 93%;
	font-weight: 300;
}
.twitter-updates2 a { 
	font-weight: 600;
	color: #fff;
}
.twitter-updates2 a:hover { 
	color: #000;
}
.twitter-updates2 p span { 
	text-align: center;
	color: #fff;
	font-size: 12px; 
	margin: 0;
	display: block;
	font-weight: 400;
	font-style: italic;
}
#twitter_update_list2 {

}
#twitter_update_list2 li {
	list-style: none !important;
	text-align: center;
	color: #fff;
	font-size: 14px; 
	margin: 0; padding: 0;
}

/* Icons
***********************************************************/

.fonticons {
	color: #000000;
    display: block;
    float: left;
    font-family: "entypo-fontello";
    font-size: 18px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 40px;
    margin-right: 8px;
    text-transform: none;
    width: 18px;
}

.fonticons:hover {
	color: #10B4C9;
}

/* icons preview START */

.icons-wrapper {
	margin-left: -2.5%;
}

.the-icons {
	width: auto;
	float: left;
	margin-right: 1.5%;
	width: 14.5833%;
}
/*
.wpb_wrapper [class*="the-icons"]:first-child {
	margin-left: 0;
}
*/

 
.the-icons span.i-code {
	display: none;
}

.the-icons span.i-name {
	font-size: 12px;
	line-height: 18px;
	display: block;
    float: left;
    padding-top: 12px;
	color: #606060;
    font-family: 'Open Sans',sans-serif;
}


.the-icons i {
	color: #000000;
    display: block;
    float: left;
    font-family: "entypo-fontello";
    font-size: 25px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 40px;
    margin-right: 8px;
    text-transform: none;
    width: 25px;
	cursor: pointer;
}

.the-icons i:hover {
	color: #10B4C9;
}
/* icons preview END */

/* Header #1 */

#menu-inside1 {
	width: auto;
	float: right;
	margin-top: 20px;
}

/* Header #2 */

#menu-inside2{
	margin: 0 auto;
	width: 1080px;
}

#header-wrapper.header2 {
	background: none;
}

#header-wrapper.header2 #header{
	background: #fff;
}

.header2 .header-shadow {
	margin: 70px auto -110px;
}
.header2 #menu-wrapper {
	background: #2c2b2b;
	position: relative;
	z-index: 4;
	float: left;
}
.header2 #right-to-logo-area .info-details .iconQuickInfo {
    color: #000000;
    display: block;
    float: left;
    font-family: "entypo-fontello";
    font-size: 18px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 45px;
    margin-right: 8px;
    text-transform: none;
}

.header2 #right-to-logo-area  {
	margin-top: 30px;
}

.header2 #right-to-logo-area a  { 
	color: #606060;
}

.header2 #right-to-logo-area a:hover  { 
	color: #10B4C9;
}


.header2 #right-to-logo-area .info-details {
	float: left;
	margin-right: 10px;
}

.header2 #right-to-logo-area .info-details p.quick-info {
	margin-right: 30px;
	line-height: 45px;
}

#menu-inside2 .search-wrapper {
	float: right;
	position: relative;
}

#menu-inside .search-icon, #menu-inside2 .search-icon {
	float: right;
}

#menu-inside2 .search-icon  { 	
	height: 65px;
	width: 65px;
	display: block;
	cursor: pointer;	
	-webkit-transition: background-color 300ms linear;
     -moz-transition: background-color 300ms linear;
     -o-transition: background-color 300ms linear;
     -ms-transition: background-color 300ms linear;
     transition: background-color 300ms linear;
}  

#menu-inside2 .search-icon  a{ 	
   color: #9E9C9C;
   cursor: pointer;
   display: block;
   font-family: "entypo-fontello";
   font-size: 20px;
   height: 20px;
   margin-left: 21px;
   margin-top: 17px;
   transition: color 0.2s ease-out 0s, background 1s ease-in 0s;
   width: 20px;
} 

#menu-inside2 .search-icon:hover { 		
	-webkit-transition: background-color 300ms linear;
     -moz-transition: background-color 300ms linear;
     -o-transition: background-color 300ms linear;
     -ms-transition: background-color 300ms linear;
     transition: background-color 300ms linear;
} 

#menu-inside2 .search-icon:hover  a{ 	
	color: #10B4C9;
} 

#menu-inside2 .screen-reader-text, #menu-inside2 #searchsubmit {
    display: none;
}
#menu-inside2 #s {	
	background-color: #F6F6F6;
    background-size: 100% auto;
    border: 10px solid #FFFFFF;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) inset;
    color: #909090;
    cursor: text;
    display: none;
    float: right;
    height: 21px;
    padding: 10px 14px 10px 14px;
    position: absolute;
    right: 0;
    top: 70px;
    width: 196px;
	z-index: 99999;
}


/*  Header #3 */




#header-wrapper.header3 {
	background: none;
}

#header-wrapper.header3 #header{
	background: #fff;
}

.header3 .header-shadow {
	margin: 70px auto -110px;
}
.header3 #menu-wrapper {
	background: #2c2b2b;
	position: relative;
	z-index: 4;
	float: left;
}

.header3 p.right-to-logo-text { 
	font-size: 20px; 
	letter-spacing: -1px; 
	color: #404040;
}


.header3 #right-to-logo-area{ 
	margin-top: 35px;
}

/* Header #4 */

.header4 #logo {
	float: none;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 0; 
}

.header-shadow4 {
  background: url("../images/header-shadow.png") no-repeat scroll 0 0 transparent;
   height: 81px;
   margin: 0 auto;
   position: relative;
   top: 150px;
   width: 1080px;
   z-index: 3;
}

#header-wrapper.header4 {
   position: relative;
   z-index: 4;
}



/*  header 5 */

.header5 #logo {
	float: none;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0; 
}

.header-shadow5 {
  background: url("../images/header-shadow.png") no-repeat scroll 0 0 transparent;
   height: 81px;
   margin: 0 auto;
   position: relative;
   top: 110px;
   width: 1080px;
   z-index: 3;
}

#header-wrapper.header5 {
   position: relative;
   z-index: 4;
}



#under_headerArea {
	background: #fff;
}

/* upper header as search start */


#headerArea{
	width: 100%;
	background: #10B4C9;
	color: #fff !important;
	border-top: 5px solid #10B4C9;
}

#headerArea #headerArea_content {
	width: 1080px;
	margin: 0px auto;
	display: none;
}

#inside_under_headerArea {
	height: auto; 
	margin: 0 auto;
	width: 1080px;	
	position: relative;
}

#headerArea_inside {	
	height: auto; 
	margin: 0 auto;
	width: 1110px;
}

#headerArea_button {
	float: right;
	width: 40px;
	text-align: center;
	background: #10B4C9;	
	display: block;
	cursor: pointer;
	margin-top: -2px;
}

#headerArea_button  .iconSearch{
	font-family: "entypo-fontello";
	speak: none;
	font-size: 16px;
	line-height: 30px;
	-webkit-font-smoothing: antialiased;
	color: #ffffff;
}

#headerArea #searchform .screen-reader-text,
#headerArea #searchform #searchsubmit {
	display: none;
}
#headerArea #searchform #s {
	background: none;
   border: medium none;
   color: #FFFFFF;
   font-family: 'Open Sans',sans-serif;
   font-size: 22px;
   font-weight: 300;
   line-height: 20px;
   padding-bottom: 6px;
   vertical-align: middle;
   width: 100%;
}
/* upper header as search end */

.nav_posts .nav-next, .nav_posts .nav-previous {
	float: right;
}

.nav_posts .nav-previous {
	margin-left: 10px;
}

/*  sticky menu START */
#megaMenu-sticky-wrapper 	{
	text-align: center;
}

#megaMenu.ubermenu-sticky ul.megaMenu {
	display: inline-block;
}

#megaMenu.ubermenu-sticky { 
	background: #fff !important; 
	text-align: center;
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
	float: none;
	display: inline-block;
}
/*  sticky menu END */
#menu-inside2 #megaMenu.ubermenu-sticky { 
	background: #2C2B2B !important; 
}
#megaMenu-sticky-wrapper  #megaMenu.megaMenuHorizontal ul.megaMenu {
	width: auto;
}