@charset "utf-8";
/*	Copyright 2014. //////////// teamidea ///////////////.
	Template Version 1.0.0
/*

/*
###################################################
###################################################

	LIST OF SECTION :
		01)  HOME & SLIDER
		02)  NAV
		03)  SERVICES
		04)  PORTFOLIO
		05)  ABOUT US
		06)  TEAM
		07)  EXPERIENCE
		08)  TESTIMONIALS
		09)  BLOG MINI
		10)  CLIENTS
		11)  PARALLAX
		12)  CONTACT
		13)  FOOTER
		14)  BLOG
		15)  SMALL DEVICES

###################################################		
###################################################
*/

html{
	overflow:hidden;
	margin:0;
	padding:0;
	
}
body{
	font-family: 'Source Sans Pro', Arial, sans-serif; 
	font-weight: 300;
	font-size: 16px;
	overflow: hidden;
	margin:0;
	padding:0;
	width:100%;
	position:relative;
	
}
#loading-mask {
    background-color: #fff;
    height:100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999999;
	text-align:center;
	opacity:1;
}
.loading-img{
	background-color: #fff;
    height:100%;
    left: 0;
    position: fixed;
    top: 50%;
    width: 100%;
}
#loading-mask img{
	text-align:center;
}
.body-wrapper{
	width:100%;
	margin:0;
	padding:0;
	float:left;
	z-index:9999;
	display:block;
	position:relative;
	height:auto;
}

/*==================================================================*/ 
/*	01) HOME SLIDER
/*==================================================================*/

/* Home
-------------------------*/
#home {
  z-index:999999;
}

/*==================================================================*/ 
/*	02) NAV
/*==================================================================*/
#nav{
	width:100%;
	height:auto;
	float:left;
	clear:both;
	z-index:777;
	position:relative;
	display:block;
}
#nav > div > div > .span2, #nav > div > div > .span10{
	margin-bottom:0;
}
.logo-wrap{
	width:180px;
	float:left;
	padding:25px 0;
}
.logo-wrap img{
	max-width:350px;
	float:left;
}
.navopener{
	width:750px;
	margin-left:10px;
	float:right;
	position:relative;
}
.sticky-wrapper{
	float:left;
	width:100%;
}
#nav ul.sf-menu{
	list-style-type:none;
	text-align:center;
	margin:0;
	padding:0;
	float:right;
	
}
#nav ul.sf-menu li{
	display:inline-block;
	margin-right:14px;
	font-size:13px;
	float:left;
	line-height:1;
	font-family: 'Source Sans Pro', Arial, sans-serif;
}
#nav ul.sf-menu li ul{
	
}
.sf-menu > li:nth-last-child(1){
	margin-right:0;
}
#nav .sf-menu > li > a{
	/*padding:15px 15px;*/
	padding-right:10px;
	padding-left:10px;
	font-size:16px;
	font-family: 'Source Sans Pro', Arial, sans-serif;
	font-weight: 400;
	text-transform:none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	/*border-bottom:1px solid rgba(255,255,255,0);*/
}
#nav .sf-menu > li > a:hover{
	/*border-bottom:1px solid #d84848;*/
}
#nav ul ul li a{
	text-align:left;
	font-size:13px;
	font-family: 'Source Sans Pro', Arial, sans-serif;
	font-weight: 400;
	padding:10px 20px;
}
#nav ul.sf-menu li.current a{
	color:#fff;
}
#nav ul li li:nth-last-child(1){
	border-bottom:none;
}

/********** MOBILE MENU **********/
.nav-toggle{
	width:40px;
	height:30px;
	float:right;
	margin:23px 0 0 0;
	position:absolute;
	display:none;
}
.nav-toggle a{
	background-image:url(../img/navtoggle.png);
	background-repeat:no-repeat;
	background-position:center;
	height:30px;
	display:block;
	width:40px;
	-webkit-border-radius: 2px;	
	-moz-border-radius: 2px;	
	border-radius: 2px;
	outline:none;
}
.mobile-menu{
	display:none;
	float:left;
	width:100%;
	clear:both;
	position:fixed;
	background:#fff;
	z-index:999;
	overflow:hidden;
	padding-top:70px;
}
.mobile-menu-inner{
	display:none;
}
.mobile-menu ul{
	list-style-type:none;
	clear:both;
	margin:0;
	overflow:hidden;
	padding:0;
}
.mobile-menu ul li{
	display:block;
	float:left;
	clear:both;
	width:100%;
	text-transform:capitalize;
	
}
.mobile-menu ul li a{
	width:100%;
	padding:7px 15px;
	display:block;
	border:none;
	font-family: 'Source Sans Pro', Arial, sans-serif;
	font-weight: 400;
}
ul.ms-menu{
	display:none;
	z-index:9999999;
}
ul.ms-menu li a{
	padding-left:40px;
	padding-top:3px;
	padding-bottom:3px;
}
/*.mobile-menu ul li li li a{
	padding-left:50px;
	padding-top:3px;
	padding-bottom:3px;
}
.mobile-menu ul li li li li a{
	padding-left:70px;
	padding-top:3px;
	padding-bottom:3px;
}
.mobile-menu ul li li li li li a{
	padding-left:90px;
}*/
.mobile-menu ul li a i{
	margin-right:0;
}


