@charset "utf-8";



/* ===================================
    Google font
====================================== */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700);
/* ===================================
    Reset
====================================== */

i
.animated {
	-moz-transition-duration: 0s !important;
}

/* only ie7, ie9, ie10, ie11 */
@media screen\0 {
input { /* ie7, ie9, ie10, ie11+ only */
	padding-bottom: 19px;
}
}
/* Remove inner shadow from inputs on mobile iOS */

/* ===================================
    Typography
====================================== */

/* font family */
.alt-font {
	font-family: "Oswald", sans-serif !important;
}
.main-font {
	font-family: 'Open Sans', sans-serif !important;
}

/* section title */
.section-title {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 2px;
	padding: 0 0 100px 0;
}
.tab-content .section-title {
	border: medium none;
	font-size: 40px;
	font-weight: 100;
	text-transform: none;
	margin: 2% 0 0;
	padding: 0
}
.title-gray {
	border: 1px solid #b5b5b5;
	color: #b5b5b5
}
.title-white {
	border: 1px solid #ffffff;
	color: #ffffff
}
h1.big {
	color: #ffffff;
	font-size: 65px;
	font-weight: 600;
	line-height: 76px;
	margin-bottom: 0px;
}
h1.title {
	font-size: 60px;
	font-weight: 700;
	line-height: 65px;
	margin-bottom: 0px;
	display: inline-block;
}
span.underline-bg {
	display: table;
	height: 2px;
	width: 100%;
	position: relative;
	top: -28px;
	z-index: 2
}
h1.big span {
	font-weight: 300;
}
.banner-content {
	font-size: 18px;
	line-height: 28px;
}
h1.page-title {
	margin: 95px auto 0;
	width: 100%;
}
.highlight-title {
	font-family: 'Oswald', sans-serif;
	font-weight: 100;
	color: #000;
	font-size: 65px;
	letter-spacing: 0;
}
.highlight-title span {
	font-weight: 600
}
.work-process-title {
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: 600;
	text-transform: uppercase;
	color: #000;
}
/* different text size */
.text-small {
	font-size: 11px !important;
	line-height: 15px !important;
}
.text-med {
	font-size: 14px !important;
	line-height: 26px !important;
	text-align: justify;
}
.text-large {
	font-size: 15px !important;
	text-transform: uppercase;
	line-height: 24px !important;
	letter-spacing: 2px !important;
}
.text-extra-large {
	font-size: 16px !important;
	line-height: 28px !important;
	font-weight: 100;
}
.text-extra-large strong {
	letter-spacing: 3px
}
.text-extra-large-normal {
	font-weight: normal !important;
}
.title-small {
	font-size: 13px !important;
	/*line-height: 30px !important;*/
	text-align: justify;
}
.title-med {
	font-size: 24px !important;
	line-height: 34px !important;
}
.title-large {
	font-size: 28px !important;
	line-height: 41px !important;
}
.title-extra-large {
	font-size: 35px !important;
	line-height: 43px !important;
}
/* text color */
.white-text {
	color: #FFF !important
}
.magenta-text {
	color: #d94378 !important
}
.orange-text {
	color: #ff513b !important
}
.orange-light-text {
	color: #ef824c !important
}
.deep-red-text {
	color: #e75e50 !important
}
.black-text {
	color: #3b475f !important
}
.yellow-text {
	color: #e6af2a !important
}
.yellow-light-text {
	color: #ffd200 !important
}
.fast-yellow-text {
	color: #f7d23d !important
}
.pink-text {
	color: #d9378e !important
}
.light-gray-text {
	color: #ababab !important
}
.deep-gray-text {
	color: #464646 !important;
}
.deep-light-gray-text {
	color: #878787 !important;
}
.gray-text {
	color: #7f7f7f !important
}
.dark-gray-text {
	color: #373737 !important
}
/* letter spacing */
.no-letter-spacing {
	letter-spacing: 0px !important
}
.letter-spacing-1 {
	letter-spacing: 1px !important
}
.letter-spacing-2 {
	letter-spacing: 2px !important
}
.letter-spacing-3 {
	letter-spacing: 3px !important
}
.letter-spacing-4 {
	letter-spacing: 4px !important
}
.letter-spacing-5 {
	letter-spacing: 5px !important
}
.letter-spacing-6 {
	letter-spacing: 6px !important
}
.letter-spacing-7 {
	letter-spacing: 7px !important
}
.letter-spacing-8 {
	letter-spacing: 8px !important
}
.letter-spacing-9 {
	letter-spacing: 9px !important
}
.letter-spacing-10 {
	letter-spacing: 10px !important
}
/* font weight */
.font-weight-100 {
	font-weight: 100 !important
}
.font-weight-300 {
	font-weight: 300 !important
}
.font-weight-400 {
	font-weight: 400 !important
}
.font-weight-600 {
	font-weight: 600 !important
}
.font-weight-700 {
	font-weight: 700 !important
}
.font-weight-800 {
	font-weight: 800 !important
}
/* text property */
.text-transform-unset {
	text-transform: unset !important
}
.text-decoration-underline {
	text-decoration: underline !important;
}
.word-wrap {
	word-wrap: break-word
}
.text-transform-none {
	text-transform: none !important
}
.text-transform-uppercase {
	text-transform: uppercase !important
}
/* ===================================
    Icon
====================================== */

