/* #50cabd */
html, body {
	width: 100%;
	height: 100%;
}
body {
	font-family: 'Open Sans', Tahoma, sans-serif normal;
	font-size: 14px;
	line-height: 1.65em;
	background: #fafafa;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Open Sans', Tahoma, "sans-serif normal";
	color: #0bb3a1;
}
h1, .h1 { font-size: 40px; }
h2, .h2 { font-size: 30px; }
h3, .h3 { font-size: 24px; }
h4, .h4 { font-size: 20px; }
h5, .h5 { font-size: 16px; }
h6, .h6 { font-size: 12px; }
* {
	outline: none !important;
}
a, button, .btn, .anim, .round-box {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#page-wrapper { overflow: hidden; }
.portfolio-view {
	background-color: #f9f9f9;
}
.bg-white {
	background-color: #fff;
	color: #666666;
}
.bg-dark {
	background-color: #3e3e3e;
	color: #8e8e8e;
}
.bg-light {
	background-color: #f9f9f9;
}
a { color: #50cabd; }
a:hover { color: #28a699; }
a, a:hover, a:focus, a:active { text-decoration: none; }
p:last-child { margin-bottom: 0; }
.highlight {
	padding: 1px 3px;
	background-color: #E5F7F5;
}


/*
| -----------------------------------------------
| SITE HEADER
| -----------------------------------------------
*/
.site-header {
	background: #fff;
	padding: 0;
	border-bottom: 1px solid #eaeaea;
}
.bg-white .site-header {
	background: #fff;
}
.sticky-header .site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}
.boxshadow .site-header {
	border-bottom: 0;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}
.navbar-header {
	display: table;
	height: 85px;
}
.navbar-header .logo {
	display: table-cell;
	vertical-align: middle;
	float: none;
	padding: 10px 0;
}
.site-header .navbar-toggle {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	margin: 22px 10px;
	color: #959595;
}
.in > .main-menu {
	float: none !important;
}
.in > .main-menu > li > a {
	padding: 15px;
	border-top: 0;
	border-left: 3px solid transparent;
}


/*
| -----------------------------------------------
| Home Slider
| -----------------------------------------------
*/
.homeslider .slides > li {
	max-height: 465px;
}


/*
| -----------------------------------------------
| MAIN MENU
| -----------------------------------------------
*/
.main-menu > li > a {
	padding: 35px 17px;
	line-height: 1;
	border-top: 3px solid transparent;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #afafaf;
}
.main-menu > .active > a,
.main-menu > li > a:hover {
	border-color: #50cabd;
}
.bg-white .main-menu > .active > a,
.bg-white .main-menu > li > a:hover {
	background: #f9f9f9;
	color: #7a7880;
}


/*
| -----------------------------------------------
| ICONED LIST
| -----------------------------------------------
*/
.list-iconed {
	padding: 0;
	margin: 0;
	list-style: none;
}
.list-iconed > li > .icon {
	float: left;
	margin-right: 10px;
	padding: 4px 0;
	color: #50cabd;
}
.list-iconed > li > *:not(.icon) {
	overflow: hidden;
	zoom: 1;
}


/*
| -----------------------------------------------
| SOCIAL ICON LIST
| -----------------------------------------------
*/
.site-header .list-social {
	margin: 25px 0 26px 120px;
}
.list-social > li {
	float: left;
}
.list-social > li + li {
	margin-left: 5px;
}
.list-social > li > a {
	display: block;
	position: relative;
	font-size: 16px;
	width: 2.125em;
	height: 2.125em;
	border-radius: 0.25em;
	color: #fff;
	text-align: center;
}
.list-social > li > a:hover {
	color: #fff;
	box-shadow: inset -3px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 -3px 0 rgba(0,0,0,0.1);
}
.list-social > li > a:active,
.list-social > li > a:focus {
	top: 1px;
	box-shadow: inset 0 -2px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.1);
}
.list-social .fa {
	display: block;
	font-size: 0.875em;
	padding: 0.625em 0;
}
.bg-white .list-social > li > a {
	background-color: #e5e5e5;
}
.bg-white .list-social > li > a:hover {
	background: #e1e1e1;
}
.bg-dark .list-social > li > a {
	background-color: transparent;
}
.bg-dark .list-social > li > a:hover {
	color: #fff;
	background: #50cabd;
}


/*
| -----------------------------------------------
| SECTIONS
| -----------------------------------------------
*/
.sticky-header .first-section {
	margin-top: 85px;
}
.site-content {
	padding: 60px 0;
}
.site-content.n-p {
	padding: 0;
}
.section-header {
	text-align: center;
	color: #a8a8a8;
	margin: 0 0 40px;
}
.section-heading {
	font-size: 30px;
	margin: 0;
	text-transform: uppercase;
}
.section-subheading {
	font-size: 18px;
	margin: 15px 0 0;
}


/*
| -----------------------------------------------
| SERVICES
| -----------------------------------------------
*/
.services {
	text-align: left;
	max-width: 370px;
	margin: 0 auto;
}
.services:hover .entry-media .circle {
	background-color: #50cabd;
	color: #fff;
}
.services:hover .entry-title {
	color: #50cabd;
}
.services .entry-media {
	margin: 0 0 15px;
}
.services .entry-media .circle {
	width: 55px;
	height: 55px;
	background: #f2f2f2;
	color: #ccc;
	font-size: 21px;
	border: 0;
}
.services .entry-media .circle .fa {
	padding: 17px 0;
}
.services .entry-title {
	font-size: 20px;
	font-weight: 600;
	color: #393939;
	margin: 0 0 15px;
}
.services .entry-content {
	height: 400px;
}
.services .entry-content2 {
	height: 200px;
}
.services .entry-content3 {
	height: 300px;
}
.services .entry-footer {
	margin: 15px 0 0;
}


/*
| -----------------------------------------------
| CONTACT
| -----------------------------------------------
*/
.contact-wrapper {
	position: relative;
	margin: 130px 0;
	background: #fff;
	padding: 27px 35px;
	border-radius: 3px;
}
#gmap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.toggle-contact {
	position: absolute;
	top: 0;
	right: 0;
	width: 28px;
	height: 28px;
	padding: 0;
	margin: 0;
	border: 0;
	background: #232323;
	color: #fff;
	text-align: center;
}
.toggle-contact:hover {
	background: #50cabd;
}
.toggle-contact > .fa {
	padding: 7px 0;
}


