/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
    height: 100%;
}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 50%;
}

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

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

/* footer {
    background-color: #000;
    color: #fff;
    height: 50px;
    margin: -21px 0;
	
}
footer p{
	margin-top:13px;
} */


/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}

.dropdown-menu{
	
    background-color: #fff;
    color:#999;
    }
	.dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 199px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 200px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
  
}

.dropdown-menu li > a:before {
	 margin-left: -21px;
	 margin-right:10px;
	  content: '\25BA';
	  }

.dropdown-menu li{
	border-bottom: 1px solid #ccc;
	width:180px;
	height:35px;
	margin-left:26px;
}

.categories li{
	border-bottom: 1px solid #ccc;
	
}
.navs{
	width:180px;
}
a.thumbnail{
	border: 1px solid white;
	}
.thumbnail img, .dropdown-menu > li > a:hover{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover, .dropdown-menu > li > a:hover{
 background-color: #fff;
 color:#999;
 width:250px;
 

}

.thumbnail:hover img{
border: 1px solid white;

}
/*span {
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden
}*/
.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #fff;
padding: 3px;
left: -1000px;
/*border: 1px dashed gray;*/
visibility: hidden;
color: black;
text-decoration: none;
margin-left:-3px;
min-height:280px;
height: auto;
width:66%;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 19px;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

a#thumbnail{
	border: 1px solid white;
	}
#thumbnail img, .dropdown-menu > li > a:hover{
border: 1px solid white;
margin: 0 5px 5px 0;
}

#thumbnail:hover, .dropdown-menu > li > a:hover{
 background-color: #fff;
 color:#999;
 width:250px;

}

#thumbnail img{
border: 1px solid blue;

}

#thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #fff;
padding: 5px;
left: -1000px;
/*border: 1px dashed gray;*/
visibility: hidden;
color: black;
text-decoration: none;
margin-left:-47px;
width:66%;
}

#thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

#thumbnail span{ /*CSS for enlarged image*/
visibility: visible;
top: 19px;
left: 300px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

.justli{
	margin-top:15px;
}
.justspan{
	margin-top:15px;
	display: block;
        
}