/* =============================================================== */
/* Buttons
================================================================ */
.button {
	display: inline-block;
	cursor: pointer;
	margin: 0 5px 0px 5px;
	*float: left;
	transform: skew(-20deg);
  -o-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -webkit-transform: skew(-20deg);
  transition: all 300ms linear;
}
.button span {
	display: inline-block;
	transform: skew(-0deg);
  -o-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -webkit-transform: skew(20deg);
}



.button2 {
	display: inline-block;
	cursor: pointer;
	margin: 0 5px 0px 5px;
	*float: left;
  transition: all 300ms linear;
}
.button2 span {
	display: inline-block;
	transform: skew(-0deg);
  -o-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -webkit-transform: skew(20deg);
}
.button:active, .button2:active {
}
.button.large, .button2.large i {float: left;margin: 5px 5px 0px -5px;}
.button.medium, .button2.medium i {float: left;margin: 5px 5px 0px -5px;}
.button.small i, .button2.small i {float: left;margin: 1px 5px 0px -3px;}
.button.large u, .button2.large u {
	transform: skew(20deg);
  -o-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -webkit-transform: skew(20deg);
}
.button.medium u, .button2.medium u {
	transform: skew(20deg);
  -o-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -webkit-transform: skew(20deg);
}
.button.small u, .button2.small u  {
	transform: skew(20deg);
  -o-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -webkit-transform: skew(20deg);
}
.button.large, .button2.large  {
	padding: 15px 35px 15px 35px;
	font-size: 24px;
}
.button.medium, .button2.medium  {
	padding: 9px 25px 9px 25px;
	font-size: 18px;
}
.button.small, .button2.small {
	padding: 9px 15px 9px 15px;
	font-size: 14px;
	line-height: 16px;
}


