﻿/*
Theme Name: Flipit
Theme URI: http://www.fdthemes.com/flipit
Description: A Premium WordPress Theme Built For Touch.
Version: 1.1.270
Tags: threaded-comments, custom-menu
Author: FD Themes
Author URI: http://themeforest.net/user/fd_themes
License: GNU General Public License
License URI: License.txt
*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  /* Make inputs at least the height of their button counterpart */

  /* Makes inputs behave like true block-level elements */

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/*
==========================================
Theme Styles
==========================================
*/
/*
==========================================
Nav Collapsed Button Styles
==========================================
*/
@media (max-width: 979px) {
	.btn-flat {
	margin-top: 4px;
	cursor: pointer;
	background-color: #ffdd30;
	float:right;
	padding: 10px;
	}
}
@media (min-width: 980px) {
	.btn-flat {
display: none;
	}
}


.btn-flat .icon-bar {
  display: block;
  width: 18px;
  height: 3px;
  background-color: #fff;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.btn-flat .icon-bar + .icon-bar {
  margin-top: 3px;
}
.nav-collapse.collapse {
  height: auto;
}
/*-----------------------------*/
@media (min-width: 980px) {
	body {font-size: 100%;}
}
@media (max-width: 979px) {
	body {font-size: 80%;}

	h1{
		margin-left:0px;
	}
	h3{
		margin-left:0px;
	}

	address {
	margin-left:0px;
	}
}

h1{
line-height: 1em;
margin-bottom: 0.2em;
margin-left:0px;
}

h3{
	font-size: 1.9em;
	margin-bottom: 0.2em;
	padding-bottom: 10px;
	/* border-bottom: 1px solid #058BE6 ; */
}

.post_title h3 a{
border-bottom: 0px;
}

address {
margin-bottom:0px;
}






p{
font-size: 1em;
}


hr {
margin: 2em 0 2em 0;
}
/*
==========================================
Header
==========================================
*/
#header h1 {
  margin: 0 auto;
  text-align: center;
  color: #434343;
  font-size: 2.8125em;
}
#header h1 a {
  color: inherit;
}
#header h1 a:hover {
  text-decoration: none;
}
.logo_holder {
 float: left;
 margin-right: 30px;
}

@media (max-width: 979px) {
	.logo_holder {
	 margin-right: 0px;
	}
}

#header  {
	position: relative;
}


/*-----------------------------*/
/*
Nav Menu
---------------------------------------*/
.navbar {
	margin: 0;
	padding: 0;
}

.jqueryslidemenu ul {
  /* background-color: #000; */
  margin-bottom: -1px !important;
}
/*Top level list items*/
.jqueryslidemenu > ul > .current_page_item > a {
 /* background-color: #f2f2f2;
  background-image: -moz-linear-gradient(top, #f4f4f4, #f0f0f0);
  background-image: -ms-linear-gradient(top, #f4f4f4, #f0f0f0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#f0f0f0));
  background-image: -webkit-linear-gradient(top, #f4f4f4, #f0f0f0);
  background-image: -o-linear-gradient(top, #f4f4f4, #f0f0f0);
  background-image: linear-gradient(top, #f4f4f4, #f0f0f0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#f0f0f0', GradientType=0);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); */
  border-bottom: #ffca00 1px dotted;
}
.jqueryslidemenu > ul > .current-menu-parent > a,
.jqueryslidemenu > ul > .current_page_parent > a {
  /*background-color: #f2f2f2;
  background-image: -moz-linear-gradient(top, #f4f4f4, #f0f0f0);
  background-image: -ms-linear-gradient(top, #f4f4f4, #f0f0f0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#f0f0f0));
  background-image: -webkit-linear-gradient(top, #f4f4f4, #f0f0f0);
  background-image: -o-linear-gradient(top, #f4f4f4, #f0f0f0);
  background-image: linear-gradient(top, #f4f4f4, #f0f0f0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#f0f0f0', GradientType=0);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);*/
  border-bottom: #ffca00 1px solid;
}
/*Top level menu link items style*/
.jqueryslidemenu ul li a {
  text-decoration: none;
  font-size: 12px;
}
.jqueryslidemenu > ul > li:hover > a {
  /*background: #f8f8f8;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);*/
  border-bottom: #ffca00 1px solid;
  background-color: transparent;
}
.in .jqueryslidemenu > ul li:hover > a {
  /*background: #f8f8f8;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; */

  border-bottom: #ffca00 1px solid;
}
/*1st sub level menu*/
.jqueryslidemenu ul li ul {
  background: #fff;
  /*-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);*/
  border-top: #ffca00 1px solid;
  margin-top: -1px !important;
  padding: 0!important;
  list-style: none;
  display: none;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li {
  border-bottom: 1px solid #fff;
}
.in .jqueryslidemenu ul li ul li {
  border-bottom: none;
}
/* Sub level menu links style */
.jqueryslidemenu ul li ul li a {
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  padding: 0px 15px!important;
  color: #737373;
}
.jqueryslidemenu ul li ul li a:hover {
  /*sub menus hover style*/

  color: #737373;
  background: #f8f8f8;
}

.navPosition .navbar .nav, .navPositionleft .navbar .nav {
	float: left;
}
.navPositionright .navbar .nav {
	float: right;
}
@media (min-width: 980px) {
	.nav-collapse {
		height: auto !important;
	}
}

@media (max-width: 979px) {
	.navbar .nav {
		margin-top: 0px !important;
	}
	.navPositionright .navbar .nav, .navPosition .navbar .nav, .navPositionleft .navbar .nav
	{
		float: none;
	}
}


/*
End Nav Menu
---------------------------------------*/
/*
Social Nav
---------------------------------------*/

.nav_social {
margin: 33px 0px 0px 0px;
padding: 0px;

bottom: 20px;
right: 0px;
height: 40px;
list-style: none outside none;
}
	#header .nav_social {
		position: absolute;
	}

@media (max-width: 979px) {
	#header .nav_social {
		display: none;
	}
}
.navPositionright .nav_social {
	top: 5px;
}

.nav_social li {
  list-style-type: none;
  margin: 0 2px;
  margin-bottom: -10px;
  float: left;
}

.nav_social li a {
  display: block;
  color: white;
  padding: 5px 5px 3px;
  font-size: 18px
}
.nav_social li a span{
	display: block;
	margin: -4px 6px;
}

.nav_social li a{
	background-color: #858585;
}

.nav_social li.n_facebook {
  background-color: #3B5998;
}
.nav_social li.n_facebook a  span{
  background-position: -440px 0px;
}
.nav_social li.n_facebook:hover a {
}
.nav_social li.n_twitter {
  background-color: #33CCFF;
}
.nav_social li.n_twitter a span{
  background-position: -362px 0px;
}
.nav_social li.n_twitter:hover a {
  background-position: -362px -40px;
}
.nav_social li.n_dribbble  {
  background-color: #C5376D;
}
.nav_social li.n_dribbble a span{
  background-position: -320px 0px;
}
.nav_social li.n_dribbble:hover a {
  background-position: -320px -40px;
}
.nav_social li.n_flickr  {
  background-color: #FF0084;
}
.nav_social li.n_flickr a span{
  background-position: -400px 0px;
}
.nav_social li.n_flickr:hover a {
  background-position: -400px -40px;
}
.nav_social li.n_youtube {
  background-color: #C1302A;
}
.nav_social li.n_youtube a span{
  background-position: -240px 0px;
}
.nav_social li.n_youtube:hover a {
  background-position: -240px -40px;
}
.nav_social li.n_vimeo  {
  background-color: #1AB7EA;
}
.nav_social li.n_vimeo a span{
  background-position: -200px 0px;
}
.nav_social li.n_vimeo:hover a {
  background-position: -200px -40px;
}
.nav_social li.n_forrst  {
  background-color: #5B9A68;
}
.nav_social li.n_forrst a span{
  background-position: 0px 0px;
}
.nav_social li.n_forrst:hover a {
  background-position: 0px -40px;
}
.nav_social li.n_skype  {
  background-color: #00AFF0;
}
.nav_social li.n_skype a span{
  background-position: -280px 0px;
}
.nav_social li.n_skype:hover a {
  background-position: -280px -40px;
}
.nav_social li.n_google {
  background-color: #DD4B39;
}
.nav_social li.n_google a span{
  background-position: -80px 0px;
}
.nav_social li.n_google:hover a {
  background-position: -80px -40px;
}
.nav_social li.n_pinterest {
  background-color: #DD4B39;
}
.nav_social li.n_pinterest a span{
  background-position: -120px 0px;
}
.nav_social li.n_tumblr:hover a {
  background-position: -120px -40px;
}
.nav_social li.n_linkedin {
  background-color: #0073B2;
}
.nav_social li.n_linkedin a span{
  background-position: -160px 0px;
}
.nav_social li.n_linkedin:hover a {
  background-position: -160px -40px;
}
.nav_social li.n_rss {
  background-color: #FF6600;
}
.nav_social li.n_rss a span{
  background-position: -40px 0px;
}
.nav_social li.n_rss:hover a {
  background-position: -40px -40px;
}
.nav_social li a:hover {
  background-color: transparent!important;
}
/*
End Social Nav
---------------------------------------*/
.intro_holder h1 {
	margin-left: 225px;
}

