/*+++++++++++++++++++++
=====================================
 Template Name : Himu
 Author Name : Mostafizur Rahman
 Author URI : http://mostafiz.me/
 Template URI :http://mostafiz.me/demo/himu/
 Version : 1.1
===============================
+++++++++++++++++++*/





/*
====================================
------------------------------------
	1. Typography
	2. Header
	3. Main Slider
	4. About Us
	5. Service
	6. Our Team
	7. Portfolio
	8. Clients
	9. Our Blog
	10. Contact
	11. Footer
	12. Carousel Effect
	13. Isotope
	14. Portfolio Hover effect
-------------------------------------
=====================================
*/


/*====================
======Typography=====
======================*/
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');

body {
	font-family: 'Roboto', sans-serif;
	position: relative;
	font-weight: 300;
	background: #FFF;
	color:#777;
    font-size: 14px;
    line-height: 1.6em;
    margin-top: 1em;
	padding-top:58px;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#wrapper{
	background-color:#FFF;
	padding:50px;
	}
#wrapper2{
	background-color:#131313;
	padding:50px;
	color: #FFF;
	}
#wrapper2 h2{
	color: #FFF;
	}
#wrapper2 a{
	color: #FFF;
	}


a:hover {
	outline: none;
	text-decoration:none;
}

a:focus {
	outline:none;
	outline-offset: 0;
}

a {
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	color:#1d1d1d;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	color:#000000;
	font-weight: 400;
}

.slider-btn {
	background-color:#1d1d1d;
	color: #FFF;
	-webkit-box-shadow: inset 0 0 0 2px #1d1d1d;
	box-shadow: inset 0 0 0 2px #1d1d1d;
	text-transform: uppercase;
	width: 190px;
	text-align: center;
	height: 55px;
	line-height:55px;
	padding: 0;
	font-size: 18px;
	font-weight:800;
	border: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.slider-btn:hover {
	background-color:#43484E;
	-webkit-box-shadow: inset 0 0 0 2px #43484E;
	box-shadow: inset 0 0 0 2px #43484E;
	color:#fff
}


.parallax-section{
	min-height: 300px;
	width: 100%;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}


.preloader{
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: table;
	background: #fff;
	z-index: 9999;
}

.preloder-wrap{
	display: table-cell;
	vertical-align: middle;
}

.preloder-inner {
	width: 200px;
	height: 100px;
	margin: 0 auto;
}

.ball {
	width: 10px;
	height: 10px;
	margin: 10px auto;
	border-radius: 50px;
}
  
.ball:nth-child(1) {
	background: #000;
	-webkit-animation: right 1s infinite ease-in-out;
	-moz-animation: right 1s infinite ease-in-out;
	animation: right 1s infinite ease-in-out;    
}

.ball:nth-child(2) {
	background: #000;
	-webkit-animation: left 1.1s infinite ease-in-out;
	-moz-animation: left 1.1s infinite ease-in-out;
	animation: left 1.1s infinite ease-in-out;
}

.ball:nth-child(3) {
	background: #000;
	-webkit-animation: right 1.05s infinite ease-in-out;
	-moz-animation: right 1.05s infinite ease-in-out;
	animation: right 1.05s infinite ease-in-out;
}

.ball:nth-child(4) {
	background: #000;
	-webkit-animation: left 1.15s infinite ease-in-out;
	-moz-animation: left 1.15s infinite ease-in-out;
	animation: left 1.15s infinite ease-in-out;
 }

.ball:nth-child(5) {
	background: #000;  
	-webkit-animation: right 1.1s infinite ease-in-out;
	-moz-animation: right 1.1s infinite ease-in-out;
	animation: right 1.1s infinite ease-in-out;
}

.ball:nth-child(6) {
	background: #000;  
	-webkit-animation: left 1.05s infinite ease-in-out;
	-moz-animation: left 1.05s infinite ease-in-out;
	animation: left 1.05s infinite ease-in-out;
}

.ball:nth-child(7) {
	background: #000;  
	-webkit-animation: right 1s infinite ease-in-out;
	-moz-animation: right 1s infinite ease-in-out;
	animation: right 1s infinite ease-in-out;
}


@-webkit-keyframes right {
	0%   { -webkit-transform: translate(-15px);   }
	50%  { -webkit-transform: translate(15px);    }
	100% { -webkit-transform: translate(-15px);   }
}

@-webkit-keyframes left {
	0%   { -webkit-transform: translate(15px);    }
	50%  { -webkit-transform: translate(-15px);   }
	100% { -webkit-transform: translate(15px);    }
}

@-moz-keyframes right {
	0%   { -moz-transform: translate(-15px);   }
	50%  { -moz-transform: translate(15px);    }
	100% { -moz-transform: translate(-15px);   }
}

@-moz-keyframes left {
	0%   { -moz-transform: translate(15px);    }
	50%  { -moz-transform: translate(-15px);   }
	100% { -moz-transform: translate(15px);    }
}

@keyframes right {
	0%   { transform: translate(-15px);  }
	50%  { transform: translate(15px);   }
	100% { transform: translate(-15px);  }
}

@keyframes left {
	0%   { transform: translate(15px);   }
	50%  { transform: translate(-15px);  }
	100% { transform: translate(15px);   }
}


.vertical-middle{
	width: 100%;
	height: 100%;
	display: table;
}

.vertical-middle div{
	display: table-cell;
	vertical-align: middle;
}

/*====================
======Topbar nav CSS=====
======================*/
ul {
list-style: none
}

ul, li {
margin: 0;
padding:0;
display: inline;
}
 
li {
cursor: pointer
} 

#bottom {
	background-color: #131313;
	margin: 0 auto;
	padding: 15px 0 14px 0;
	/*min-width: 800px;*/
	z-index: 1;
	position: relative;
	top: 6px;
	vertical-align: top;
	text-transform: inherit;
}