i {
	color: #9a9a9a;
	margin: 0 3px
}
.extra-large-icon {
	font-size: 60px !important;
}
.large-icon {
	font-size: 50px !important;
}
.medium-icon {
	font-size: 40px !important;
	margin-bottom: 15px !important;
}
.small-icon {
	font-size: 25px !important;
}
.extra-small-icon {
	font-size: 18px !important;
}
/* ===================================
    Background color
====================================== */

.bg-white {
	background: #fff !important;
}
.bg-yellow {
	background: #e6af2a !important;
}
.bg-red {
	background: #c63437 !important;
}
.bg-deep-yellow {
	background: #f7f5e7 !important;
}
.bg-golden-yellow {
	background: #c3bd86 !important;
}
.bg-fast-yellow {
	background: #fdd947 !important;
}
.bg-dark-gray {
	background: #252525 !important;
}
.bg-mid-gray {
	background: #d4d4d4 !important;
}
.bg-black {
	background: #000000 !important;
	opacity: 0.2 !important;
}
.bg-highlight {
	background: #345b8f !important;
	text-align: center
}
.bg-green {
	background: #70bd5b !important;
}
.bg-gray-light {
	background-color: #fcfcfc !important;
}
.bg-gray {
	background-color: #f6f6f6 !important;
}
.bg-yellow-ochre {
	background-color: #997546 !important;
}
.bg-deep-brown {
	background-color: #544441 !important;
}
.bg-transparent {
	background: transparent !important
}
.bg-orange {
	background: #c24742 !important;
}
.bg-deep-orange {
	background: #f15a22 !important;
}
.bg-fast-orange {
	background: #ff513b !important;
}
.bg-pink {
	background: #c2345f !important
}
.bg-deep-red {
	background: #e75e50 !important
}
.bg-deep-pink {
	background: #e53878 !important
}
.bg-light-pink {
	background: #dc378e !important
}
.bg-fast-pink {
	background: #ff1a56 !important
}
.bg-magenta {
	background: #d94378 !important
}
.bg-light-yellow {
	background: #f8f7f5 !important
}
.bg-dark-green {
	background: #60a532 !important;
}
.bg-dark-blue {
	background: #3273a5 !important;
}
.bg-violet {
	background: #6c407e !important
}
.dark-section {
	color: #939393 !important
}
.bg-light-gray {
	background-color: #f8f7f7 !important;
}
.bg-slider {
	background: rgba(27, 22, 28, 0.3)
}
.parallax-gray-bg {
	background: rgba(246,246,246,1)
}
.bg-light-orange {
	background-color: #ef824c !important;
}
.bg-inherit {
	background-color: inherit !important;
}
/* opacity */
.opacity-light {
	position: absolute;
	height: 100%;
	width: 100%;
	opacity: 0.5;
	z-index: 1;
	top: 0;
	left: 0
}
.opacity-medium {
/*position: absolute;
	height: 100%;
	width: 100%;
	opacity: 0.7;
	z-index: 1;
	top: 0;
	left: 0*/
}
.opacity-full {
	position: absolute;
	height: 100%;
	width: 100%;
	opacity: 0.8;
	z-index: 1;
	top: 0;
	left: 0
}
/* ===================================
    Custom
====================================== */