.intro_holder p {
	margin-left: 225px;
}

@media (max-width: 979px) {
	.intro_holder h1 {
		margin-left: 0px;
	}

	.intro_holder p {
		margin-left: 0px;
	}
}

/*
==========================================
Content
==========================================
*/
.circle_service h3 {
  text-align: center;
  font-size: 1.375em;
  margin-bottom: 0.5em;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.circle_service .circle_icon {
  width: 12.5em;
  height: 12.5em;
  -webkit-border-radius: 7em;
  -moz-border-radius: 7em;
  border-radius: 7em;
  background-color: #e0dede;
  text-align: center;
  margin: 0 auto 0.625em auto;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.circle_service .circle_icon i {
  line-height: 1.8em;
  font-size: 7em;
  color: #fff;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.circle_service:hover h3 {
  color: #ffca00;
}
.circle_service:hover .circle_icon {
  background-color: #ffca00;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.circle_service:hover .circle_icon i {
  font-size: 10em;
  line-height: 1.3em;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}
/*
Read More Button
---------------------------------------*/
.read-more i {
  font-size: 0.84615384615385em;
  margin-left: 0.18181818181818em;
}
.read-more:hover i:before {
  text-decoration: none;
}
/*
==========================================
Latest Work (Home)
==========================================
*/
.latest_work {

}
.latest_work .work_post {
  text-align: center;
  margin-bottom: 30px;
  width: 100%
}
.latest_work .work_post a.work_img {
  display: block;
  margin: 0;
  position: relative;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.latest_work .work_post a.work_img img {
  width: 100%;
  margin: 0 auto -5px 0;
}
.latest_work .work_post a.work_img img.work_img_b {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.latest_work .work_post a.work_img i {
  position: absolute;
  top: 25%;
  left: 42%;
  font-size: 2em;
  line-height: 1.25em;
  color: #fff;
  font-weight: normal;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2), 0px 1px 0px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2), 0px 1px 0px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2), 0px 1px 0px rgba(0, 0, 0, 0.2) inset;
  background-color: rgba(0, 0, 0, 0.2);
  width: 1.25em;
  height: 1.25em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.latest_work .work_post a.work_img:hover i {
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  top: 40%;
}
.latest_work .work_post a.work_img:hover img.work_img_b {
  opacity: 1;
  filter: alpha(opacity=100);
}
.latest_work .work_post a.work_link {
  color: #ffffff;
  padding: 1.25em 1.8em;
  display: block;
  margin: 0;
  border-bottom: #fff 1px solid;
  font-weight: bold;
  font-size: 24px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  position: relative;
  overflow: hidden;
  text-align: left;
}
.latest_work .work_post a.work_link i {
  position: absolute;
  right: 15px;
  top: 110%;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.latest_work .work_post a.work_link:hover {
  text-decoration: none;
  color: #ffffff;
  opacity: 0.5;
}
.latest_work .work_post a.work_link:hover i {
  top: 32%;
}

.except_link a{
	color: #fff;
}

a.portfolio_link {
	font-size: 2em;
 color: #ffffff;
 text-align: left;
  /* padding: 1.25em 1.25em; */
  display: block;
  margin: 0 0 20px 0;
  line-height: 1.55em;
 /* border-bottom: #fff 1px solid; */
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  position: relative;
  overflow: hidden;
}

a.portfolio_link:hover {
  text-decoration: none;
  color: #ffffff;

}

.portfolio_link a i {
border: 3px black solid;
  position: absolute;
  width: 100%;
  height: 100%%;
  font-size: 3em;
  line-height: 1.25em;
  color: #fff;
  font-weight: normal;
/*
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
*/
  text-align: center;
}




/*
==========================================
Footer
==========================================
*/
.footer_wrap {

}

/*-----------Recent & Popular Posts Widget-----------------*/
.widget_recent_posts ul li,
.widget_popular_posts ul li {
  margin-bottom: 0.6em;
  min-height: 55px;
}
.widget_recent_posts ul li .recent-post-img,
.widget_popular_posts ul li .recent-post-img {
  position: relative;
  float: left;
  margin-right: 10px;
}
.widget_recent_posts ul li .recent-post-img a,
.widget_popular_posts ul li .recent-post-img a {
  display: block;
}
.widget_recent_posts ul li .recent-post-img span,
.widget_popular_posts ul li .recent-post-img span {
  box-shadow: 0 0px 1px rgba(255, 255, 255, 0.7) inset;
  -moz-box-shadow: 0 0px 1px rgba(255, 255, 255, 0.7) inset;
  -webkit-box-shadow: 0 0px 1px rgba(255, 255, 255, 0.7) inset;
  position: absolute;
  width: 50px;
  height: 50px;
  display: block;
  top: 1px;
  left: 1px;
}
.widget_recent_posts ul li .recent-post-img img,
.widget_popular_posts ul li .recent-post-img img {
  /*border: #000 1px solid;*/
}
.widget_recent_posts ul li h6,
.widget_popular_posts ul li h6 {
  font-weight: bold;
  font-size: 0.8695652173913em;
}
.widget_recent_posts ul li h6 a,
.widget_popular_posts ul li h6 a {
  color: #fff;
}
.widget_recent_posts ul li h6 a:hover,
.widget_popular_posts ul li h6 a:hover {
  text-decoration: none;
  color: #d7d7d7;
}
.widget_recent_posts ul li time,
.widget_popular_posts ul li time {
  font-size: 0.95652173913043em;
  color: #e0e0e0;
}
.widget_tn_holder {
	background-color:#ffcb00;
	width:50px;
	height:50px;
	color:#fff;
	line-height: 1.25em;
	font-size: 3.5em;
	text-align:center;

}
/*-----------Testimonials Widget-----------------*/
footer .widget_testimonials ul li {
  display: block;
}
footer .widget_testimonials ul li cite {
  color: #919090;
  padding-left: 25px;
  margin-top: 0.6em;
  display: block;
}
footer .widget_testimonials ul li cite a {
  color: #919090;
}
footer .widget_testimonials .testimonials_nav {
  float: right;
  position: relative;
}
footer .widget_testimonials .testimonials_nav a {
  width: 21px;
  height: 21px;
  display: block;
  text-indent: -9999px;
  float: left;
  margin-left: 10px;
}
footer .widget_testimonials .testimonials_nav a.prev {
  background-position: 0 -33px;
}
footer .widget_testimonials .testimonials_nav a.next {
  background-position: 0 -64px;
}
/*-----------Twitter Widget-----------------*/
footer .twitter_widget .twitter li {
  background-position: 0 center;
  padding-left: 27px;
  padding-bottom: 5px;
  padding-top: 5px;
}
footer .twitter_widget .twitter li a:hover {
  margin-left: 0;
}
/*-----------Contact Info Widget-----------------*/

.contact_info {
}

.contact_info .contact_info li {
  padding-left: 25px;
  list-style: none;
}

.contact_info .title {
	color: #7E7E7E;
	font-size: 15px;
}

.contact_info .address {
  	font-size: 15px;
}
.contact_info  .phone {
  font-size: 21px;
  margin-bottom: 20px;
}
.contact_info .email {
  font-size: 21px;
  line-height: 40px;
}

/*Quick Contact													*/
/*--------------------------------------------------------------*/

#footer {
	position: relative;
}

footer .quick_contact .form {
  position: relative;
}
footer .quick_contact .form input {
  width: 100%;
  height: 2.5em;
  border: none;
  outline: none;
  line-height: 2.5em;
  padding: 0 10px;
  color: #a5a4a4;
  margin: 5px 0;
  font-size: 0.75em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4) inset, 0 1px 0px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4) inset, 0 1px 0px rgba(255, 255, 255, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4) inset, 0 1px 0px rgba(255, 255, 255, 0.1);
  background: #2b2b2b;
  /* for non-css3 browsers */
  background: rgba(0, 0, 0, 0.25);
  /* for webkit browsers */

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
footer .quick_contact .form input#quick_name {
  margin-top: 0;
}
footer .quick_contact .form .error {
  border-bottom: #F00 2px solid;
}
footer .quick_contact .form span {
  top: 6px;
  position: absolute;
  left: 15px;
  color: #898888;
  font-size: 0.7em;
  margin: 0;
}
footer .quick_contact .form span.email-span {
  top: 46px;
}
footer .quick_contact .form textarea {
  height: 9.16666666666667em;
  width: 100%;
  font-size: 0.75em;
  border: none;
  outline: none;
  padding: 10px;
  margin: 5px 0;
  color: #a5a4a4;
  overflow: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4) inset, 0 1px 0px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4) inset, 0 1px 0px rgba(255, 255, 255, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4) inset, 0 1px 0px rgba(255, 255, 255, 0.1);
  background: #2b2b2b;
  /* for non-css3 browsers */
  background: rgba(0, 0, 0, 0.25);
  /* for webkit browsers */

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
footer .quick_contact .form .send {
  font-size: 0.70em;
  float: right;
  margin-top: 0.8em;
}
footer .name-error,
footer .email-error,
footer .comments-error {
  display: none;
  position: absolute;
  left: 175px;
}
footer .name-error {
  top: 13px;
}
footer .email-error {
  top: 47px;
}
footer .comments-error {
  top: 89px;
}
footer .mesage {
  color: #fff;
  text-shadow: 0 1px 0 #000000;
}

