/* MAIN STYLE/*
/* LINK */
@import url(https://fonts.googleapis.com/css?family=Open+Sans|Lato:400,300,100|Source+Sans+Pro:400,200,300|Raleway:400,300,100|Noto+Sans|Muli:400,300|Josefin+Sans:400,300,100);
@font-face {
	font-family: 'Pe-icon-social';
	src:url('fonts/Pe-icon-social869b.eot?-96eskg');
	src:url('fonts/Pe-icon-sociald41d.eot?#iefix-96eskg') format('embedded-opentype'),
		url('fonts/Pe-icon-social869b.woff?-96eskg') format('woff'),
		url('fonts/Pe-icon-social869b.ttf?-96eskg') format('truetype'),
		url('fonts/Pe-icon-social869b.svg?-96eskg#Pe-icon-social') format('svg');
	font-weight: normal;
	font-style: normal;
}
.panel-body{
	background-color:#F0F0F0;
}
.scroll-to-top {
	background:url("/images/scroll.png") 0 0 no-repeat;
	bottom:20px;
	display: none;
	height:34px;
	position: fixed;
	right:20px;
	width:34px;
	z-index:1;
}
.scroll-to-top:hover {	
	background:url("/images/scroll.png") -44px 0 no-repeat;
}

[class^="pe-so-"], [class*=" pe-so-"] {
	display: inline-block;
	font-family: 'Pe-icon-social';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Icons */

@font-face {
  font-family: 'fontello';
  src: url('fonts/fontello8f7b.eot?42463073');
  src: url('fonts/fontello8f7b.eot?42463073#iefix') format('embedded-opentype'),
       url('fonts/fontello8f7b.woff2?42463073') format('woff2'),
       url('fonts/fontello8f7b.woff?42463073') format('woff'),
       url('fonts/fontello8f7b.ttf?42463073') format('truetype'),
       url('fonts/fontello8f7b.svg?42463073#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?42463073#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width:auto;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-3:before { content: '\e800'; } /* '' */
.icon-10:before { content: '\e801'; } /* '' */
.icon-6:before { content: '\e802'; } /* '' */
.icon-1:before { content: '\e803'; } /* '' */
.icon-4:before { content: '\e804'; } /* '' */
.icon-5:before { content: '\e805'; } /* '' */
.icon-beaker:before { content: '\e806'; } /* '' */
.icon-7:before { content: '\e807'; } /* '' */
.icon-9:before { content: '\e808'; } /* '' */
.icon-diamond:before { content: '\e809'; } /* '' */
.icon-clock:before { content: '\e80a'; } /* '' */
.icon-thumbs-up:before { content: '\e80b'; } /* '' */
.icon-music:before { content: '\e80c'; } /* '' */
.icon-mail:before { content: '\e80d'; } /* '' */
.icon-heart:before { content: '\e80e'; } /* '' */
.icon-2:before { content: '\e80f'; } /* '' */
.icon-pinterest:before { content: '\e810'; } /* '' */
.icon-linkedin:before { content: '\e811'; } /* '' */
.icon-dribbble-1:before { content: '\e812'; } /* '' */
.icon-facebook:before { content: '\e813'; } /* '' */
.icon-twitter:before { content: '\e814'; } /* '' */
.icon-tumblr:before { content: '\e815'; } /* '' */
.icon-instagram:before { content: '\e816'; } /* '' */
.icon-behance-1:before { content: '\e817'; } /* '' */
.icon-gplus:before { content: '\e818'; } /* '' */
.icon-picasa:before { content: '\e819'; } /* '' */

/* Start Body */
*, *::after, *::before {
  box-sizing: border-box;
}

body{
	/*font-family: 'Josefin Sans', sans-serif; */
	font-family: 'lato', sans-serif;
	font-weight:300;
}
html, body, #introduction{height:100%;}
h1{
	font-size:3.2em;
	font-family: 'Josefin Sans', sans-serif;
	font-weight:100;
}
h2{
	font-size:1.8em;
	font-weight:400;
	text-align:center;
	margin:30px;
}
h2:after{
	content: "";
    display: block;
    position: relative;
    height: 3px;
    width: 60px;
    background-color: #D0021B;
    margin: 0px auto;
}
h4{
	font-size:2em;
	font-family: 'Josefin Sans', sans-serif;
	font-weight:100;
}
h4 span{
	color:#fff;
	font-weight: 400;
}
.sub-heading{
	font-size:20px;
	line-height:35px;
	text-align:center;
	font-weight:400;
	color:#000;
	font-family: 'Josefin Sans', sans-serif;
	margin:0px auto;
	width:90%;
}

#header{
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
	font-size: 1em;
}
#header-canvas{
	position: relative;
	z-index: 3;
}

.socials-icon{
	margin:30px 0px;
	font-size:1.5em;
}
.socials-icon a{
	margin:0px 10px;
	color:#fff;
	text-decoration: none;
    -webkit-transition-duration: 0.4s;
       -moz-transition-duration: 0.4s;
            transition-duration: 0.4s;
}
.socials-icon a:hover{
	color:#D0021B;
}
.socials-iconbtm a:hover{
	color:#000;
}


/*Icons */
.pe-so-behance:before {
	content: "\e606";
}
.pe-so-dribbble:before {
	content: "\e611";
}
.pe-so-linkedin:before {
	content: "\e62c";
}
.pe-so-facebook:before {
	content: "\e617";
}
.pe-so-twitter:before {
	content: "\e651";
}
.pe-so-instagram:before {
	content: "\e626";
}
.pe-so-500px:before {
	content: "\e600";
}



/* Footer */
#footer {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  background: #2e2e2e;
}

#footer a {
  color: #fff;
}

