@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300);
footer { background-color:#0c1a1e; min-height:250px; font-family: 'Open Sans', sans-serif; }
.footerleft { margin-top:0px; padding:0 36px; }
.logofooter { margin-bottom:10px; font-size:25px; color:#fff; font-weight:700;}

.footerleft p { color:#fff; font-size:12px !important; font-family: 'Open Sans', sans-serif; margin-bottom:15px;}
.footerleft p i { width:20px; color:#999;}


.paddingtop-bottom {  margin-top:30 px;}
.footer-ul { list-style-type:none;  padding-left:0px; margin-left:2px;}
.footer-ul li { line-height:29px; font-size:12px;}
.footer-ul li a { color:#a0a3a4; transition: color 0.2s linear 0s, background 0.2s linear 0s; }
.footer-ul i { margin-right:10px;}
.footer-ul li a:hover {transition: color 0.2s linear 0s, background 0.2s linear 0s; color:#ff670f; }

.icon-ul { list-style-type:none !important; margin:0px; padding:0px;}
.icon-ul li { line-height:75px; width:100%; float:left;}
.icon { float:left; margin-right:5px;}


.copyright { min-height:40px; background-color:#000000;}
.copyright p { text-align:left; color:#FFF; padding:10px 0; margin-bottom:0px;}
.heading7 { font-size:21px; font-weight:700; color:#d9d6d6; margin-bottom:22px;}
.post p { font-size:12px; color:#FFF; line-height:20px;}
.post p span { display:block; color:#8f8f8f;}
.bottom_ul { list-style-type:none; float:right; margin-bottom:0px;}
.bottom_ul li { float:left; line-height:40px;}
.bottom_ul li:after { content:"/"; color:#FFF; margin-right:8px; margin-left:8px;}
.bottom_ul li a { color:#FFF;  font-size:12px;}
.jumbotron {
	/*background-image: url("http://augalukrastas.lt/images/jumbo.jpg");
	height: 400px;
	color: white;
	width: 100%;*/
	background: url("http://augalukrastas.lt/images/jumbo.jpg") no-repeat center center; 
	-webkit-background-size: 95% 95%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	color: lightgrey;
	padding-left: 50px;
	padding-bottom: 50px;
}
.navbar {
	border-radius: 0;
}   
.jumbotron {
	background-size: 100% 120%; 
	height: 400px;  
}
.container {
	width: 100%;
}
/*.img-thumbnail {
    border-radius: 50%;
    height: 200px;
    }*/
    .jumbotron h1 {
    	color: white;
    }
    body {
    	max-width: 1100px;
    	margin: 0 auto;
    	box-shadow: 0px 0px 9px 8px;

    }
    html {
    	background-image: url("../images/background.jpg");
    }