/*
==========================================
Sub Footer
==========================================
*/
.sub_footer{
 margin-bottom: 30px;
}

.sub_footer_wrap p {
  margin: 0;
	font-size: 0.7em;
}
.sub_footer_wrap a:hover {
  color: #ffffff;
  text-decoration: none;
}
/*-----------Sub Footer Menu-----------------*/
.sub_footer_menu {
  list-style: none;
  float: left;
  margin: 0;
  font-size: 11px;
}
.sub_footer_menu li {
  float: left;
  margin-left: 1em;
}
.sub_footer_menu li a {
  color: inherit;
}

.footer_left {
	float: left;
	margin-top: 5px;
	font-size: 11px;
}

.footer_left p {
  margin-left: 20px;
}

/*
==========================================
Blog & Pages
==========================================
*/
/*Post										*/
/*------------------------------------------*/
article {

}
.blog article {
  margin-bottom: 3em;
  padding-bottom: 1.8em;
  border-bottom: 1px dotted #DFDFDF;
}
.single article {

}
/*Page Title 								*/
/*------------------------------------------*/

.page_title {

}

.page_title section{
	display: inline;
}

@media (max-width: 979px) {
	.page_title {
	  margin-left: 0px;
	}
}
.page_title h1{
  color: #434343;
  font-weight: 800;
  font-size: 48px;
  /* width: 70%; */
}

.page_title h2{
  color: #434343;
  font-size: 31px;
	ine-height: 28px;
  /* width: 70%; */
}


.flip_more {
  color: #ffffff;

}
/*Breadcrumbs								*/
/*------------------------------------------*/

.home #breadcrumbs {
	display: none;
}

#breadcrumbs {
  float: right;
  font-size: 0.6875em;
}
#breadcrumbs a {
  font-size: inherit;
  color: #BCBBBB;
}
#breadcrumbs a:hover {
  text-decoration: none;
  color: #232323;
}
#breadcrumbs span {
  font-size: inherit;
  color: #BCBBBB;
}
/*Post Title 							*/
/*------------------------------------------*/
.post_title h3 {
  color: #4e4e4e;
}
.post_title h3 a {
  color: inherit;
}
.post_title h3 a:hover {
  color: #ffca00;
}

.offset1{
	margin-left: 53px;
	margin-top: -40px;
}

.offset1{
	margin-left: 53px;
	margin-top: -40px;
}

@media (max-width: 979px) {
	.offset1{
		margin-left: 45px;
		margin-top: -28px;
	}
}

.post_icon {
  width: 2.5em;
  height: 2.5em;
/*  -webkit-border-radius: 1.2em;
  -moz-border-radius: 1.2em;
  border-radius: 1.2em; */

  text-align: center;
  margin: -6px auto 0.625em 0;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.post_icon i {
  line-height: 2em;
  font-size: 1.375em;
  color: #fff;
}
.post_icon i.quote-icon {
  line-height: 1.2em;
  font-size: 3.3em;
}
.format-quote .post_title p {
  font-style: italic;
}
/*Image Post								*/
/*------------------------------------------*/
.img_post {
  display: block;
  margin-top: 4px;
  text-align: center;
}
.img_post img {
  max-width: 100%;
}
.img_post a {
  display: block;
  position: relative;
  text-align: center;
}
.img_post a img {
  max-width: 100%;
  margin-bottom: -4px;
}
.img_post a i {

  position: absolute;
  width: 100%;
  font-size: 1.75em;
  line-height: 1.25em;
  color: #fff;
  font-weight: normal;
  top: 41%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  text-align: center;
  left: -10%;
}
.img_post a:hover i {
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  top: 41%;
  left: 0%;
}

.img_post a i.hovericon {
top: 30%;
}
.img_post a:hover i div i.hovericon {
top: 30%;
}
@media only screen and (max-width: 768px) {
	.img_post a i.hovericon {
		top: 25%;
	}
	.img_post a:hover i div i.hovericon {
		top: 25%;
	}
}
@media only screen and (max-width: 480px) {
	.img_post a i.hovericon {
		top: 20%;
		font-size: 2em;
	}
	.img_post a:hover i div i.hovericon {
		top: 20%;
		font-size: 2em;
	}
}

.img_post a span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;

  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  opacity: 0;
  filter: alpha(opacity=0);
}
.img_post a:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
}
/*Metadata 									*/
/*------------------------------------------*/
.metadata {
  margin: 0.3125em 0  1.25em 0;
  overflow: hidden;
  border-bottom: 1px dotted #dfdfdf;
}
.metadata ul {
  margin: 0;
}
.metadata ul li {
  list-style: none;
  float: left;
  /*padding-left:22px;*/

  font-size: 0.6875em;
  margin: 0.72727272727273em 0;
  margin-right: 1.18181818181818em;
  color: #bdbdbd;
}
.metadata ul li i {
  margin-right: 0.45454545454545em;
  font-size: 1.18181818181818em;
}
.metadata ul li:hover i {
  color: #ffca00;
}
.metadata ul li a {
  color: #bdbdbd;
}
.metadata ul li a:hover {
  color: #ffca00;
  text-decoration: none;
}
.metadata ul li.meta_comments {
  float: right;
}
.metadata hr {
  margin: 0;
}


/*Fancy Tags for posts													*/
/*----------------------------------------------------------------------*/
ul.fancy_tags {
  margin-top: 15px;
  clear: both;
  margin-left: 0;
}
ul.fancy_tags li {
  display: inline-block;
  margin: 0 0.90909090909091em 0.90909090909091em 0;
  float: left;
  border: none;
  font-size: 0.6875em;
}
ul.fancy_tags li a {
  color: #4a4a4a;
  text-decoration: none;
  display: inline-block;
  padding: 3px 6px;
  font-weight: bold;
  outline: none;
}
ul.fancy_tags li a:hover {
  color: #fff;
  text-decoration: none;
}
ul.fancy_tags li a:active {
  color: #4a4a4a;
  text-decoration: none;
  background-color: #cfcfcf;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4) inset;
}
/*Social Buttons														*/
/*----------------------------------------------------------------------*/
.social_btns_e {
  height: 24px;
  margin: 10px 0;
}
.twitter_btn_single,
.fbk_btn_single,
.google_btn_single {
  height: 24px;
  float: left;
  width: 150px;
  position: relative;
  text-align: left;
}
.google_btn_single div {
  width: 70px!important;
}
.single-portfolio .fbk_btn_single {
  clear: left;
  margin-bottom: 10px;
}
.single-portfolio .twitter_btn_single {
  clear: left;
  margin-bottom: 10px;
}
.single-portfolio .google_btn_single {
  clear: left;
  margin-bottom: 10px;
}

.folio_desc {
  background-color:#058be6;
  margin-left: 0px;

  padding: 0 0 20px 20px;

}
.folio_desc h3{
  border: 0;
  color:#fff;
  padding: 30px 0px 10px 0px;
  margin-right: 20px;

}
.folio_desc p{
  color:#fff;
  font-size: 12px;
  margin-top: -5px;
  padding: 0 30px 10px 0px;

}
.folio_list {
  margin-left:0;
  list-style-type: none;
  list-style-image: none;
}

.folio_post {
  width:100%;
  margin-bottom:3%;
}

