/* Add here all your css styles (customizations) */
/*Navbar Menu*/
.header .navbar-nav > li > a {
	color: #687074;
	font-size: 13px;
	font-weight:400;
	text-transform: none;
}

.link-list a {
    text-transform:none;
}


.header .topbar ul.loginbar {
	margin-right: 30px;
}

.breadcrumbs h1 {
    font-size:20px;
    color:#4d585e;
}

.header .topbar ul.loginbar > li > a, .header .topbar ul.loginbar > li > a:hover {
    text-transform:none;
}

.header .topbar ul.languages li a
{
    text-transform:none;

}

blockquote ul {
    padding:0px;
    margin-left:15px;
}
blockquote ul li {
    font-size:14px;
    list-style:circle;
}

blockquote address {
    font-size:14px;
}

.slider-description {
	max-width: 500px;
	padding: 0px 25px;	
	position: absolute;
	text-align: center;
	background: rgba(255,255,255,0.7);
    left:0px;
    bottom:20px;
}
.slider-description h2{
    color:#353535;
}
.carousel-v2 .carousel-control.left,
.carousel-v2 .carousel-control.right {
    top:40px;
    border:none;
    background:none;
	background: rgba(0,0,0,0.1);
    padding-top:2px;
}

.carousel-control:hover {
	background: rgba(0,0,0,0.3);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}