#secondMenu li, #secondMenu a:link, #secondMenu a:visited {
  font-size: 13px;
	text-decoration: none;
	margin: 0 0px 0 19px;
	color: white;
	}

#secondMenu a:link#current {
  font-weight: bold;
	color: white
}

#secondMenu a:hover {
	color: gray;
	cursor: pointer
}


/*====================
======Header CSS=====
======================*/
#navigation .navbar {
  background:rgb(255, 255, 255);
  border-radius: 0;
  border-bottom: 0;
  box-shadow: rgba(0, 0, 0, 0.298039) 0px 0px 3px;
  padding-bottom: 5px;
}

#navigation .navbar-toggle{
  margin-top: 20px;
  background-color: #110e0e;
}

#navigation .navbar-brand h1{
  padding: 0;
  margin: 0;
}

#navigation .navbar-nav.navbar-right li {
	padding: 0 1px;
}

#navigation .navbar-nav.navbar-right {
	margin-top:20px;
	margin-right:5px;
}

#navigation .navbar-nav.navbar-right li a {
	color: #777;
	font-family: 'Roboto',sans-serif;
	font-size: 14px;
	padding: 0;
	/* text-transform: uppercase; */
	-webkit-transition: all .9s ease 0s;
	-moz-transition: all .9s ease 0s;
	-o-transition: all .9s ease 0s;
	transition: all .9s ease 0s;
	padding: 6px 15px;
}

#navigation .navbar-inverse .navbar-nav  .active  a,  
#navigation .navbar-inverse .navbar-nav  .active  a:focus, 
#navigation .navbar-nav.navbar-right li a:hover {
	color: #000;
	background-color: #fff;
}

#navigation .navbar-inverse .navbar-nav  .active  a,  
#navigation .navbar-inverse .navbar-nav  .active  a:focus, 
#navigation .navbar-nav.navbar-left li a:hover {
	color: #000;
	background-color: #fff;
}

.navbar-top {
	margin-top: 12px;
}


/*======================
====Main Slider CSS=====
=======================*/
.home-pattern {
	height:100%;
	position:absolute;
	width:100%;
	z-index:1;
	left:0;
	bottom:0;
	background-image:url(../images/home-pattern.png);
	background-repeat:repeat;
	opacity:0.2;
}