/*More Link 															*/
/*----------------------------------------------------------------------*/
.more-link {
  background-color: #ffca00;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-size: 0.84615384615385em;
  font-weight: bold;
  padding: 0.27272727272727em 0.54545454545455em;
}
.more-link:hover {
  color: #ffca00;
  background-color: #ffffff;
  text-decoration: none;
}
.more-link i {
  margin-left: 0.45454545454545em;
  font-weight: normal;
}
/*Edit Button															*/
/*----------------------------------------------------------------------*/
a.post-edit-link {
  background-color: #ffca00;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-size: 0.84615384615385em;
  font-weight: bold;
  padding: 0.27272727272727em 0.54545454545455em;
  margin: 10px 0px;
}
a.post-edit-link:hover {
  color: #ffca00;
  background-color: #ffffff;
  text-decoration: none;
}
/*Pagination															*/
/*----------------------------------------------------------------------*/
.pagination span.current {
  display: block;
  padding: 2px 9px;
  font-size: 0.6875em;
  font-weight: bold;
  color: #fff;
  float: left;
  text-align: center;
  margin-right: 15px;
}
.pagination a {
  display: block;
  padding: 2px 9px;
  font-size: 0.6875em;
  color: #fff;
  line-height: inherit;
  border: none;
  float: left;
  text-align: center;
  margin-right: 15px;
  font-weight: bold;
  background-color: #ffca00;
}
.pagination a:hover {
  color: #fff;
}
/*Simple Buttons														*/
/*----------------------------------------------------------------------*/
#respond #submit, .s_btn {
  background-color: #ffca00;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-size: 0.84615384615385em;
  font-weight: bold;
  padding: .8em 1em;
  border: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
#respond #submit:hover, .s_btn:hover {
  color: #ffca00;
  background-color: #ffffff;
  text-decoration: none;
}
.s_btn i {
  margin-left: 0.45454545454545em;
  font-weight: normal;
}
/*
==========================================
Post Quote
==========================================
*/
.post-quote .post_title blockquote {
  font-size: 1.125em;
}
.post-quote .post_title p {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
}
/*
==========================================
Post Image
==========================================
*/
.post-image .flex-container {
  margin-bottom: 0;
}
/*
==========================================
Sidebar
==========================================
*/
#sidebar {
  position: relative;
    font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
}
.left #sidebar {
  float: left;
}
/*
Widgets
--------------------------------
*/
#sidebar .widget {
  margin-bottom: 3.125em;
  position: relative;
  margin-left: 1.25em;
}
#sidebar #sidebar_mid div.bt {
  height: 1px;
}
#sidebar .widget h4 {
  position: relative;

  padding-bottom: 0.35714285714286em;
  margin-bottom: 0.8em;
}
#sidebar .widget h4 i {
   bottom: 4px;
   height: 3px;
   left: 4px;
   position: absolute;
   width: 5px;
   font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  display: none;
}

#sidebar .widget h4 i::before {
   content: "\f0dd";
}

#sidebar .widget ul,
#sidebar .widget ol {
  margin-left: 0px;
  margin-bottom: 0;
  font-size: 11px;
}
#sidebar .widget ol.flex-control-nav {
	font-size: 12px;
}
#sidebar .widget .pagenav,
#sidebar .widget .linkcat {
  list-style: none;
}
#sidebar .widget ul li {
  list-style: none;
  border-bottom: #DFDFDF 1px dotted;
}
#sidebar .widget ul li:first-child {
  border-top: none;
}
#sidebar .widget ul li > a {
  color: inherit;
  padding: 0.63636363636364em 0;
  display: block;

}

#sidebar .widget ul li > a:hover {
  color: #ffca00;
}

#sidebar .widget ul.slides li > a {
	padding: 0;
}

#sidebar .widget ul li ul {
  margin-left: 30px;
  margin-bottom: 0;
  margin-top: 0!important;
}
#sidebar .widget ul li ul {
  font-size: inherit;
}
#sidebar .widget ul li ul li:last-child {
  border-bottom: none;
}
#sidebar .widget ul li ul,
#sidebar .widget ul li ul li ul {
  display: none;
}
#sidebar .hasChildren span {
  float: right;
  background: url(images/sidebar_menu_arrow.png) no-repeat !important;
  width: 7px!important;
  height: 7px!important;
  margin-top: 5px;
}
/*
Twitter Widget
--------------------------------
*/
#sidebar .twitter_widget ul li {
  margin-bottom: 20px;
  min-height: 20px;
  padding: 5px 0px 5px 5px;
  border: none;
}

#sidebar .twitter_widget ul li i.icon-twitter {
	font-size: 21px;
	color: #CCCCCC;
}

#sidebar .twitter_widget ul li:last-child {
  margin-bottom: 0px;
}
#sidebar .twitter_widget ul li a {
  display: inline;
  background: none!important;
  padding: 0!important;
}
/*
Ad Widget
--------------------------------
*/
#sidebar .ad_125 h4 {
  margin-bottom: 17px;
}
#sidebar .ad_125 a {
  margin: 4px;
  display: inline-block;
}
#sidebar .ad_125 a:hover img {
  opacity: 0.8;
}
/*
Recent Comments Widget
--------------------------------
*/
#sidebar .widget_recent_comments ul#recentcomments {
  margin-top: 17px;
}
#sidebar .widget_recent_comments ul li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border: none;
  color: #737373;
	border-bottom: #DFDFDF 1px dotted;
}
#sidebar .widget_recent_comments ul li a {
  display: inline;
  background: none;
  padding: 0;
  color: #434343;
}
/*
Tag Widget
--------------------------------
*/
#sidebar .widget_tag ul.wp-tag-cloud {
  margin-top: 20px;
}
#sidebar .widget_tag ul li {
  display: inline-block;
  margin: 0 0.90909090909091em 0.90909090909091em 0;
  float: left;
  border: none;
}
#sidebar .widget_tag ul li a {
  background-color: #dcdcdc;
  display: inline-block;
  padding: 3px 6px;
  color: #7f7f7f;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.3);
  outline: none;
  font-size: 11px!important;
}
#sidebar .widget_tag ul li a:hover {
  color: #4a4a4a;
  text-decoration: none;
  background-color: #cfcfcf;
  -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2) inset;
}
#sidebar .widget_tag ul li a:active {
  color: #4a4a4a;
  text-decoration: none;
  background-color: #cfcfcf;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4) inset;
}
/*
Subscribe & Twitter Buttons Widget
--------------------------------
*/
#sidebar .rss_tw_btn a.suscribe_btn {
  background: url(images/suscribe_btn.png) no-repeat;
  display: block;
  width: 122px;
  height: 32px;
  float: left;
  margin-right: 8px;
}
#sidebar .rss_tw_btn a.twitter_btn {
  background: url(images/twitter_btn.png) no-repeat;
  display: block;
  width: 122px;
  height: 32px;
  float: left;
  text-indent: -999em;
}
#sidebar .rss_tw_btn a:hover {
  opacity: 0.9;
}
.rss_tw_btn a.suscribe_btn {
  background: url(images/suscribe_btn.png) no-repeat;
  display: block;
  width: 122px;
  height: 32px;
  float: left;
  margin-right: 10%;
  text-indent: -999em;
}
.rss_tw_btn a.twitter_btn {
  background: url(images/twitter_btn.png) no-repeat;
  display: block;
  width: 122px;
  height: 32px;
  float: left;
}
.rss_tw_btn a:hover {
  opacity: 0.9;
}
/*
Search Widget
--------------------------------
*/
.widget_search {
  position: relative;
}
.widget_search #s {
  background: #fafafa;
  border: 1px solid #dfdfdf;
  width: 100%;
  height: 30px;
  display: block;
  padding: 0 40px 0 10px;
  line-height: 32px;
  color: #858585;

  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 0px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 0px rgba(255, 255, 255, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 0px rgba(255, 255, 255, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.widget_search #s:focus {
  background: #f2f2f2;
}
.widget_search #searchsubmit {
  background: url(images/search_btn.png) no-repeat;
  border: none;
  width: 17px;
  height: 17px;
  display: block;
  text-indent: -9999px;
  position: absolute;
  right: 15px;
  top: 7px;
  cursor: pointer;
  line-height: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/*
Calendar Widget
--------------------------------
*/
/*http://johnsardine.com/download/dl-html-css/pretty-little-calendar-css3/*/
#wp-calendar {
  color: #666;
  font-size: 12px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}