/*
| -----------------------------------------------
| FOOTER
| -----------------------------------------------
*/
.site-footer {
	padding: 60px 0;
}
.site-footer .list-social {
	display: table;
	margin: 0 auto 30px;
}
.site-footer .list-social > li > a {
	font-size: 20px;
}
#copyright {
	font-size: 13px;
	text-align: center;
}


/*
| -----------------------------------------------
| PARALLAXS
| -----------------------------------------------
*/
.parallax {
	width: 100%;
	min-height: 300px;
	padding: 0;
	margin: 0 auto;
	background-attachment: fixed;
	background-position: 50% 0;
}
.parallax .parallax-content {
	padding: 50px 0;
	color: #fff;
}
.parallax-content.dark * {
	color: #099f8f;
	text-shadow: 0 1px 1px rgba(0,0,0,0.2);
	-moz-text-shadow: 0 1px 1px rgba(0,0,0,0.2);
	-webkit-text-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
.parallax-1 {
	background: url(../img/dummy/1600x600.jpg) 50% 0 repeat fixed;
}
.parallax-2 {
	background: url(../img/dummy/1600x600.jpg) 50% 0 repeat fixed;
}
.parallax-3 {
	background: url(../img/dummy/handshake.jpg) 50% 0 repeat fixed;
}
.parallax-4 {
	background: url(../img/dummy/1600x600.jpg) 50% 0 repeat fixed;
}
.parallax-5 {
	background: url(../img/dummy/1600x600.jpg) 50% 0 repeat fixed;
}
.parallax-6 {
	background: url(../img/dummy/success.jpg) 50% 0 repeat fixed;
}


/*
| -----------------------------------------------
| CLIENTS
| -----------------------------------------------
*/
.clients {
	padding: 20px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.clients.light {
	border-color: #e0e4e6;
}
.clients.dark {
	border-color: #4c4c4c;
}


/*
| -----------------------------------------------
| PORTFOLIO
| -----------------------------------------------
*/
#ajax {
	display: none;
}
.portfolio-filters {
	margin-bottom: 30px;
}
.portfolio-filters li {
	margin-bottom: 15px;
}
.list-portfolio {
	margin: 0 -15px;
	padding: 0;
	list-style: none;
}
.list-portfolio .mix {
	width: 25%;
	padding: 15px;
	float: left;
	display: none;
	opacity: 0;
}


.portfolio-item {
	position: relative;
	cursor: pointer;
}
.portfolio-item .hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.portfolio-item .hover > a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.portfolio-item:hover .hover {
	background: #50cabd;
	background: rgba(80, 202, 189, 0.85);
}
.portfolio-item:hover .entry-meta {
	z-index: 2;
	padding: 0 20px;
}
.portfolio-item:hover .entry-likes,
.portfolio-item:hover .entry-title {
	color: #fff;
}
.portfolio-item:hover .entry-category {
	left: 20px;
	opacity: 1;
	visibility: visible;
}


.portfolio-item .entry-media img {
	width: 100%;
	height: auto;
}
.portfolio-item .entry-meta {
	position: relative;
	border-bottom: 1px solid #dee2e4;
}
.portfolio-item .entry-title {
	font-size: 16px;
	font-weight: 600;
	color: #5d5d5d;
	line-height: 1.5;
	overflow: hidden;
	zoom: 1;
}
.portfolio-item .entry-likes {
	margin: 12px 0 0 10px;
	color: #aaa;
}
.portfolio-item .entry-category {
	position: absolute;
	top: 20px;
	left: 60px;
	color: #fff;
	visibility: hidden;
	opacity: 0;
}




/*
| -----------------------------------------------
| ROUND AND CIRCLE BOX
| -----------------------------------------------
*/
.round-box {
	border-radius: 3px;
	border: 1px solid #bbb;
	font-size: 15px;
	padding: 12px 18px;
	line-height: 1;
}
.round-box:hover, .circle:hover {
	background: #50cabd;
	border-color: #50cabd;
	color: #fff;
}
.round-box, .circle,
.round-box > *, .circle > * {
	display: inline-block;
	vertical-align: middle;
}

.circle {
	width: 40px;
	height: 40px;
	font-size: 24px;
	line-height: 1;
	color: #bbb;
	border-radius: 50%;
	border: 2px solid #bbb;
}
.circle > * {
	padding: 6px 0;
}


/*
| -----------------------------------------------
| PROJECTS
| -----------------------------------------------
*/
.project-wrapper {
	background: #f9f9f9;
}
#ajax_loading {
	display: none;
}
#ajax_loading.loading {
	display: table;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f9f9f9 url(../img/loading.gif) no-repeat center center;
}
.project-wrapper .container {
	max-width: 970px;
}


