/*
* KROME - A premium portfolio / agency template from designova
* Build: June 2016;
* Author: designova, http://www.designova.net
* Copyright (C) 2016 designova
* This is a premium product. For licensing queries please contact info@designova.net
*/


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


/* 1. Common
–––––––––––––––––––––––––––––––––––––––––––––––––– */


@font-face {
	font-family: 'CF Asty Std';
	src: url('./fonts/CFAstyStd-Medium.eot');
	src: url('./fonts/CFAstyStd-Medium.eot?#iefix') format('embedded-opentype'),
		url('./fonts/CFAstyStd-Medium.woff') format('woff'),
		url('./fonts/CFAstyStd-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'CF Asty Std';
	src: url('./fonts/CFAstyStd-Book.eot');
	src: url('./fonts/CFAstyStd-Book.eot?#iefix') format('embedded-opentype'),
		url('./fonts/CFAstyStd-Book.woff') format('woff'),
		url('./fonts/CFAstyStd-Book.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

html, body {
    overflow-x: hidden;
    overflow-y: hidden;

		font-family: 'CF Asty Std';
		font-weight: normal;
}
@media (min-width: 1200px) and (max-width: 2000px) {
    .container{
        width: 70%;
    }
}
@media (min-width: 2001px) and (max-width: 10000px) {
    .container{
        width: 1400px;
    }
}
body, p{
    color: #888;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0px;
    font-weight: 300;
}
p {
    margin-bottom: 0;
}

.content_text_size{
	font-size: 14px ;
	line-height: 18px;
	letter-spacing: 0.2px;
}


h1,h2,h4,h6 {
    margin-top: 0;
    margin-bottom: 0;
}

h3{
    margin-top: 0;
    margin-bottom: 0;
	margin-left:2px;
	font-size: 27px;
}

h5{
    margin-top: 0;
    margin-bottom: -5px;
	margin-left:3px;
}

.content_margin{
	/*margin-left:-12px;*/
	margin-bottom: 40px;
}

a {
    text-decoration: none !important;
}

a:focus {
    outline: none;
}

/*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: 0px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 99999;
}

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

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

#status_logo {
    width: 50px;
    height: 50px;
    position: fixed;
    left: 50%;
    top: 50%;

    background-image: url(../images/favicon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px 50px;
    margin: -25px 0 0 -25px;
}

.ov_hidden{
	overflow: hidden;
}

/* 2. Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header.masthead {
    padding: 60px 0;
    position: relative;
    width: 100%;
    z-index: 9999;
}
.main-logo{
    margin-left: 7px;
}
.link-show-poster{
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255,255,255,0.8);
  z-index: 9000;
}
.link-show-poster h1{
  font-size: 240px;
  text-align: center;
}

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


@media only screen and (max-width : 767px) {
	.arrows{
		display: inline-block !important;
	}
	
	.copyrights_align_footer{
		text-align:center;
		margin-top: -25px !important;
		margin-left: 0px !important;
		position:relative;
	}
	
	.mail_align_footer{
		text-align:center;
		padding:5px 0 5px 0;
		margin-left: 0px;
		margin-top: 10px;
	}
	
	.footer_social{
		margin-top: 17px !important;
		margin-left:0px !important;
	}
	
	.space{
		display:none;
	}
	
}

@media only screen and (min-width : 768px) and (max-width : 768px){
	
	.copyrights_align_footer{
		text-align:center;
		margin-top: -5px !important;
		margin-left: 92px;
		position:relative;
	}
	
	.mail_align_footer{
		text-align:center;
		padding:5px 0 5px 0;
		margin-left: -32px;
		margin-top: 15px;
	}
	
	.footer_social{
		left: -120px !important;
		top: 50px;
	}
	
	.space{
		display:none;
	}
}


@media only screen and (min-width : 768px) {
	.footer_social{
		float:right;
		margin-top: -3px !important ;
		position:relative;
		/*width:100px;*/
	}
	
	.mail_align_footer{
		text-align:center;
	}
}

@media only screen and (min-width : 769px) and (max-width : 991px){
	.space{
		height:200px !important;
	}
}

@media only screen and (max-width : 992px) {
	/*.share_margin{
		margin-top: 10px !important
	}*/

	.content_margin{
		margin-left:2px !important;
		margin-top:75px;
	}
	
	.inner-pad{
		padding: 5px 15px 5px 3px !important;
		margin: 0px 0px 0px 15px !important;
	}
	
	.social_share{

	position:absolute !important;

	}
	
	.info_box{
		margin-left:-12px;
	}

}

@media only screen and (min-width : 992px) and (max-width : 993px){
	
	.social_share_about_page{
		margin: -53px 5px 25px -15px !important;
	}
	
	.share_word_about_page{
	margin-top: 3px !important;
    position: relative;
    left: 10px !important;
    top: -50px !important;
	}
	
	.share_div_about_page {
		margin-top: -68px !important;
	}
	
}

@media only screen and (min-width : 993px) {
	.social_share_about_page{
		margin: -53px 5px 25px -15px !important;
	}
	
	.share_word_about_page{
	margin-top: 3px !important;
    position: relative;
    left: 10px !important;
    top: -50px !important;
	}
	
	.share_div_about_page {
		margin-top: -68px !important;
	}
	
	.personal_image{
		margin-left: 123px !important;
	}
}


@media only screen and (min-width : 3000px) {
	.space{
		height:550px !important;
	}
}

.arrows{
	padding:20px 0px 50px 0px;
}

footer.mastfoot {
    padding: 120px 0;
}
.footnav ul{
    list-style-type: none;
    padding: 0 10px;
}
.footnav ul li a{
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 1px;
    font-weight: normal;
    border-bottom: solid 2px;
}

.foot-logo{
}

footer.mastfoot h3{
    font-size: 24px;
    line-height: 31px;
    letter-spacing: 2px;
    margin-bottom: 10px;

}
footer.mastfoot h6{
    font-size: 12px;
    line-height: 19px;
}

.footer_social{
	display: inline-block;
	margin-top: 10px;
	width:139px;
}

.margin_10{
	margin:10px;
}

.margin_0{
	margin:10px 0px 10px 0px;
}

.share_margin{
	float:left;
	margin-left:14px;
	margin-top: 20px;
}
.share_margin_about_page{
	float:left;
	margin-left:46px;
	margin-top: 11px;
}


.share_margin_2{
	float:left;
	margin-left:28px;
	margin-top:-20px;
}

/* Navigation button UP and hover transition */
.arrow_up
{
	width:30px;
	height:30px;
	float: left;
    background-repeat: no-repeat;
    background-size: cover;
	margin-left:50%;
	left:-15px;
	margin-top:-30px;
	position:relative;	
}

.arrow_up:before, .arrow_up:after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 1;
}
.arrow_up:before {
    background-image: url('../images/up.svg');
    background-size: cover;
    z-index: 1;
    transition: opacity 0.5s;
}

