﻿/*content container*/
.content-container{
	margin-top:50px;
}


/*carousel Image slider*/
.carousel {
    height: 55%;
    }

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

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

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

footer:first-child {
    margin: 50px 0;
}


/*carousel content slider*/

.box_skitter_large{
	width:100% !important;
}

.content-slider .carousel-caption {
    
    left:0;
	right:0;
	bottom:0;
	text-align:left;
	padding:15px;
	background:rgba(0,0,0,0.6);
	text-shadow:none;
	
}

.content-slider .list-group {
	position:absolute;
	top:0;
	right:0;
}
.content-slider .list-group-item {
	border-radius:0px;
	cursor:pointer;
}
.content-slider .list-group .active {
	background-color:#2c3e50;	
}

@media (min-width: 992px) { 
	.content-slider {padding-right:33.3333%;}
	.content-slider .carousel-controls {display:none;} 
		
	
}
@media (max-width: 991px) { 
	.carousel-caption p,
	.content-slider .list-group {display:none;} 
}

/*Gallery*/

.gallery img{
	width:172px;
	height:auto;
}

.gallery{
	margin-right:20px;
}

.gallery:last-child{
	margin-right:0;
}

.img-gallery{
	
	width:auto;
}


/*vertical slider*/
.ps-rel-outer{

	height:auto;
	overflow:hidden;
}

/*portfolio*/

.modal-helper{
	z-index:999999;
}


.portfolio-container a:hover{
	display:block;
	cursor:pointer;
}
i.fa-eye{
	vertical-align:middle;
	margin:50px 0 0 50px;
	color:#fff;
}
.overlay{
	width:175px;
	height:175px;
	background:#000;
	display:none;
	opacity:0.5;
	position:absolute;
	bottom:320px;
}