/*==================================================================*/ 
/*	03) SERVICES
/*==================================================================*/
section#service{
	width:100%;
	height:auto;
	float:left;
	position:relative;
}
h1.standart-title span{
	color:#d84848;
	font-size:50px;
}
h1.standart-title-white span{
	color:#2e3235;
	font-size:50px;
}
h1.standart-title, h1.standart-title-white{
	font-size:40px;
	font-weight:bold;
	text-align:center;
	margin:0;
	padding:0;
	text-transform:uppercase;
}
h1.standart-title-white{
	color:#fff;
}
.text-center{
	text-align:center;
	margin-bottom:12px;
	margin-top:-8px;
}
span.border-center{
	border-bottom:3px solid #d84848;
	width:70px;
	display:inline-block;
	margin-bottom:60px;
	position:relative;
	margin:0;
}
span.border-center-black{
	border-bottom:3px solid #2e3235;
	width:70px;
	display:inline-block;
	margin-bottom:60px;
	position:relative;
	margin:0;
}
.text-bottom, .text-bottom-white{
	text-align:center;
	margin-bottom:60px;
	font-size:20px;
}
.text-bottom-white{
	color:#fff;
}
.service-block{
	width:100%;
	height:auto;
	float:left;
	padding:30px 15px 15px 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.service-block:hover{
	background:#d84848;
}
.service-block:hover h3, .service-block:hover p{
	color:#fff;
}
.service-block h3{
	text-transform:uppercase;
	font-weight:100;
	font-family:'Source Sans Pro', Arial, sans-serif;
}
.service-block p{
	font-family:'Source Sans Pro', Arial, sans-serif;
}
.top-icon{
	margin-bottom:15px;
}

/*==================================================================*/ 
/*	04) PORTFOLIO
/*==================================================================*/
section#portfolio{
	width:100%;
	height:auto;
	float:left;
	position:relative;
}
section#portfolio .text-bottom{
	margin-bottom:40px;
}
.p-more{
	padding-top:80px;
	float:left;
	width:100%;
	text-align:center;
}
.p-more a{
	display:inline-block;
	padding:12px 30px;
	border:1px solid #d84848;
	background:#d84848;
	color:#fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
.p-more a:hover{
	border:1px solid #2e3235;
	color:#fff;
	background:#2e3235;
}

/********** FILTER **********/
#portfolio-filter {
	overflow: hidden;
	margin: 0 0 50px;
	text-transform: uppercase;
	text-align: center;
}
#portfolio-filter li {
	padding: 0;
	line-height: 2.5;
	display: inline-block;
	background:#F1F1F1;
    float: none;
    width: auto;
    margin: 20px 20px 0 0;
    font-size: 1.3em;
    text-align: center;
    background: transparent;
  }
#portfolio-filter li a {
  position: relative;
  display: block;
  padding: 0 25px;
  color: #2e3235;
  border:1px solid rgba(0,0,0,0);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
@media (min-width: 979px) {
  #portfolio-filter li a {
    display: inline-block;
  }
}
@media (min-width: 979px) {
  #portfolio-filter li a .type-counter {
    opacity: 0;
  }
}
#portfolio-filter li a:hover {
  background:none;
  border:1px solid #d84848;
  color:#d84848;
}
#portfolio-filter li a:hover .type-counter {
  opacity: 1;
}
#portfolio-filter li.active {
  background: #d84848;
}
#portfolio-filter li.active a {
  color: #fff;
  border:1px solid #d84848;
}
#portfolio-filter li.active a:hover {
  background: inherit;
}
#portfolio-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  overflow:hidden;
  width:100%;
}
#portfolio-list li {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 50%;
  margin-left: -1px;
  padding: 0;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (min-width: 768px) {
  #portfolio-list li {
    width: 25%;
  }
}
#portfolio-list li .header {
  display: none;
  margin: 1% 1% 4%;
  padding: 5% 20px;
  font-size: 1.8em;
  line-height: 1.5;
  font-weight: 900;
  text-transform: uppercase;
  background: #d84848;
  color:#fff;
}
@media (min-width: 979px) {
  #portfolio-list li .header {
    display: block;
  }
}
#portfolio-list li .body {
  display: none;
  font-size: 1.2em;
  color:#fff;
}
@media (min-width: 979px) {
  #portfolio-list li .body {
    display: block;
  }
}
#portfolio-list li img {
  width: 100%;
  float:left;
  -webkit-transition: all 0.75s;
  -moz-transition: all 0.75s;
  -ms-transition: all 0.75s;
  -o-transition: all 0.75s;
  transition: all 0.75s;
}
#portfolio-list li:hover img {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
#portfolio-list li .portfolio-item-content {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  color: #fff;
  background:rgba(0,0,0,0.8);
  /*background: #000000 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIUlEQVQIW2NkQAL///+XZITxwRxGxudgARgHxGZE5oAEAOZ3DxtKfL4MAAAAAElFTkSuQmCC) repeat;
  background: rgba(0, 0, 0, 0.8) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIUlEQVQIW2NkQAL///+XZITxwRxGxudgARgHxGZE5oAEAOZ3DxtKfL4MAAAAAElFTkSuQmCC) repeat;*/
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#portfolio-list li .more:before {
  opacity: 0;
  display: inline-block;
  content: "+";
  font-size: 50px;
  font-style: normal;
  font-weight: 100;
  line-height: 76px;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -40px;
  height: 80px;
  width: 80px;
  color: #fff;
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