.arrow_up:after {
    background-image: url('../images/up_hover.svg');
    background-size: cover;
}

.arrow_up:hover:before {
    opacity: 0;
}

/* end of up */


/* Navigation button RIGHT and hover transition */
.arrow_right
{
	width:30px;
	height:30px;
	float: left;
    background-repeat: no-repeat;
    background-size: cover;
	margin-left:50%;
	left:45px;
	margin-top:-30px;
	position:relative;	
}

.arrow_right:before, .arrow_right:after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 1;
}
.arrow_right:before {
    background-image: url('../images/right.svg');
    background-size: cover;
    z-index: 1;
    transition: opacity 0.5s;
}

.arrow_right:after {
    background-image: url('../images/right_hover.svg');
    background-size: cover;
}

.arrow_right:hover:before {
    opacity: 0;
}

/* end of right */



/* Navigation button LEFT and hover transition */
.arrow_left
{
	width:30px;
	height:30px;
	float: left;
    background-repeat: no-repeat;
    background-size: cover;
	margin-left:50%;
	left:-75px;
	position:relative;	
}

.arrow_left:before, .arrow_left:after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 1;
}
.arrow_left:before {
    background-image: url('../images/left.svg');
    background-size: cover;
    z-index: 1;
    transition: opacity 0.5s;
}

.arrow_left:after {
    background-image: url('../images/left_hover.svg');
    background-size: cover;
}

.arrow_left:hover:before {
    opacity: 0;
}

/* end of left */



/* Navigation button SHARE and hover transition */
.social_share
{
	margin: 0px 5px 25px -12px;
	width:20px;
	height:20px;
	position:relative;
	float: left;
    background-repeat: no-repeat;
    background-size: cover;
}

.social_share:before, .social_share:after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 1;
}
.social_share:before {
    background-image: url('../images/share.svg');
    background-size: cover;
    z-index: 1;
    transition: opacity 0.5s;
}