#home{
  padding: 0;
  overflow: hidden;
  position:relative
}

#main-carousel .carousel-inner .item {
	background-size:cover;
	height: 100%;
	background-position: 50% 50%;
	background-repeat:no-repeat;
}

#main-carousel .carousel-indicators { 
	bottom:15px
}

#main-carousel .carousel-indicators li{
	background: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	width: 13px;
	height: 13px;
	margin-left: 5px;
	text-indent: -9999px;
	display: inline-block;
}

.carousel-indicators .active{
	background-color: #fff !important;
	
}

.slider-content {
	height: 100%;
}

#main-carousel .carousel-caption {
	display: table;
	height: 100%;
	width: 100%;
	min-height: 100%;
	left: 0;
	top: 0;
	z-index: 11;
}

#main-carousel .carousel-caption > div{
    vertical-align: middle;
    display: table-cell;
}

#main-carousel .carousel-inner h2 {
	color: #f6f6f6;
	display: inline-block;
	font-family: roboto;
	font-size: 55px;
	font-weight: 800;
	margin-bottom: 40px;
	text-shadow: none;
	/* text-transform: uppercase; */ 
}

#main-carousel .carousel-inner h2 span{
  color:#7ab700;
}

#main-carousel .carousel-inner p {
	color: #f6f6f6;
	font-family: roboto;
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 59px;
	margin-top: 0;
	text-shadow:none;
}

#main-carousel .carousel-left{
	left:-50px;
}

#main-carousel .carousel-right{
	right:-50px;
}

#main-carousel:hover .carousel-left{
	left:0px;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

#main-carousel:hover .carousel-right{
	right:0px;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

#main-carousel .carousel-left,
#main-carousel .carousel-right{
	padding: 15px;
	z-index: 12;
	font-size: 60px;
	color: rgba(255, 255, 255, 0.52);
	top: 50%;
	position: absolute;
	margin-top: -60px;
	text-align: center;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

.carousel-right {
  right:65px
}

.carousel-left {
  left:65px
}

#main-carousel .carousel-left:hover,
#main-carousel .carousel-right:hover{
	color: #F6F6F6;
}

.maincontent{
	padding:35px;
	}
.parrafo-info{
	padding:10px;
	}
.submenu{
	background-color:#000000;
	padding:10px;
	}
	
	
#img-nosotros{
	width:400px;
	float:left;
	}
#info-nosotros{
	width:400px;
	float:left;
	}



/*======================
======Portfolio CSS=====
========================*/

#portfolio {
  background-image: url(../images/about-us/bg.jpg);
  /*padding-top:70px;
  padding-bottom: 100px;*/
  background-color:#110e0e
}

#portfolio p, 
#portfolio h2 {
	margin-bottom:30px;
}

#portfolio 
.portfolio-filter {
  margin-bottom:40px;
  margin-top:10px;
}

#portfolio 
.portfolio-filter li {
  display: inline-block;
}

#portfolio 
.portfolio-filter li a:hover, 
#portfolio 
.portfolio-filter li a:focus,
#portfolio 
.portfolio-filter li a:active , 
#portfolio 
.portfolio-filter li .active{
	border: 1px solid #1d1d1d;
	color: #686868;
	box-shadow: none;
	-webkit-box-shadow: none;
	opacity: 1;
}

#portfolio 
.portfolio-filter li a {
	color: #686868;
	font-size: 16px;
	/*text-transform: uppercase;*/
	border: none;
	background: rgba(67, 72, 78, 0);
	opacity: .8;
	border: 1px solid rgba(252, 119, 0, 0);
	border-radius: inherit;
}

.portfolio-items > div{
  padding:0;
}

.portfolio-items img{
  width:100%;
}

.view {  
  cursor: default;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  width:100%;
}

.efffect h4 {  
	opacity: 0;
	transform: scale(0);
	transition: all 0.5s linear 0s;
}

.efffect h3 {
	opacity: 0;
	transform: scale(0);
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
}

