@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700&subset=latin-ext');
/*TYPOGRAPHY*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
	font-family: 'Roboto', sans-serif;
}
p, a, ul, ol, section, button, input {
	font-family: 'Roboto', sans-serif;
}
/*FORMS*/
.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
label{
	font-weight: 300;
	text-transform: uppercase;
}
/*IFRAME*/
iframe{
	width:100%;
	}
/*LINKS*/
a {
	color: #333;
	text-decoration: none;
}
a:hover, a:focus {
	color: #68a71c;
	text-decoration: none;
}
/*BUTTONS*/
.btn{
	text-transform: uppercase;
	font-weight: 300;
}
/*BACKGROUNDS*/
.bg-inverted{
	background:#f8f8f8;
	}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #68a71c;
    border-radius: 4px;
}
.breadcrumb a{
	color:#fff;
}
.breadcrumb a:hover, .breadcrumb a:focus, .breadcrumb a:active{
	color:#005c81;
}
.breadcrumb > .active {
    color: #f8f8f8;
}
/*COOKIES*/
#cookies {
	padding: 0;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left:1em;
	padding-right:1em;
}
#cookies p {
	font-size: 13px;
}
/*FOOTER*/
#footer {
	background:#fff;
	font-size: 13px;
	color: #222;
	padding-top: 10px;
}
#footer a {
	color: inherit;
}
.createdby {
	text-align: right;
	color: inherit;
}
.createdby img {
	height: 14px;
	opacity: 0.4;
	margin-top: -3px;
}
/*LOGIN PAGE*/
#loginpage{
	background:url('../img/backgrounds/fotolia_98563883.jpg');
	background-size:cover;
	background-position: center;
	height:100vh;
	width:100%;
}
#loginpage .thumbnail{
	margin-top:20vh;
	margin-bottom:20vh;
	background:#fff;
	border:0;
	border-top-left-radius: 25px;
	border-top-right-radius:0;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	padding:1.5em;
}
/*NAVIGATE*/
#nav{
	background:#fff;
}
.navbar {
    margin-bottom:0px;
	border: 1px solid #fff;
	background-color: #fff;
}
.navbar-brand {
    float: left;
    height:auto;
    padding: 5px 5px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-nav {
		    margin-top: 15px;
		}
		.jumbotron p {
		    margin-bottom: 15px;
		    font-size: 16px;
		    font-weight: 200;
		}
#category .thumbnail{
	border:0;
	padding:0;
	background:#68a71c;
	border-top-left-radius: 25px;
	border-top-right-radius:0;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	-webkit-box-shadow: 0px 4px 8px -5px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 4px 8px -5px rgba(0,0,0,0.75);
box-shadow: 0px 4px 8px -5px rgba(0,0,0,0.75);
}
#category .thumbnail img{
	border-top-left-radius: 25px;
	border-top-right-radius:0;
}
#category .thumbnail .caption{
	padding:1em;
	color:#fff;
	font-weight:300;
	text-transform:uppercase;
}
#category .thumbnail:hover{
	background:#005c81;
}
#category .thumbnail:hover h4{
	color:#fff;
}
.info-lbl{
	position:relative;
	float:right;
	margin-top:-210px;
	margin-right:15px;
}
.jumbotron h3{
	margin:0;
}
.select2-container {
    width: 100%!important;
		position: inherit;
}
.select2-container--default .select2-selection--single {
    height: 35px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
}

.slideCK img{
	width:100%;
}