#footer a:hover {
  color: #c52d2f;
}

#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer ul > li {
  display: inline-block;
  margin-left: 15px;
}

.buttonreds{
	 -webkit-transition-duration: 0.3s;
       -moz-transition-duration: 0.3s;
            transition-duration: 0.3s;
	padding:13px 30px;
	border:solid 1.5px #D0021B;
	font-size:16px;
	margin:20px;
	border-radius:4px;
	display:inline-block;
	color:#D0021B;
	font-weight:300;
	text-transform:uppercase;
}
.buttonreds:hover{
	background-color:#D0021B;
	color:#fff;
}
.buttonwhite{
	 -webkit-transition-duration: 0.3s;
       -moz-transition-duration: 0.3s;
            transition-duration: 0.3s;
	padding:13px 30px;
	border:solid 1.5px #fff;
	font-size:16px;
	margin:20px;
	border-radius:4px;
	display:inline-block;
	color:#fff;
	font-weight:300;
	text-transform:uppercase;
}
.buttonwhite:hover{
	background-color:#fff;
	color:#000;
}
a{
	text-decoration:none;
}

#matoshreeContent{
	background:#c63d0f none repeat scroll 0 0;
	padding:15px 0px;
	color:#fff;
}
#matoshreeContent h4{
	margin:30px 20px;
	font-size:40px;
	font-weight:600;
	line-height:60px;
}
#matoshreeContent .sub-heading-txt{
	font-size:19px;
	font-weight:300;
	text-align:center;
	width:86%;
	margin:auto;
	line-height:35px;
}
#subpage-header{
	padding:20px 0px;
	height: 500px;
  	background-size: cover;
  	position: relative;
  	overflow: hidden;
}

