/*!
 * 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 */

.copy_r{float: left;
    margin-top: 30px;}

.socials1{float:right;}


.socials_list1 {
    text-align: right;
    margin-top: 15px;
}

.socials_list1 li {
    display: inline-block;
}

.socials_list1 li a {
    display: block;
    height: 35px;
    width: 35px;transition:0.25s;
    background: #666;
    border-radius: 100px;
    text-align: center;
}

.socials_list1 li a:hover{background:#333; transition:0.25s;}


.socials_list1 li a i {
    font-size: 20px;
    color: #ffffff;
    line-height: 36px;
}
.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


html,
body {
    height: 100%;
}

body {
    padding-top: 85px; /* 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 {
    
}

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;
}
.sesh{ 
    display: inline-block;
    padding: 10px;
    margin: 30px;
    box-shadow: 1px 1px 8px 1px rgba(0,0,0,0.5);}

.sesh img:hover{opacity:0.8}
.sesh img {width:auto;}
/* Footer Styles */

footer {
  margin: 50px 0 25px 0px;
}

/* 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%;
    }
	
	.sesh img {width:80%;}
	
}