.button.blue, .button2.blue {
	background-color: #21b6a8;
	color:#fff;
}
.button.blue:hover, .button2.blue:hover {background: #177f75; text-decoration:none; transition: all 300ms linear;}

.button.orange, .button2.orange {
	background-color: #177f75;
	color:#fff;
}
.button.orange:hover, .button2.orange:hover {background: #21b6a8; text-decoration:none; transition: all 300ms linear;}






/* =============================================================== */
/* Services
================================================================ */
.services1-box{
    padding:0;
    margin:0px auto;
}
.services1-box li{
    width: 100%;
    height: 100%;
    height:160px;
    overflow: hidden;
    position: relative;
    float:left;
    background: #fff;
    margin-right: 4px; margin-bottom:0px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.services1-box li:last-child{margin-right: 0px;}
.services1-box li a{
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    position: relative;
}
.services1-icon{
    font-size: 16px;
    color: #177f75;
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0px;
    top: 0px;
    text-align: center;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.services1-content{
    position: absolute;
    left: 0px;
    width: 100%;
    height: 45%;
    top: 45%;
}
.services1-title{
    font-size: 20px;
    font-weight:normal;
    opacity: 0.8;
    text-align: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.services1-more{
    text-align:center;
    font-size: 12px;
    font-weight:normal;
    color: #21b6a8;
    line-height: 35px;
    position: absolute;
    bottom: 0;
    width: 100%; 
    
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.services1-box li:hover{}
.services1-box li:hover .services1-icon{color: #21b6a8;}
.services1-box li:hover .services1-title{color: #21b6a8;}
.services1-box li:hover .services1-more{
    color: #fff;
    background: #21b6a8;
    -webkit-animation: moveFromBottom 500ms ease;
    -moz-animation: moveFromBottom 500ms ease;
    -ms-animation: moveFromBottom 500ms ease;
}
@-webkit-keyframes smallToBig{
from {
  -webkit-transform: scale(0.1);
}
to {
  -webkit-transform: scale(1);
}
}
@-moz-keyframes smallToBig{
from {
  -moz-transform: scale(0.1);
}
to {
  -moz-transform: scale(1);
}
}
@-ms-keyframes smallToBig{
from {
  -ms-transform: scale(0.1);
}
to {
  -ms-transform: scale(1);
}
}

@-webkit-keyframes moveFromBottom {
from {
  -webkit-transform: translateY(100%);
}
to {
  -webkit-transform: translateY(0%);
}
}
@-moz-keyframes moveFromBottom {
from {
  -moz-transform: translateY(100%);
}
to {
  -moz-transform: translateY(0%);
}
}
@-ms-keyframes moveFromBottom {
from {
  -ms-transform: translateY(100%);
}
to {
  -ms-transform: translateY(0%);
}
}


/* Services style 4
==========================*/
.services-4 {
  
  transition: all 1s;  
  padding-bottom:10px; padding-top:20px; 
  margin-bottom:20px;
  margin-top:25px;
  border: 1px solid #eee;
  text-align:center;
}
.services-4-icon {
  margin-left: auto; margin-right: auto;
  background:#fff;
  color:#177f75;
  transition: all 1s; 
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  behavior: url(css/PIE.htc);
  width: 85px;
  height: 62px;
  margin-top:-65px;
  padding-top:23px;
  text-align:center;
}
.services-4 h2 {
font-size:16px;
}
.services-4:hover {
  
  border-top: 1px solid #177f75;
}
.services-4:hover .services-4-icon {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  behavior: url(css/PIE.htc);
  transition: all 1s;  
  color:#21b6a8;
}
.sub-icon-services-4 {width:80%; margin-left: auto; margin-right: auto; text-align:center;}





/* =============================================================== */
/* Skills
================================================================ */
.skill_graph {
	text-align: left!important;
	margin: 0px!important;
}
.skill_graph li {
	list-style: none!important;
}
.skill_graph li:last-child span {
	margin-bottom:0px;
}
.skill_graph li .skill-wrap {
	margin-top:0px; margin-bottom:30px;
	background-color: #ebebeb;
}
.skill_graph li:last-child .skill-wrap {
	margin-bottom:0px;
}
.skill_graph li span {
	height: 30px;
	width: 0px;
	display: block;
	background: #177f75;
}
.skill_graph li p {
	padding-bottom: 2px;
}
.skill_graph li span {
	overflow: visible!important;
	position: relative;
}
.skill_graph li span strong {
	position: absolute;
	left: 10px;
	top: -0px;
	padding: 8px 8px 4px 8px!important;
	
	line-height: 12px!important;
	font-size: 13px!important;
	font-weight:normal;
	opacity: 0;
	display: block;
	color:#fff;
	transform: skew(-20deg);
  -o-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -webkit-transform: skew(-20deg);
}
.skill_graph li span strong:after {
	
}
.skill_graph li span strong.full:after {
	left: 15px;
	
}




/* =============================================================== */
/* Accordion
================================================================ */
.accordion-group {
  font-size:16px;
  -moz-box-shadow: 0 0 0px #eee;
  -webkit-box-shadow: 0 0 0px#eee;
  box-shadow: 0 0 0px #eee; 
  border-radius:0;
}
.accordion-inner {font-size:13px;}
.accordion-toggle {font-weight:bold;}




/* =============================================================== */
/* Notification Bar
================================================================ */
.jquery-bar {
	background: #177f75;
	width:101.40%;
	position: relative;	
	margin:-0px 0px 0px -5px;
	padding: 10px 0px 0px 0px;	
	box-shadow: 0px 4px 5px #eeeeee;
	font-size:15px;
	color:#ffffff;
	
}
.jquery-bar .notification {
	display:block;
	width:auto;
	max-width: 1170px;
	
}
.down {
	float:right;
	top:13px;	
	color:#ffffff;
	font-size:120%;
}
.font-style{
  float:left;
	text-align: left;
	font-size:120%;
	
}
.font-style a{
	text-decoration:underline;
	text-transform:none;
	color:#ffffff;
}







/* =============================================================== */
/* Portfolio
================================================================ */
.portfolio1 {
   width:100%;
   height:90%;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
}
.portfolio1_text {
   background:#f7f7f7;
   margin-bottom: 30px;
   padding-top:20px;
   padding-bottom:20px;
   padding-left:15px;
   padding-right:15px;
   border-bottom:1px dotted #21b6a8;
}
.portfolio1_text:hover {
   border-bottom:1px solid #177f75;
}
.portfolio1_text h3 {
   font-size:14px;
}
.portfolio1 .mask,.portfolio1 .content {
   width:100%;
   height:100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.portfolio1 img {
   display: block;
   position: relative;
}
.portfolio1p {
   color: #000;
   text-align: center;
   position: relative;
   font-size: 14px;
   font-weight: bold;
   padding: 5px;
   width:80%;
   margin: 15% auto 0 auto;
  
}
.portfolio1 p {
   font-style: bold;
   font-size: 16px;
   position: relative;
   color: #000;
   padding: 20px 20px 0px;
   text-align: center;
}
.portfolio1 a.info {
   display: inline-block;
   text-decoration: none;
   padding: 20px 20px; padding-bottom:15px;
   color: #fff;
   text-transform: uppercase;
   border:1px solid #fff;
   -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  behavior: url(css/PIE.htc);
  line-height:23px;
}
.portfolio1 a.info:hover {
   background:#fff;
   color:#000;
}
.portfolio1-first 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;
}
.portfolio1-first .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background-color: rgba(255,255,255, 0.8);
   /*background-color:#21b6a8;*/
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.portfolio1-first h2 {
   -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
   color:#000;
}
.portfolio1-first p {
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -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;
}
.portfolio1-first:hover img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}
.portfolio1-first a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.portfolio1-first:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.portfolio1-first:hover h2,
.portfolio1-first:hover p,
.portfolio1-first:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.portfolio1-first:hover p {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.portfolio1-first:hover a.info {
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}


.portfolio3 {
   width: 100%;
   height: auto;
   padding-top: 100%;
   margin-bottom: 30px;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  behavior: url(css/PIE.htc);
   cursor: default;
}
.portfolio3 .mask,.portfolio3 .content {
   width:100%;
   height:100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
   -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  behavior: url(css/PIE.htc);
}
.portfolio3 img {
   display: block;
   position: relative;
}
.portfolio3p {
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 14px;
   font-weight:bold;
   padding: 5px;
   width:80%;
   margin: 40% auto 0 auto;
  
}
.portfolio3 p {
   font-style: normal;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 20px 0px;
   text-align: center;
}
.portfolio3 a.info {
   display: inline-block;
   text-decoration: none;
   padding: 10px 20px;
   color: #fff;
   text-transform: uppercase;
   border:1px solid #fff;
   font-size:14px;
}
.portfolio3 a.info:hover {
   background:#fff;
   color:#000;
}
.portfolio3-first 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;
}
.portfolio3-first .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background-color: rgba(0,0,0, 0.6);
   /*background-color:#21b6a8;*/
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
   -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  behavior: url(css/PIE.htc);
}
.portfolio3-first h2 {
   -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.portfolio3-first p {
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -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;
}
.portfolio3-first:hover img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}
.portfolio3-first a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.portfolio3-first:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  behavior: url(css/PIE.htc);
}
.portfolio3-first:hover h2,
.portfolio3-first:hover p,
.portfolio3-first:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.portfolio3-first:hover p {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.portfolio3-first:hover a.info {
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}





/* =============================================================== */
/* From Blog
================================================================ */
/*
.portfolio-item {margin-bottom: 20px;}

.item-img-port {max-height:120px; overflow:hidden;}

.portfolio-item-meta h5 {
	font-size: 12px;
	
	font-weight: bold;
	line-height: 16px;
	padding: 12px 0 8px 0;
	margin: 0 0 8px 0;
	border-bottom: 1px solid #e7e7e7;
	letter-spacing: 0;
}

.portfolio-item-meta h5 span {
	display: block;
	color: #888;
	font-weight: normal;
	margin-top: 3px;
}

.portfolio-item-meta a{color:#444;}
.portfolio-item-meta a:hover {color:#888;}
.portfolio-item-meta p {color: #555;}
*/





/* =============================================================== */
/* Testimonials
================================================================ */
.testimonialbox {
  padding: 0px 0px;
  float: left;
  font: italic 17px/22px Georgia, "Times New Roman", Times, serif;
  text-shadow: 1px 1px 0 #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  behavior: url(css/PIE.htc);
  text-align:center;
  
}
.author-wrapper {
  width: 100%;
  margin-bottom: 0px;
  float: left;
}
.arrow-testimonialbox {
  float: left;
  margin-left: 25px;
  width: 0;
  height: 0;
  border-top: 30px solid #f2f2f2; 
  border-left: 30px solid transparent;
  border-right: 0px solid transparent;
}
.testimonialbox-name {
  float: center;
  margin: 0 8px;
  color: #232323;
  padding-top: 5px;
  font-weight:bold;
  text-align:center;
}
.testimonialbox-name span {
  color: #ccc;
  font-weight: normal;
}


.testimonial {
    margin: 0;
    border: 1px solid #21b6a8;
    padding: 30px 50px;
    position: relative;
    font-family: Georgia, serif;
    font-size:16px;
    color: #666;
    font-style: italic;
}
.testimonial:before, .testimonial:after {
    content: "\201C";
    position: absolute;
    font-size: 80px;
    line-height: 1;
    color: #eee;
    font-style: normal;
}
.testimonial:before {
    top: 0;
    left: 10px;
}
.testimonial:after {
    content: "\201D";
    right: 10px;
    bottom: -0.5em;
}
.arrow-down {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #21b6a8;
    margin: 0 0 0 25px;
}
.testimonial-author {
    margin: 0 0 0 25px;
    color: #000;
    text-align:left;
}
.testimonial-author span {
    font-size: 12px;
    color: #999;
}







/* =============================================================== */
/* Portfolio Styles
================================================================ */
#filters {
	float: left;
	margin-top: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e7e7e7;
	display: block;
	width: 100%;
	margin-bottom: 20px;
	line-height: 24px;
}
#filters ul li {
	display: inline;
	padding: 0 10px 0 0;
}
#filters ul li:last-child {background: none;}
#filters a {
	color: #777;
	font-size: 14px;
	-webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
	padding: 4px 8px;
	
}
#filters a:hover {
	color: #fff;
	background: #177f75;
}
.selected {background: #21b6a8; color: #fff !important;}
.selected:hover {background: #177f75!important;}
/**** Isotope Filtering ****/
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	 -moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	 transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property:    -moz-transform, opacity;
	-ms-transition-property:     -ms-transform, opacity;
	-o-transition-property:         top, left, opacity;
	transition-property:         transform, opacity;
}
/**** Disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	 transition-duration: 0s;
}
/* Disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}







/* =============================================================== */
/* Footer widget
================================================================ */
/* Lasted post
==========================*/
.latest-post {margin-bottom: 15px; font-size:14px;}
.latest-post p,
.latest-post a {
	margin: 0;
	line-height: 18px;
	font-size:14px;
}
.latest-post span {
	color: #707070;
	margin: 3px 0 0 0;
	display: block;
	font-size:11px;
}
.latest-post img {
	float: left;
	margin: 0 10px 10px 0;
	border: 0px solid #666;
	height: 52px; width: 52px;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.latest-post img:hover {}


/* Twitter
==========================*/
#twitter li {
	margin: 0 0 22px 0;
	padding: 0 0 0 25px;
	background: url(../images/twitter_widget_ico_01.png) no-repeat left 5%;
	font-size:13px;
}
#twitter b a {
	color: #707070;
	font-weight: normal;
	font-size:11px;
}

/* Flickr
==========================*/
.flickr_image {
  width: 53px;
  height: 53px;
  display: inline-block;
  margin: 0 14px 14px 0;
  overflow: hidden;
  padding: 0px;
  border: 0px solid #666;
  line-height: 0;
}

.flickr_image:hover {
}
.flickr_image img {
  height: 53px;
  width: 53px;
}

/* Social Icons
==========================*/
.social_div {
  float:left;
  width:30px;
  height:26px;
  margin-left:10px;
  display:table-cell; 
  vertical-align:middle;
  text-align:center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  behavior: url(css/PIE.htc);
  border:1px solid #21b6a8;
  padding-top:4px;
}
.social_div2 {
  float:right;
  width:30px;
  height:26px;
  margin-left:10px;
  display:table-cell; 
  vertical-align:middle;
  text-align:center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  behavior: url(css/PIE.htc);
  border:1px solid #000;
  padding-top:4px;
}
.facebook {
  color:#CECECE;
  text-decoration:none;
}
.facebook:hover  {
  color:#3B5998;
  text-decoration:none;
}
.twitter {
  color:#CECECE;
  text-decoration:none;
}
.twitter:hover {
  color:#32CEFF;
  text-decoration:none;
}
.linkedin {
  color:#CECECE;
  text-decoration:none;
}
.linkedin:hover {
  color:#4B9CBE;
  text-decoration:none;
}
.google {
  color:#CECECE;
  text-decoration:none;
}
.google:hover {
  color:#D64136;
  text-decoration:none;
}
.pinterest {
  color:#CECECE;
  text-decoration:none;
}
.pinterest:hover {
  color:#CB2027;
  text-decoration:none;
}

.facebook2 {
  color:#000;
  text-decoration:none;
}
.facebook2:hover  {
  color:#3B5998;
  text-decoration:none;
}
.twitter2 {
  color:#000;
  text-decoration:none;
}
.twitter2:hover {
  color:#32CEFF;
  text-decoration:none;
}
.linkedin2 {
  color:#000;
  text-decoration:none;
}
.linkedin2:hover {
  color:#4B9CBE;
  text-decoration:none;
}
.google2 {
  color:#000;
  text-decoration:none;
}
.google2:hover {
  color:#D64136;
  text-decoration:none;
}
.pinterest2 {
  color:#000;
  text-decoration:none;
}
.pinterest2:hover {
  color:#CB2027;
  text-decoration:none;
}




/* =============================================================== */
/* About us
================================================================ */
.about-us1 {
  transition: all 1s;  
  padding:20px; padding-bottom:5px;
  margin-bottom:20px;
  text-align:center;
}
.about-us1 h2 {font-size:16px;}
.i-icon {
  background:#fff;
  color:#21b6a8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  behavior: url(css/PIE.htc);
  display:table-cell; 
  vertical-align:middle;
  text-align:center;
  padding:10px; padding-top:25px;
  display: block;
  position:relative; 
  margin-left: auto; margin-right: auto;
  border:2px solid #F4F4F4;
}
.about-us1:hover {
  color:#ffffff;
}
.about-us1:hover h2 {
  color:#ffffff;
}
.about-us1:hover .i-icon {
 
  background:#fff;
  padding:10px; padding-top:25px;
  color:#177f75;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  behavior: url(css/PIE.htc);
  display:table-cell; 
  vertical-align:middle;
  text-align:center;
  display: block;
  position:relative; 
  
}
.sub-icon {width:80%; margin-left: auto; margin-right: auto;}







/* =============================================================== */
/* Last from blog
================================================================ */
.blog-last {
  transition: all 1s;  
  padding-bottom:5px; 
  background:#F4F4F4;
  margin-bottom:20px;
  text-align:left;
  border-bottom:1px dotted #21b6a8;
}
.blog-last-img {
  transition: all 1s;
  max-height:120px;
  overflow:hidden;
}
.blog-last h2 {
padding-left:20px; padding-right:20px;
font-size:14px;
padding-top:20px;
}
.blog-last p {
padding-left:20px; padding-right:20px;
}
.i-icon-blog {
  transition: all 1s;
  border: 2px solid #177f75;
  color:#21b6a8; 
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  behavior: url(css/PIE.htc);
  display:table-cell; 
  vertical-align:middle;
  text-align:center;
  margin-top:-45px;
  display: block;
  transition: all 1s; 
  padding:10px; padding-top:20px;
  position:relative; 
  margin-top:-100px;
  margin-left: auto; margin-right: auto;
  
}
.blog-last:hover  {
  transition: all 1s; 
  border-bottom:1px solid #177f75;
}
.blog-last:hover .i-icon-blog {
  border: 2px solid #21b6a8;
  background:none;
  padding:10px; padding-top:20px;
  color:#177f75;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  behavior: url(css/PIE.htc);
  display:table-cell; 
  vertical-align:middle;
  text-align:center;
  margin-top:-100px;
  display: block;
  transition: all 1s; 
}
.sub-icon-blog {width:80%;}






/* =============================================================== */
/* Services page
================================================================ */
.services-p1 {
  transition: all 1s;  
  margin-bottom:20px; padding:20px;
  text-align:center;
}

.services-p1 h2 {
font-size:16px;
}
.i-icon-services {
  margin-left: auto; margin-right: auto;
  border: 1px solid #177f75;
  color:#21b6a8; 
  background:#fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  behavior: url(css/PIE.htc);
  display:table-cell; 
  vertical-align:middle;
  text-align:center;
  display: block;
  transition: all 1s; 
  padding:10px;  padding-top:20px;
  position:relative; 
  
}
.services-p1:hover {
  
}
.services-p1:hover .i-icon-services {
  border: 1px solid #21b6a8;
  background:none;
  padding:10px; padding-top:20px;
  color:#177f75;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  behavior: url(css/PIE.htc);
  display:table-cell; 
  vertical-align:middle;
  text-align:center;
  display: block;
  transition: all 1s;  
  
}


/*style 2*/
.feature-services {margin: 0 0 10px 0;}
.feature-services-description {margin-left: 65px;}
.feature-services h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 34px;
}
.feature-services-circle {
	display: inline-block;
	width: 44px;
	height: 35px;
	text-align: center;
	padding: 4px; padding-top:13px;
	color: #fff;
	float: left;
	margin-top: 10px;
	background: #21b6a8;
	-webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  behavior: url(css/PIE.htc);
  
}

/*style 3*/
.services-p3 {
  padding-bottom:20px; 
  margin-bottom:20px; padding:0px;
}
.i-icon-services-p3 {
  color:#21b6a8; 
  text-align:center;
  padding:0px; 
}
.services-p3 h2 {
font-size:16px;
}
.sub-icon-services-p2 {width:80%}







/* =============================================================== */
/* Team
================================================================ */
.team-code {
  transition: all 1s;  
  padding-bottom:20px; 
  margin-bottom:20px;
  text-align:center;
  border: 1px solid #eee;
}
.team-code-img {
  transition: all 1s; 
  width: 100%;
  height: auto;
  margin-left: auto; margin-right: auto;
}
.team-code h2 {
margin-top:5px;
font-size:16px;
}
.team-code:hover {
}
.team-code:hover .team-code-img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  behavior: url(css/PIE.htc);
  transition: all 1s;  
}