.efffect img {
	transform: scaleY(1);
	-moz-transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);  
	transition: all 0.7s ease-in-out 0s;
	-moz-transition: all 0.7s ease-in-out 0s;
	-webkit-transition: all 0.7s ease-in-out 0s;
	-o-transition: all 0.7s ease-in-out 0s;
}

.view img {
	display: block;
	position: relative;
}

.efffect .mask {
	background-color: #F6F6F6;
    border:4px solid #333333;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	opacity: 0
}

.view .mask, .view .content {
	height:100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width:100%;
}

.mask h3 {
	color: #43484E;
	font-family: cabin;
	font-size: 22px;
	font-weight: 700;
	margin-top: 30px;
	text-transform: uppercase;
	transition: height 500ms ease 0s;
}

.mask h4 {
	color:#110e0e;
	font-family: roboto;
	font-size: 14px;
	font-weight: 200;
	padding: 0 35px 5px;
}

.mask i {
	border: 2px solid #333;
	border-radius: 50%;
	color: #333;
	font-size: 17px;
	margin-left: 8px;
	padding: 8px;
}

.mask i:hover{
	background-color:#1d1d1d;
	color:#fff;  
}






/*====================
======Footer CSS=====
======================*/

#footer {
	background-color:#110e0e;
	padding:25px 0;
	color:#43484E;
	font-size:16px;
	position:relative;
	/*margin-top:1px;*/
}

#footer p {
	margin: 0;	
}

#footer a {
	color:#1d1d1d;
}


/*============================
======Carousel Effect CSS=====
==============================*/


.carousel.scale .carousel-inner > .item.left > div:nth-child(1),
.carousel.scale .carousel-inner > .item.right > div:nth-child(1) {
  -webkit-animation: fadeOutDown 300ms linear 0ms both;
  animation: fadeOutDown 300ms linear 0ms both;
}
.carousel.scale .carousel-inner > .item.next > div:nth-child(1),
.carousel.scale .carousel-inner > .item.prev > div:nth-child(1) {
  -webkit-animation: fadeInDown 300ms linear 75ms both;
  animation: fadeInDown 300ms linear 75ms both;
}

.carousel.scale .carousel-inner > .item.left > div:nth-child(2),
.carousel.scale .carousel-inner > .item.right > div:nth-child(2) {
  -webkit-animation: fadeOutDown 300ms linear 75ms both;
  animation: fadeOutDown 300ms linear 75ms both;
}
.carousel.scale .carousel-inner > .item.next > div:nth-child(2),
.carousel.scale .carousel-inner > .item.prev > div:nth-child(2) {
  -webkit-animation: fadeInDown 300ms linear 150ms both;
  animation: fadeInDown 300ms linear 150ms both;
}

.carousel.scale .carousel-inner > .item.left > div:nth-child(3),
.carousel.scale .carousel-inner > .item.right > div:nth-child(3) {
  -webkit-animation: fadeOutDown 300ms linear 150ms both;
  animation: fadeOutDown 300ms linear 150ms both;
}
.carousel.scale .carousel-inner > .item.next > div:nth-child(3),
.carousel.scale .carousel-inner > .item.prev > div:nth-child(3) {
  -webkit-animation: fadeInDown 300ms linear 225ms both;
  animation: fadeInDown 300ms linear 225ms both;
}

.carousel.scale .carousel-inner > .item.left > div:nth-child(4),
.carousel.scale .carousel-inner > .item.right > div:nth-child(4) {
  -webkit-animation: fadeOutDown 300ms linear 225ms both;
  animation: fadeOutDown 300ms linear 225ms both;
}
.carousel.scale .carousel-inner > .item.next > div:nth-child(4),
.carousel.scale .carousel-inner > .item.prev > div:nth-child(4) {
  -webkit-animation: fadeInDown 300ms linear 300ms both;
  animation: fadeInDown 300ms linear 300ms both;
}


/*==================================
====== Isotope Recommended CSS=====
====================================*/

/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 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;
}

/**** disabling Isotope CSS3 transitions ****/
.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;
}
/* End: Recommended Isotope styles */




/*==================================
====== Portfolio Hover effect=======
====================================*/


