/*------------------------------------------------------------------
[Table of contents]

1. Full page vertical slider
2. Bloc images
3. Coming soon
4. Miscelaneous
-------------------------------------------------------------------*/
@media (min-width: 992px) {
#pancho > div:after {
  content: '\e91f';
  color:white;
  display: block;
  position: absolute;
  right: 50%;
  bottom: 40px;
  bottom: 80px;
  font-size: 44px;
  margin-right: -22px;
  font-family: 'custom-icons';
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  -webkit-font-smoothing: antialiased;
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -ms-animation-name: bounce;
  -o-animation-name: bounce;
  /* animation-name: bounce; */
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 4s;
  -moz-animation-duration: 4s;
  -ms-animation-duration: 4s;
  -o-animation-duration: 4s;
  animation-duration: 4s;
}

}

/*
|--------------------------------------------------------------------------
| 1. Full page vertical slider
|--------------------------------------------------------------------------
*/	
#fullpage .section {
	background-size: cover;
}

#section0 {
	background-image: url('../images/slider/vertical/v-1.jpg'); 
}
#section1 {
	background-image: url('../images/slider/vertical/v-2.jpg'); 
}
#section2 {
	background-image: url('../images/slider/vertical/v-3.jpg'); 
}
#section3 {
	background-image: url('../images/slider/vertical/v-4.jpg'); 
}
/*

/*
|--------------------------------------------------------------------------
| 2. Bloc images
|--------------------------------------------------------------------------
*/
@media (max-width: 1024px) {
  .main-logo  {
    width: 80px;
    
  }
}
@media (max-width: 991px) {
  .big  {
    display:none;
  
      
  }
   /* .small{ */
       
     /* display:inline; */
   /* }  */
  }
  @media (min-width: 992px) {
  /* .big  { */
    /* display:inline; */
  
      
  /* } */
   .small{
       
     display:none;
   } 
  }
		
.navbar-brand {
	float: left;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px;
	height: 50px;
  }
  .navbar-brand:hover,
  .navbar-brand:focus {
	text-decoration: none;
  }
  .navbar-brand > img {
	display: block;
  }
  @media (min-width: 1025px) {
	.navbar > .container .navbar-brand,
	.navbar > .container-fluid .navbar-brand {
	  margin-left: -15px;
	}
  }
.news-1 {
	background-image:url(../images/news/1.jpg);
}

.news-2 {
	background-image:url(../images/news/2.jpg);
}

.news-3 {
	background-image:url(../images/news/3.jpg);
	background-position: top right;
}
.news-0 {
	background-image:url(../images/news/agis.jpg);

}
.news-00 {
	background-image:url(../images/news/agisproduct.png);

}
.news-01 {
	background-image:url(../images/news/loresproduct.png);

}
.news-02 {
	background-image:url(../images/lores.png);
	
}
.news-4 {
	background-image:url(../images/news/dwhproduct.png);
}

.city {
	background-image:url(../images/theme-pics/city.jpg);
	background-position: center center;
}


.team-1 {
	background-image:url(../images/team/team-corporate-1.jpg);
}

.team-2 {
	background-image:url(../images/team/team-corporate-2.jpg);
}

.team-3 {
	background-image:url(../images/team/team-corporate-3.jpg);
	background-position: top right;
}



/*
|--------------------------------------------------------------------------
| 3. Coming soon
|--------------------------------------------------------------------------
*/	


#coming-soon-3 label {
	display:none;
}

#coming-soon-3 .form-control {
	color:white;
	font-weight: bold;
}

.logo-coming-soon {
width:200px;
}

/*
|--------------------------------------------------------------------------
| 4. Miscelaneous
|--------------------------------------------------------------------------
*/	

/** single portfolio **/
#back-to-portfolio i:before{
	margin-right: 17px;
}

/* fixing footer on mobile */

@media (max-width: 767px) {
.footer-widget.text-center,
.footer-widget.text-right{
	text-align: left; 
}
}

ol.demo-list {
	padding:0;
	margin:0;
	list-style-position: inside;
}
ol.demo-list li {
	padding:10px 0;
}
.image:hover img {
    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
     transform:scale(1.1);
}
figure.my-rollover figcaption {
    z-index: 2;
}


.rollover.effect-subtle figure.my-rollover figcaption h2.header{
	position: static;
}

.rollover.effect-subtle figure.my-rollover figcaption h6 {
	position: static;
}