#portfolio-list li:hover .portfolio-item-content {
  opacity: 1;
}
#portfolio-list li:hover .more:before {
  opacity: 0.75;
  top: 50%;
  margin-top: -40px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@media (min-width: 979px) {
  #portfolio-list li:hover .more:before {
    top: 60%;
    margin-top: 0;
  }
}
#portfolio-list li:hover .more:hover:before {
  opacity: 1;
  color: #d84848;
  border-color: #d84848;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* Projects
-------------------------*/
#projects {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
}
#projects .bx-pager-item a {
  margin: 25px 0;
}
.overflow-hidden {
  overflow: hidden;
}
.container-video{
	width:600px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
#project-container {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background: #fff;
  opacity: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  visibility: hidden;
}
#project-container.show {
  visibility: visible;
  opacity: 1;
  z-index: 1002;
}
#project-container .container {
  position: relative;
}
#project-container .loading {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  font-size: 5em;
}
#project-container .project-navigation {
  position: absolute;
  z-index: 9999999;
  width: 100%;
  background:#2e3235;
  top: 0;
  left: 0;
  text-align: center;
}
#project-container .project-navigation button.close,
#project-container .project-navigation .prev,
#project-container .project-navigation .next {
  outline: none;
  position: relative;
  display: inline-block;
  opacity: 1;
  float: none;
  width: 80px;
  height: 80px;
  padding: 0;
  font-size: 40px;
  font-weight: 100;
  color: #aaa;
  background: none;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
#project-container .project-navigation button.close:hover,
#project-container .project-navigation .prev:hover,
#project-container .project-navigation .next:hover {
  opacity: 1;
  color: #fff;
  background: transparent;
}
#project-container .project-navigation button.close.disabled,
#project-container .project-navigation .prev.disabled,
#project-container .project-navigation .next.disabled {
  opacity: 0.5;
  pointer-events: none;
}
#project-container .project-navigation button.close.disabled:hover,
#project-container .project-navigation .prev.disabled:hover,
#project-container .project-navigation .next.disabled:hover {
  cursor: not-allowed;
}
#project-container .project-content {
  position: relative;
  overflow: hidden;
  margin-top: 80px;
}
#project-container .project-content [class^="span"] {
  margin-bottom: 25px;
}
#project-container .project-content h1,
#project-container .project-content h2,
#project-container .project-content h3,
#project-container .project-content h4,
#project-container .project-content h5,
#project-container .project-content h6 {
  font-family: 'Source Sans Pro', Arial, sans-serif;
}
#project-container .project-content .project-header {
  margin: 20px 0 40px 0;
  text-align: center;
}
#project-container .project-content .title {
  margin-bottom: 20px;
  font-size: 2.5em;
  font-weight: bold;
  line-height: 2em;
  text-transform: uppercase;
}
#project-container .project-content .title span {
  display: inline-block;
  padding: 0 40px;
  background: #fff;
}
#project-container .project-content .type {
  font-size: 1.2em;
  font-weight: bold;
  color: #999;
}
#project-container .bx-wrapper {
  position: relative;
}
#project-container .bx-wrapper li img{
  width:100%;
}
#project-container .bx-pager-item a {
  margin: 25px 10px;
  border-color: #ccc;
}
#project-container .bx-pager-item a.active,
#project-container .bx-pager-item a:hover {
  border-color: #999;
}
#project-container .bx-controls .bx-controls-direction {
  margin: 0;
}
#project-container .bx-controls .bx-controls-direction a {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
#project-container .bx-controls .bx-controls-direction .bx-prev {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -50px;
  height: 100px;
  line-height: 100px;
}
#project-container .bx-controls .bx-controls-direction .bx-next {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -50px;
  height: 100px;

  line-height: 100px;
}
.list-unstyled{
	padding:0;
	width:100%;
	float:left;
	margin:0 0 40px 0;
}
.project-text-center{
	padding:30px;
	text-align:center;
	float:left;
	width:100%;
}
.btn-primary{
	border:1px solid #d84848;
	background:none;
	color:#d84848;
	padding:10px 25px;
}
.btn-primary:hover{
	border:1px solid #d84848;
	background:#d84848;
	color:#fff;
}
.lead{
	margin-bottom:25px;
}

/* Slideshow: Controls
-------------------------*/
.bx-controls {
  line-height: 1;
  text-align: center;
}
.bx-controls .bx-pager .bx-pager-item {
  display: block;
  float:left;
}
.bx-controls .bx-pager .bx-pager-item a {
  display: block;
  text-indent: -9999px;
  margin: 30px 10px 0;
  height: 30px;
  width: 30px;
  background:#F00;
  border-radius: 50%;
  z-index:99999;
  border: 4px solid rgba(255, 255, 255, 0.5);
}
.bx-controls .bx-pager .bx-pager-item a:hover {
  border-color: rgba(255, 255, 255, 0.75);
}
.bx-controls .bx-pager .bx-pager-item a.active {
  border-color: #fff;
}
.bx-controls .bx-controls-direction {
  margin: 25px 0 0;
}
.bx-controls .bx-controls-direction a {
  padding: 0 40px;
  color: #ccc;
  font-size: 5em;
}
.bx-controls .bx-controls-direction a:hover {
  color: #333333;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.bx-controls .bx-controls-direction a.disabled {
  cursor: default;
  color:#F1F1F1;
}