.efffect img {
   -webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
}
.efffect .mask {
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   cursor: zoom-in;
}
.efffect h4 {   
   background: transparent;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.efffect h3 {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   font-size:22px;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.mask a i {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform:rotate(-180deg);
   -moz-transform:rotate(-180deg);
   -o-transform:rotate(-180deg);
   -ms-transform:rotate(-180deg);
   transform:rotate(-180deg);
   -webkit-transition:all 0.5s linear 0.7s;
   -moz-transition: all 0.5s linear 0.7s;
   -o-transition:all 0.5s linear 0.7s;
   -ms-transition:all 0.5s linear 0.7s;
   transition:all 0.5s linear 0.7s;
}
.efffect:hover img {
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.efffect:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.efffect:hover h4,.efffect:hover h3,.efffect:hover a i {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}







/* -----CONTENT---------------- */

#content {
margin: 12px 0 0 38px;
position: relative;
top: 72px;
}


#content a:link, #content a:visited {
text-decoration: underline;
color: black
}

#content a:hover img {
opacity:0.1;
filter:alpha(opacity=10); /* For IE8 and earlier */
cursor: pointer
}



 				/* -----WORK CONTENT---------------- */

			
				#content_work {
			    margin: 0px 0 0 5px;
        	    position: relative;
        		top: 144px;
				/*cursor: crosshair;*/
				width: 100%;
				}
									
				
				#content_work a:link, #content_work a:visited {
          		text-decoration: none;
          		color: white;
          		}
                
                
                #content_work img {
                	opacity:0.4;
		        filter:alpha(opacity=40); /* For IE8 and earlier */
		        cursor: pointer
                }
                
		        #content_work a:hover img {
		        opacity:1.0;
		        filter:alpha(opacity=100); /* For IE8 and earlier */
		        cursor: pointer
				}
				
				
				
				
				
				.block_of_work {
          		margin: 0 4px 4px 0;
          		float: left;
        		width: 170px;
        		height: 142px;
				font-family: 'Roboto', sans-serif;  
		        font-size: 11px;
		        color: #fff;
			 	}	
				
				
				.block_of_work01 {
          		margin: 0 4px 4px 0;
          		float: left;
        		width: 170px;
        		height: 142px;
				font-family: 'Roboto', sans-serif;  
		        font-size: 11px;
		        color: #fff;
			 	}	
			 	
			 	.block_of_work02 {
          		margin: 0 4px 4px 0;
          		float: left;
        		width: 170px;
        		height: 142px;
				font-family: 'Roboto', sans-serif;  
		        font-size: 11px;
		        color: #fff;
			 	}
			 	
			 	.block_of_work03 {
          		margin: 0 4px 4px 0;
          		float: left;
        		width: 170px;
        		height: 142px;
				font-family: 'Roboto', sans-serif;  
		        font-size: 11px;
		        color: #fff;
			 	}
			 	
			 	
			 	.block_of_work04 {
          		margin: 0 4px 4px 0;
          		float: left;
        		width: 170px;
        		height: 142px;
				font-family: 'Roboto', sans-serif;  
		        font-size: 11px;
		        color: #fff;
			 	}
			 	
			 	.block_of_work05 {
          		margin: 0 4px 4px 0;
          		float: left;
        		width: 170px;
        		height: 142px;
				font-family: 'Roboto', sans-serif;  
		        font-size: 11px;
		        color: #fff;
			 	}	
			 	
			 	.block_of_work06 {
          		margin: 0 4px 4px 0;
          		float: left;
        		width: 170px;
        		height: 142px;
				font-family: 'Roboto', sans-serif;  
		        font-size: 11px;
		        color: #fff;
			 	}
			 	
			 	.block_of_work07 {
          		margin: 0 4px 4px 0;
          		float: left;
        		width: 170px;
        		height: 142px;
				font-family: 'Roboto', sans-serif;  
		        font-size: 11px;
		        color: #fff;
			 	}
			 	
			 	
			 	.block_of_work08 {
          		margin: 0 4px 4px 0;
          		float: left;
        		width: 170px;
        		height: 142px;
				font-family: 'Roboto', sans-serif;  
		        font-size: 11px;
		        color: #fff;
			 	}
			 	
			 	
			 	.block_of_work09 {
          		margin: 0 4px 4px 0;
          		float: left;
        		width: 170px;
        		height: 142px;
				font-family: 'Roboto', sans-serif;  
		        font-size: 11px;
		        color: #fff;
			 	}
			 	
			 	
			 	.block_of_work10 {
          		margin: 0 4px 4px 0;
          		float: left;
        		width: 170px;
        		height: 142px;
				font-family: 'Roboto', sans-serif;  
		        font-size: 11px;
		        color: #fff;
			 	}
			 	
			 	
			 	
			 	
			 	
			 	
			 	
			 	
			 	
				
        		#block_of_work_tittle {
        		float: right;
        		position: relative;
        		top: 87px;
        		background: white;
        		color: #999;
        		padding: 0 3px 0 3px
        		}
        
        
               .yellow_sticker{
               	position:absolute;
               	z-index: 1;
               	color: black;
               	background-color: #FFE541;
               	width: 50px;
               	height: 30px;
               	font-size: 26px;
               	
               	
               }
        

        		.project_tittle {
          		margin: 4px;
				/* -- text-transform: uppercase; -- */
        		}

				
				.project_tittle span {
				margin: 4px;
				font-size: 8px;
				}
				
				.architecture, .largescale {
					display: block
				}
				
				
        				/* -----SINGLE PROJECT PAGE TEMPLATE---------------- */
        
        				#single_project {
        			        margin: 0 auto;
							width: 100%;
							height: 400px;
		                	position: relative;
		                	top: 40px;
        					cursor: crosshair;
        			        }
        					              
        				.block_of_single_project {
			                  margin: 0 auto;
			                  position: relative;
			                  width: 100%;
							  max-height: 400px;
			                  font-family: 'Roboto', sans-serif;  
			                  font-size: 10px;
			                  color: #fff
                              }	
                
							
                
			                .single_project_tittle {
			                    margin: 0px;
			                	min-height: 50px;
							    width: 100%;
							    background-color: #838694;
               					 }
								
								
								
								.single_project_text {
								float: left;
								top: 25px
								}
								
								
								 
								.single_project_description {
								  float: left;
								  margin: 0px 0px 50px 38px;
								  width: 58%;
								  text-align: left;
								  font-size: 13px
								}
								 
								.single_project_description H3 {
								  text-transform: uppercase;
								  font-size: 13px;
								  margin: 19px 0 0 0;
								}
																		
								
								.single_project_credits {
								  float: left;
									margin: 5px 38px 50px 38px;
									width: 30%;
									border-top: 1px solid #838694;
									border-bottom: 2px solid #838694;
									padding: 19px 0 19px 0
									}
								
								.single_project_credits b {
									font-weight: bold;
									color: #838694;
									text-decoration: underline;

								}	
										
								
								.single_project_credits h4 {
								  text-transform: uppercase;
								  font-size: 13px;
									margin-bottom: 0px;
									color: white;
									display: inline
									}
										
									
									
										
								.single_project_copyrights {
								  margin: 0px;
                	              min-height: 50px;
									width: 100%;
									color: black;
									background-color: white;
									text-align: right;
									float: right
                                   }
								
								
  								.single_project_copyrights p {
  								  margin: 0px 38px 0 0;
								  position: relative;
					              top: 20px
					              }
										
										
										
										

		        /* -----NEWS CONTENT---------------- */
		        
		        .block_of_news {
		          margin: 40px 38px 0 0;
		          float: left;
		        	width: 986px;
		          font-family: 'Roboto', sans-serif;  
		          font-size: 12px;
		          color: black
		        }	
        
                
                #internal_link {
                	position: relative;
                	bottom: 100px;
                }
                
				.new_image {
					float: left;
                    width: 455px;
					color: black;
				}
				
        		.new_tittle {
				  padding: 0 0 0 38px;
				  float: left;
				  width: 493px;
				  color: black;
				}


        		.new_tittle2 {
				  padding: 0px;
				  float: left;
				  width: 493px;
				  color: black;
				}



				 .new_tittle p {
				  margin: 15px 0
				}

				 .new_tittle2 p {
				  margin: 0 0 0 0;
				}


				 .new_tittle2 h3 {
				  text-transform: uppercase
				}


				 .new_tittle2 p:last-child {
				  margin-bottom: 15px
				}




				/* -----CONTACT CONTENT---------------- */
        
				#content_contact {
				margin: 40px 0 0 38px
				}
				
								
				#content_work {
			    margin: 0px 0 0 5px;
        		position: absolute;
        		top: 144px;
				/*cursor: crosshair;*/
				}
				
				#content_contact a:hover img {
				opacity:0.8;
				filter:alpha(opacity=80); /* For IE8 and earlier */
				cursor: pointer
				}
				
	           .block_of_contact {
	           margin: 40px 0 0 0;
	           float: left;
	           width: 986px;
	           font-family: arial, geneva, san-serif;  
	           font-size: 12px;
	           color: #fff
	           }	
        
				#h2contact {
		        border-top: 1px solid white;
		        border-bottom: 2px solid white;
			    color: white
        		}

				#contact_text {
				color: white;
				text-indent: 0px
				}
	
				#london, #beijing, #bolzano, #hongkong {height: 300px; overflow: hidden}
			
			
			
				/*-- ABOUT CONTENT --*/

	 
	 
				#general_tittle {
					margin: 0 0 25px 0
				}
				
				
				#team {
					padding: 0 38px 25px 0;
					width: 455px;
					float: left
				} 


				#text {
					padding: 0 38px 25px 38px;
					width: 455px
				}

				
				#text p + p {
					text-indent: 15px;
					margin-top: 0px
				}

				
				#text p {
					margin: 0px
				}
				
				
				#text h3 {
					margin-top: 15px
				}
				
				

			   #socials_in_tittle div {
			   	    bottom: 39px;
			   	    left: 38px  
			   }
			
			
				#team a:link, #team a:visited {
				text-decoration: underline;
				color: black;
				}
			
				#team a:hover {
				text-decoration: none;
				color: gray;
				}
				
				h3#subtittle {
					margin: 0 0 0 0px 
				}			



