@charset "utf-8";
/* CSS Document */

body {
	width: 100%;
	height: 100%;
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
	color: #000;
	background-color: #233140;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
	font-weight: 700;
}

.launchwebsite {
	padding-left:90px;
	padding-right:10px;
	padding-bottom:20px;
}
 @media(min-width:768px) {
.navbar-fixed-top {
	padding: 30px 0;
	-webkit-transition: padding .3s;
	-moz-transition: padding .3s;
	transition: padding .3s;
}
.navbar-fixed-top .navbar-brand {
	font-size: 2em;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.navbar-fixed-top.navbar-shrink {
	padding: 10px 0;
}
.navbar-fixed-top.navbar-shrink .navbar-brand {
	font-size: 1.5em;
}
}
.navbar {
	text-transform: uppercase;
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
	font-weight: 700;
	background-color: #1B1B1B;
}
.navbar a:focus {
	outline: 0;
}
.navbar .navbar-nav {
	letter-spacing: 1px;
}
` .navbar .navbar-nav li a:focus {
 outline: 0;
}
.navbar-default, .navbar-inverse {
	border: 0;
}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
	margin-right: -15px;
	margin-left: -15px;
	margin-bottom: 15px;
}
/* Sections */

section {
	padding: 100px 0;
}
section h2 {
	margin: 0;
	font-size: 3em;
}
section.success {
	color: #fff;
	background: #009999;
}
section.our-work {
	color: #fff;
	padding: 100px 0px;
	background-color: #2c3e50;
}
#about {
	background: url('../img/bg/Blur_80.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
	line-height: 1.4em;
	color: #FFF;
	font-size: 18px;
	margin-top:80px;
	margin-bottom:-40px;
}
#project {
	background: url('../img/bg/Blur_80.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#work {
	background-color: #EEE;
/*	background: url('../img/bg/Blur_01.jpg') no-repeat center center fixed; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
 @media(max-width:767px) {
section {
	padding: 75px 0;
}
section.first {
	padding-top: 75px;
}
}
/* ISOtope filtering */

.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
/* Content Areas */

#container {
	opacity: 0;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}
#container.active {
	opacity: 1;
}
.portfolio-section {
	padding: 33px 0 50px;
}
.portfolio-section ul.filter {
	margin: 0;
	padding: 0;
	margin-bottom: 28px;
}
.portfolio-section ul.filter li {
	display: inline-block;
	margin-right: 2px;
	margin-bottom: 3px;
}
.portfolio-section ul.filter li a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
	color: #828282;
	font-size: 15px;
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
	padding: 8px 16px;
	background: transparent;
	font-weight: 700;
}
.portfolio-section ul.filter li a:hover, .portfolio-section ul.filter li a.active {
	color: #ffffff;
	background: #009a9a;
}

.portfolio-box .project-post {
	width: 25%;
}
.portfolio-box .project-post img {
	width: 100%;
}
.portfolio-box .project-post .hover-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #eee;
	opacity: 0;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}
.portfolio-box .project-post .hover-box .inner-hover {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -50px;
	text-align: center;
}
.portfolio-box .project-post .hover-box .inner-hover h2 {
	color: #000;
	font-size: 20px;
	margin: 0 0 -2px;
	padding-bottom: 3px;
	text-transform: capitalize;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-webkit-transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
	-ms-transform: rotateY(90deg);
	-o-transform: rotateY(90deg);
	transform: rotateY(90deg);
}
.portfolio-box .project-post .hover-box .inner-hover p {
	color: #111;
	font-weight: 700;
	margin-bottom: 10px;
	font-size: 12px;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-webkit-transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
	-ms-transform: rotateY(90deg);
	-o-transform: rotateY(90deg);
	transform: rotateY(90deg);
}
.portfolio-box .project-post .hover-box .inner-hover a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
	width: 50px;
	height: 50px;
	/*	background: #ffffff; */
	text-align: center;
	margin-right: -2px;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
.portfolio-box .project-post .hover-box .inner-hover a i {
	line-height: 50px;
	font-size: 45px;
	color: #009a9a;
}
.portfolio-box .project-post .hover-box .inner-hover a:hover {
	opacity: 0.9;
}
.portfolio-box .project-post .hover-box .inner-hover a.zoom {
	margin-right: 60px;
}
.portfolio-box .project-post .hover-box .inner-hover a.link {
	margin-left: 60px;
}
.portfolio-box .project-post:hover .hover-box {
	opacity: 0.9;
}
.portfolio-box .project-post:hover .hover-box .inner-hover h2 {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.portfolio-box .project-post:hover .hover-box .inner-hover p {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.portfolio-box .project-post:hover .hover-box .inner-hover a.zoom {
	margin-right: -2px;
}
.portfolio-box .project-post:hover .hover-box .inner-hover a.link {
	margin-left: 0px;
}
button.mfp-close, button.mfp-arrow {
	outline: none;
}
#our-work .our-work-item {
	right: 0;
	margin: 0 0 15px;
}
#our-work .our-work-item .our-work-link {
	display: block;
	position: relative;
	margin: 0 auto;
	max-width: 400px;
}
#our-work .our-work-item .our-work-link .caption {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(24,188,156,.9);
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
}
#our-work .our-work-item .our-work-link .caption:hover {
	opacity: 1;
}
#our-work .our-work-item .our-work-link .caption .caption-content {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 20px;
	margin-top: -12px;
	text-align: center;
	font-size: 20px;
	color: #fff;
}
#our-work .our-work-item .our-work-link .caption .caption-content i {
	margin-top: -12px;
}
#our-work .our-work-item .our-work-link .caption .caption-content h3, #our-work .our-work-item .our-work-link .caption .caption-content h4 {
	margin: 0;
}
#our-work * {
	z-index: 2;
}
.our-work-modal .modal-content {
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
	padding: 50px 0;
	min-height: 100%;
	border: 0;
	border-radius: 0;
	background-clip: border-box;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.modal-content {
	background: linear-gradient(rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0.45)), url(../projects/images/bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.overlay {
	background: white;
	opacity: .8;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.our-work-modal .modal-content h1 {
	margin: 0;
	font-size: 2.6em;
	text-align: center;
}
.our-work-modal .modal-content h2 {
	margin: 0;
	font-size: 2.0em;
}
.our-work-modal .modal-content h3 {
	margin: 0;
	font-size: 1.4em;
}
.our-work-modal .modal-content p {
	margin-top: 15px;
	margin-bottom: 25px;
	font-size: 1.1em;
}
.our-work-modal .modal-content img {
	margin-bottom: 30px;
}
.our-work-modal .modal-content .item-details {
	margin: 20px 0;
}
.project-content ul {
	list-style-type: none;
	padding-left: .8em;
	margin: 0;
}
.project-content li {
	list-style-image: url(../img/check16.png);
	padding-left: .2em;
	line-height: 1.5em;
	margin-left: 30px;
}
/* Close Top */ 
.our-work-modal .close-modal {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 75px;
	height: 75px;
	background-color: transparent;
	cursor: pointer;
}
.our-work-modal .close-modal:hover {
	opacity: .3;
}
.our-work-modal .close-modal .lr {
	z-index: 1051;
	width: 1px;
	height: 25px;
	margin-left: 35px;
	background-color: #2c3e50;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.our-work-modal .close-modal .lr .rl {
	z-index: 1052;
	width: 1px;
	height: 25px;
	background-color: #2c3e50;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
/* Close Bottom */
.our-work-modal .close-modal-bottom {
	position: absolute;
	bottom: 25px;
	right: 25px;
	width: 75px;
	height: 75px;
	background-color: transparent;
	cursor: pointer;
}
.our-work-modal .close-modal-bottom:hover {
	opacity: .3;
}
.our-work-modal .close-modal-bottom .lr {
	z-index: 1051;
	width: 1px;
	height: 25px;
	margin-left: 35px;
	background-color: #2c3e50;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.our-work-modal .close-modal-bottom .lr .rl {
	z-index: 1052;
	width: 1px;
	height: 25px;
	background-color: #2c3e50;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
/* Project View */

.project-title {
	text-align: center;
	margin-top: 80px;
	margin-bottom: 35px;
}
blockquote {
	border: none;
	margin: 1.5em 0 1.5em;
	padding: 0 2.5em 0 2.5em;
	position: relative;
}
blockquote:before {
	color: #333;
	content: "\201C";
	font-size: 5em;
	position: absolute;
	left: 5px;
	top: 0.3em;
	line-height: 0.1em;
}
blockquote:after {
	color: #333;
	content: "\201D";
	font-size: 5em;
	position: absolute;
	right: 3px;
	bottom: 0em;
	line-height: 0.1em;
}
quote-name:before {
	color: #303030;
	content: "— ";
	font-size: 1.1em;
	left: 8px;
	text-align: right;
	line-height: 1.4em;
}
quote-name {
	color: #303030;
	display: block;
	font-size: 1.1em;
	text-align: right;
	line-height: 1.4em;
}
.well {
	background-color: #eeeedd;
}
fa {
	color: #FFF;
	font-size: 12px;
}
/* Social */

.btn-social {
	display: inline-block;
	width: 35px;
	height: 35px;
	/*	border: 2px solid #fff;
	border-radius: 100%; */
	text-align: center;
	font-size: 20px;
	line-height: 40px;
}
.btn:focus, .btn:active, .btn.active {
	outline: 0;
}
.btn-outline {
	margin-top: 15px;
	/*	border: solid 2px #D8DFEA; */
	font-size: 20px;
	color: #fff;
	background: 0 0;
	transition: all .3s ease-in-out;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
	/*	border: solid 2px #D8DFEA; */
	color: #009999;
	background: #fff;
}
.btn-outline-facebook:hover, .btn-outline-facebook:focus, .btn-outline-facebook:active, .btn-outline-facebook.active {
	color: #D8DFEA;
	background: #3B5998;
}
.btn-outline-twitter:hover, .btn-outline-twitter:focus, .btn-outline-twitter:active, .btn-outline-twitter.active {
	color: #D8DFEA;
	background: #0084B4;
}
.btn-outline-linkedin:hover, .btn-outline-linkedin:focus, .btn-outline-linkedin:active, .btn-outline-linkedin.active {
	color: #D8DFEA;
	background: #006699;
}

#contact {
	background: linear-gradient(rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0.45)), url(../projects/images/bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-top:100px;
}
#pay_invoice {
	background: linear-gradient(rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0.45)), url(../projects/images/bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
		margin-top:100px;
		padding-bottom:200px;
}
/* Footer */
footer {
	color: #fff;
}
footer h3 {
	margin-bottom: 20px;
}
footer .footer-above {
	padding-top: 25px;
	background-color: #2c3e50;
}
footer .footer-col {
	margin-bottom: 25px;
}
footer .footer-below {
	padding: 25px 0;
	background-color: #233140;
}
.copyright {
		font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
}

/* Responsive Styles */

@media (max-width: 1300px) {
#container.fullwidth .portfolio-box .project-post {
	width: 24.98%;
}
}
@media (max-width: 1199px) {
.portfolio-box .project-post {
	width: 33.33%;
}
}
@media (max-width: 991px) {
.portfolio-box .project-post {
	width: 50%;
}
}
@media (max-width: 767px) {
.portfolio-section ul.filter li a {
	padding: 8px;
}
.portfolio-box .project-post {
	width: 49.9%;
}
}
@media (max-width: 548px) {
.portfolio-box .project-post {
	width: 100%;
}
#container.fullwidth .portfolio-box .project-post {
	width: 100%;
}
.navbar-brand {
	max-width: 69%;
}
}