.social_share:after {
    background-image: url('../images/share_hover.svg');
    background-size: cover;
}

.social_share:hover:before {
    opacity: 0;
	cursor: pointer;
}

/* end of share */




/* Navigation button SHARE and hover transition */
.social_share_about_page
{
	margin: -3px 10px 25px -15px;
	width:20px;
	height:20px;
	position:relative;
	float: left;
    background-repeat: no-repeat;
    background-size: cover;
}

.social_share_about_page:before, .social_share_about_page:after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 1;
}
.social_share_about_page:before {
    background-image: url('../images/share.svg');
    background-size: cover;
    z-index: 1;
    transition: opacity 0.5s;
}

.social_share_about_page:after {
    background-image: url('../images/share_hover.svg');
    background-size: cover;
}

.social_share_about_page:hover:before {
    opacity: 0;
	cursor: pointer;
}

/* end of share */



.social_share_2{
	margin: -3px 5px 0px -10px;
	width:20px;
	height:20px;
	background-image: url('../images/share.png');
	position:relative;
	float: left;
    background-repeat: no-repeat;
    background-size: cover;
}
.social_share_2:hover {
	background-image: url('../images/share_hover.png');
	-webkit-transition: all 0.15s ease-in-out;
	cursor: pointer;
}


/* Social button FACEBOOK and hover transition */
.social_fb
{
	margin-left:0px;
	width:20px;
	height:20px;
	position:relative;
	float: left;
    background-repeat: no-repeat;
    background-size: cover;
}

.social_fb:before, .social_fb:after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 1;
}
.social_fb:before {
    background-image: url('../images/fb.svg');
    background-size: cover;
    z-index: 1;
    transition: opacity 0.5s;
}

.social_fb:after {
    background-image: url('../images/fb_hover.svg');
    background-size: cover;
}

.social_fb:hover:before {
    opacity: 0;
}

/* end of facebook */





/* Social button BEHANCE and hover transition */
.social_be
{
	margin-left:15px;
	width:32px;
	height:20px;
	position:relative;
	float: left;
    background-repeat: no-repeat;
    background-size: cover;	
}

.social_be:before, .social_be:after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 1;
}
.social_be:before {
    background-image: url('../images/be.svg');
    background-size: cover;
    z-index: 1;
    transition: opacity 0.5s;
}

.social_be:after {
    background-image: url('../images/be_hover.svg');
    background-size: cover;
}

.social_be:hover:before {
    opacity: 0;
}

/* end of behance */




/* Social button INSTAGRAM and hover transition */
.social_insta
{
	margin-left:15px;
	width:20px;
	height:20px;
	position:relative;
	float: left;
    background-repeat: no-repeat;
    background-size: cover;
}

.social_insta:before, .social_insta:after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 1;
}
.social_insta:before {
    background-image: url('../images/insta.svg');
    background-size: cover;
    z-index: 1;
    transition: opacity 0.5s;
}

.social_insta:after {
    background-image: url('../images/insta_hover.svg');
    background-size: cover;
}

.social_insta:hover:before {
    opacity: 0;
}

/* end of instagram */


/* Social button PINTEREST and hover transition */
.social_pint
{
	margin-left:17px;
	width:20px;
	height:20px;
	position:relative;
	float: left;
    background-repeat: no-repeat;
    background-size: cover;	
}

.social_pint:before, .social_pint:after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 1;
}
.social_pint:before {
    background-image: url('../images/pin_footer_icon.svg');
    background-size: cover;
    z-index: 1;
    transition: opacity 0.5s;
}

.social_pint:after {
    background-image: url('../images/pin_footer_icon_hover.svg');
    background-size: cover;
}

.social_pint:hover:before {
    opacity: 0;
}

/* end of pinterest */


.svg_share_icons{
	width:24px;
	height:24px;
}

.personal_image{
	width: 220px;
    height: 220px;
    margin-left: 50%;
    margin-top: 0px;
    left: -112px;
    margin-bottom: 20px;
    position: relative;
}


/* 4. Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */
nav.mastnav ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
nav.mastnav ul li a{
    font-weight: normal;
    -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;
}
nav.mastnav ul li a:hover{
    -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;*/
}