/*==================================================================*/ 
/*	05) ABOUT US
/*==================================================================*/

.about_img img{
	float:right;
	margin-bottom:15px;
}
.about_img a{
	padding:10px 20px;
	border:1px solid #fff;
	color:#fff;
	display:inline-block;
	float:right;
	margin-right:5px;
}
.about_img a:hover{
	border:1px solid #2e3235;
	color:#fff;
	background:#2e3235;
}
.about_p p{
	text-transform:none;
	color:#eee;
	margin-bottom:15px;
	opacity:1;
}
.about_chart{
	
}

/* CHART
=========*/
.wrap-chart{
	width:100%;
	height:auto;
	float:left;
	background:#fff;
}
.easyPieChart {
    position: relative;
    text-align: center;
}

.easyPieChart canvas {
    position: absolute;
    top: 0;
    left: 0;
}
.chart {
    float: left;
    width:100%;
	margin-bottom:10px;
}
.percentage /*, .percentage2, .percentage3, .percentage4*/{
    text-align: center;
    font-weight: 300;
    font-size: 14px;
	margin:0;
	margin-bottom:0;
    float:left;
}
.percentage span /*, .percentage2 span, .percentage3 span, .percentage4 span*/{
    text-align: center;
    font-weight: 100;
    font-size: 18px;
    text-align:center;
	color:#eee;
}
.chart-title{
	width:100%;
	clear:both;
	float:right;
	padding:0 0 0 80px;
	margin-top:-75px;
	
}
.chart-title h4{
	clear:both;
	text-align:left;
	font-size:20px;
	color:#fff;
	margin-bottom:0;
}
.chart-title p{
	text-align:left;
	color:#eee
}

/*==================================================================*/ 
/*	06) TEAM
/*==================================================================*/
#team{
	text-align:center;
}
.team div.team_member{
	display:inline-block;
	position:relative;
	overflow:hidden;
}
.team div.team_member .figcaption{
	font-size:16px;
	text-align:center;
	margin-top:5px;
	margin-bottom:5px;
	display:block;
}
@media (min-width: 979px) and (max-width: 1170px){
.team .span3 {
	width:50%;
}
}
.team div.team_member img{
	max-width:100%;
	display:block;
	margin:0 auto;
	padding:0;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}
.team div.team_member .figcaption .name-team{
	color:#2e3235;
	margin-bottom:0;
}
.team div.team_member .figcaption .name-team span{
	font-style:italic;
	color:#d84848;
	font-size:15px;
}
.more_about{
	position:absolute;
	top:150%;
	width:100%;
	height:100%;
	background:url(../img/background.png) repeat;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-webkit-transition:all .35s;
	-moz-transition:all .35s;
	transition:all .35s;
}
.more_about h4,.more_about p,.more_about ul.socials{
	-webkit-transition:all .9s;
	-moz-transition:all .9s;
	transition:all .9s;
}
.more_about h4{
	opacity:0;
	margin-top:-22px;
	font-size:18px;
}
.more_about p{
	position:absolute;
	top:38%;
	margin:0 7px;
	padding:0 10px;
	opacity:0;
}
.more_about ul.socials{
	position:absolute;
	bottom:-20px;
	left:0;
	opacity:0;
	text-align:center;
	display:inline-block;
	width:100%;
}
.more_about ul.socials li{
	display:inline-block;
	text-align:center;
}
.more_about ul.socials li a{
	display:inline-block;
	font-size:14px;
	border:1px solid #2e3235;
	padding:2px;
	width:34px;
	height:34px;
	line-height:28px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
.more_about ul.socials li a:hover{
	color:#fff;
	background:#2e3235;
}
.team div.team_member:hover .figcaption .more_about{
	top:0;
}
.team div.team_member:hover .figcaption .more_about h4{
	margin-top:60px;
	opacity:1;
	color:#2e3235;
}
.team div.team_member:hover .figcaption .more_about p{
	opacity:1;
	color:#2e3235;
}
.team div.team_member:hover .figcaption .more_about ul.socials{
	position:absolute;
	bottom:55px;
	opacity:1;
}
.team div.team_member{margin-bottom:20px}

.team_member{opacity:0;transition:all 1.2s ease-out;-webkit-transition:all 1.2s ease-out;-moz-transition:all 1.2s ease-out;transition-delay:.2s !important;-webkit-transition-delay:.2s !important}
.team_member.animated{opacity:1;animation:fast-up 1.3s;-moz-animation:fast-up 1.3s;-webkit-animation:fast-up 1.3s}
.team_member.animated:nth-child(1){animation-delay:250ms;-webkit-animation-delay:250ms}
.team_member.animated:nth-child(2){animation-delay:500ms;-webkit-animation-delay:500ms}
.team_member.animated:nth-child(3){animation-delay:800ms;-webkit-animation-delay:800ms}

.team_member{opacity:1}

/*==================================================================*/ 
/*	07) EXPERIENCE
/*==================================================================*/
.experience{
	background:#fff;
}
.experience .span2{
	text-align:center;
}

/*==================================================================*/ 
/*	08) TESTIMONIALS
/*==================================================================*/
#testimonials{
	width:100%;
	height:auto;
	float:left;
	position:relative;
}
.slides li{
	text-align:center;
}
.block-content {
    display: block;
	width:100%;
    height: auto;
    text-align: center;
    vertical-align: middle;
	text-transform:uppercase;
}
.block-content img{
	-webkit-border-radius: 50%;	
	-moz-border-radius: 50%;	
	border-radius:50%;
	width:150px;
	height:150px;
}
p.quote{
	font-size:30px;
	margin:20px 10%;
	color:#f1f1f1;
}
p.quote i{
	display: inline-table;
    font-size: 25px;
    margin: 0 2px;
    vertical-align: top;
	color:#2e3235;
}
.quote-author {
    font-size: 17px;
    font-style: italic;
    font-weight: 600;
    height: 24px;
    margin:0;
    position: relative;
    text-align: center;
    width: auto;
    z-index: 200;
	color:#fff;
}
.flexslider{
	border:none;
	float:left;
	overflow:hidden;
	position:relative;
}
.flexslider .flex-control-nav.flex-control-paging{
	display:none;
}
.flexslider ul.flex-direction-nav{
	display:none;
}
.flex-control-nav{
	margin-bottom:
}


