#main-nav ul li {
	list-style: none;
	display: inline;
	line-height: 75px;
	padding-bottom: 24px;
}
h1 {
	font-size: 22px;
}

div.brand {
	float: left;
    width: 80px;
    background-color: #5287ad;
    margin-left: -15px;
    border-top-left-radius: 10px;
	text-align: center;
	height: 75px;
}

div.brand span.glyphicon {
	font-size: 46px;
	line-height: 75px;
	color: #FFF;
}

#main-nav ul>li>a {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 28px 10px 28px 10px;
	text-decoration: none;
}

#main-nav li>a>i {
	font-size: 18px;
	line-height: 18px;
	vertical-align: middle;
	margin-top: -2px;
}

#main-nav li.active, #main-nav li:hover {
	border-bottom-color: #ffffff;
	border-bottom-width: 5px;
	border-bottom-style: solid;	
}

.left-panel, .right-panel {
	padding: 0 5px 0 10px;
}

.left-panel {
	padding-top: 30px;
}
.card {
	padding-top: 20px;
}

.card-content {
	box-shadow: 3px 3px 15px #C7C7C7; 
	border: 1px solid #DFDEDE;
}

.card-image {
	border-top-right-radius: 5px;
    border-top-left-radius: 5px;
	background-color: #fff; 
}

.card-title {
	background-color: #fff; 
	padding: 10px; 
	border-top: 1px solid #DFDEDE;
	border-bottom: 1px solid #DFDEDE;
	min-height: 85px;
}

.card-footer {
	font-size: 10px; 
	background-color: #fff; 
	color: #ACACAC; 
	padding: 10px 5px 3px 10px;
	border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    min-height: 38px;
   /* border-bottom: 1px solid #DFDEDE;
    border-left: 1px solid #DFDEDE;
    border-right: 1px solid #DFDEDE;*/
}

.card-footer p {
	padding-right: 10px;
}

.right-panel .well {
	background-color: #FFF;
}

.home-top-slider {
	/*height: 300px;*/
	background-color: #A06178;
	padding: 0;
}

.content {
	padding-bottom: 20px;
}

.footer {
	min-height: 80px;
	background-color: #5287ad;
	border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.footer-content {
	color: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 40px;
}

.footer a {
	color: #FFF;
}

.footer ul li {
	padding-right: 7px;
	display: inline;
}
.social a {
	font-size: 36px;
	color: #FFF;
	padding-right: 20px;
}

.separate {
	height: 5px;
	min-height: 5px;
	width: 100%;
	background-color: #5287ad;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #5287ad;
    border-color: #5287ad;
}


.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #FFF;
    background-color: #5287ad;
    border: 0px;
}

#social {
	text-align: right;
}

@media (min-width: 500px) {
	#header {
		margin-top: 50px;
	}
	.footer {
	    margin-bottom: 20px;
	}	
}

@media (max-width: 500px) {
	#info {
		text-align: center;
		margin-bottom: 10px;
	}
	#social {
		text-align: center;
	}
}

.widget-right {
	border-bottom: 2px solid #5287ad;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.versuri-title {
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
}