.sub-icon-team {width:80%;  margin-left: auto; margin-right: auto;}




/* =============================================================== */
/* Alert Boxes
================================================================ */
.notification {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 15px;
	position: relative;
	
}
.notification p {margin: 0;}
.notification span {font-weight: bold;}
.notification.success {
	background-color: #EBF6E0;
	color: #5f9025;
	border: 1px solid #b3dc82;
	padding: 14px 18px;
	background-image: linear-gradient(bottom, #EBF6E0 0%, #F0FAE7 100%);
	background-image: -o-linear-gradient(bottom, #EBF6E0 0%, #F0FAE7 100%);
	background-image: -moz-linear-gradient(bottom, #EBF6E0 0%, #F0FAE7 100%);
	background-image: -webkit-linear-gradient(bottom, #EBF6E0 0%, #F0FAE7 100%);
	background-image: -ms-linear-gradient(bottom, #EBF6E0 0%, #F0FAE7 100%);
}
.notification.error {
	background-color: #ffe9e9;
	color: #de5959;
	border: 1px solid #fbc4c4;
	padding: 14px 18px;
	background-image: linear-gradient(bottom, #FFE9E9 0%, #FFF2F2 100%);
	background-image: -o-linear-gradient(bottom, #FFE9E9 0%, #FFF2F2 100%);
	background-image: -moz-linear-gradient(bottom, #FFE9E9 0%, #FFF2F2 100%);
	background-image: -webkit-linear-gradient(bottom, #FFE9E9 0%, #FFF2F2 100%);
	background-image: -ms-linear-gradient(bottom, #FFE9E9 0%, #FFF2F2 100%);
}
.notification.warning {
	background-color: #FBFADD;
	color: #8f872e;
	border: 1px solid #ded58a;
	padding: 14px 18px;
	background-image: linear-gradient(bottom, #FBFADD 0%, #FCFBE6 100%);
	background-image: -o-linear-gradient(bottom, #FBFADD 0%, #FCFBE6 100%);
	background-image: -moz-linear-gradient(bottom, #FBFADD 0%, #FCFBE6 100%);
	background-image: -webkit-linear-gradient(bottom, #FBFADD 0%, #FCFBE6 100%);
	background-image: -ms-linear-gradient(bottom, #FBFADD 0%, #FCFBE6 100%);
}
.notification.notice {
	background-color: #E9F7FE;
	color: #5091b2;
	border: 1px solid #b6d7e8;
	padding: 14px 18px;
	background-image: linear-gradient(bottom, #E9F7FE 0%, #F2FAFE 100%);
	background-image: -o-linear-gradient(bottom, #E9F7FE 0%, #F2FAFE 100%);
	background-image: -moz-linear-gradient(bottom, #E9F7FE 0%, #F2FAFE 100%);
	background-image: -webkit-linear-gradient(bottom, #E9F7FE 0%, #F2FAFE 100%);
	background-image: -ms-linear-gradient(bottom, #E9F7FE 0%, #F2FAFE 100%);
}






/* =============================================================== */
/* Drop cap
================================================================ */
.dropcap {
	background: #eaeaea;
	color: #777;
	display: inline-block;
	float: left;
	font-size: 23px;
	font-weight: 600;
	height: 36px;
	line-height: 36px;
	margin: 0 7px 0 0;
	text-align: center;
	width: 36px;
}



/* =============================================================== */
/* Pricing Styles
================================================================ */
.pricing .price-plan {
	position: relative;
	background: #ccc;
	margin-bottom:20px;
}
.pricing .price-plan.most-popular {
	background: #177f75;
	margin-bottom:20px;
}
.pricing .price-plan h2 {
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 4px;
	text-align: center;
	padding: 20px 0;
	margin: 0;
}
.pricing .price-plan h2:after {
	content: ' ';
	display: block;
	width: 222px;
	margin: 20px auto 0;
	height: 2px;
	background: white;
}
.pricing .price-plan .price {
	padding: 8px 0 30px 0;
}
.pricing .price-plan .price .inside {
	font-weight: 100;
	color: white;
	text-align: center;
	line-height: 100px;
	height: 100px;
}
.pricing .price-plan .price .inside .super {
	font-size: 24px;
	position: relative;
	top: -60px;
	left: -7px;
}
.pricing .price-plan .price .inside .amt {
	letter-spacing: -4px;
	font-size: 80px;
	margin-right: 6px;
	font-weight: 300;
	margin-left: -5px;
}
.pricing .price-plan .price .inside .sub {
	text-transform: uppercase;
	font-size: 17px;
	letter-spacing: 2px;
	margin-left: -5px;
}
.pricing .price-plan .info {
	text-align: center;
}
.pricing .price-plan .info p {
	font-size: 12px;
}
.pricing .price-plan .info ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}
.pricing .price-plan .info ul li {
	font-size: 15px;
	line-height: 50px;
	color: #696969;
	background: #f7f7f7;
	border-bottom: solid 1px #e9e9e9;
	text-align: center;
}

.pricing .price-plan .info ul li.feature-pages, .pricing .price-plan .info ul li.feature-bandwidth, .pricing .price-plan .info ul li.feature-storage, .pricing .price-plan .info ul li.feature-contributors {
	font-weight: bold;
	color: #222;
}
.pricing .price-plan .info ul li:first-child {
	padding-top: 10px;
}
.pricing .price-plan .info ul li:last-child {
	padding-bottom: 10px;
	
}
.pricing .price-plan-standard {
	margin-left: 0;
}
.pricing .price-plan-standard .bubble .inside {
	text-indent: 12px;
}
.pricing .price-plan-standard .bubble .inside .amt {
	margin-left: 3px;
}
.pricing .price-plan-unlimited {
	margin-left: 30px;
}
.pricing .price-plan-unlimited .bubble .inside {
	text-indent: 8px;
}
.pricing .get-started {
	padding-left: 60px;
	padding-top: 115px;
}
.pricing .get-started h2, .pricing .get-started p {
	font-size: 26px;
	font-weight: 300;
	line-height: 1.5em;
	margin: 0;
}
.pricing .get-started h2 {
	color: #1d1d1d;
}
.pricing .get-started p {
	color: #888;
}

.pricing .questions {
	padding: 90px 0 0 0;
	clear: both;
}
.pricing .questions .header h2 {
	background: #1d1d1d;
	padding: 30px 20px;
	color: white;
	font-weight: 100;
	font-size: 36px;
	display: block;
	width: auto;
	display: inline-block;
}
.pricing .questions h3 {
	color: #222;
	font-size: 16px;
	margin-top: 2em;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 24px;
	border-bottom: 2px solid;
	padding-bottom: 10px;
	margin-bottom: 0;
	display: inline-block;
}
.pricing .questions p {
	font-size: 14px;
	line-height: 24px;
	color: #777;
}
.pricing .questions .column {
	width: 450px;
	float: left;
}
.pricing .questions .column-first {
	margin-right: 60px;
}

	
.imgclient {padding:5px; border:1px solid #eee;}

.css3-shadow{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
}
/*==================================================
 * Drop shadow effect with box-shadow
 * ===============================================*/
.css3-shadow:after{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 40px rgba(0,0,0,0.8);
    box-shadow:0 0 40px rgba(0,0,0,0.8);
    bottom:0px;
    left:10%;
    right:10%;
    width:80%;
    height:50%;
    -moz-border-radius:100%;
    border-radius:100%;
}




#cycle-loader {
				height:32px;
				left:50%;
				margin:-8px 0 0 -8px;
				position:absolute;
				top:50%;
				width:32px;
				z-index:9999;
			}
			
			/*I want to avoid jumpiness as the JS loads, so I initially hide my cycle*/
			#maximage {
				display:none;/* Only use this if you fade it in again after the images load */
				position:fixed !important;
				z-index:0;
			}
			
			/*Set my gradient above all images*/
			#gradient {
				left:0;
				height:100%;
				position:absolute;
				top:0;
				width:100%;
				z-index:999;
				
			}
			
			/*Set my logo in bottom left*/
			
			#arrow_left, #arrow_right {
				bottom:30px;
				height:67px;
				position:fixed;
				right:30px;
				width:36px;
				z-index:1000;
			}
			#arrow_left {
				right:86px;
			}
			
			#arrow_left:hover, #arrow_right:hover {
				bottom:29px;
			}
			#arrow_left:active, #arrow_right:active {
				bottom:28px;
			}
			
			.in-slide-content { 
				color:#fff;
				float:left;
				font-weight:normal;
				left:0;
				max-width:600px;
				padding:20px;
				position:absolute;
				bottom:150px;
				padding-top:40px;
				z-index:9999; /* Show above .gradient */
				
				background:#000;
				background:rgba(0, 0, 0, 0.6);
			}
			.in-slide-content h3 { 
				color:#fff;
				font-weight:bold;
				font-size:20px;
				margin-bottom:5px;
			}
			.light-text {color:#fff; background:#58a623; padding:10px; padding-left:15px; padding-right:15px;}
			.smaller-text {font-size:30px;}
			.youtube-video, video {
				left:0;
				position:absolute;
				top:0;
			}