

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'util-fontello';
    src: url('font-icon/util-fontello9355.svg?38368482#util-fontello') format('svg');
  }
}

 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "util-fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
}
 
.icon-note-beamed:before { content: '\e80a'; }
.icon-pinterest:before { content: '\e805'; } 
.icon-video:before { content: '\e810'; } 
.icon-link:before { content: '\e807'; } 
.icon-chat:before { content: '\e811'; } 
.icon-left-open:before { content: '\e80b'; } 
.icon-right-open:before { content: '\e80c'; } 
.icon-left-open-mini:before { content: '\e80d'; } 
.icon-right-open-mini:before { content: '\e80e'; } 
.icon-search:before { content: '\e806'; } 
.icon-right-open-big:before { content: '\e801'; } 
.icon-play:before { content: '\e808'; } 
.icon-pause:before { content: '\e80f'; } 
.icon-vimeo:before { content: '\e809'; } 
.icon-twitter:before { content: '\e802'; } 
.icon-facebook:before { content: '\e803'; } 
.icon-gplus:before { content: '\e804'; } 
.icon-left-open-big:before { content: '\e800'; } 

/*end common*/

.sample-img .item {
	position: relative;
	margin: 5px 10px;
	overflow: hidden;
}
.sample-img .meida-holder img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.sample-img .hover-content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	opacity: 0;
	-webkit-transition:opacity 0.4s;
   -moz-transition:opacity 0.4s;
     -o-transition:opacity 0.4s;
        transition:opacity 0.4s;
}
.sample-img .item:hover .hover-content {
	opacity: 1;
}
.sample-img .overlay {
	background-color: #000;
	opacity: 0.4;
	height: 100%;
	width: 100%;
}
.sample-img .link-contianer {
	position: absolute;
	top: 50%;
	margin-top: -18px;
	text-align: center;
	width: 100%;
}

.sample-img .link-contianer a {
	display: inline-block;
	margin: 0 5px;
	color: #fff;
	font-size: 24px;
	line-height: 36px;
	height: 36px;
	text-align: center;
	text-decoration: none;
}
.sample-img .link-contianer a:hover {
	opacity: 0.8;
}

/* .sample-img --- ie8 fix*/
.sample-img .hover-content {
	filter: alpha(opacity=0);
}
.sample-img .hover-content .link-contianer {
	filter: inherit;
}
.sample-img .item:hover .hover-content {
	filter: alpha(opacity=70);
}
/*end fix*/

/*team showcase*/
.team-showcase .item {
	-webkit-box-shadow:0 0 4px rgba(0,0,0,.1);
   -moz-box-shadow:0 0 4px rgba(0,0,0,.1);
        box-shadow:0 0 4px rgba(0,0,0,.1);
	background: #fff;
	margin: 5px 10px;
	text-align: center;
}
.team-showcase .media-holder img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.team-showcase .media-holder {
	/*margin-bottom:15px;*/
}
.team-showcase .social-links {
	/*background-color:#fdfdfd;*/
	margin-top: -40px;
	background: #fff;
	position: relative;
	opacity: 0;
	-webkit-transition:opacity 0.5s;
   -moz-transition:opacity 0.5s;
     -o-transition:opacity 0.5s;
        transition:opacity 0.5s;
}
.team-showcase .item:hover .social-links {
	opacity: 1;
}
.team-showcase .social-links a {
	display: inline-block;
	width: 40px;
	line-height: 40px;
	font-size: 18px;
	background: #fff;
	color: #555;
	text-decoration: none;
}
.team-showcase .social-links a:hover {
	background-color: #eee;
}
.team-showcase .detail-container {
	padding: 18px 15px 10px;
	position: relative;
	background-color:#fff;
}
.team-showcase .detail-title {
	font-size: 18px;
	line-height: 1em;
	margin-bottom: 12px;
	color: #666;
}
.team-showcase .detail-subtitle {
	font-size: 12px;
	line-height: 1em;
	color: #999;
	margin-bottom: 10px;
}
.team-showcase .detail-container p {
	color: #666;
	font-size: 13px;
	text-align: left;
	line-height: 1.6em;
}
/*.team-showcase ie8 fix*/
.team-showcase .social-links {
	filter: alpha(opacity=0);
}
.team-showcase .item:hover .social-links {
	filter: alpha(opacity=100);
}


.util-carousel {
    display: none;
    position: relative;
    -ms-touch-action: pan-y;
}
.util-carousel .util-wrapper-holder {
    overflow: hidden;
    position: relative;
    width: 100%}
.util-carousel .util-wrapper {
    *zoom: 1;
    position: relative;
    display: none;
}
.util-carousel .util-wrapper:before, .util-carousel .util-wrapper:after {
    display: table;
    content: "";
    line-height: 0;
}
.util-carousel .util-wrapper:after {
    clear: both;
}
.util-carousel .util-item {
    float: left;
}
.dragging, .dragging * {
    cursor: url(https://mail.google.com/mail/images/2/closedhand.cur), move;
}
.util-theme-default .util-pagination {
    text-align: center;
    margin-top: 10px;
}
.util-theme-default .util-page span {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #bbb;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    margin: 5px;
}
.util-theme-default .util-page {
    display: inline-block;
    cursor: pointer;
    zoom: 1;
    *display: inline;
}
.util-theme-default .util-page.active-page span {
    background-color: #555;
}
.util-theme-default .util-page:hover span {
    background-color: #888;
}
.util-theme-default .util-navigation {
    text-align: center;
}
.util-theme-default .util-prev, .util-theme-default .util-next {
    display: inline-block;
    padding: 4px 8px;
    margin: 5px;
    background-color: #bbb;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    font-size: 13px;
    line-height: -webkit-transition:all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.util-theme-default .util-prev:hover, .util-theme-default .util-next:hover {
    background-color: #555;
}
.util-theme-default .util-disable, .util-theme-default .util-disable:hover {
    background-color: #bbb;
    opacity: .4;
    cursor: default;
}
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400, 300, 600, 700, 800);


.features-carousel .item {
    text-align: center;
    background-color: #fff;
    padding: 30px 15px;
    border-radius: 3px;
    margin: 5px;
}
.features-carousel .item i {
    font-size: 40px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background-color: #4cae4c;
    color: #fff;
    border-radius: 50%}
.features-carousel .util-page span {
    height: 6px;
    width: 6px;
    border-radius: 3px;
    margin: 5px 2px;
}
.features-carousel .util-page.active-page span {
    background-color: #555;
    width: 25px;
}


/*----------------*/