/*==================================================================*/ 
/*	09) BLOG MINI
/*==================================================================*/
#blog-wrap{
	width:100%;
	height:auto;
	float:left;
	position:relative;
}

.blog-container {
    width: 100%;
	margin-left: auto;
    margin-right: auto;
	height:auto;
	position:relative;
	padding-left: 15px;
	padding-right: 15px;
  }
.blog-row {
	width:100%;
	position:relative;
	float:left;
	
}
.blog-cl {
	width:100%;
	float:left;
	position:relative;
	display:inline-block;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom:30px;
}
.blog-cl-bg{
	float:left;
	padding:20px 0;
	background:#fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.blog-cl-p{
	float:left;
	padding:0 15px;
	position:relative;
	min-height:1px;
}
.blog-cl img {
	width:100%;
	float:left;
}
.video_post{
	float:left;
	position:relative;
	width:100%;
	min-height:10px;
}
.blog-cl h1 {
	font-size: 21px;
	margin: 0;
	line-height:1;
	padding:0 15px;
}
.blog-cl h1 a {
	display:block;
}
.blog-cl h1 a:hover {
	text-decoration:underline;
}
.body-text{
	margin:20px 0;
}
.blog_meta{
	float:left;
	margin-top:20px;
	padding:0 20px;
	width:100%;
}
.post-more{
	padding:10px 18px;
	border:1px solid #d84848;
	color:#d84848;
	float:left;
}
.post-more:hover{
	background:#d84848;
	border:1px solid #d84848;
	color:#fff;
}
.post-comment{
	float:right;
	display:block;
	padding-top:10px;
}
.post-comment i{
	font-size:18px;
	color:#d84848;
}