#wp-calendar a {
  color: #467b89;
}
#wp-calendar caption {
  background: #383838;
  color: #e0e0e0;
  font-size: 14px;
  padding: 10px 0;
  text-align: center;
  text-shadow: 0 -1px 0 #000000;
  -webkit-box-shadow: inset 0 1px 0 #484848, 0 -1px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 1px 0 #484848, 0 -1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 0 #484848, 0 -1px 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #373737;
  z-index: -99;
}
#wp-calendar thead th {
  font-size: 8px;
  padding: 5px 0;
  color: #666;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid #bbbbbb;
  background: #f7f7f7;
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#f1f1f1));
  background: -moz-linear-gradient(top, #f7f7f7, #f1f1f1);
}
#wp-calendar tbody td {
  color: #666;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  padding: 8px;
  text-align: center;
  font-weight: bold;
  border: 1px solid;
  border-color: #fff #bbbbbb #bbbbbb #fff;
  background: #ededed;
  background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#dedede));
  background: -moz-linear-gradient(top, #ededed, #dedede);
}
#wp-calendar tbody td.pad {
  background: #f5f5f5;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#ececec));
  background: -moz-linear-gradient(top, #f5f5f5, #ececec);
}
#wp-calendar tfoot {
  color: #e0e0e0;
  font-size: 12px;
  text-align: center;
}
#wp-calendar tfoot tr {
  background: #f5f5f5;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#ececec));
  background: -moz-linear-gradient(top, #f5f5f5, #ececec);
}
#wp-calendar tfoot td {
  padding: 10px 10px;
}
#wp-calendar tfoot a {
  color: #666;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
#wp-calendar tfoot td#prev {
  text-align: left;
}
#wp-calendar tfoot td#next {
  text-align: right;
}
#wp-calendar #today {
  color: #fff;
  border: 1px solid #467b89;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  background: #6eafbf;
  background: -moz-radial-gradient(50% 50% 0deg, ellipse cover, #6eafbf, #569eb1);
  background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 20, from(#6eafbf), to(#569eb1));
}
/*
Post Tabs Widget
--------------------------------
*/
.nav-tabs > li > a {
padding-top: 8px;
padding-bottom: 8px;
line-height: 1.25em;
background-color: #f9f9f9;
border: 1px solid transparent;
  border-bottom: 1px solid #EBEBEB;
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
}
.widget_post_tabs ul li {
  border-bottom: none!important;
  outline: none;
}
.widget_post_tabs ul li > a {
  padding: 8px 12px!important;
  outline: none;
}
.widget_post_tabs .nav-tabs {
  border-bottom: 1px solid #EBEBEB;
}
.widget_post_tabs .nav-tabs > .active > a {
  font-weight: bold;
  background-color: #fff;
  border-color: #EBEBEB #EBEBEB transparent;
}
.widget_post_tabs .nav-tabs > a {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.widget_post_tabs .tab-content {
  padding: 1em 0.625em 0 0.625em;
  background-color: #fff;
  border: 1px solid #EBEBEB;
  border-top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.widget_post_tabs .tab-content ul li,
.widget_popular_posts ul li {
  margin-bottom: 0.6em;
  min-height: 5.45454545454545em;
}
.widget_post_tabs .tab-content ul li .recent-post-img,
.widget_popular_posts ul li .recent-post-img {
  position: relative;
  float: left;
  margin-right: 10px;
}
.widget_post_tabs .tab-content ul li .recent-post-img a,
.widget_popular_posts ul li .recent-post-img a {
  display: block;
  padding: 0!important;
}
.widget_post_tabs .tab-content ul li h6,
.widget_popular_posts ul li h6 {
  font-size: 0.8695652173913em;
}
.widget_post_tabs .tab-content ul li h6 a,
.widget_popular_posts ul li h6 a {
  color: #575757;
  padding: 0;
}
.widget_post_tabs .tab-content ul li h6 a:hover,
.widget_popular_posts ul li h6 a:hover {
  text-decoration: none;
  color: #000;
}
.widget_post_tabs .tab-content ul li time,
.widget_popular_posts ul li time {
  font-size: 0.95652173913043em;
  color: #909090;
}
/*===========================================================================*/
/*Auhtor																	 */
/*===========================================================================*/
.author_link {

 text-transform:capitalize;
}
/*===========================================================================*/
/*Comments																	 */
/*===========================================================================*/
#comments h4 {
  font-size: 1.2em;
}
.commentlist {
  margin-left: 0;
}
#comments ol.commentlist li {
  list-style: none;
  margin-bottom: 50px;
}
#comments .comment {
  margin-bottom: 40px;
}
#comments .comment-author {
  /*text-align: center; */
}
#comments .comment-author div.inner-gravatar {



  /* for non-css3 browsers */

  position: relative;

  width: 50px;
  height: 50px;
  margin: 0 ;
  overflow: hidden;
  /*
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;*/
}

.avatar{
  position: relative;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  overflow: hidden;
  /*
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  */
  }

#comments .comment-author div.inner-gravatar div {

  width: 80px;
  height: 80px;
  z-index: 10;
  position: absolute;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
#comments .comment-author img {
  z-index: 5;
}
#comments .comment-author cite {
  font-weight: bold;
  margin-top: 4px;
  display: block;
  font-size: 0.75em;
  display: block;
}
#comments .comment-author cite,
#comments .comment-author cite a {
  color: #757575;
  font-weight: normal;
}
#comments .comment-author .comment-meta a {
  color: #aeaeae;
  font-size: 10px;
}

ol.commentlist li .comment-entry {
  /*border:#c5c5c5 1px solid;*/

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px ;
  margin: 0;
  text-shadow: 0 1px 0 #fff;
  background: #f1f0f0;
  /* for non-css3 browsers */

  position: relative;
}
ol.commentlist li .comment-entry div.inner-comment {
  padding: 29px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.ie8 ol.commentlist li .comment-entry,
.ie7 ol.commentlist li .comment-entry {
  float: right;
  border: #cacaca 1px solid;
  margin: 0;
  background-color: #f3f3f3;
  /* for non-css3 browsers */

  position: relative;
}
ol.commentlist .comment-entry span.arrow_comment {
  display: block;
  position: absolute;
  width: 31px;
  height: 28px;
  top: 17px;
  left: -22px;
}
.ie7 ol.commentlist .comment-entry span.arrow_comment,
.ie8 ol.commentlist .comment-entry span.arrow_comment {
  background: none;
}
.comment-meta {
  float: left;
  margin-left: 10px;
  margin-top: 5px;
  font-size: 11px;
  color: #c3c3c3;
}
.comment-meta a {
  font-size: 11px;
  color: #c3c3c3;
}
.comment-meta a:hover {
  text-decoration: underline;
}
.reply {
  float: right;
  clear: right;
}
.comment-reply-link {
  width: 54px;
  height: 23px;
  display: block;
  color: #7e7e7e;
  font-size: 11px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  margin: 10px 0;
  line-height: 20px;
}
#comments ul.children {
  margin-left: 25px;
  margin-top: 20px;
  margin-bottom: 10px;
}
/*===========================================================================*/
/*Comments	Form															 */
/*===========================================================================*/
#respond h4 {
  font-size: 1.2em;
}
#respond .input {
  margin: 10px 15px 10px 0;
}
#respond .l_input {
  margin-right: 0;
}
#respond input {
  font-size: inherit;
}
#respond .input-prepend {
	display: inline-block;
	margin-left: 23px;
	margin-bottom: 10px;
}

#respond .input-xlarge {
	margin-bottom: 0px;
}

@media (max-width: 767px)
{
	#respond .input-xlarge {
		width: 250px;
	}
}