.project-header {
	position: relative;
	background: #fff;
	padding-bottom: 25px;
	border-bottom: 1px solid #eaeaea;
}
.boxshadow .project-header {
	border: 0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.project-header .project-title {
	margin: 25px 0 15px;
}
.project-header .round-box {
	margin-top: 25px;
}


.project-content {
	position: relative;
	padding: 60px 0 140px;
	margin-bottom: 90px;
}
.project-content h4 {
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 20px;
}
.project-content .w-b {
	position: relative;
	padding-bottom: 10px;
	border-bottom: 2px solid #e1e1e1;
}
.project-content .w-b:after {
	content: ' ';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 75px;
	height: 2px;
	background: #50cabd;
}


.project-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
	box-shadow: 0 -1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 -1px 2px rgba(0,0,0,0.2);
	padding: 20px 0;
	z-index: 99;
}
.project-footer .project-nav {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 0;
	background: transparent;
	font-size: 32px;
	color: #bbb;
	line-height: 1;
	padding: 0;
}
.project-footer .project-nav:not(.disabled):hover,
.project-footer .circle:hover {
	color: #50cabd;
	background: transparent;
}
.disqus-container {
	color: #5d5d5d;
}
.project-content .disqus-container {
	margin-top: 60px;
}
.project-footer .project-nav.disabled {
	cursor: not-allowed;
	opacity: 0.75;
	filter: alpha(opacity=75);
}