/*==================================================================*/ 
/*	10) CLIENTS
/*==================================================================*/
#clients{
	background:#fff;
}
.clients-img{
	width:100%;
	float:left;
	text-align:center;
	opacity:0.65;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.clients-img:hover{
	opacity:1;
}

/*==================================================================*/ 
/*	11) PARALLAX
/*==================================================================*/
.parallax-wrapper{
    width: 100%;
	height:auto;
    margin: 0px auto;
    clear: both;
	float:left;
	position:relative;
	z-index:1;
}

.parallax-mask{
	width:100%;
	height:100%;
	z-index:11;
	position:absolute;
	background:rgba(255, 255, 255, 0.5);
}
.parallax-home{
	width:100%;
	min-height:450px;
	padding:50px 0 50px 0;
	float:left;
	background:url(../img/parallax/bg2.jpg) repeat fixed center;
}
.parallax-home-1{
	width:100%;
	height:100%;
	padding:80px 0 80px 0;
	float:left;
	background:url(../img/parallax/bg3.jpg) repeat fixed center;
}
.parallax-home-2{
	width:100%;
	height:100%;
	padding:80px 0 50px 0;
	float:left;
	background:url(../img/parallax/bg4.jpg) repeat fixed center;
}

/*==================================================================*/ 
/*	12) CONTACT
/*==================================================================*/
#contact{
	width:100%;
	height:auto;
	float:left;
	background:#2e3235;
}
.contact-form{
	width:100%;
	float:left;
}
.input-holder{
	float:left;
	margin-bottom:20px;
}
.input-holder-1{
	width:100%;
}
.input-holder-2{
	float:left;
	width:100%;
}
.input-holder-3{
	float:left;
	width:100%;
}
.input-holder-4{
	width:100%;
}
.form2{
	text-align:center;
	clear:both;
	float:left;
	width:100%;
}
.form2 .btn{
	width:100%;
	float:left;
	padding:15px 35px;
	margin:0;
	border:1px solid rgba(255,255,255,0.45);
	color:#fff;
	/*background:rgba(255,255,255,0.75);*/
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
		    border-radius: 2px;
}
.form2 .btn:hover{
	border:1px solid rgba(255,255,255,1);
	color:#fff;
	/*background:rgba(255,255,255,0.75);*/
}
.input-holder label{
	margin:0 0 2px 0;
	float:left;
}
.input input{
	float:left;
	width:100%;
	margin:1px 0 0 0;
	padding:8px 15px;
	height:60px;
	color:#fff;
	border:1px solid rgba(255,255,255,0.45);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	clear:both;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
		    border-radius: 2px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.input-holder textarea{
	border:1px solid rgba(255,255,255,0.45);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	width:100%;
	height:145px;
	color:#fff;
	clear:both;
	float:left;
	padding:15px;
	resize:vertical;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
		    border-radius: 2px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.input input:focus, .input-holder textarea:focus{
	border:1px solid rgba(255,255,255,1);
	box-shadow: none;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
.alertMessage{
	margin-top:5px;
	padding:0;
}
.alertMessage ul{
	list-style-type:none;
	margin:5px 0 0 0;
	padding:0;
}
.alertMessage ul li{
	color:#d84848;
}


/* BuyNow
=============*/
#buynow{
	text-align:center;
}
.buy_title{
	width:100%;
	float:left;
	text-align:center;
}
.buy_title h2{
	margin:0;
}
.buy_title p{
	margin:25px 200px 45px 200px;
}
.buy_button{
	padding:10px 30px;
	background:#d84848;
	color:#fff;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
		    border-radius: 2px;
}
.buy_button:hover{
	background:#2e3235;
	color:#fff;
}

/*==================================================================*/ 
/*	13) FOOTER
/*==================================================================*/
.footer{
	background:#111;
	min-height:400px;
	height:100%;
	text-align:center;
	z-index:-2;
}
.footer-fixed{
	z-index:-1;
	float:left;
	width:100%;
	
}
.logo-footer{
	width:100%;
	float:left;
	text-align:center;
	margin-bottom:50px;
}

.social-icons{
	width:100%;
	float:left;
	text-align:center;
	margin-bottom:50px;
	padding:0 15px;
}
.social-icons a{
	font-size:15px;
	display:inline-block;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	background:none;
	border:1px solid #fff;
	color:#fff;
	margin:4px 3px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
		    border-radius: 50%;
}
.social-icons a:nt-last-child(n){
	margin-right:0;
}
.social-icons a i{
	font-size:15px;
}
.social-icons a:hover{
	background:#fff;
	border:1px solid #fff;
}
.social-icons a:hover i{
	color:#2e3235;
}
.footer div{
	text-align:center;
}
.f_text{
	float:left;
	width:100%;
}
.footer p{
	margin-bottom:0;
	text-align:center;
	color:#fff;
}

/*==================================================================*/ 
/*	14) BLOG
/*==================================================================*/
.main-content{
	width:100%;
	float:left;
	position:relative;
	z-index:99;
	background:#fff;
}
.breadcrumbs{
	width:100%;
	float:left;
	position:relative;
	background:#F8F8F8;
	padding:33px 0 31px 0;
}
.breadcrumbs .span12{
	margin-bottom:0;
}
.breadcrumb {
	padding: 8px 15px;
	list-style: none;
	background-color: transparent;
	border-radius: 4px;
}
.breadcrumb > li {
	display: inline-block;
	font-size:18px;
}
.breadcrumb > li + li:before {
	content: "/\00a0";
	padding: 0 5px;
	color: #2e3235;
}
.breadcrumb > .active-blog a {
	color: #d84848;
}
.main-content .span3{
	margin-top:60px;
}
.widget {
	border-top: 1px solid #e4e4e4;
	padding-bottom: 24px;
	padding-top:12px;
}
.widget:first-child {
	border-top: none;
}
.widget .search-form [type="search"] {
	height: 34px;
	vertical-align: middle;
	width: 83.39%;
	font-size: 14px;
	padding: 3px 7px;
}
.widget .search-form button {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 300;
	text-align: center;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 16px;
	border:1px solid #f1f1f1;
	line-height: 1.428571429;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	padding-left: 40px;
	padding-right: 40px;
	border-width: 0 0 3px;
	color: #ffffff;
	padding-left: 0px;
	padding-right: 0px;
	height: 34px;
	vertical-align: middle;
	width: 14.08%;
}
.widget .search-form button:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.widget .search-form button:hover,  .widget .search-form button:focus {
	color: #333333;
	text-decoration: none;
	background:#e75c45;
}
.widget .search-form button:active,  .widget .search-form button.active {
	outline: 0;
	background: #d84848;
}

.widget .search-form button.disabled,  .widget .search-form button[disabled],  fieldset[disabled] .widget .search-form button {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}
.widget .search-form button.btn-red,  .widget .search-form button.btn-green,  .widget .search-form button.btn-blue {
	color: #ffffff;
}
.widget .search-form button.btn-red:hover,  .widget .search-form button.btn-green:hover,  .widget .search-form button.btn-blue:hover,  .widget .search-form button.btn-red:focus,  .widget .search-form button.btn-green:focus,  .widget .search-form button.btn-blue:focus {
	color: #ffffff;
}
 .widget .search-form button.btn-red [class*="icon-"],  .widget .search-form button.btn-green [class*="icon-"],  .widget .search-form button.btn-blue [class*="icon-"] {
 color: #ffffff;
}
.widget .search-form button:hover,  .widget .search-form button:focus {
	color: #ffffff;
}
.widget .form-control{
	border:1px solid #f1f1f1;
}
.widget .search-form button [class*="icon-"] {
 color: #ffffff;
}
.widget ul {
	margin: 0 0 0 3px;
}
.widget ul li {
	margin-top: 15px;
}
.widget ul li:first-child {
	margin-top: 0;
}
.widget ul li:before {
	display: none;
}
.widget ul li a {
	font-weight: 400;
	margin-right: 5px;
	color:#d84848;
}
.widget ul li a:hover {
	text-decoration:underline;
}
.widget ul li .post-date {
	display: block;
	font-size: 14px;
	line-height: 1;
	margin-left: 3px;
}
.widget .tagcloud {
	margin-left: -7.1px;
	font-size: 0;
}
.widget .tagcloud a {
	font-size: 14px !important;
	border: 1px solid #d84848;
	color: #d84848;
	padding: 0 10px;
	text-decoration: none;
	margin: 4px 7px;
	line-height: 26px;
	display: inline-block;
	white-space: nowrap;
}
.widget .tagcloud a:hover {
	border: 1px solid #d84848;
	color: #fff;
	background: #d84848;
}
.post-list .post-content {
	width: 96.43%;
}
.post {
	padding: 35px 0 33px;
}
.custom-date {
	font-size: 20px;
	width: 51px;
	height: 51px;
	border-radius: 2px;
	text-align: center;
	line-height: 18px;
	padding-top: 5px;
	margin-right: 21px;
	background:#d84848;
	color:#fff;
	float:left;
}
.post header {
	padding-bottom: 26px;
}
.post header h1 {
	font-size: 21px;
	margin: 0;
	line-height:1;
}
.post header h1 a {
	color: #a8a8a8;
}
.post header h1 a:hover {
	text-decoration:underline;
}
.post-meta {
	margin: 6px 0 0;
}
.post-meta a {
	font-weight: 400;
	color:#d84848;
}
.post-meta a:hover {
	text-decoration:underline;
}
.post .post-thumb {
	position: relative;
	display:block;
}
.post .post-thumb img {
	display: block;
}
.post .post-content {
	margin-top: 16px;
}
.post .post-content p {
	margin-bottom: 17px;
}
.pagination li:before {
	display: none;
}
.pagination.pagination-custom {
	margin-top: 72px;
}
.pagination.pagination-custom li{
	display:inline-block;
}
.pagination.pagination-custom li.active a {
	background: #d84848;
	color: #fff;
}
.pagination.pagination-custom li.active a:hover {
	background: #d84848;
}
.pagination.pagination-custom li a:hover {
	background: #d8d8d8;
}
.pagination.pagination-custom li a {
	margin: 0 2px 3px;
	background: #e5e5e5;
	border: none;
	border-radius: 3px;
	color: #848484;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display:inline-block;
}
 .pagination.pagination-custom li a [class*="icon-"] {
 color: #848484;
}
 .pagination.pagination-custom li a [class*="icon-"]:before {
 width: auto;
}
.post-comment-list {
	padding-top: 16px;
}
.post-comment-list .comment-list {
	margin-top: 39px;
}
.post-comment-list .comment-list .media {
	padding-top: 20px;
}
.post-comment-list .comment-list .media .pull-left {
	margin-right: 33px;
}
.post-comment-list .comment-list .media p {
	margin-bottom: 17px;
}
.post-comment-list .comment-list .media .media-heading {
	font-size: 18px;
	font-weight: 400;
	margin-top: -2px;
	margin-bottom: 4px;
}
.post-comment-list .comment-list .media .media-heading i {
	font-size: 14px;
}
.post-comment-list .comment-list .media .comment-meta {
	font-size: 14px;
	margin-bottom: 24px;
}
.post-comment-list .comment-list .media .comment-footer {
	padding-top: 9px;
	font-weight: 400;
}
.post-navigation {
	background: #f8f8f8;
	padding: 30px 3% 43px;
	font-size: 0;
}
.post-navigation .slide-nav {
	display: inline-block;
	vertical-align: middle;
}
.post-navigation .slide-nav a {
	margin: 0;
}
.post-navigation .navigation-text {
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
}
 @media (max-width: 767px) {
 .post-navigation .navigation-text {
 width: 70%;
 font-size: 14px;
}
}
.post-navigation .navigation-text .navigation-link {
	font-weight: 400;
}
.post-navigation .navigation-text .navigation-post-title {
	margin-bottom: 0;
	font-weight: 400;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.post-navigation .navigation-text .navigation-post-date {
	margin-bottom: 0;
	font-size: 14px;
}
 @media (max-width: 767px) {
 .post-navigation .navigation-text .navigation-post-date {
 font-size: 10px;
}
}
.post-navigation .text-left .navigation-text {
	margin-left: 27px;
}
 @media (max-width: 570px) {
 .scroll-up {
display:none !important;
}
 .post-navigation .text-left .navigation-text {
 margin-left: 3%;
}
}
.post-navigation .text-right .navigation-text {
	margin-right: 27px;
}
 @media (max-width: 767px) {
 .post-navigation .text-right .navigation-text {
 margin-right: 3%;
}
}
.post-share {
	padding: 40px 0 0;
	overflow: hidden;
}
.post-share > span {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}
.post-share > span img {
	display: inline-block;
	vertical-align: top;
}
.post-share .fb-like span {
	width: 100px !important;
}

/* Comment
=============*/
.comment-form-1{
	clear:both;
	width:100%;
	margin-top:20px;
	padding-top:20px;
	float:left;
}
.comment-form-1 form{
	margin:20px 0 0 0;
}
.input-holder-a{
	float:left;
	clear:both;
	margin-bottom:15px;
	width:100%;
}
.input-holder-a label{
	margin:0 0 2px 0;
	float:left;
	color:#2e3235;
}
.input-holder-a label span{
	
	color:#d84848;
}
.input-1 input{
	float:left;
	width:100%;
	margin:1px 0 0 0;
	padding:8px 15px;
	background:none;
	height:40px;
	border:1px solid #eee;
	color:#3c4852;
	clear:both;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.input-holder-a textarea{
	border:1px solid #eee;
	background:none;
	width:100%;
	height:200px;
	clear:both;
	float:left;
	padding:15px;
	margin-bottom:15px;
	resize:vertical;
	color:#3c4852;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.input-1 input:focus, .input-holder-1 textarea:focus{
	border:1px solid #9c9c9c;
}

.comment-btn{
	float:left;
	min-height:30px;
}
.comment-btn a{
	border:1px solid #d84848;
	color:#d84848;
	background:none;
	padding:10px 25px;
}
.comment-btn a:hover{
	border:1px solid #d84848;
	color:#fff;
	background:#d84848;
}


#wrapper {
	background-color: #fff;
	
	width: 100%;
	padding:0 15px 0 0;
	height: auto;
	margin: 0 0 0 0;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
}
#carousel img {
	display: block;
	float: left;
	border: none;
	width:auto;
	max-width:870px;
	
}
.pull-left{
	float:left !important;
	margin-right:30px;
}
.media-heading a{
	color:#d84848;
}
.media-heading{
	opacity:1;
}



/*==================================================================*/ 
/*	15) SMALL DEVICES
/*==================================================================*/
@media (max-width: 979px) {
.logo-wrap{
	width:180px;
	padding:20px 0 0 0;
}
.navopener{
	width:40px;
	height:30px;
}
#nav .sf-menu{
	display:none;
}

nav#nav{
	width:100%;
	height:70px;
	display:block;
	position:relative;
	z-index:999999999;
}
.nav-toggle{
	display:block;
}
.mobile-menu-inner{
	display:block;
}

.buy_title p{
	margin:25px 80px 45px 80px;
}

/* About
=============*/
.about_img img{
	float:left;
}
.about_img a{
	float:left;
	margin-top:10px;
	margin-left:5px;
}

}

