@charset "utf-8";
/* CSS Document */

p::first-letter{
	color:Red;
	font-style:bold;
	font-size:20px;
	}
.jumbotron{
	background-image:url("lib6.jpg");
	height:680px;
	background-position:center;
	background-size:cover;
	}
.content{
	width:1360px;
	height:632px;
	float:right;
    background: rgba(0, 0, 0, 0.5);
		 
	}
.front-style{
	color:#000;
	margin-top:50px;
    margin-left:240px;
	background-color:#fff;
	border-radius:60px;
	opacity:0.6;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

	@keyframes mymove {
    50% {text-indent:-150px;;}
}
@-webkit-keyframes mymove{
	50% {text-indent:-150px;;}
}
.hidediv,.hidediv1, .hidediv2, .hidediv3{
	padding:5px;
	display:none;
}
.bg-yellow
{

	
}
.feature_content{
	
	 background: rgba(0, 0, 0, 0.7);
	 border-radius:20px;
}
.content1{
	width=70px;
	height=40px;
	margin-top:150px;
	margin-left:400px;
	margin-right:10px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	animation:mymove 5s infinite;
}

.content2{
	float:center;
	animation:mymove 5s;
	border:4px solid white;
	border-radius:15px;
	
}
.class-back{
		background-image:url(Testi.jpg);
		background-position:center;
		background-size:cover;
	}
.bg-grey{
	background-color:#F6F6F6;
	}
.bg-green{
		background-color:#F60;
		opacity:0.9;
		}
.bg-black{
			background-color:#666;
			}
.bg-foot-black{
	background-color:#333;
}
			
.container-fluid{
	padding:60px 20px;
}
@media screen and(max-width:768px){
	.col-sm-4{
		text-align:center;
		margin:25px 0;
	}
}
.logo{
	font-size:200px;
	color:Orange;
}
.logo-small{
	font-size:50px;
	color:Orange;
}
	.navbar {
    margin-bottom: 0;
	 /*background: rgba(0, 0, 0, 0.7);*/
    z-index: 9999;
    font-size: 20px !important;
    /*line-height: 1.42857143 !important;*/
    letter-spacing: 4px;
	background-color:#330000 !important;
	border-bottom:5px solid white !important;
	border-bottom-style:outset;
    border-radius: 5px;
	 padding:0px;
}
	
	
.navbar li a{
	color:white !important;
	font-size:22px;
	font-style:Bold;
	padding:10px;
	/*border-left:4px outset white;*/
	border-radius:5px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	transition:background-color 2.0s ease;
}
 .navbar .navbar-brand {
   color:white !important;
   font-size:5px;
}

.class123{
  margin-top:1px;
  }
.navbar-nav li a:hover{
	color:White !important;
	background-color:#F60 !important;
}
li a{
	color:White !important;
	
}
li a:hover{
	color:#ffff00 !important;
	
}
 .navbar-nav li.active a {
    color:white !important;
	background-color:#018763 !important;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
    color:white !important;
}
.item h4 {
    font-size: 20px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
}

.item span {
    font-style: normal;
}
.thumbnail{
	padding:0px 0px 15px 0px;
	border:none;
	border-radius:0;	
	}
.thumbnail img{
	width:100%;
	height:100%;
	margin-bottom:10px;
	}
.carousel-control.right, .carousel-control.left {
    background-image: none;
    color: white;
}

.carousel-indicators li {
    border-color: white;
}

.carousel-indicators li.active {
    background-color:#1abc9bc;
}
footer .glyphicon {
    font-size: 60px;
    margin-bottom: 20px;
    color: #f4511e;
	float:right;
}
.col-sm-3 li a{
	color:#999;
	list-style-type:none;
	text-decoration:none;
}
.col-sm-3 li a:hover{
	color:white;
}
/*.slideanim{
	visibility:hidden;
	}*/
	.slide{
		animation-name:slide;
		-webkit-animation-name:slide;
		animation-duration:1s;
		-webkit-animation-duration:1s;
		visibility:visible;
	}
	@keyframes slide{
		0%{
			opacity:0;
			transform:translateY(70%);
		}
		100%{
			opacity:1;
			transform:translateY(0%);
		}
	}
	@-webkit-keyframes slide{
		0%{
			opacity:0;
			-webkit-transform:translateY(70%);
		}
		100%{
			opacity:1;
			-webkit-transform:translateY(0%);
		}
	}
.class1{
	
}
.ul-class{
	font-size:20px;
}
.ul-class li{
	color:white;
	text-align:justify;
	
}
.features{
	text-align:left;
	border-bottom:4px solid red;
	border-radius:20%;
	color:white;
}
.back-img{
	background-image:url("lib7.jpg");
	}

.item2{
	border:6px outset red;
	border-radius:15px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
	}
	.k{
		background-color:#018763
	}
	
/* Add some shadows to create a card effect */
.card {
	border-radius:25px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
}
.solution{
	background-color:#F6F6F6;
	padding 5px;
	/* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);*/
	 border-radius:50px;
}
.product{
	 /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);*/
	 border-radius:25px;
}