.center-col {
	float: none !important;
	margin-left: auto !important;
	margin-right: auto !important
}
/* separator */
.separator-line {
	height: 2px;
	margin: 0 auto;
	width: 30px;
	margin: 7% auto
}
.separator-line-thick {
	height: 4px;
	margin: 0 auto;
	width: 30px;
	margin: 7% auto
}
.separator-line-vertical {
	width: 7px;
	height: 80px;
	background-color: #fff;
	float: left;
	margin-right: 90px;
}
.slider-text .separator-line {
	margin: 14% auto;
	height: 2px
}
.thin-separator-line {
	height: 1px;
	width: 30px;
	margin: 7% auto
}
.vertical-separator {
	height: 25px;
	width: 25px;
	border-left: 1px solid #000
}
.wide-separator-line {
	height: 1px;
	background-color: #e5e5e5;
	margin: 5% 15px;
}
.indicators-black .active {
	background-color: #000;
	border: 2px solid rgba(0, 0, 0, 1);
}
.indicators-black li {
	border: 2px solid rgba(0, 0, 0, 1);
}
/* margin */
.margin-one {
	margin-top: 1% !important;
	margin-bottom: 1% !important
}
.margin-two {
	margin-top: 2% !important;
	margin-bottom: 2% !important
}
.margin-three {
	margin-top: 3% !important;
	margin-bottom: 3% !important
}
.margin-four {
	margin-top: 4% !important;
	margin-bottom: 4% !important
}
.margin-five {
	margin-top: 5% !important;
	margin-bottom: 5% !important
}
.margin-six {
	margin-top: 5% !important;
	margin-bottom: 0 !important
}
.margin-seven {
	margin-top: 7.8% !important;
	margin-bottom: 5% !important
}
.margin-eight {
	margin-top: 8% !important;
	margin-bottom: 8% !important
}
.margin-nine {
	margin-top: 9% !important;
	margin-bottom: 9% !important
}
.margin-ten {
	margin-top: 10% !important;
	margin-bottom: 10% !important
}
.margin-eleven {
	margin-top: 22% !important;
	margin-bottom: 22% !important
}
.margin-right-four {
	margin-right: 4% !important
}
.margin-right-five {
	margin-right: 5% !important
}
.margin-right-six {
	margin-right: 6% !important
}
.margin-right-seven {
	margin-right: 7% !important
}
.margin-right-eight {
	margin-right: 8% !important
}
.margin-right-nine {
	margin-right: 9% !important
}
.margin-right-ten {
	margin-right: 10% !important
}
.margin-top-section {
	margin-top: 96px;
}
.margin-left-right-one {
	margin-right: 6% !important;
	margin-left: 6% !important
}
.margin-two-bottom {
	margin-bottom: 2% !important;
}
.margin-three-bottom {
	margin-bottom: 3% !important;
}
.margin-four-bottom {
	margin-bottom: 4% !important;
}
.margin-five-bottom {
	margin-bottom: 5% !important;
}
.margin-six-bottom {
	margin-bottom: 6% !important;
}
.margin-seven-bottom {
	margin-bottom: 7% !important;
}
.margin-ten-bottom {
	margin-bottom: 10% !important;
}
.no-margin {
	margin: 0 !important
}
.no-margin-lr {
	margin-left: 0 !important;
	margin-right: 0 !important
}
.no-margin-top {
	margin-top: 0 !important
}
.no-margin-bottom {
	margin-bottom: 0 !important
}
.no-margin-left {
	margin-left: 0 !important
}
.no-margin-right {
	margin-right: 0 !important
}
.margin-bottom {
	margin-bottom: 60px
}
/* padding */
.padding-one {
	padding-top: 1% !important;
	padding-bottom: 1% !important
}
.padding-two {
	padding-top: 2% !important;
	padding-bottom: 2% !important
}
.padding-three {
	padding-top: 3% !important;
	padding-bottom: 3% !important
}
.padding-four {
	padding-top: 4% !important;
	padding-bottom: 4% !important
}
.padding-five {
	padding-top: 5% !important;
	padding-bottom: 5% !important
}
.padding-six {
	padding-top: 3% !important;
	padding-left: 3% !important;
	padding-right: 3% !important;
}
.padding-seven {
	padding: 6%
}
.padding-eight {
	padding-top: 20%;
	padding-bottom: 20%
}
.padding-nine {
	padding: 6% 0
}
.padding-twenty-nine {
	padding: 15% !important
}
.padding-left-right {
	padding-right: 6% !important;
	padding-left: 6% !important;
}
.padding-two-bottom {
	padding-bottom: 2% !important;
}
.padding-left-right-px {
	padding: 0 15px;
}
.no-padding-left-right {
	padding-left: 0 !important;
	padding-right: 0 !important
}
.no-padding-section {
	padding: 0px !important;
}
.no-padding-right {
	padding-right: 0px !important;
}
.no-padding-top {
	padding-top: 0 !important
}
.no-padding {
	padding: 0 !important
}
.no-padding-left {
	padding-left: 0px !important;
}
.no-padding-bottom {
	padding-bottom: 0 !important
}
.section-padding-inner {
	padding: 140px 0
}
/* float */
.f-left {
	float: left !important
}
.f-right {
	float: right !important
}
.no-float {
	float: none !important;
}
/* other col size */
.col-large {
	width: 90%;
}
.col-medium {
	width: 85%;
}
.col-small {
	width: 75%;
}
.col-extra-small {
	width: 70%;
}
/* display */
.display-block {
	display: block !important
}
.overflow-hidden {
	overflow: hidden !important
}
.overflow-hidden-mobile {
	position: fixed !important;
	overflow: hidden !important
}
.display-inline-block {
	display: inline-block !important
}
.display-inline {
	display: inline !important
}
.display-none {
	display: none !important
}
.display-table {
	display: table !important
}
/* position */
.position-relative {
	position: relative !important;
	z-index: 5
}
.position-absolute {
	position: absolute !important;
}
.position-right {
	right: 0 !important;
}
.position-left {
	left: 0 !important;
}
.position-top {
	top: 0 !important;
}
/* width */
.width {
	display: inline-block;
	position: relative;
	width: 90%;
}
.width-20 {
	width: 20% !important;
}
.width-30 {
	width: 30% !important;
}
.width-40 {
	width: 40% !important;
}
.width-50 {
	width: 50% !important;
}
.width-60 {
	width: 60% !important;
}
.width-70 {
	width: 70% !important;
}
.width-80 {
	width: 80% !important;
}
.width-90 {
	width: 90% !important;
}
.width-100 {
	width: 100% !important;
}
.width-auto {
	width: auto !important
}
/* height */
.height-100 {
	height: 100% !important
}
.height-auto {
	height: auto !important
}
.clear-both {
	clear: both
}
.roundedimage {
	border-radius: 100%
}
.vertical-align-middle {
	vertical-align: middle !important;
}
.vertical-align-bottom {
	vertical-align: bottom !important;
}
.no-box-shadow {
	box-shadow: none !important
}
p.uppercase {
	text-transform: uppercase !important;
}
p.uppercase a {
	text-decoration: underline !important;
}
p.uppercase a:hover {
	text-decoration: none;
}
.line-break {
	display: block !important;
}
.z-index-1 {
	z-index: 1 !important;
}
.z-index-0 {
	z-index: 0 !important;
}
.no-transition *, .owl-carousel * {
	transition-timing-function: none;
	-moz-transition-timing-function: none;
	-webkit-transition-timing-function: none;
	-o-transition-timing-function: none;
	transition-duration: 0s;
	-moz-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
}