/*
| -----------------------------------------------
| PROCESS
| -----------------------------------------------
*/
.process {
	position: relative;
	text-align: center;
	max-width: 275px;
	margin: 0 auto;
}
.process:before,
.process:after,
.process .circle {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.process:before {
	content: ' ';
	position: absolute;
	top: 47px;
	right: -15px;
	width: 100%;
	height: 1px;
	background: #e0e0e0;
	z-index: 1;
	padding: 0 15px;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}
.process.first:before,
.process.last:before {
	width: 50%;
}
.process.last:before {
	left: -15px;
	right: auto;
}
.process:after {
	content: ' ';
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #e0e0e0;
	position: absolute;
	top: 47px;
	left: -15px;
	margin-left: -5px;
	margin-top: -5px;
	z-index: 2;
}
.process.first:after {
	content: none;
}
.process:hover:before,
.process:hover:after {
	background: #aaa;
}
.process .circle {
	position: relative;
	width: 94px;
	height: 94px;
	border: 0;
	background: #f4f4f4;
	color: #ccc;
	font-size: 48px;
	line-height: 94px;
	z-index: 3;
}
.process:hover .circle {
	background: #aaa;
	color: #e9e9e9;
}
.process p {
	color: #666666;
	font-size: 13px;
}


/*
| -----------------------------------------------
| TESTIMONIAL
| -----------------------------------------------
*/
.testimonial {
	text-align: center;
}
.testimonial .entry-content {
	position: relative;
	margin: 25px 30px;
}
.testimonial .entry-content:before,
.testimonial .entry-content:after {
	position: absolute;
	display: inline-block;
	top: 0;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.testimonial .entry-content:before {
	content: '';
	left: -25px;
}
.testimonial .entry-content:after {
	content: '';
	right: -25px;
}
.testimonial .entry-author {
	padding: 10px 30px;
	border-top: 1px solid #a7a7a7;
}
.testimonial .entry-author > span {
	color: #ccc;
}
.testimonial .entry-author {
	font-weight: 600;
}


/*
| -----------------------------------------------
| TEAM MEMBERS
| -----------------------------------------------
*/
.team {
	max-width: 275px;
	margin: 0 auto;
	border-bottom: 1px solid #dee2e4;
}
.team .photo-container {
	position: relative;
	overflow: hidden;
}
.team .info {
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 6px 15px;
	color: #fff;
	background: #1f1f1f;
	background: rgba(0,0,0,0.6);
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-out;
	-o-transition: all 0.35s ease-out;
	-ms-transition: all 0.35s ease-out;
	transition: all 0.35s ease-out;
}
.team .photo-container img {
	-webkit-transition: -webkit-transform 0.15s linear 150ms;
	-moz-transition: -moz-transform 0.15s linear 150ms;
	-o-transition: -o-transform 0.15s linear 150ms;
	-ms-transition: -ms-transform 0.15s linear 150ms;
	transition: transform 0.15s linear 150ms;
}
.team .info .name {
	color: #fff;
	font-size: 16px;
	margin: 5px 0;
}
.team .info .position {
	color: #fff;
	font-size: 13px;
}
.team .info .position + * {
	margin-top: 20px;
}
.team .info .hover {
	display: none;
	opacity: 0;
	visibility: hidden;
	font-size: 12px;
	-webkit-transition: all 0.2s ease-out 100ms;
	-moz-transition: all 0.2s ease-out 100ms;
	-o-transition: all 0.2s ease-out 100ms;
	-ms-transition: all 0.2s ease-out 100ms;
	transition: all 0.2s ease-out 100ms;
}
.team .info .hover p {
	line-height: 2;
}
.photo-container:hover .info {
	height: 100%;
}
.photo-container:hover .hover {
	display: block;
	opacity: 1;
	visibility: visible;
}
.photo-container:hover img {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}
.team .list-social {
	display: table;
	margin: 0 auto;
	padding: 8px 0;
}
.team .list-social > li > a {
	background-color: #c9c9c9;
}
.team .list-social > li > a:hover {
	background-color: #b9b9b9;
}