@media (min-width: 768px) and (max-width: 979px) {

/* Slider
=============*/
#sequence .animate-in .slide-title {
	margin-top: -40px;
}	
#sequence ul li .slide-title p {
	font-size:50px;
}
#sequence .animate-in .slide-text {
	margin-top: 70px;
}
#sequence ul li .slide-text p{
	font-size:20px;
}

/* Mobile Menu
=============*/
.nav-toggle{
	display:block;
}
.mobile-menu-inner{
	display:block;
}

/* Service
=============*/
.service-block h2 {
	font-size:20px;
}

/* Experience
=============*/
.experience .span2{
	text-align:center;
	width:33.333%;
}

/* Blog
=============*/
.blog-carousel .span4{
	width: 370px;
}

/* CLIENTS
=============*/
#clients .span2{
	width:33.333%;
}


#wrapper {
	width: 100%;
	padding:0 15px 0 0;
}
#carousel img {
	max-width:870px;
}

.main-content .span9, .main-content .span3{
	width:100%;
}

}

@media (min-width: 480px) and (max-width: 767px) {

/* Slider
=============*/
#sequence .animate-in .slide-title {
	margin-top: -40px;
}	
#sequence ul li .slide-title p {
	font-size:35px;
}
#sequence .animate-in .slide-text {
	margin-top: 100px;
}
#sequence ul li .slide-text p{
	font-size:20px;
}