.tab-content > .tab-pane .top-icon {
	display: block;
}
.tab-content > .tab-pane .top-icon i {
	color: #5bcf21;
	font-size: 70px;
}


/* new project */
#new-project h5 {
	font-size: 14px;
	font-weight: 400;
}
/* approach */
.approach-details {
	text-transform: uppercase;
	color: #737373;
	margin-top: 15px;
	display: block;
	line-height: 20px
}

/* ===================================
    One page
====================================== */

.tab-portfolio img {
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	opacity: 1
}
.tab-portfolio:hover img {
	-ms-transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	opacity: 0.5
}
.tab-portfolio .portfolio-images {
	width: auto;
	overflow: hidden;
	background-color: #000;
	position: relative;
}
.tab-portfolio .view {
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: -47px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
}
.tab-portfolio:hover .view {
	top: 50%;
	margin-top: -25px;
}
.tab-portfolio .portfolio-details {
	padding: 20px 20px;
	text-align: left;
	border-bottom: 1px solid #d4d4d4;
}
.tab-portfolio .portfolio-details span {
	text-transform: uppercase;
}
.portfolio-right {
	float: right;
	margin-top: -10px;
}
.tab-portfolio .portfolio-details h3 {
	margin: 0 0 2px 0;
}
.tab-portfolio .portfolio-details .portfolio-right .fa {
	color: #000000;
	margin: 0 2px 0 0;
}