#respond input:focus {
  outline: none;
  -webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.3) inset;
  background: #fafafa;
}
#respond label {
  color: #8c8b8b;
  font-size: 13px;
  margin-bottom: 5px;
  display: inline-block;
}
#respond textarea {
  min-width: 296px;
  height: 150px;
}
#respond textarea:focus {
  outline: none;
  -webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.3) inset;
  background: #fafafa;
}
#respond .add-on {
  color: #fff;
  background-color: #ffca00;
  border-color: #ffca00;
  text-shadow: none;
}
#respond .form-actions {
  background-color: transparent;
  border: none;
}
/*
#respond #submit-respond{
	width:130px;
	height:32px;
	color:#7e7e7e;
	cursor:pointer;
	display:block;
	line-height:30px;
	font-size:12px;
	text-align:center;
	box-shadow:none;
	background: #ebeaea;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E0E0E0));
	background: -moz-linear-gradient(top,  #FFFFFF,  #E0E0E0);
	background: -o-linear-gradient(top, #FFFFFF, #E0E0E0);
    border-color: #CCCCCC #CCCCCC #AAAAAA;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 1px #FFFFFF inset,  0 1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow:  0 0 1px #FFFFFF inset,  0 1px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow:  0 0 1px #FFFFFF inset,  0 1px 0 rgba(0, 0, 0, 0.1) ;
    font-weight: bold;
    text-shadow: 0 0 0 transparent, 0 1px 0 #FFFFFF;
}
*/
#respond #submit {
  font-size: 0.75em;
}
/*===========================================================================*/
/*Portfolio																	 */
/*===========================================================================*/
.page-template-portfolio-3columns-php header,
.page-template-portfolio-2columns-php header,
.page-template-portfolio-4columns-php header,
.page-template-portfolio-1column-php header {
  margin-bottom: 0;
}
.portfolio_page h2 {
  margin-bottom: 25px;
}
/*
Sort Buttons
--------------------------------
*/
ul.source {
  margin-bottom: 1.25em;
  margin-left: 0;
  overflow: hidden;
}
ul.source li {
  display: inline;
  margin-right: 15px;
  position: relative;
  float: left;
}
ul.source li a {
  display: block;
  color: #929292;

  font-size: 0.6875em;
  font-weight: bold;
  padding: 0.27272727272727em 0.54545454545455em;
  outline: none;
}
ul.source li a:hover {
  color: #ffca00;
}
ul.source li.active a {
  background-color: #ffca00;
  color: #fff;
}
ul.source li.active a:hover {
  color: #ffca00;
  background-color: #ffffff;
  text-decoration: none;
}
/*-----------------------------*/
ul.portfolio_items {
  display: block;
  letter-spacing: -4px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  word-spacing: -4px;
}
ul.portfolio_items li {
  list-style: none;
  display: inline-block;
  letter-spacing: normal;
  padding: 0;
  position: relative;
  vertical-align: top;
  word-spacing: normal;
  float: none!important;
}
ul.portfolio_items li .portfolio_img_wrap {
  position: relative;
}
ul.portfolio_items li a.portfolio_img {
  position: relative;
  clear: both;
  z-index: 1;
  display: block;
}
ul.portfolio_items li .portfolio_img span {
  position: absolute;
  display: none;
  z-index: 10;
  top: 0px;
  left: 0px;
}
ul.portfolio_items li a.portfolio_img img {
  position: relative;
  width: 100%;
  margin-bottom: -3px;
}
/*
#content .portfolio_items a.more-link:hover{
	color:#656565;
	text-decoration:none;
}
*/
#content .portfolio_items .portfolio_info p {
  color: #AAAAAA;
}
/*1 Column-------------------------------------------------------*/
ul.portfolio1 li {
  margin-bottom: 30px;
}
/*2 Columns-------------------------------------------------------*/
ul.portfolio2 li {
  margin-bottom: 30px;
  width: 542px;
  margin-right: 3%;
}
/*3 Columns-------------------------------------------------------*/
ul.portfolio3 li {
  margin-bottom: 30px;
  width: 370px;

}
/*4 Columns-------------------------------------------------------*/
ul.portfolio4 li {
  margin-bottom: 20px;
  width: 257px;
  margin-right: 3%;
}
/* Single Portfolio-------------------------------------------------------*/
.single-portfolio .img_post a {
  display: block;
}
.single-portfolio .img_post a img {
  width: 100%;
}
/*
==========================================
Masonry
==========================================
*/
#masonry_container {
  margin: 0 auto;
}
.masonry_item {
  width: 290px;
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
  background-color: #f1f1f1;
}
.masonry_item .masonry_desc {
  padding: 15px;
  border-bottom: 2px solid #ffca00;
}
.masonry_item .masonry_desc h4 {
  color: #575757;
  margin-bottom: 0.3em;
}
/*===========================================================================*/
/*About Us																	 */
/*===========================================================================*/
.about_us .person_item img {
  max-width: 100%;
}
/*===========================================================================*/
/*Default Images Classes													 */
/*===========================================================================*/
.sticky,
.bypostauthor,
.gallery-caption {
  display: normal;
}
.alignnone {
  margin: 1em 0.2em 1em 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: .5em auto;
}
.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
.aligncenter {
  display: block;
  margin: 1em auto;
}
img,
img[class*="align"],
img[class*="wp-image-"] {
  max-width: 100%;
  height: auto;
}
img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
img.alignright {
  margin-left: 1em 0 1em 1em;
}
img.alignleft {
  margin: 1em 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin: 1em auto;
}
img#wpstats {
  display: block;
  margin: 0 auto;
}
img[class*="align"],
img[class*="wp-image-"],
.gallery .gallery-icon img {
  border: none;
}
.wp-caption {
  margin-bottom: 1em;
  margin-left: 0;
  max-width: 96%;
  text-align: center;
}
.wp-caption img {
  display: block;
  margin: 0 auto;
}
.wp-caption-text {
  position: relative;
  font-size: .8em;
}
/*===========================================================================*/
/*Defaul WP Gallery															 */
/*===========================================================================*/
.gallery {
  margin: 0 auto;
}
.gallery .gallery-item {
  margin: 0;
  float: left;
  text-align: center;
  width: 29%!important;
  margin-left: 7px;
  margin-right: 7px;
}
.gallery a img {
  border: none;
}
.gallery-columns-4 .gallery-item {
  width: 21%!important;
  margin-left: 7px;
  margin-right: 7px;
}
.gallery-columns-4 .gallery-item img {
  height: auto;
}
@media only screen and (max-width: 480px) {
  .gallery-columns-2 .gallery-item {
    width: 50%;
  }
  .gallery-columns-2 .gallery-item img {
    width: 100%;
    height: auto;
  }
}
/*
==========================================
Global Styles
==========================================
*/
/*
.box_b {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  /*padding: 5px;
  margin-bottom: 0.6em;
  border: 4px solid #fff !important;
}
*/
.cool_divider {

  margin: 2em 0;
}
.i_medium {
  font-size: 150%;
}
.i_large {
  font-size: 250%;
}
.table {
  font-size: 0.8125em;
}
.list_icons {
  list-style: none outside none;
  margin-left: 0px;
  font-size: 13px;
}
.title_underline {
  position: relative;
  border-bottom: 1px solid #ffca00;
  margin-bottom: 0.8em;
  padding-bottom: 0.357143em;
}
.title_underline i {
  bottom: -4px;
  height: 3px;
  left: 48%;
  position: absolute;
  width: 5px;
}
/*More Link 															*/
/*----------------------------------------------------------------------*/
.simple_btn {
  background-color: #ffca00;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-size: 0.6875em;
  font-weight: bold;
  padding: 0.27272727272727em 0.54545454545455em;
}
.simple_btn:hover {
  color: #ffca00;
  background-color: #ffffff;
  text-decoration: none;
}
.simple_btn i {
  margin-left: 0.45454545454545em;
  font-weight: normal;
}
/*Tabs Bootstrap														*/
/*----------------------------------------------------------------------*/
.ql_tabs a {
  outline: none;
}
/*
// LARGE DESKTOP & UP
// ------------------
*/
@media (min-width: 1200px) {
  .jqueryslidemenu ul li ul.children {
    display: none;
  }
  .flexslider .slides li img {
    width: 100%;
  }
  /*
  	Audio Player
  	==========================================
  	*/
  .AudioPlayerV1 {
    width: 670px!important;
  }
  .APV1_container {
    width: 473px!important;
  }
  /*
  	Video Player
  	==========================================
  	*/
  .format-video #post_video {
    height: 376px;
  }
}
/*
// LPortrait tablet to landscape and desktop
// ------------------
*/
@media (min-width: 979px) and (max-width: 1199px) {
  /*
  	Audio Player
  	==========================================
  	*/
  .AudioPlayerV1 {
    width: 540px!important;
  }
  .APV1_container {
    width: 343px!important;
  }
  /*
  	Video Player
  	==========================================
  	*/
  .format-video #post_video {
    height: 303px;
  }
  /*2 Columns-------------------------------------------------------*/
  ul.portfolio2 li {
    width: 434px;
    margin-right: 3%;
  }
  /*3 Columns-------------------------------------------------------*/
  ul.portfolio3 li {
    width: 283px;
  }
  /*4 Columns-------------------------------------------------------*/
  ul.portfolio4 li {
    width: 206px;
  }
}
@media (min-width: 768px) and (max-width: 978px) {
  /*
  	Video Player
  	==========================================
  	*/
  .format-video #post_video {
    height: 232px;
  }
  /*2 Columns-------------------------------------------------------*/
  ul.portfolio2 li {
    width: 332px;
    margin-right: 3%;
  }
  /*3 Columns-------------------------------------------------------*/
  ul.portfolio3 li {
    width: 216px;
  }
  /*4 Columns-------------------------------------------------------*/
  ul.portfolio4 li {
    width: 159px;
  }
}
/*
// Landscape phone to portrait tablet
// ------------------
*/
@media (min-width: 481px) and (max-width: 767px) {

.sub_footer  .span3{


}

.folio_desc {
  padding-left: 30px;
  margin-left: 20px;


}
  /*
  	Content
  	--------------------------------
  	*/
  .circle_service .circle_icon {
    height: 9em;
    width: 9em;
    -webkit-border-radius: 4.5em;
    -moz-border-radius: 4.5em;
    border-radius: 4.5em;
  }
  .circle_service .circle_icon i {
    font-size: 5em;
    line-height: 1.9em;
  }
  .circle_service:hover .circle_icon i {
    font-size: 7em;
    line-height: 1.3em;
  }

  /*
  	Sidebar
  	--------------------------------
  	*/
  #sidebar .widget {
    margin-left: 0em;
  }
  /*
  	Video Player
  	==========================================
  	*/
  .format-video #post_video {
    height: 370px;
  }
  /*2 Columns-------------------------------------------------------*/
  ul.portfolio2 li,
  ul.portfolio3 li,
  ul.portfolio4 li {
    width: 100%;
    margin-right: 0;
  }
}
/*
// Landscape phones and down
// ------------------
*/
@media (max-width: 480px) {
  /*
  	Content
  	--------------------------------
  	*/
  .circle_service .circle_icon {
    height: 9em;
    width: 9em;
    -webkit-border-radius: 4.5em;
    -moz-border-radius: 4.5em;
    border-radius: 4.5em;
  }
  .circle_service .circle_icon i {
    font-size: 5em;
    line-height: 1.9em;
  }
  .circle_service:hover .circle_icon i {
    font-size: 7em;
    line-height: 1.3em;
  }

  /*
  	Sidebar
  	--------------------------------
  	*/
  #sidebar .widget {
    margin-left: 0em;
  }
  /*
  	Audio Player
  	==========================================
  	*/
  .AudioPlayerV1 {
    width: 359px!important;
  }
  .APV1_container {
    width: 162px!important;
  }
  /*
  	Video Player
  	==========================================
  	*/
  .format-video #post_video {
    height: 201px;
  }
  /*2 Columns-------------------------------------------------------*/
  ul.portfolio2 li,
  ul.portfolio3 li,
  ul.portfolio4 li {
    width: 100%;
    margin-right: 0;
  }
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.quote_cite {
margin-top: -0.5em;
			margin-bottom: 0.4em;
			padding-bottom: 25px;
	border-bottom: 1px solid;
}
/** FLIP STATS **/
.flip_stats {
	/* border-top: 1px dotted #dfdfdf; */
	/* border-bottom: 1px dotted #dfdfdf; */
	display: block;
	float: none;
	clear: both;
	padding: 20px 0 0px 0;
}
.flip_stats ol, .flip_stats ul {
	list-style: none;
	margin-left: 0;
}