/* Experience
=============*/
.experience .span2{
	text-align:center;
	width:50%;
}

/* Blog
=============*/
.blog-carousel ul li{
	width:300px;
}

/* CLIENTS
=============*/
#clients .span2{
	width:50%;
}

/* Contact
=============*/
.input-holder-1{
	width:100%;
	margin-right:0;
}
.input-holder-2{
	width:100%;
}

#wrapper {
	width: 100%;
	padding:0 15px 0 0;
}
#carousel img {
	max-width:767px;
}

.buy_title p{
	margin:25px 30px 45px 30px;
}

/* Footer
=============*/
.footer-fixed{
	padding:50px;
	
}

}

@media (max-width: 479px) {

/* Slider
=============*/
#sequence .animate-in .slide-title {
	margin-top: -40px;
}	
#sequence ul li .slide-title p {
	font-size:35px;
}
#sequence .animate-in .slide-text {
	margin-top: 80px;
}
#sequence ul li .slide-text p{
	font-size:16px;
}

/* Experience
=============*/
.experience .span2{
	text-align:center;
	width:100%;
}

/* Blog
=============*/
.blog-carousel ul li{
	width:300px;
}

/* CLIENTS
=============*/
#clients .span2{
	width:100%;
}
	
/* Contact
=============*/
.input-holder-1{
	width:100%;
}
.input-holder-2{
	width:100%;
}

#wrapper {
	width: 100%;
	padding:0 15px 0 0;
}
#carousel img {
	max-width:700px;
}

.buy_title p{
	margin:25px 15px 45px 15px;
}

/* Footer
=============*/
.footer-fixed{
	padding:10px;
}
.footer-fixed img{
	width:80%;
}

}