/* ===================================
    Portfolio - ajax
====================================== */

/*  single #1 */
.half-project-img {
	height: 550px;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.project-img-gallery {
	padding: 15px 0
}
.spend-year {
	border-right: 1px solid #e5e5e5;
	float: left;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 47px;
	min-height: 110px;
	text-align: center;
	width: 50%;
}
.spend-year span {
	font-weight: 400;
	font-size: 12px;
	display: block;
	text-transform: uppercase;
	line-height: 0;
	margin-top: 40px;
}
.spend-time {
	border-right: 1px solid #e5e5e5;
	float: left;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 47px;
	min-height: 110px;
	text-align: center;
	width: 50%;
}
.spend-time span {
	font-weight: 400;
	font-size: 12px;
	display: block;
	text-transform: uppercase;
	line-height: 0;
	margin-top: 40px;
}
.related-projects-list .masonry-items li {
	padding: 5px
}
.project-header-text {
	margin-top: 30%;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 1;
}
.project-subtitle {
	font-family: "Oswald", sans-serif;
	font-size: 14px;
	font-weight: 100;
	letter-spacing: 8px;
	line-height: 65px;
	text-transform: uppercase;
}
.project-title {
	display: block;
	font-size: 25px;
	font-weight: 600;
	letter-spacing: 7px;
	text-transform: uppercase;
}
/*  single #2 */
.half-project-img-slider {
	min-height: 700px;
}
/*  single #3 */
.half-project-small-img {
	min-height: 300px;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.half-project-small-img .project-header-text {
	margin-top: 10.5%
}
.project-details ul {
}
.project-details ul li {
	border-bottom: 1px solid #e5e5e5;
	padding: 8px 0;
	text-transform: uppercase
}
.project-details ul li:last-child {
	border-bottom: none
}
/*  single #5 */
.work-background-slider-text {
	position: absolute;
	width: 50%;
	right: 0;
	top: 0;
	height: 100%;
	background: rgba(255,255,255,0.9);
	padding: 150px 120px
}
.work-background-slider-year {
	position: absolute;
	bottom: 0;
	right: 0
}
.work-background-slider-main .spend-year {
	line-height: 55px;
	width: auto;
}
.work-background-slider-main .spend-year span {
	margin-top: auto
}
/* next - previous project */

/* next - previous style #1 */
.next-previous-project .next-project a {
	position: fixed;
	right: -133px;
	top: 49%;
	z-index: 5;
	background-color: #585858
}
.next-previous-project .next-project a img, .previous-project a img {
	max-height: 83px;
}
.next-previous-project .next-project a span {
	color: #000;
	font-weight: 400;
	letter-spacing: 2px;
	position: absolute;
	text-transform: uppercase;
	z-index: 2;
	font-size: 9px;
	top: 83px;
	padding-top: 10px;
	display: block;
	width: 100%;
	left: 32px
}
.next-previous-project .next-project a img:nth-child(3), .previous-project a img:nth-child(2) {
	opacity: 1
}
.next-previous-project .next-project a:hover {
	right: 0;
	transition-duration: .3s;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-o-transition-duration: .3s;
}
.next-previous-project .previous-project a {
	position: fixed;
	left: -133px;
	top: 49%;
	z-index: 5;
	opacity: 1
}
.next-previous-project .previous-project a:hover {
	left: 0;
	transition-duration: .3s;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-o-transition-duration: .3s;
}
.next-previous-project .previous-project a span {
	color: #000;
	font-weight: 400;
	letter-spacing: 2px;
	position: absolute;
	text-transform: uppercase;
	z-index: 2;
	font-size: 9px;
	top: 83px;
	padding-top: 10px;
	display: block;
	width: 100%;
	left: 20px
}
.previous-project-bottom, .next-project-bottom {
	top: 79.5% !important
}
/* next - previous style #2 */
.next-previous-project-style2 a {
	width: 33.33%;
	display: inline-block;
	text-align: center;
	padding: 50px 0;
	letter-spacing: 4px;
	font-size: 11px;
	border-top: 1px solid #e5e5e5;
	transition-duration: .3s;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-o-transition-duration: .3s;
}
.next-previous-project-style2 a span {
	padding-left: 0px;
	transition-duration: .3s;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-o-transition-duration: .3s;
}
.next-previous-project-style2 a i {
	font-size: 14px;
	color: #000;
	margin: 0 7px;
	transition-duration: .3s;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-o-transition-duration: .3s;
}
.next-previous-project-style2 a:hover {
	background-color: #000;
	color: #fff;
	border-top: 1px solid #000
}
.next-previous-project-style2 a:hover i {
	color: #fff
}
.next-previous-project-style2 .back-project span {
	text-indent: -9999px;
	float: left
}
.next-previous-project-style2 a.next-project:hover span {
	padding-left: 45px;
	transition-duration: .3s;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-o-transition-duration: .3s;
}
.next-previous-project-style2 a.previous-project:hover span {
	padding-right: 45px;
	transition-duration: .3s;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-o-transition-duration: .3s;
}
/* ===================================
    Portfolio - multi pages
====================================== */

/* single #3 */
.project-highlight {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.project-highlight span {
	display: block;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 3px;
}
/* single #4 */
.great-result {
	position: relative;
	z-index: 3
}
.great-result .owl-pagination {
	bottom: 50px
}
/* single #5 */
.highlight-project-center-block {
	position: relative
}
/* ===================================
    Masonry portfolio - home
====================================== */

.masonry-portfolio-header {
	min-height: 600px
}
.masonry-portfolio-header-title {
	color: #000;
	display: block;
	font-family: "Oswald", sans-serif;
	font-size: 30px;
	font-weight: 100;
	line-height: 40px;
	margin: 130px auto 0;
	text-align: center;
	text-transform: uppercase;
}

/* ===================================
    Intro
====================================== */

.tp-banner-container-black {
	background: #000000;
}
.intro-icon-text {
	font-size: 16px;
	letter-spacing: 4px;
	color: #fff;
	line-height: 20px;
}
.intro-icon i {
	font-size: 40px;
	color: #ffffff;
}
.work-img {
	background: #000000;
}
.work-img:hover a {
	opacity: 0.5;
}
/* ===================================
    Portfolio
====================================== */

/* portfolio filter */
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.grid-wrap .tab-content {
	margin-top: 25px;
}
/* portfolio filter light */
.nav-tabs-light li a {
	margin: 0 32px
}
.nav-tabs-light li:first-child a {
	margin: 0 32px 0 0
}
.nav-tabs-light li:last-child a {
	margin: 0 0 0 32px
}
.nav-tabs-light {
	height: 70px
}
.nav-tabs-light a {
	color: #888888;
	font-family: "Open Sans", sans-serif !important;
	font-size: 12px;
}
.nav-tabs-style2 {
	margin-top: 20px;
}
.nav-tabs-style2 li {
	position: relative;
}
.nav-tabs-style2 li a {
	font-size: 14px;
	color: #626262;
	letter-spacing: 0.55px;
	border: 0;
	font-weight: 400;
	margin: 0 30px;
}
.nav-tabs-style2 li.active a {
	border-bottom: 0;
}
.nav-tabs-style2 li.active:before {
	width: 100%;
	height: 1px;
	display: inline-block;
	background-color: #ef824c;
	position: absolute;
	left: 0;
	top: 15px;
}
.nav-tabs-style2 li a:hover {
	border-bottom: 0;
}
/* masonry basic */
.grid li {
	transition-duration: 0s;
	-moz-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
}
.grid img {
	width: 100%
}
.grid-gallery {
	clear: both;
	float: left;
	width: 100%;
}
.gallery-img a {
	position: relative;
/*	z-index: 2;*/
	display: block
}
.grid-gallery ul {
	list-style: none;
	padding: 0;
}
.grid-gallery figure {
	margin: 0;
	position: relative
}
.grid-gallery figure img {
	display: block;
	width: 100%;
	opacity: 1;
	cursor: pointer;
}
.grid-gallery figcaption h3 {
	margin: 0 0 8px;
	padding: 0;
	text-transform: uppercase;
}
.grid-gallery figcaption i {
	font-size: 32px;
	color: #aeaeae;
	margin-bottom: 20px
}
.grid-gallery figcaption h3 a, .grid-gallery figcaption h3 {
	letter-spacing: 4px;
	font-weight: 400;
	color: #e3e3e3
}
.grid-gallery figcaption p {
	display: block;
	font-size: 12px;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-decoration: none;
	color: #aeaeae;
	margin-bottom: 0
}
.grid {
	margin: 0 auto;
}
.grid li {
	box-sizing: border-box;
	float: left;
	margin: 0;
	width: 25%;
	display: inline-table;
}
.grid figure {
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
	background: #1C272F;
}
.grid figcaption {
	bottom: 70px;
	opacity: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
}
.gallery-img {
	opacity: 1;
	transition: all 0.3s ease 0s;
	overflow: hidden;
}
.grid figure:hover .gallery-img {
	background-color: #000;
}
.no-hover figure:hover .gallery-img {
	background-color: transparent !important;
}
.no-hover figure:hover img {
	opacity: 1 !important;
	-ms-transform: none;
	-webkit-transform: none;
	transform: none;
}

.mfp-figure figure:hover img {
	cursor: pointer
}
.grid figure:hover figcaption {
	opacity: 1;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
}
/* portfolio grid - 2 column  */
.revolution-masonry-portfolio-list .portfolio-item {
	padding: 10px;
}
/* portfolio grid */

/* portfolio grid - 2 column  */
.work-2col .grid li {
	float: left;
	width: 50%;
}
/* portfolio grid - 3 column  */
.work-3col .grid figcaption {
	bottom: 35px;
}
.work-3col .grid li {
	float: left;
	width: 33.33%;
}
/* portfolio grid - 4 column  */
.work-4col .grid li {
	float: left;
	width: 25%;
}
.work-4col .grid figcaption {
	bottom: 40px;
}
#portfolio.work-4col .grid figcaption {
	bottom: 60px;
}
.work-4col .grid-gallery figcaption h3 {
	font-size: 13px;
	margin: 0 0 3px
}
.work-4col .grid-gallery figcaption p {
	font-size: 11px
}
/* portfolio grid - 5 column  */
.work-5col .grid li {
	float: left;
	width: 20%;
}
.work-5col .grid figcaption {
	bottom: 15px;
}
.work-5col .grid-gallery figcaption h3 {
	font-size: 11px;
	margin: 0 0 3px;
	letter-spacing: 2px
}
.work-5col .grid-gallery figcaption p {
	font-size: 10px;
	letter-spacing: 1px
}
.work-5col .grid-gallery figcaption i {
	font-size: 28px;
	margin-bottom: 15px
}
.work-5col figure:hover img {
	-ms-transform: none;
	-webkit-transform: none;
	transform: none;
	transition: .1s;
	-webkit-transition: .1s;
	-moz-transition: .1s;
	opacity: .15;
}
/* portfolio grid - gutter */
.gutter .grid-gallery ul {
	margin-left: -14px
}
.gutter .grid li {
	/*padding: 0 0 14px 14px;*/
	padding-right:10px;
	padding-bottom:10px;
}
@media(max-width:479px){
	.gutter .grid li {
		padding-right:0px;
	}
}
/* portfolio grid - with title */
.work-with-title .grid figcaption {
	opacity: 1;
	position: relative;
	bottom: 0;
	padding: 20px 0 20px 0;
	background: rgba(28,29,47,0.7);
	z-index: 2;
}
.work-with-title .grid li figcaption h3, .work-with-title .grid figcaption h3 a, .work-with-title .grid li figcaption p {
	color: #888888
}
.work-with-title .grid figcaption h3 a {
	display: block
}
.work-with-title .grid li:hover figcaption h3, .work-with-title .grid li:hover figcaption h3 a {
	color: #888888
}
.work-with-title .grid li:hover figcaption {
	bottom: 50px;
}
.work-with-title figure:hover img {
	opacity: 1;
	-ms-transform: none;
	-webkit-transform: none;
	transform: none;
	transition: .1s;
	-webkit-transition: .1s;
	-moz-transition: .1s;
	opacity: .5;
	cursor: url(../images/icon-zoom.png), pointer;
}
.work-with-title .gallery-img {
}
/* portfolio grid - wide */
.work-2col.wide .grid figcaption {
	bottom: 100px
}
.work-3col.wide .grid figcaption {
	bottom: 80px
}
.work-4col.wide .grid figcaption {
	bottom: 60px
}
.work-5col.wide .grid figcaption {
	bottom: 40px
}
/* portfolio grid - wide with title */
.work-2col.wide-title .grid figcaption {
	bottom: 0;
}
.work-3col.wide-title .grid figcaption {
	bottom: 0;
}
.work-4col.wide-title .grid figcaption {
	bottom: 0;
}
.work-5col.wide-title .grid figcaption {
	bottom: 0;
}
/* portfolio masonry adjustment */
.grid-gallery ul {
	margin-left: 1px;
}
.work-5col.masonry .grid-gallery ul {
	margin-left: -1px
}
/* portfolio parallax */
.parallax-portfolio {
	min-height: 600px;
	background-attachment: fixed;
	position: relative;
	overflow: hidden
}
.look-project {
	position: absolute;
	bottom: 0;
	background-color: rgba(0,0,0,0.8);
	text-align: center;
	width: 100%;
	z-index: 3;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
}
.look-project a {
	display: block;
	padding: 25px;
	font-size: 13px;
	letter-spacing: 3px;
	color: #fff
}
.parallax-portfolio figcaption {
	background: rgba(0,0,0,1);
	padding: 45px;
	width: 100%;
	display: inline-block;
	z-index: 3;
	position: absolute;
	left: 0;
	bottom: -10px;
	text-align: center;
	opacity: 0
}
.parallax-portfolio figcaption h3 {
	font-weight: 400;
	letter-spacing: 6px;
	font-size: 16px;
	margin-bottom: 13px;
	color: #fff
}
.parallax-portfolio figcaption p {
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 12px;
	color: #888888;
	margin: 0
}
.parallax-portfolio:hover figcaption {
	opacity: 1;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	bottom: 73px
}
.parallax-portfolio:hover .opacity-full {
	opacity: .5;
	background: #000;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
}
.parallax-portfolio:hover .look-project {
	background-color: rgba(255,255,255,1);
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
}
.parallax-portfolio:hover .look-project a {
	color: #000;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
}
/* portfolio with short description */
.portfolio-short-description-bg {
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	width: 100%;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	background-size: 100%;
	overflow: hidden;
}
.portfolio-short-description figure {
	background: rgba(27, 22, 28, 0.9);
	padding: 100px;
	display: inline-block;
	width: 50%;
	position: relative
}
.portfolio-short-description figure h3 {
	font-size: 18px;
	letter-spacing: 4px;
	font-weight: 400;
}
.portfolio-short-description figure p {
	letter-spacing: 1px;
	line-height: 23px;
}
.portfolio-short-description-bg:hover {
	background-size: 106%;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
}
.portfolio-short-description-bg:hover figure {
	background: rgba(0,0,0,1);
}
.portfolio-filter>li.active>a{
	color:#1C272F;
}
.portfolio-filter>li.active>a:focus{
	color:#1C272F;
}
.portfolio-filter>li.active>a:hover{
	color:#1C272F;
}
.portfolio-filter > li > a{
	padding-top: 25px !important;
    padding-bottom: 25px !important;
}
.portfolio-filter > li:first-child > a {
    padding-left: 15px !important;
}