.flip_stats li {
	display: inline-block;
	font-size: 15px;
	line-height: 18px;

	text-transform: uppercase;
	position: relative;
}

.flip_stats li a {
	color: #ffffff;
	font-size: 14px;
	vertical-align: baseline;
}

.flip_stats li a {
-webkit-transition: color .2s;
-moz-transition: color .2s;
-o-transition: color .2s;
-ms-transition: color .2s;
transition: color .2s;
}

.flip_stats li a {
	margin-right: 10px;
}

.flip_stats li a: hover {
	color:#ffdd30;
}

.flip_stats li em {
	font-weight: 300;
	font-size: 18px;
	display: inline-block;
	margin-right: 3px;
	text-align: right;
	/* color:#ffdd30;*/
	opacity: 0.75;
}

.flip_stats li.like-count .facebook-like {
	display: none;
	width: 71px;
	height: 47px;
	position: absolute;
	background: transparent url(images/like-box-top.png) no-repeat;
	z-index: 100;
	border-top: none;
	top: -21px;
	right: -88px;
	padding: 22px 10px 10px 20px;
}

.flip_tweets strong{
	font-style: normal;
	font-size: 20px;
	display: inline-block;
	margin-right: 3px;
	text-align: right;
}








/** STATS **/
.stats {
	border-top: 1px dotted #dfdfdf;
	/* border-bottom: 1px dotted #dfdfdf; */
	display: block;
	float: none;
	clear: both;
	margin: 15px 0 32px 0;
	padding: 20px 0 0px 0;
}
.stats ol, .stats ul {
	list-style: none;
	margin-left: 0;

}

.stats li {
	display: inline-block;
	font-size: 15px;
	line-height: 18px;
	margin-right: 13px;
	color: 	#999;
	text-transform: uppercase;
	position: relative;
	border-bottom: 1px dotted #dfdfdf;
}

.stats li a {
	color: #4e4e4e;
	font-size: 10px;
	vertical-align: baseline;
}

.stats li a {
-webkit-transition: color .2s;
-moz-transition: color .2s;
-o-transition: color .2s;
-ms-transition: color .2s;
transition: color .2s;
}

.stats li a {
	margin-right: 14px;
}

.stats li em {
	font-style: normal;
	font-size: 20px;
	display: inline-block;
	margin-right: 3px;
	text-align: right;
}


.stats li.like-count .facebook-like {
	display: none;
	width: 71px;
	height: 47px;
	position: absolute;
	background: transparent url(images/like-box-top.png) no-repeat;
	z-index: 100;
	border-top: none;
	top: -21px;
	right: -88px;
	padding: 22px 10px 10px 20px;
}

.tweets strong{
	font-style: normal;
	font-size: 20px;
	display: inline-block;
	margin-right: 3px;
	text-align: right;
}

.team_members {
margin: 15px 0 -30px 0;
}

.stat {
  padding: 1em 1em 1.5em 1em;
  background-color:#ffdd30;
  text-align: center;
}
@media (max-width: 767px) {
	.stat {
	  margin-bottom: 10px;
	}
}

.stat .fact {
  font-size:4em;
 line-height: 1.25em;
  color: #fff;
	display: block;
}

.stat i {
text-transform: uppercase;
 font-size: 1em;
 line-height: 0.25em;
 color:#fff;
 font-face: 'Oswald';
}

.icon_holder_feat {
	background-color:#ffcb00;
	width:50px;
	height:50px;
	color:#fff;
	line-height: 1.75em;
	font-size: 30px;
	text-align:center;
	margin-bottom: 10px;
}
.icon_holder_acc {
	background-color:#ffcb00;
	width:50px;
	height:50px;
	color:#fff;
	line-height: 1.75em;
	font-size: 30px;
	text-align:center;
	margin-bottom: 10px;
}

input, textarea, .uneditable-input {
	padding: 10px;
	width: 100%;
	height: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#searchform {
	position: relative;
}

#respond #submit, .s_btn{

    -webkit-transition: 0;
	-moz-transition: 0;
	-o-transition: 0;
	transition: 0;

	border: none;
	position: relative;

	color: #fff;


	text-transform: uppercase;


	font-size: 0.75em;

	padding-top: 11px;
	padding-bottom: 10px;
	padding-left: 35px;
	padding-right: 35px;

}

/* On hover */
#respond #submit:hover, .s_btn:hover{
	cursor: pointer;
	text-decoration: none;
}

/* On click */
.s_btn:active{

}

/*Contact 7 Styling*/
.wpcf7 input,
.wpcf7 textarea{
    padding:10px;
    color:#8e8e8e;
    line-height: 20px;

    border: solid 1px #9f9f9f;


    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;

}

.wpcf7 .wpcf7-list-item{
	padding-left: 0;
	margin-left: 0;
	margin-right: 25px;
}

.wpcf7 .wpcf7-list-item input{
	border: none;
	padding-left: 0;
	margin-left: 0;
}

.wpcf7 select{
	outline: none;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
}

.wpcf7 input:hover,
.wpcf7 input:focus,
.wpcf7 input:active,
.wpcf7 textarea:hover,
.wpcf7 textarea:focus,
.wpcf7 textarea:active {
	background: #ebf7f5;
	outline: none;
}

.wpcf7 input.wpcf7-submit{

    -webkit-transition: 0;
	-moz-transition: 0;
	-o-transition: 0;
	transition: 0;

	border: none;
	position: relative;

	color: #fff;


	text-transform: uppercase;


	font-size: 14px;

	padding-top: 11px;
	padding-bottom: 10px;
	padding-left: 35px;
	padding-right: 35px;

}

/* On hover */
.wpcf7 input.wpcf7-submit:hover{
	cursor: pointer;
	text-decoration: none;
}