#subpage-header:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #C63D0F;
	opacity: 0.27;
}
.subpage-header-over{
	z-index: 10;
	position: absolute;
	width: 100%;
	height: 60%;
    overflow: auto;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.subpage-header-over h2{
	color: #fff;
	font-size: 40px;
	text-align: center;
	margin: auto;
	line-height: 56px;
	font-family: "Josefin Sans",sans-serif;
	position: absolute;
	top: 50%;
  	transform: translateY(-50%);
	left: 0px;
	right: 0px;
}
.subpage-header-over h2 .socials-icon{
	font-size: 28px;
	margin: 0px;
}
.logo-position{
	position: absolute;
}
.logo-position a span{
	color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    top: -28px;
}

.owl-controls{
	display:none;
}

.logo img{
	width:230px;
	margin:10px;
	text-align:center;
}
#slideshow{
	background-color:#2E2E2E;
	padding:5px;
	color:#fff;
}
#slideshow h2{
	line-height:50px;
	font-size:34px;
	font-weight:300;
	font-family: 'Josefin Sans', sans-serif;
}
#slideshow .owl-carousel .item .item-coverimg img{
	border-radius:8px 8px 0px 0px;
}
#slideshow .owl-carousel .item .item-text{
	background-color:#fff;
	padding:30px;
	color:#000;
	border-radius:0px 0px 8px 8px;
}
#slideshow .owl-carousel .item h3{
	font-size:18px;
	line-height:20px;
}
#slideshow .owl-carousel .item .category{
	font-size:14px;
	color:#999;
	line-height:30px;
	margin-bottom:10px;
}
#slideshow .owl-carousel .item .item-text-content{
	font-size:16px;
	line-height:25px;
	margin-bottom:10px;
}
.owl-controls{
	position:relative;
}
.owl-nav{
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
}
.owl-nav .owl-next{
	margin-left:210px !important;
}
#otherwork{
	padding:20px 0px;
}
#otherwork .grid img{
	max-width:100%;
	border-radius:8px;
	margin-bottom:20px;
}
#photography{
	background-color:#fff;
	padding:20px 0px;
	color:#000;
}
#photography h2{
	line-height:50px;
	font-size:34px;
	font-weight:300;
	font-family: 'Josefin Sans', sans-serif;
}
#photography .grid img{
	max-width:100%;
	border-radius:4px;
	margin-bottom:20px;
}
#design-process{
	padding: 70px 0 111px;
	text-align:center;
	position:relative;
}
.design-processcls[data-section]:before {
    background: #fff;
    border: 5px solid #e6e7e8;
    border-radius: 100%;
    font-weight: 400;
    content: attr(data-section);
    display: inline-block;
    font-size: 1pc;
    padding: 10px;
    position: relative;
    height: 3pc;
    width: 3pc;
    z-index: 2;
}
.design-processcls[data-section]:after {
    background-color: #e6e7e8;
    content: '';
    position: absolute;
    left: 49.85%;
    top: 0;
    height: 100%;
    width: 5px;
    z-index: 1;
}
.design-processcls .wrapper {
    max-width: 920px;
    position: relative;
    z-index: 2;
}
.wrapper {
    /* width: 94%; */
    margin: 0 auto;
    zoom: 1;
}
.wrapper:after, .wrapper:before {
    display: table;
	content: "";
}
.design-processcls[data-section="1"]:after {
    background-image: -webkit-linear-gradient(top,#fff,#fff 7pc,#e6e7e8 113px,#e6e7e8);
    background-image: linear-gradient(to bottom,#fff,#fff 7pc,#e6e7e8 113px,#e6e7e8);
}
.wraper-descirption {
    background-image: -webkit-linear-gradient(top,rgba(255,255,255,.001),#fff 20px,#fff 70%,rgba(255,255,255,.001));
    background-image: linear-gradient(to bottom,rgba(255,255,255,.001),#fff 20px,#fff 70%,rgba(255,255,255,.001));
    padding: 13px 0 29px;
}
.wraper-descirption h3 {
    font-size: 26px;
    line-height: 1.5;
    margin-bottom: .5em;
}
.wraper-descirption p {
    margin-bottom: 40px;
	line-height:28px;
	font-size:20px;
}
.image-preview img{
	max-width:100%;
}
.loading-effect{
	position:fixed;
	background:#fff;
	color:#000;
	font-size:30px;
	z-index:9999999;
	width:100%;
	height:100%;	
	
}

.sub-heading-text{
	margin: 20px;
	font-size: 12px;
	color: #999;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
}

/* Commmon header */
.slider-section{

}

/* Grid */
[class*='col-'] {
	float: left;
  min-height: 1px;
	padding-right: 20px; /* column-space */
}

.grid {
	width: 100%;
	max-width: 1140px;
	min-width: 748px; /* when using padded grid on ipad in portrait mode, width should be viewport-width - padding = (768 - 20) = 748. actually, it should be even smaller to allow for padding of grid containing element */
	margin: 0 auto;
	overflow: hidden;
}

.grid:after {
	content: "";
	display: table;
	clear: both;
}

.grid-pad {
	padding-top: 20px;
	padding-left: 20px; /* grid-space to left */
	padding-right: 0; /* grid-space to right: (grid-space-left - column-space) e.g. 20px-20px=0 */
}

.push-right {
	float: right;
}

/* Content Columns */

.col-1-1 {
	width: 100%;
}
.col-2-3, .col-8-12 {
	width: 66.66%;
}

.col-1-2, .col-6-12 {
	width: 50%;
}

.col-1-3, .col-4-12 {
	width: 33.33%;
}

.col-1-4, .col-3-12 {
	width: 25%;
}

.col-1-5 {
	width: 20%;
}

.col-1-6, .col-2-12 {
	width: 16.667%;
}

.col-1-7 {
	width: 14.28%;
}

.col-1-8 {
	width: 12.5%;
}

.col-1-9 {
	width: 11.1%;
}

.col-1-10 {
	width: 10%;
}

.col-1-11 {
	width: 9.09%;
}

.col-1-12 {
	width: 8.33%
}

/* Layout Columns */

.col-11-12 {
	width: 91.66%
}

.col-10-12 {
	width: 83.333%;
}

.col-9-12 {
	width: 75%;
}

.col-5-12 {
	width: 41.66%;
}

.col-7-12 {
	width: 58.33%
}

@media handheld, only screen and (max-width: 767px) {
	.grid {
		width: 100%;
		min-width: 0;
		margin-left: 0;
		margin-right: 0;
		padding-left: 20px; /* grid-space to left */
		padding-right: 10px; /* grid-space to right: (grid-space-left - column-space) e.g. 20px-10px=10px */
	}

	[class*='col-'] {
		width: auto;
		float: none;
		margin: 10px 0;
		padding-left: 0;
		padding-right: 10px; /* column-space */
	}

	.hide-on-mobile {
		display: none !important;
		width: 0;
		height: 0;
	}
}


/*  -----  Media Query* ------ */

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-resolution: 120dpi)
#introduction{
    background-image: url(../images/bg1.jpg);
}

@media screen and (max-width: 767px) {
	html,body,#introduction, #aboutme, #matoshreeContent{height:auto;}
}
@media screen and (max-width: 650px) {
	#ticker{
		top:5%;
	}
	h1{
		font-size:26px;font-weight:300;
	}
	h4{
		font-size:16px;font-weight:300;
	}
	#matoshreeContent h4{
		font-size:30px;
		line-height:48px;
	}
	#matoshreeContent .sub-heading-txt{
		width:auto;
		padding:0px 20px;
	}
	.socials-icon a{
		font-size:20px;
	}
	.cd-stretchy-nav{
		top:25px !important;
	}
	#few-recent-projects .col-1-3{
		margin-bottom:25px;
	}
	
}