nav.mastnav,
nav.mastna:hover{
}
nav.mastnav ul{
  /*text-align:right;*/
  float: right;
    list-style-type: none;
    padding: 0;
    margin: 0 8px 0 0;
  -webkit-transition: all .4s linear;
     -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
     -o-transition: all .4s linear;
      transition: all .4s linear;
}
nav.mastnav ul:hover{
  -webkit-transition: all .4s linear;
     -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
     -o-transition: all .4s linear;
      transition: all .4s linear;
  
}
nav.mastnav ul li{
  margin-bottom: 4px;
}
.sub-menu{
  display: none;
  margin-bottom: 10px;
}
.sub-menu a{
  display: block;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 1px;
}
.main-link{
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0px;
    font-weight: normal;

    border-bottom: solid 2px;
}
/* 5. Pages
–––––––––––––––––––––––––––––––––––––––––––––––––– */
section.mastwrap {
}
.inner-pad{
    padding: 10px 42px 20px 5px;
    margin: 0px 0px 0px 15px;
}
.super-heading{
    font-size: 124px;
    line-height: 124px;
    letter-spacing: 4px;
 
}
.main-heading{
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 4px;

}
.sub-heading{
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;

}
.promo-text{
    font-size: 36px;
    line-height: 48px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-weight: 200;
}
.tiny-caps{
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 2px;

  margin-top: 20px;
}
.tiny-caps:before{
  content: ' ';
  height: 5px;
  width: 40px;
  display: block;
  background-color: #222;
  margin-bottom: 5px;
}

/*STUDIO*/
.service-block img{
    max-width: 64px;
    opacity: 0.2;
}
.service-block h3{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 25px;

}
.featured-project-block{
  padding: 0;
  padding-bottom: 30px;
  border-bottom: solid 2px #eee;
}
.featured-project-block h3{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 25px;

}
.counter-region .elements-counter .number{
  font-size: 72px;
  line-height: 72px;
}
.team-info{
    padding: 50px;
    text-align: left;
}
.team-info h3{
    margin-bottom: 10px;
}
.team-info .team-social{
  list-style-type: none;
  padding: 0;
  margin:0;
  margin-top: 15px;
}
.team-info .team-social li{
  display: inline-block;
  margin-right: 4px;
}
.team-info .team-social li a span{
  font-size: 24px;
  -webkit-transition: all .4s linear;
     -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
     -o-transition: all .4s linear;
      transition: all .4s linear;
}
.team-info .team-social li a:hover span{
  opacity: 0.4;
  -webkit-transition: all .4s linear;
     -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
     -o-transition: all .4s linear;
      transition: all .4s linear;
}


.testimonial-info{
    padding: 50px;
    text-align: left;
}
.testimonial-info h3{
    margin-bottom: 10px;
}
.testimonial-info img{
  max-width: 119px;
  margin-bottom: 20px;
  border-radius: 50%;
}
.testimonial-info .testimonial-social{
  list-style-type: none;
  padding: 0;
  margin:0;
  margin-top: 15px;
}
.testimonial-info .testimonial-social li{
  display: inline-block;
  margin-right: 4px;
}
.testimonial-info .testimonial-social li a span{
  font-size: 24px;
  -webkit-transition: all .4s linear;
     -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
     -o-transition: all .4s linear;
      transition: all .4s linear;
}
.testimonial-info .testimonial-social li a:hover span{
  opacity: 0.4;
  -webkit-transition: all .4s linear;
     -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
     -o-transition: all .4s linear;
      transition: all .4s linear;
}
.testimonial-carousel .owl-controls{
  margin-top: 20px;
}

/*JOURNAL*/
.news-block h3{
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 20px;
}
.news-block h4{
  font-size: 36px;
  line-height: 43px;
  margin-bottom: 10px;
}
.news-post h3{
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 20px;
}
.news-post h4{
  font-size: 48px;
  line-height: 55px;
  margin-bottom: 10px;
  font-weight: 300;
}
.news-post .sub-heading{
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 10px;
  padding: 2px 5px;
}
.news-post .content-list{
    list-style-type: none;
    padding: 0;
}