/* On click */
.wpcf7 input.wpcf7-submit:active{

}

/* CF7 Messages */
div.wpcf7-validation-errors{
    border:none;
    background-color:#f4ae46;
    margin:0;
    padding:20px;

}

.wpcf7 .wpcf7-mail-sent-ok{
    border:none;
    background-color:#7ad33f;
    margin:0;
    padding:20px;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.wpcf7 .wpcf7-mail-sent-ng{
    border:none;
    background-color:#cf2d38;
    margin:0;
    padding:20px;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

    color: white;
}

.wpcf7 span.wpcf7-not-valid-tip{
    border:none;
    background-color:#cf2d38;
    padding:10px;
    padding-left: 15px;
    padding-right: 15px;
    color: white;

}

.wpcf7-form .fleft{
	float: left;
}

.wpcf7-form .mright20{
	margin-right: 20px;
}

.wpcf7-form .mright40{
	margin-right: 40px;
}

.wpcf7-form .clear{
	clear: both;
}

.stat_desc {
color: #fff;
font-style: normal;
text-transform: capitalize;
}

ul.icons li [class^="icon-"], ul.icons li [class*=" icon-"] {
	width: .8em;
}
li [class^="icon-"], li [class*=" icon-"] {
	display: inline-block;
	width: 1.25em;
	text-align: center;
}
ul.icons {
list-style-type: none;
text-indent: -0.8em;
}
li {
line-height: 21px;
}

@media (max-width: 767px) {
  .row-fluid > [class*="span"] {
	margin-left: 0;
  }

  a.portfolio_link {
	font-size: 20px;
  }

  .latest_work .span4 {
	width: 30%;
	float: left;
  }
}

@media (max-width: 630px) {
	.latest_work .span4 {
	width: auto;
	float: none;
  }
}

.iframeVideoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 10px;
	height: 0;
}
.iframeVideoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.share-widget ul {
	list-style: none;

}

.share-widget ul  li{
	float: left;
	font-size: 24px;
}

.sub_footer {
	margin-top: 30px;
}
#footer .widget {
    margin-bottom: 0;
}

.jp-jplayer {

}

.jp-video-play,
div.jp-jplayer.jp-jplayer-video { width: 560px; }

.jp-video-play,
div.jp-jplayer.jp-jplayer-video  {
	width: 900px;
}

div.jp-interface {
	position: relative;
	width: 100%;
	z-index: 100;
	background: #494b4d; /* Old browsers */
	background: -moz-linear-gradient(top,  #494b4d 0%, #2c2e2e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#494b4d), color-stop(100%,#2c2e2e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #494b4d 0%,#2c2e2e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #494b4d 0%,#2c2e2e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #494b4d 0%,#2c2e2e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #494b4d 0%,#2c2e2e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#494b4d', endColorstr='#2c2e2e',GradientType=0 ); /* IE6-9 */

}

div.jp-type-single div.jp-interface { height: 30px; }

div.jp-interface ul.jp-controls {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

div.jp-interface ul.jp-controls li { display: inline; }

div.jp-interface ul.jp-controls a {
	position: absolute;
	overflow: hidden;
	text-indent: -9999px;
}

a.jp-play,
a.jp-pause {
	width: 33px;
	height: 30px;
	z-index: 1;
	outline: none;
}

div.jp-type-single a.jp-play,
div.jp-type-single a.jp-pause {
	top: 0;
	left: 0;
}

a.jp-play { background: url("images/jplayer-black-and-yellow.png") 0 0 no-repeat; }

a.jp-play:hover { background: url("images/jplayer-black-and-yellow.png") -33px 0 no-repeat; }

a.jp-pause {
	background: url("images/jplayer-black-and-yellow.png") 0 -30px no-repeat;
	display: none;
}

a.jp-pause:hover { background: url("images/jplayer-black-and-yellow.png") -33px -30px no-repeat; }

div.jp-progress-container {
	width: 60%;
	height: 6px;
	padding: 12px 0px;
	margin-left: 45px;
	display: inline-block;
	position: relative;
}

div.jp-progress {
	position: absolute;
	overflow:hidden;
}

div.jp-type-single div.jp-progress { width: 758px; }

div.jp-type-single div.jp-progress {
	width: 100%;
	height: 7px;
	padding: 1px 0px;
}

div.jp-seek-bar {
	width: 0px;
	height: 5px;
	cursor: pointer;
	background: url("images/jplayer-black-and-yellow.png") 0 -163px repeat-x;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

div.jp-play-bar {
	width: 0px;
	height: 5px;
	background: url("images/jplayer-black-and-yellow.png") 0 -133px repeat-x ;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

/* The seeking class is added/removed inside jPlayer
div.jp-seeking-bg {
	background: url("pbar-ani.gif");
}
*/

div.jp-volume-bar-container {
	width: 40px;
	height: 6px;
	padding: 12px 10px 12px 0px;
	display: inline-block;
	float: right;
}

div.jp-volume-bar {
	position: relative;
	overflow: hidden;
	background: url("images/jplayer-black-and-yellow.png") 0 -192px repeat-x;
	width: 40px;
	height: 9px;
	cursor: pointer;
}

div.jp-volume-bar { left: 360px; }

div.jp-type-single div.jp-volume-bar {
	top: 0;
	left: auto;
}

div.jp-volume-bar-value {
	width: 0px;
	height: 5px;
	margin: 1px;
	background: url("images/jplayer-black-and-yellow.png") 0 -133px repeat-x;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

a.jp-mute,
a.jp-unmute {
	width: 17px;
	height: 13px;
	z-index: 1;
	outline: none;
}

div.jp-type-single a.jp-mute,
div.jp-type-single a.jp-unmute { left: 825px; }

div.jp-type-single a.jp-mute,
div.jp-type-single a.jp-unmute {
	top: 9px;
	left: 485px;
}

.social-stats_flip {
	text-align: left;
}

#map_container img {
	max-width: none;
}

.qualifications {
}

.qualifications a {
  position: relative;
  display: block;
  border-radius: 10px;
  margin: 15px 0;
}


.qualifications img {
  width: 100%;
}

.qualifications img.visible-phone {
  margin: 15px 0;
}

.qualifications .overlay {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-image: url('/wp-content/themes/flipit/images/quals/hover-bg.png');
  border-radius: 10px;
}

.qualifications .overlay img {
  display: block;
  margin: auto;
  width: 201px;
  max-width: 80%;

}

.quals-hidden-phone {
  display: block;
}

.quals-visible-phone {
  display: none;
}

@media (max-width: 480px) {
  .quals-hidden-phone {
    display: none;
  }

  .quals-visible-phone {
    display: block;
  }
}

@media (min-width: 481px) {

  .qualifications .row-fluid {
    width: 100%;
    *zoom: 1;
    *zoom: 1;
  }
  .qualifications .row-fluid:before,
  .qualifications .row-fluid:after {
    display: table;
    content: "";
  }
  .qualifications .row-fluid:after {
    clear: both;
  }
  .qualifications .row-fluid:before,
  .qualifications .row-fluid:after {
    display: table;
    content: "";
  }
  .qualifications .row-fluid:after {
    clear: both;
  }
  .qualifications .row-fluid > [class*="span"] {
    float: left;
    margin-left: 2.127659574%;
  }
  .qualifications .row-fluid > [class*="span"]:first-child {
    margin-left: 0;
  }
  .qualifications .row-fluid > .span12 {
    width: 99.99999998999999%;
  }
  .qualifications .row-fluid > .span11 {
    width: 91.489361693%;
  }
  .qualifications .row-fluid > .span10 {
    width: 82.97872339599999%;
  }
  .qualifications .row-fluid > .span9 {
    width: 74.468085099%;
  }
  .qualifications .row-fluid > .span8 {
    width: 65.95744680199999%;
  }
  .qualifications .row-fluid > .span7 {
    width: 57.446808505%;
  }
  .qualifications .row-fluid > .span6 {
    width: 48.93617020799999%;
  }
  .qualifications .row-fluid > .span5 {
    width: 40.425531911%;
  }
  .qualifications .row-fluid > .span4 {
    width: 31.914893614%;
  }
  .qualifications .row-fluid > .span3 {
    width: 23.404255317%;
  }
  .qualifications .row-fluid > .span2 {
    width: 14.89361702%;
  }
  .qualifications .row-fluid > .span1 {
    width: 6.382978723%;
  }

}

@media (min-width: 769px) {
  .logos>.row-fluid>.span2 {
    width: 12.4%;
  }
}

.widget_facebook_likebox iframe {
 max-width: 100%;
}