@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Lato');

body{
	font-family: 'lato';
	/* padding-left:200px !important;
	padding-right:200px !important; */
}
.affix {
    top: 0;
    width: 100%;
	z-index: 9999 !important;
	
}

.affix + .container-fluid {
    padding-top: 70px;
}

.beforenavlink{
	text-decoration: none !important;
	color: white !important;
	font-weight: normal;

}
.beforenav{
    background-color: #1761a0 !important;
    /* padding: 10px 10px; */
    font-size: 14px;
    padding-top: 10px !important;
    font-weight: bold;
}

.footer{
    background: #1761a0;
    color: #FFFFFF;
}
.linktitle{
	font-weight: bold;
	font-size: 20px;
}	
.logo{
	width:145px;
	margin-top:-30px;
}
/* .navbarcontainer{
	padding-left: 50px;
	padding-top: 15px
} */
.navbar-default .navbar-nav > li {

   margin:10px;
}
.text-bold{
	font-weight: bold;
}
.text-info{
	text-decoration: none;
	color: black !important;
	font-size:11px; 
}

/* Card style */
.card{
    font-family: 'Roboto', sans-serif; 
    margin-top: 10px;
    position: relative;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 4 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.card .card-content {
    padding: 15px;    
}

.contact-infos{
    font
}

/* Large dropdown style */
@media only screen and (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}

.rowred{
    background-color: #cf1717;
    color: white;
}
.text-red{
    color: #cf1717;
}
.text-blue{
    color: #1761a0;
}

.btn-red{
    text-decoration: none !important;
    background-color: #cf1717;
    color: white;
}
.btn-red:hover{
    text-decoration: none !important;
    background-color: #cf1717;
    color: white;
    font-weight: bold;
}
#myCarousel .nav a small {
    
    display:block;
}
#myCarousel .nav {
    background:rgb(243, 243, 243);
    color:#1761a0;
    font-weight: bold;
    font-size:16px;
}
#myCarousel .nav a {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    border-radius:0px;
}

.carousel-caption{
    top:60% !important;
}
.courasel-caption > li.active > a, .courasel-caption > li.active > a:focus, .courasel-caption > li.active > a:hover {

    color: #fff;
    font-size:16px;
    background-color: #cf1717;
}

/* Carousel */

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-control.left {
    left: -60px;
}
#quote-carousel .carousel-control.right {
    right: -60px;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    margin: 5px;
    cursor: pointer;
    border: 4px solid #CCC;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}
#quote-carousel .carousel-indicators .active {
    background: #333333;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    border-color: #f33;
    opacity: 1;
    overflow: hidden;
}
.carousel-inner {
    min-height: 300px;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}