/*PROJECTS*/
.parallax-showcase .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{
  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;
}
.parallax-showcase h1{
  font-size: 20px;
  line-height: 24px;
}
.fullscreen-video-wrap{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

/*WORKS*/
.works-filter-wrap{
    display: none;
}
.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: block;
  margin-left: -10px;
  margin-right: 10px;
}
.works-filter li a{
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
}
.works-container{
    padding: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.works-filter li:last-child:after{
    display: none;
}

 .works-item{
  overflow: hidden;
 }
 .works-item a{
            opacity: 0;
            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{
            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{
            cursor: url("../images/plus.png") 40 40, crosshair;
            -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{
            cursor: url("../images/zoom.png") 20 20, crosshair;
            -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 100px;
        }
        .works-thumbnails-view{
          margin-top: 0px;
        }
        .works-thumbnails-view .works-item-inner{
            text-align: left;
            padding: 40px;
        }
        .works-thumbnails-view .works-item-inner p > span {
            font-size: 12px;
            letter-spacing: normal;
            line-height: 15px;
            letter-spacing: 2px;
            margin-top: 0;

        }
        .works-item-inner h3 > span{ 
            font-size: 12px;
            letter-spacing: normal;
            line-height: 19px;
            text-transform: none;
            margin-bottom: 5px;
            border-bottom: solid 2px;
            font-weight: 200;
        }
        .works-item-inner p > span{  
            font-size: 14px;
            line-height: 25px;
            letter-spacing: 8px;
            margin-top: 0px;

        }
        .works-item a:hover 
        .works-item-inner h3{ 
        }
        .works-item a:hover 
        .works-item-inner p{  
        }

.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;
}
.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-one-sixth {
  margin: 0 !important;
  padding: 0 !important;
  width: 16.66% !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;
}
.works-masonry-container .works-item-one-sixth-spaced{
  margin: 1% !important;
  padding: 0 !important;
  width: 14.66% !important;
}



/*CONTACT*/

/*contact form*/

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

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

.contact_info{
	width:222px;
	left:50%;
	margin-left:-111px;
	position:relative;
}

.contact-form-wrap {
}

.contact-item {
}

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: url('../images/textarea.png') repeat !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: #232323 !important;
  color: #999 !important;
}
input.send_message {
    cursor: pointer;
    float: left;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    width: 120px;
}

input.send_message:hover {
}

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



/* 6. Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* 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;
}


/*Buttons*/
.btn-krome{
    border-radius: 0px;
    text-decoration: none;
    padding: 10px 20px;
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 4px;

    -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-krome-big {
    border-radius: 0px;
    text-decoration: none;
    padding: 15px 20px;
    font-size: 18px;
    line-height: 25px;

    letter-spacing: 1px;
    -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-krome:hover {
    -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-krome-white {
    border: solid 2px #fff;
    background: transparent;
    color: #fff;
}

.btn-krome-white:hover {
    border: solid 2px #fff;
    background: #fff;
    color: #000 !important;
}

.btn-krome-dark {
    border: solid 2px #000;
    background: transparent;
    color: #000;
}

.btn-krome-dark:hover {
    border: solid 2px #000;
    background: #000;
    color: #fff !important;
}

.btn-krome-color {
    border: solid 2px;
    background: transparent;
}

.btn-krome-color:hover {
    border: solid 2px;
    color: #fff;
}

/*Additional Helper Calsses*/

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

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

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

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

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

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

.pad {
    padding: 60px;
}

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

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

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

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

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

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

.remove-top {
    margin-top: 0 !important;
}

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

.extra{
	/*width:21%;*/
}

.no-pad {
	/*margin-left:43.6%;*/
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-bottom: 0 !important;
    padding-right: 0 !important;
}

.valign {
    position: relative;
    top: 50%;
	line-height: 1.2em;
    -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;
}

.parallax {
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    position: relative;
    width: 100%;
}

/*this class will be activated on mobile devices in order to switch off the parallax effect*/
.parallax-off {
    background-attachment: scroll !important;
    background-size: cover !important;
}

.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;
}
/*Responsive Video Embeds*/
.responsive-video-embed iframe{
    border: 0;
    width: auto;
}
/*Poster Image displayed instead BGVideo on mobile devices*/
.poster-img {
    background: url(../images/poster.jpg) center center no-repeat !important;
    background-size: cover !important;
}

.team-carousel .owl-item:nth-child(odd) {
  transform: translate(0px, 50px) scale(0.8);
}
.team-carousel .owl-item:nth-child(even) {
  transform: translate(0px, -50px) scale(0.8);
}
.team-carousel .owl-stage-outer{
  overflow: inherit;
}


/* custom classes & ids */

.space{
	height:300px;
}

.share_div{
	display: inline-block;
	margin-top:-4px;
	margin-left: -5px;
	position: absolute;
}

.share_div_about_page{
	display: inline-block;
	margin-top:-14px;
	margin-left: 10px;
	position: absolute;
}

.share_word{
    margin-top: 3px;
    position: absolute;
    left: 40px;
}
.share_word:hover{
	cursor: pointer;
	text-decoration: underline;
}

.share_word_about_page{
    margin-top: 3px;
    left: 10px;
    top: 3px;
}
.share_word_about_page:hover{
	cursor: pointer;
	text-decoration: underline;
}


.fb_s{
	margin:0px 0 0 72px;
	position: absolute;
	height:28px;
	width:28px;
}
.fb_s:hover{
	cursor: pointer;
}

.pin_s{
	margin:0px 0 0 120px;
	position: absolute;
	height:28px;
	width:28px;
}
.pin_s:hover{
	cursor: pointer;
}


/* Navigation button SHARE and hover transition */
.svg_fb_icon
{
	width:28px;
	height:28px;
	float: left;
    background-repeat: no-repeat;
    background-size: cover;
}

.svg_fb_icon:before, .svg_fb_icon:after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 1;
}
.svg_fb_icon:before {
    background-image: url('../images/fb_icon.svg');
    background-size: cover;
    z-index: 1;
    transition: opacity 0.5s;
}

.svg_fb_icon:after {
    background-image: url('../images/fb_icon_hover.svg');
    background-size: cover;
}

.svg_fb_icon:hover:before {
    opacity: 0;
	cursor: pointer;
}

/* end of share */


/* Navigation button SHARE and hover transition */
.svg_pin_icon
{
	width:28px;
	height:28px;
	float: left;
    background-repeat: no-repeat;
    background-size: cover;
}

.svg_pin_icon:before, .svg_pin_icon:after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 1;
}
.svg_pin_icon:before {
    background-image: url('../images/pin_icon.svg');
    background-size: cover;
    z-index: 1;
    transition: opacity 0.5s;
}

.svg_pin_icon:after {
    background-image: url('../images/pin_icon_hover.svg');
    background-size: cover;
}

.svg_pin_icon:hover:before {
    opacity: 0;
	cursor: pointer;
}

/* end of share */




.contact_content{
    margin-left: 20px;
	text-align: center;
}

.spacing{
	letter-spacing: 0px;
}

/* CUSTOM FONTS */
.font_book{
	font-family: 'CF Asty Std';
	font-weight: normal;

}

.font_medium{
	font-family: 'CF Asty Std';
	font-weight: 500;

}

h10{
	font-family: 'CF Asty Std';
    font-weight: 500;
    font-size: 16px;
}
h11{
	font-family: 'CF Asty Std';
    font-weight: 500;
    font-size: 18px;
}

.size_17{
    font-size: 16px;
}

.black.font3{
    line-height: 1.25em;
    font-size: 25px;
/*    font-weight: 100;*/
    letter-spacing: 0.03em;
}

/*LESS Compiled to CSS for Preview Purpose*/
.color{color:#000000}.white{color:#fff}.silver{color:#f0f4f4}.grey{color:#808284}.dark{color:#292929}.black,a{color:#808284}.color-bg{background-color:#000008}.white-bg{background-color:#fff}.silver-bg{background-color:#f0f4f4}.grey-bg{background-color:#aaa}.dark-bg{background-color:#292929}.black-bg{background-color:#121212}a:hover{color:#000008}::selection{background:#000008;color:#fff}::-moz-selection{background:#000008;color:#fff}.btn-krome-color{border-color:#000008;color:#000008}.btn-krome-color:hover{border-color:#000008;background-color:#000008;color:#fff}nav.mastnav ul li a{color:#808284;border-color:#ffffff ;}nav.mastnav ul li a.activelink,nav.mastnav ul li a:hover{color:#000000;border-color:#000000}.works-item-inner:hover{background-color:#000008!important}.works-filter li a.active span{color:#000008!important}.bxslider .bx-wrapper .bx-pager{background-color:#292929}.footnav ul li a{border-color:#121212}.font1{font-family:Lato,sans-serif}.font2{font-family:montserrat,sans-serif}.font2hairline{font-family:montserrathairline,sans-serif}.font2light{font-family:montserratlight,sans-serif}.font2semibold{font-family:montserratsemi_bold,sans-serif}.font2bold{font-family:montserratbold,sans-serif}.font2extrabold{font-family:montserratextra_bold,sans-serif}.font2ultralight{font-family:montserratultra_light,sans-serif}.font2black{font-family:montserratblack,sans-serif}.font3{font-family:Raleway,sans-serif}.btn-krome,body,p{font-family:Lato,sans-serif}