/*--h2 tittle for white background
H2 {
line-height: 40px;
text-transform: uppercase;
border-top: 1px solid black;
border-bottom: 2px solid black;
background: transparent;
font-size: 18px
}--*/



/*--For black background pages--*/


#black_background {
background: black;
}




/*--tittles for projects on individual project pages
H1 {
margin: 0 38px;
color: white;
line-height: 50px;
text-transform: uppercase;
background: transparent;
font-size: 20px
}--*/




.long_text {
  padding: 0 0 0 38px;
  float: left;
	width: 455px;
	color: black;
	border-top: 1px solid black;
  border-bottom: 2px solid black;
	padding: 19px 0 19px 0;
	margin: 0 38px 
}




/*--gradient of color for work thumbnails--*/


.block_of_work {
	background-color: #AFB0B0
}

.block_of_work01 {
	background-color: #D7E291
}


.block_of_work02 {
	background-color: #F7C961
}


.block_of_work03 {
	background-color: #CED30C
}


.block_of_work04 {
	background-color: #EEB30D /* color mostaza */
}

.block_of_work05 {
	background-color: #0E695F
}


.block_of_work06 {
	background-color: #F4DE71
}


.block_of_work07 {
	background-color: #0F989C
}


.block_of_work08 {
	background-color: #22BEC9
}

.block_of_work09 {
	background-color: #F2DE29 /* color amarillo */
}


.block_of_work10 {
	background-color: #067F7E
}











#architecture {
	position: relative
}







.largescale {
	position: relative
}

#largescale1 {
position: relative;
bottom: 102px
}








.installations {
	position: relative
}

#installations1 {
position: relative;
bottom: 102px
}






.products {
	position: relative
}

#products1 {
	position: relative;
	bottom: 102px
}






.academic {
	position: relative
	}

#academic1 {
	position: relative;
	bottom: 102px
	
}

.otros {
	position: relative
	}

#otros1 {
	position: relative;
	bottom: 102px
	
}
