/* Table of contents
–––––––––––––––––––––––––––––––––––––––––––––––––– 
- 1. Common
- 2. Header
- 3. Footer
- 4. Navigation
- 5. Pages
- 6. Utilities
*/


/* 1Common
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html, body {
    overflow-x: hidden !important;
}
@media (min-width: 1024px) and (max-width: 5000px) {
  .container{
    max-width: 960px;
  }
}
h1,h2,h3,h4,h5,h6{
    margin-top: 0;
    margin-bottom: 0;
}
p {
    font-size: 12px;
    line-height: 25px;
}

.fulljustify {
	text-align: justify;
}

.fulljustify:after {
	content: "";
	display: inline-block;
	width: 100%;
}

a {
    text-decoration: none !important;
    -webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

a:focus {
    outline: none;
}

hr.wide-hr {
	border-top: 5px solid #fff;
	max-width: 300px;
	text-align: left;
	margin-left: 0;
}

/*Typography*/
@font-face {
font-family:'Cabin-Regular';
	src: url('../fonts/Cabin-Regular.eot'); /* IE9 Compat Modes */
	src: url('../fonts/Cabin-Regular-ie9.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('../fonts/Cabin-Regular.woff2') format('woff2'), /* Super Modern Browsers */
	     url('../fonts/Cabin-Regular.woff') format('woff'), /* Pretty Modern Browsers */
	     url('../fonts/Cabin-Regular.ttf')  format('truetype'); /* Safari, Android, iOS */ }
@font-face {
font-family:'Cabin-Italic';
	src: url('../fonts/Cabin-Italic.eot'); /* IE9 Compat Modes */
	src: url('../fonts/Cabin-Italic-ie9.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('../fonts/Cabin-Italic.woff2') format('woff2'), /* Super Modern Browsers */
	     url('../fonts/Cabin-Italic.woff') format('woff'), /* Pretty Modern Browsers */
	     url('../fonts/Cabin-Italic.ttf')  format('truetype'); /* Safari, Android, iOS */ }
@font-face {
font-family:'Cabin-Bold';
	src: url('../fonts/Cabin-Bold.eot'); /* IE9 Compat Modes */
	src: url('../fonts/Cabin-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('../fonts/Cabin-Bold.woff2') format('woff2'), /* Super Modern Browsers */
	     url('../fonts/Cabin-Bold.woff') format('woff'), /* Pretty Modern Browsers */
	     url('../fonts/Cabin-Bold.ttf')  format('truetype'); /* Safari, Android, iOS */ }
@font-face {
font-family:'Cabin-BoldItalic';
	src: url('../fonts/Cabin-BoldItalic.eot'); /* IE9 Compat Modes */
	src: url('../fonts/Cabin-BoldItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('../fonts/Cabin-BoldItalic.woff2') format('woff2'), /* Super Modern Browsers */
	     url('../fonts/Cabin-BoldItalic.woff') format('woff'), /* Pretty Modern Browsers */
	     url('../fonts/Cabin-BoldItalic.ttf')  format('truetype'); /* Safari, Android, iOS */ }

.main-heading h1{
    font-size: 48px;
    line-height: 55px;
}
.main-heading{
    font-size: 48px;
    line-height: 55px;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.common-heading{
	text-transform: uppercase;
	font-size: 20px;
	line-height: 27px;
	letter-spacing: 4px;
}
.sub-heading{
    font-size: 15px;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.liner{
	width: 300px;
	height: 5px;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 20px;
}

article.col-md-5.promo-text-alt .liner {
	width: 100%;
	margin-bottom: 10px;
}
.liner-small{
	width: 100px;
	height: 2px;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.hero-text h3{
    font-size: 24px;
    line-height: 36px;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.hero-text h6{
    font-size: 14px;
    line-height: 21px;
}
.page-top-spacing{
    margin-top: 400px;
}
.first-fold .main-heading.fixed-bottom{
  position: absolute;
  bottom: 50%;
}
.trans-dark-overlay{
  background-color: rgba(0,0,0,0.6);
}
.caption-stamp{
  border: double 8px;
  margin-right:20px;
  padding: 20px 10px;
  text-align: center;
}
.caption-stamp.expertise {
	margin-right: 0;
}
@media (max-device-width:960px) and (orientation:landscape) {
  .caption-stamp{
  	margin-bottom: 2em;
  }
}
.page-section{
  padding: 100px 0;
}
.page-third-section{
  padding: 100px 0 0;
}
@media (min-width:1025px){
	.page-third-section{
	  padding: 20px 0 0;
	}
}
p > span.promo-text{
  font-size: 1.2em;
  line-height: 1.2em;
  letter-spacing: .05em;
}
.promo-text h3{
  font-size: 48px;
  line-height: 55px;
}
.promo-text h6{
  font-size: 14px;
  line-height: 21px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.promo-text-alt h3{
  font-size: 28px;
  line-height: 38px;
}
.promo-text-alt h3 > span{
  font-size: 22px;
  line-height: 38px;
  display: block;
  margin-bottom: 10px;
}
@media (min-width:800px) {
	h3.main-heading span.promo-text-alt{
		font-family: 'designova_ss_regular', sans-serif;
		font-size: 26px; }
}

/*Preloader*/
html.preloader-running, body.preloader-running {
    overflow: hidden;
}

html.preloader-running .sticky-sidebar {
    display: block;
}

div#preloader {
    background: none repeat scroll 0 0 white;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 99999;
}

div#preloader.fluidview {
    left: 0px;
}

#status {
    width: 200px;
    height: 200px;
    position: fixed;
    left: 50%;
    top: 50%;
    background-image: url(../images/loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80px 80px;
    margin: -100px 0 0 -100px;
}

/* 2Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header.masthead {
  position: fixed;
  width: 100%;
  height: 70px;
  padding: 10px;
  margin-bottom: 20px;
  z-index: 9900;
}
#big-message {
  text-transform: uppercase;
}
#big-message .logo {
  margin-left: 0;
  font-family:'Cabin-Bold'; }
@media (min-width:768px){
#big-message .logo {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #1eaeaa; }
}

/* 3Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */

footer.mastfoot{
  padding: 10px 0;
}
footer.mastfoot h5{
  font-size: 12px;
  line-height: 12px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.social-wrap{
  padding: 0;
}
.foot-social {
    list-style: none outside none;
    padding: 0;
}
.foot-social li {
    display: inline-block;
    margin-left: 2px;
    margin-bottom: 0;
}
.foot-social li a > img {
  width: 32px;
    opacity: 1;
  -webkit-transition: all .8s linear;
     -moz-transition: all .8s linear;
    -ms-transition: all .8s linear;
     -o-transition: all .8s linear;
      transition: all .8s linear;
}
.foot-social li a > img:hover {
    opacity: 0.5;
  -webkit-transition: all .8s linear;
     -moz-transition: all .8s linear;
    -ms-transition: all .8s linear;
     -o-transition: all .8s linear;
      transition: all .8s linear;
}
.credits p{
  font-size: 12px;
  line-height: 19px;
}
.main-logo{
  max-height: 50px;
  margin-top: 10px;
}
.foot-print{
  width: 100%;
  height: 100px;
  background-color: #222;
  background-position: center center;
  background-size: cover;
  border-bottom:solid 20px #080808; 
}

/* 4Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width:991px) {
	.nav-square {
	float: right;
	margin-top: -51px;
	margin-right: 0;
	background-color: transparent;
	padding: 15px 15px 12px 15px;
	color: #1eaeaa;
	border: 2px solid #1eaeaa;
	letter-spacing: .05em;
	}
	.nav-square:hover {
	color: #137472!important;
	}
}
@media (min-width:992px) {
	.nav-square {
	float: right;
	margin-top: -10px;
	margin-right: -30px;
	background-color: #1eaeaa;
	padding: 30px;
	color: #fff;
	letter-spacing: .05em;
	}
	.nav-square:hover {
	color: #137472!important;
	}
}
nav.mastnav {
	display: none;
	position: fixed;
	top: 0px;
	right: 0;
	width: 100%;
	height: 100%;
	padding: 140px;
	z-index: 9990;
	text-align: center;
	background-color: rgba(30, 174, 170, 0.95);
}
nav.mastnav ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
nav.mastnav ul li{
	margin-bottom: 20px;
}
.menu-logo{
  margin-bottom: 30px;
}
.sub-menu{
  display: none;
  margin-top: 10px;
  padding-top: 10px;
  margin-bottom: 20px;
}
.sub-menu a{
  display: block;
  font-size: 16px;
  line-height: 26px;
}
.main-link{
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 8px;
  text-transform: uppercase;
}
.menu-close-notification span{
  position: absolute;
  height: 100px;
  width: 100px;
  top: 50%;
  margin-top: -75px;
  right: 140px;
    font-size: 100px;
    z-index: 9999;
}

/* 5Pages
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/*INTRO 01*/

.intro07.tp-bullets.simplebullets.round {
  position: fixed;
  top: 50%;
    right: 0px !important;
    width: 40px;
    z-index: 9990;
}
.intro07 .tp-bullets.simplebullets.round .bullet::before{
  width: 60px;
  border-radius:0; 
  margin-left: -60px;
}
.intro07 .tp-bullets.simplebullets.round .bullet.selected {
  width: 60px;
  border-radius:0; 
  margin-left: -58px;
}
@media (max-width:779px){
	.featured-caption-one{
	    font-size: 75px;
	    line-height: 75px; }
	.featured-caption-one span.logo{
	    font-size: 185px;
	    line-height: 185px;
	    text-transform: uppercase;
	    padding-top: 0px;
	    padding-bottom: 20px;
	    margin-left: 15px; }
	.featured-caption-one span.subhead{
		display: none; }
	.featured-caption-one div.mobile-subhead {
		font-size: 74px;
		line-height: 1.15em;
		word-wrap: break-word;
		text-transform: none; }
}
@media (min-width:780px){
	.featured-caption-one{
	    font-size: 38px;
	    line-height: 38px; }
	.featured-caption-one span.logo{
	    font-size: 150px;
	    line-height: 150px;
	    text-transform: uppercase;
	    padding-top: 0px;
	    margin-left: 15px; }
	.featured-caption-one span.subhead{
		font-size: 27px;
	    line-height: 27px;
	    padding-top: 10px;
	    border-top: 3px solid #1eaeaa; }
	.featured-caption-one div.mobile-subhead {
		display: none; }
}
.cd-intro{
  text-align: left;
  max-width: 100%;
  width: 100%;
  margin-top: 10px;
}
.cd-headline{    
    font-size: 36px;
    line-height: 43px;
}

/*ABOUT*/
.about-overlay{
  background-color: rgba(255, 255, 255, 0.5);
}
#about.page-section {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.elements-counter{
  text-align: left;
}
.clientele h3{
  font-size: 20px;
  line-height: 27px;
}
.client-block{
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: solid 2px;
}
.inner-spacing{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.promo-thumbs .owl-nav-sticky-wide .owl-prev{
  left: 30px !important;
}
.promo-thumbs .owl-nav-sticky-wide .owl-next{
  right: 30px !important;
}
.promo-thumbs .owl-controls{
  margin-top: 0;
}
/*ABOUT TEXT — CEO INTRO*/
.ceo-intro {
	font-size: 12px;
	line-height: 30px;
	width: 95%;
}
.ceo-intro > br:nth-child(1) {
	margin-bottom: 1em;
}
h6.padded-card {
	font-size: smaller;
	background-color: rgba(255, 255, 255, 0.5);
	border: 8px double #fff;
	padding: 10px;
}
/*TEAM*/
.share-post {
	margin-top: 40px;
	display: block;
	position: relative;
}
.share-post i {
	font-size: 31px !important
}
.share-post .share {
	margin-top: 10px;
}
.share-post h4 {
	font-size: 18px;
	vertical-align: super;
	display: inline-block;
	margin-right: 20px;
}
.single-portfolio-sidebar h3 {
	padding-top:0;
	margin-top: 0
}

.portfolio-filter {
	list-style: none;
	padding: 0;
	margin: 20px auto 50px;
	display: block;
	position: relative;
	cursor: default;
}

.portfolio-filter ul li {
	text-transform: uppercase;
	font-weight: 400;
}

.portfolio-filter ul li:after {
	content: "/";
	padding:0 0 0 15px;
	color:#aaaaaa;
}

.portfolio-filter ul li:last-child:after{
	display: none !important;
}

.portfolio-filter ul li a {
	color:#aaaaaa;
	letter-spacing: 2px;
}
.faqsfilter ul li a,
.portfolio-filter ul li a:hover,
.portfolio-filter ul li a.active {
	color:#030303 !important;
}
.faqsfilter ul li a {
	font-size: 18px;
	font-weight: 400;
}
.portfolio-filter ul {
	list-style: none;
	padding-left: 0 !important;
}

#fourcol .box img {
	width: 100%;
	padding:0 10px 10px 0
}

.nopaddingtop,
.nopaddingbottom .box img {
	padding: 0!important;
}

.nopaddingbottom .magnifier {
	 bottom:0 !important;
	 right: 0 !important;
}

.magnifier i {
	color:#030303 !important;
	width: 40px;
	height: 40px;
	line-height: 38px;
	border:1px solid #030303;
	border-radius: 40px;
}

.item-h2,
.item-h1 {
	height: 100% !important;
	height: auto !important;
}

.isotope-item {
  z-index: 2;
  padding:0;
}

.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;
}

.portfolio {
	position: relative;
	margin: 0 auto;
	padding-bottom: 0;
	list-style: none;
	text-align: center;
}

.entry {
	position:relative;
	padding:0 !important;
	margin-bottom:0;
}

.entry img {
	width:100%;
}

.magnifier {
	position:absolute;
	top:0;
	background-color: rgba(223,74,67,0.9);
	left:0;
	bottom:0;
	right:0;
	z-index: 1;
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}

#fourcol .magnifier {
	 bottom:10px;
	 right: 10px;
}

.teammembers:hover {
	cursor: pointer;
}

.teammembers .magnifier p {
	padding-bottom: 10px;
}

.teammembers:hover .magnifier,
.entry:hover .magnifier,
.teammembers:active .magnifier,
.entry:active .magnifier {
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}

.visible-buttons{
	visibility: hidden;
	margin: 0 auto;
	opacity: 0;
	position: absolute;
	text-align: center;
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-ms-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
	bottom:0;
	left:0;
	right: 0;
	position: absolute;
	text-align: center;
}

.visible-buttons p {
	text-align: left;
}

.visible-buttons h4 {
	padding:0;
	margin:0;
	font-size: 18px;
	letter-spacing: 2px;
}

.visible-buttons h4 a {
	color:#030303;
}

.teammembers:hover .visible-buttons,
.entry:hover .visible-buttons,
.teammembers:active .visible-buttons,
.entry:active .visible-buttons {
	margin-bottom: -20px;
	opacity: 1;
	bottom:35%;
	visibility: visible;
}

.entry:hover .border-radius .visible-buttons,
.entry:active .border-radius .visible-buttons {
	bottom: 44%;
}

.entry:hover .border-radius .visible-buttons h4,
.entry:active .border-radius .visible-buttons h4 {
	font-size: 18px;
	margin-bottom: 10px;
}

.entry:hover .border-radius .visible-buttons  .social a,
.entry:active .border-radius .visible-buttons  .social a {
	margin: 0 !important;
}

.teambuttons p {
	padding:0 30px 20px;
	color:#030303 !important;
}

.teambuttons a {
	margin: 0 15px;
	color:#030303 !important;
}

.teamdesc {
	padding:30px;
	background-color: #eae9e9;
}

.teamdesc2 {
	background-color: #ffffff;
}

.teamdesc h4 {
	padding:0;
	margin: 0;
	text-transform: uppercase;
	white-space: nowrap;
}

.teamdesc p {
	padding-bottom: 0;
	line-height: 1.2em;
	white-space: nowrap
}

.teamdesc2 p {
	margin-bottom: 0;
	padding-bottom: 0;
}

.darkmagnifier small {
	color:#ffffff;
	font-size: 24px;
}
.darkmagnifier .visible-buttons {
	bottom:50% !important;
}

#withdesc .box {
	padding:15px !important
}

#withdesc .box .darkmagnifier {
	top:15px;
	left: 15px;
	bottom:15px;
	right:15px !important;
}

#withpagination .visible-desc h4 a,
#withpagination .visible-desc h4,
#withdesc .visible-desc h4 a,
#withdesc .visible-desc h4 {
	font-size: 18px;
	color:#030303;
	letter-spacing: 0.1em;
	padding-top:20px;
	padding-bottom: 0;
}

#withpagination .box {
	margin-bottom: 30px;
}
.magnifier {
		background-color: rgba(239, 244, 244, 0.9);
	}
	.lightmagnifier {
		background-color: rgba(255,255,255,0.9);
	}
	.darkmagnifier {
		background-color: rgba(3,3,3,1);
	}
	
/* END TEAM*/
.elements-counter-wrap .subject{
  padding: 6px 3px ;
  margin-top: 30px;
  font-size: 14px;
}
.elements-counter{
  border-right: none;
}

/*SERVICES*/
.services .service-block{
  padding: 60px;
}
.services .service-block span{
    border-radius: 50%;
    display: block;
    font-size: 56px;
    height: 90px;
    text-align: center;
    width: 90px;
}
.services .service-block h3{
  font-size: 18px;
  line-height: 25px;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 20px;
}
.call-to-action{
  padding: 80px;
}
.call-to-action h3{
  font-size: 24px;
  line-height: 48px;
}

/*FEATURES*/
.feature-block{
  padding: 60px 80px;
  border: double 12px;
  outline: none;
}
.feature-icon{
  text-align: center;
  outline: none;
  padding: 20px;
  cursor: pointer;
}
.feature-icon span{
    border-radius: 50%;
    display: inline-block;
    font-size: 56px;
    height: 90px;
    text-align: center;
    width: 90px;
}
.feature-icon h3{
  display: block;
  font-size: 14px;
  line-height: 21px;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 20px;
}
.feature-block h3{
  font-size: 32px;
  line-height: 42px;
  font-weight: normal;
  margin-bottom: 20px;
  text-transform: uppercase;
}

/*JOURNAL*/
.journal{
}
.journal h4{
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: all .4s linear;
     -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
     -o-transition: all .4s linear;
      transition: all .4s linear;
}
.journal img{
  margin-top: 20px;
}
.journal h5{
  font-size: 36px;
  line-height: 36px;
  font-weight: 200;
  margin-bottom: 30px;
}
.journal-block{
  padding-bottom: 30px;
  margin-bottom: 25px;
  border-bottom: solid 4px;
  -webkit-transition: all .4s linear;
     -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
     -o-transition: all .4s linear;
      transition: all .4s linear;
}
.journal-block:last-child{
  border-bottom: none;
}
.journal-block:hover h4,
.journal-block:active h4{
  -webkit-transition: all .4s linear;
     -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
     -o-transition: all .4s linear;
      transition: all .4s linear;
}
.post-head h3{
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 30px;
  -webkit-transition: all .4s linear;
     -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
     -o-transition: all .4s linear;
      transition: all .4s linear;
}

.post-head h6{
  font-size: 36px;
  line-height: 36px;
  font-weight: 200;
  margin-bottom: 30px;
}

/*SINGLE PROJECT*/
.project-page-head h3{
  font-size: 28px;
  line-height: 35px;
}
.project-page-head h3 span{
  font-size: 20px;
  line-height: 27px;
  display: block;
  margin-top: 10px;
}
.project-page .tp-bgimg, .project-page .slotslide div{
  background-size: 100% !important;
}
.project-title h1{
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.project-title h1 > span{
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  text-transform: none;
}
.project-title h1 > span:before{
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 2px;
  content: '/';
  padding-right: 10px;
  margin-left: 10px;
}
.project-spec{
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.project-spec li{
  padding: 10px 0;
  border-top: solid 1px #eee;
  font-size: 12px;
  line-height: 24px;
}
.project-spec li:last-child{
  border-bottom: solid 1px #eee;
}

.project-nav-icon-wrap{
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding: 40px 0;
  text-align: center;
}
.project-nav-icon-wrap li{
  display: inline-block;
  margin: 1px;
  background-color: #fff;
  padding: 20px;
  border-radius: 50%;
  -webkit-transition: all .4s linear;
     -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
     -o-transition: all .4s linear;
      transition: all .4s linear;
}
.project-nav-icon-wrap li:hover,
.project-nav-icon-wrap li:active{
  -webkit-transition: all .4s linear;
     -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
     -o-transition: all .4s linear;
      transition: all .4s linear;
}
.project-nav-icon-wrap li a img{
  width: 24px;
}
.parallax-showcase-overlay{
  opacity: 0;
  background-color: rgba(0,0,0,0.8);
  -webkit-transition: all .4s linear;
     -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
     -o-transition: all .4s linear;
      transition: all .4s linear;
}
.parallax-showcase:hover .parallax-showcase-overlay,
.parallax-showcase:active .parallax-showcase-overlay{
  opacity: 1;
  -webkit-transition: all .4s linear;
     -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
     -o-transition: all .4s linear;
      transition: all .4s linear;
}

/*WORKS*/

.works-filter-panel{
  width: 100%;
  padding: 30px;
}
.filter-notification{
    margin-left: 10px;
}
.filter-notification span, .menu-notification span{
    font-size: 34px;
    float: right;
    margin-left: 20px;
}
.works-filter{
  list-style: none;
  padding: 0;
  margin: 0;
}
.works-filter li{
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.works-filter li a{
  font-size: 12px;
  line-height: 19px;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.works-container{
    padding: 0;
  margin: 70px auto 0 auto;
  overflow: hidden;
}
.works-filter li:last-child:after{
    display: none;
}

 .works-item{
  overflow: hidden;
 }
 .works-item a{
            opacity: 1;
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            z-index: 100;
            text-align: center;
            text-decoration: none !important;
            -webkit-transition: all .4s ease-in-out;
               -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                 -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
        }
        .works-item a:hover,.works-item a:active{
            text-decoration: none !important;
            opacity:1;
            -webkit-transition: all .4s ease-in-out;
               -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                 -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
        }
        .info a:hover,.info a:active{
            -webkit-transition: all .4s ease-in-out;
               -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                 -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
        }
        .zoom a:hover,.zoom a:active{
            -webkit-transition: all .4s ease-in-out;
               -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                 -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
        }
        .works-item-inner{
            text-align: left;
            padding: 0 20px;
        }
        .works-thumbnails-view{
          margin-top: 40px;
        }
        .works-thumbnails-view .works-item-inner{
            text-align: center;
        }
        .works-thumbnails-view .works-item-inner p > span {
            font-size: 14px;
            letter-spacing: normal;
            line-height: 21px;
            margin-top: 0;
            text-transform: uppercase;
            letter-spacing: 4px;
        }
        .works-item-inner h3:after{
          content: ' ';
        position: absolute;
        width: 100px;
        height: 100px;
        z-index: -1;
        top: 50%;
        margin-top: -50px;
        left: 50%;
        margin-left: -50px;
        border: double 8px;
        }
        .works-item-inner h3 > span{ 
            font-size: 12px;
            letter-spacing: normal;
            line-height: 19px;
            text-transform: none;
        }
        .works-item-inner p{  
          margin-bottom: 0;
        }
        .works-item-inner p > span{  
            font-size: 14px;
            line-height: 25px;
            margin-top: 0px;
            text-transform: uppercase;
        }
        .works-item-inner.ContentOver{
        	background-color: transparent!important;
        	position: relative;
    	  	top: 50%;
    	 	-webkit-transform: translateY(-50%);
    	  	-ms-transform: translateY(-50%);
    	  	-o-transform: translateY(-50%);
    	  	transform: translateY(-50%);
        }
        .works-item-inner.ContentOver h3{
        	letter-spacing: .15em;
        }
        .works-item-inner.ContentOver h3:after{
        	border-color: #fff;
        	opacity: .15;
        }

.works-item-fade{
  opacity: 0.1;
  -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
     -o-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
}

.works-item-fade a{
  display: none !important;
}
.works-masonry-container{
    padding: 0;
  margin:0px !important;
}
.works-masonry-container .works-item-one-third {
  margin: 0 !important;
  padding: 0 !important;
  width: 33.3% !important;
}
.works-masonry-container .works-item-two-third {
  margin: 0 !important;
  padding: 0 !important;
  width: 66.6% !important;
}
.works-masonry-container .works-item-one-half {
  margin: 0 !important;
  padding: 0 !important;
  width: 50% !important;
}
.works-masonry-container .works-item-one-fourth {
  margin: 0 !important;
  padding: 0 !important;
  width: 25% !important;
}
.works-masonry-container .works-item-full-width {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
.works-masonry-container .works-item-one-third-spaced{
  margin: 1% !important;
  padding: 0 !important;
  width: 31.3% !important;
}
.works-masonry-container .works-item-one-half-spaced{
  margin: 1% !important;
  padding: 0 !important;
  width: 48% !important;
}
.works-masonry-container .works-item-two-third-spaced{
  margin: 1% !important;
  padding: 0 !important;
  width: 64.6% !important;
}
.works-masonry-container .works-item-one-fourth-spaced{
  margin: 1% !important;
  padding: 0 !important;
  width: 23% !important;
}


/* 6Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Portfolio Isotope Transitions */ 

.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;
}

/*CONTACT*/

/*contact form*/

.email-wrap {
    padding-top: 20px;
}

.contact-mail {
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
}


input {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 300 !important;
    margin-bottom: 30px !important;
    padding: 10px 0 !important;
    width: 100%;
    -webkit-transition: all .8s linear;
    -moz-transition: all .8s linear;
    -ms-transition: all .8s linear;
    -o-transition: all .8s linear;
    transition: all .8s linear;
}

input:focus, textarea:focus {
    -webkit-transition: all .8s linear;
    -moz-transition: all .8s linear;
    -ms-transition: all .8s linear;
    -o-transition: all .8s linear;
    transition: all .8s linear;
}

textarea {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 300 !important;
    margin-bottom: 0px !important;
    padding: 10px 0 !important;
    resize: none;
    width: 100%;
    -webkit-transition: all .8s linear;
    -moz-transition: all .8s linear;
    -ms-transition: all .8s linear;
    -o-transition: all .8s linear;
    transition: all .8s linear;
}

input, textarea {
  border-color: #ccc !important;
  color: #ccc !important;
}
input.send_message {
    cursor: pointer;
    float: left;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    width: 120px;
}


fieldset {
    border: 0 none;
    float: left;
    padding: 0;
    position: relative;
    width: 100%;
}

fieldset h1 {
    font-size: 24px;
}

.contact-label-box {
    font-weight: 300;
    font-size: 24px;
    line-height: 31px;
    padding: 30px 20px;
    text-align: center;
}

.contact-label-box > span {
    display: block;
    margin-right: 10px;
}

.contact-label-box > span > img {
    height: 60px;
    width: 60px;
}

.contact-label-box a:hover,
.contact-label-box a:active {
    text-decoration: none;
}

.contact .alert {
    box-shadow: none;
    border: none;
    border-radius: 0;
    text-shadow: none;
    font-size: 12px;
    line-height: 19px;
    font-weight: 300;
    margin-bottom: 10px;
    padding: 10px;
    text-align: left;
}

.btn-wrap {
    margin-top: 30px;
}

.space-left {
    margin-left: 1%;
}

.alert {
    margin-top: 0px;
    border-radius: 0px;
    padding: 5px;
    -webkit-transition: all .8s linear;
    -moz-transition: all .8s linear;
    -ms-transition: all .8s linear;
    -o-transition: all .8s linear;
    transition: all .8s linear;
}

.alert > p {
    text-shadow: none;
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
}

.contact-address {
    font-size: 14px;
    font-weight: 200;
    line-height: 21px;
}

.email-wrap {
    font-size: 24px;
    font-weight: 600;
    line-height: 31px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0;
}


/*Buttons*/
.btn-ignite {
  border: none;
    border-radius: 0px;
    text-decoration: none;
    padding: 15px 20px;
    font-size: 12px;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-top: 20px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-ignite-big {
  border: none;
    border-radius: 0px;
    text-decoration: none;
    padding: 15px 20px;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 20px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-ignite:hover,
.btn-ignite:active {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-ignite-white {
  border: none;
    background: #fff;
    color: #fff;
}

.btn-ignite-white:hover,
.btn-ignite-white:active {
  border: none;
    color: #fff;
}

.btn-ignite-dark {
  border: none;
    background: #000;
    color: #fff;
}

.btn-ignite-dark:hover,
.btn-ignite-dark:active {
  border: none;
    color: #fff;
}

.btn-ignite-color {
  border: none;
    background: transparent;
}

.btn-ignite-color:hover,
.btn-ignite-color:active {
  border: none;
}

/*Additional Helper Calsses*/

.add-top {
    margin-top: 160px;
}

.add-top-half {
    margin-top: 80px;
}

.add-top-quarter {
    margin-top: 40px;
}

.add-bottom {
    margin-bottom: 160px;
}

.add-bottom-half {
    margin-bottom: 80px;
}

.add-bottom-quarter {
    margin-bottom: 40px;
}

.pad {
    padding: 100px;
}

.pad-top {
    padding-top: 160px;
}

.pad-top-half {
    padding-top: 80px;
}

.pad-top-quarter {
    padding-top: 40px;
}

.pad-bottom {
    padding-bottom: 160px;
}

.pad-bottom-half {
    padding-bottom: 80px;
}

.pad-bottom-quarter {
    padding-bottom: 40px;
}

.pad-left-half {
    padding-left: 60px;
}
.pad-left-quarter {
    padding-left: 30px;
}
.remove-top {
    margin-top: 0 !important;
}
.remove-pad-bottom {
    padding-bottom: 0px;
}

.ease {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.ease:hover, .ease:active {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.no-pad {
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-bottom: 0 !important;
    padding-right: 0 !important;
}

.valign {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
}

.img-bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.animated{
  visibility: hidden;
}
.parallax{    
    /*css for stellar BG parallax*/
    background-attachment: fixed;
    width:100%;
    height:100%;
    position: relative;
    background-size: cover;
}
/*this class will be activated on mobile devices in order to switch off the parallax effect*/
.parallax-off, .no-parallax {
  background-attachment:scroll !important;
  background-size:cover !important;
  background-position: center center !important;
  width:100%;
}
.no-scroll-xy{
  overflow: hidden !important;
            -webkit-transition: all .4s ease-in-out;
               -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                 -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
}
.poster-img{
  background:url(../images/poster.jpg) center center no-repeat !important;
  background-size: cover !important;
}


/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
/* color and font styling */
/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
.color {
    color: #1eaeaa;
}
.white {
    color: #fff;
}
.silver {
    color: #f0f4f4;
}
.grey {
    color: #999;
}
.dark {
    color: #292929;
}
.teal {
	color: #1eaeaa;
}
.dark-teal {
    color: #137472;
}
.black {
    color: #121212;
}
.color-bg {
    background-color: #1eaeaa;
}
.white-bg {
    background-color: #fff
}
.silver-bg {
    background-color: #f0f4f4;
}
.grey-bg {
    background-color: #999
}
.dark-bg {
    background-color: #292929
}
.black-bg {
    background-color: #121212
}
.font1 {
    font-family: 'Cabin-Regular', sans-serif
}
.font2 {
    font-family: 'Cabin-Regular', sans-serif
}
.font3 {
    font-family: 'Cabin-Regular', sans-serif
}
.font3xblack {
    font-family: 'Cabin-Bold', sans-serif
}
.font3black {
    font-family: 'Cabin-Bold', sans-serif
}
.font3bold {
    font-family: 'Cabin-Bold', sans-serif
}
.font3light {
    font-family: 'designova_ss_light', sans-serif
}
.font3xlight {
    font-family: 'Cabin-Regular', sans-serif
}
.font3thin {
    font-family: 'designova_ss_light', sans-serif
}
a {
    color: #137472
}
a:hover {
    color: #1eaeaa!important
}
::selection {
    background: #1eaeaa;
    color: #fff
}
::-moz-selection {
    background: #1eaeaa;
    color: #fff
}
.btn-ignite-color {
    background-color: #1eaeaa!important;
    color: #fff!important
}
.btn-ignite-color:hover {
    background-color: #121212!important;
    color: #fff!important
}
.btn-ignite-dark:hover,
.btn-ignite-white:hover {
    background-color: #1eaeaa!important
}
nav.mastnav {
    border-color: #1eaeaa
}
.works-filter li a {
    color: #fff
}
.works-filter li a:hover {
    color: #1eaeaa!important
}
.filter-notification,
.filter-notification:visited {
    color: #121212!important
}
.works-item-inner {
    background-color: #292929!important
}
.works-thumbnails-view .works-item-inner p > span {
    border-color: #fff
}
.works-item-inner h3 > span {
    border-color: #1eaeaa
}
.team-overlay {
    border-color: #1eaeaa
}
.main-link {
    color: #fff
}
.sub-menu a {
    color: #fff
}
.main-link:hover,
.sub-menu a:hover {
    color: #137472!important
}
.project-nav-icon-wrap li:hover {
    background-color: #1eaeaa
}
.filter-active span {
    color: #1eaeaa
}
.cd-headline.loading-bar .cd-words-wrapper::after {
    background-color: #1eaeaa
}
.intro07 .tp-bullets.simplebullets.round .bullet::before {
    background-color: #292929
}
.intro07 .tp-bullets.simplebullets.round .bullet.selected {
    background-color: #1eaeaa!important
}
.project-page .tp-bullets.simplebullets.round .bullet::before {
    background-color: #292929
}
.project-page .tp-bullets.simplebullets.round .bullet.selected {
    background-color: #1eaeaa!important
}
.featured-caption-one span {
    border-color: #1eaeaa
}
.works-item-inner {
    background-color: #fff!important
}
.elements-counter .number {
    color: #fff
}
.journal-block:hover h3 {
    color: #1eaeaa
}
.journal-block {
    border-color: #1eaeaa
}
.works-item-inner h3:after {
    border-color: #1eaeaa
}
.caption-stamp {
    border-color: #1eaeaa
}
.feature-block {
    border-color: #1eaeaa
}
.client-block {
    border-color: #1eaeaa
}
body,
p {
    font-family: 'designova_ss_regular', sans-serif
}