/*owl theme */

.owl-theme .owl-controls{margin-top:50px; margin-bottom:20px; text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-controls .owl-nav [class*=owl-]{color:#fff;font-size:12px;margin:5px;padding:5px 8px;background:#d0021b;display:inline-block;cursor:pointer;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{background:#4A90E2;color:#fff;text-decoration:none}.owl-theme .owl-controls .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#d6d6d6;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity 200ms ease;-moz-transition:opacity 200ms ease;-ms-transition:opacity 200ms ease;-o-transition:opacity 200ms ease;transition:opacity 200ms ease;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}

/*Loader */
.preloader{
    position: fixed;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
    /* background: #DA291F; */
    background: #fff;
    z-index: 99999;
	overflow:hidden;
}
.navlink{
	cursor:pointer;
}

.preloader .preloader-gif{
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    background: url('preloader.html') no-repeat;   
}
#preloader > span{
position: absolute;
top: 50%;
left: 0px;
right: 0px;
margin:auto;
display: block;
width: 60px;
height: 60px;
margin-top: -40px;
z-index: 1;
background: url(../images/preloader.gif) no-repeat center 16px #000;
-moz-border-radius: 99px;
-webkit-border-radius: 99px;
border-radius: 99px;
}

#preloader.landing > span{
background-position: center center;
}

#preloader.landing > span > span{
text-indent: -9999px;
}

/* masonry-layout */
.masonry { /* Masonry container */
    column-count: 3;
    column-gap: 1em;
}

.item { /* Masonry bricks or child elements */
    display: inline-block;
    width: 100%;
}
.wrapper {
    width: 95%;
    margin: 3em auto;
}

.masonry {
    margin: 0 0;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
}

.item {
    display: inline-block;
    padding:0px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.item img{
	max-width:100%;
}

@media only screen and (max-width: 400px) {
    .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (min-width: 400px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 400px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (max-width: 640px) {
	.logo-position{
		margin-top: -10px;
		margin-left: 0px !important;
		
	}
    .subpage-header-over h2{
    	font-size: 26px;
    	line-height: 48px;
    	width: 80%;
    }
}

@media only screen and (min-width: 900px) {
    .masonry {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}

@media only screen and (min-width: 1100px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (min-width: 1280px) {
    .wrapper {
        width: 1260px;
    }
}