/*!
 * Start Bootstrap - Modern Business (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */

html,
body {
    height: 100%;
	font-family: 'Open Sans', sans-serif;

}

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;
}
.navbar a{
	font-size:14px;}
/* Home Page Carousel */

header.carousel {
	height: 100%;
}

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;
}
.carousel-caption{
	-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}
@keyframes fadein {
    from { opacity: 0;
	margin-bottom: 50px;}
    to   { opacity: 1;
	margin-bottom:0px;}
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0;
	margin-bottom: 50px;}
    to   { opacity: 1;
	margin-bottom:0px;}
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0;
	margin-bottom: 50px;}
    to   { opacity: 1;
	margin-bottom:0px;}
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0;
	margin-bottom: 50px;}
    to   { opacity: 1;
	margin-bottom:0px;}
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0;
	margin-bottom: 50px;}
    to   { opacity: 1;
	margin-bottom:0px;}
}

.navbar{
	height:86px;
	border:none;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px;
}
.btscroll{
	background-color: white;
	padding:8px;
	color:#222;
	font-weight: 700;
	text-transform: uppercase;
	transition: all 0.3s;
}
.btscroll:hover{
	background-color:hsla(0,0%,100%,0.78);
	color:red;
	text-decoration: none;
}
.lienvideo{
	opacity:1;
	transition: all 0.3s;
	margin-bottom:20px;
}
.lienvideo:hover{
	opacity:0.7;	
}

/* 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;
}
/*ANIMATION SLIDER*/
@media(min-width:768px) {
	#myCarousel .fill{
	overflow:hidden;	
	background-size:110%;
	animation-duration: 5s;
  animation-iteration-count: 1;
  animation-name: kbrns;
  animation-timing-function: ease-out;
	}}

@-webkit-keyframes kbrns {
 0% {
    background-position: -40px;
  }
  
  100% {
    background-position: 0px;
  }
  
}

.fadeInBlock {
    opacity:0;
	margin-top:-20px;
}

/* Footer Styles */

footer {
    margin: 50px 0;
}

/* Responsive Styles */

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

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }
	.caroulogo{
		width: 80%;
		height:auto;
	}

    header.carousel .carousel {
        height: 70%;
    }
}
h1, h2, h3{
	font-family: 'Oswald', sans-serif;
	
}