body{
	font-family: 'Roboto', sans-serif;
	margin:0;
}

header{
	width:80%;
	margin:auto;
	margin-top: 10px;
}

.logo-ublu{
	width:25%;
}

.logo-ublu img{
	width:100%;
}

.text-intro{
	text-align: center;
}


.content-wrapper{
	width:80%;
	margin:auto;
}

.content-title{
    text-transform: uppercase;
    color: #666666;
    text-align: center;
    font-size: 1.8em;
    position:relative;
    margin-bottom: 10px;
}

.content-title:after{
    content: '';
    position: absolute;
    left: 45%;
    bottom: -3px;
    height: 2px;
    background-color: #ccc;
    width: 10%;
}

.content-item{
	margin:25px 0px 40px 0px;
}

.example-wrapper{
	display:flex;
	justify-content: center;
	margin: auto;
}

.example-item{
	width:50%;
	background-color: black;
	text-align: center;
	margin:10px 10px;
	cursor:pointer;
	position:relative;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.example-item:active{
	opacity:0.5;
}

.example-img{
	width:100%;
	opacity: 0.5
}

.middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.example-title{
	background-color: #4CAF50;
  	color: white;
 	font-size: 16px;
  	padding: 16px 32px;
}

.widget-wrapper{
	display: flex;
	justify-content: center;
}

.widget-item{
	width: 20%;
	text-align:center;
	cursor:pointer;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	margin:10px 10px;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.widget-item:active{
	box-shadow: none;
}

.widget-img{
	font-size:5em;
}

.widget-item:active .widget-img{
	color:#338333;
}

.video-wrapper{
	display: flex;
	flex-direction: column;
}

.line{
	display: flex;
	justify-content: space-between;
	margin: 10px 10px;
	align-items: center;
}

.video-item{
	position: relative;
    width: 45%;
    height: 0;
    padding-bottom: 25%;
}

.video-text{
	width:52%;
	text-align: center;
}

.right{
	text-align:right;
}

.left{
	text-align:left;
}

iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: none;
}

.carousel-control-next, .carousel-control-prev{
	width:6%;
}

.carousel-control-next-icon,.carousel-control-prev-icon{
	width:50px;
	height:50px;
}

.carousel-control-next-icon {
	background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='grey' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-control-prev-icon{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='grey' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel.line{
	justify-content: center;
	margin:0px 10px;
}



