body {
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    font-weight: normal;
}

/* Generic styles */
.no-margin {
    margin: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.margin-top-60 {
    margin-top: 60px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.no-padding {
    padding: 0 !important;
}

.text-white {
    color: #fff;
}

.navbar-brand {
  padding: 0px; /* firefox bug fix */
  height: 100%;
}
.navbar-brand>img {
  height: 100%;
  padding: 15px; /* firefox bug fix */
  width: 300px;  
}

.navbar-brand,
.navbar-nav li a {
    line-height: 80px;
    height: 80px;
    padding-top: 0;
}

.navbar {
    border-radius: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #dedede;
}

.navbar-default {
    background: #fff;
}

.navbar-nav li.active a {
    color: #b0b7ff;
}

.form .text {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;    
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;    
}

/* Carousel base class */
.carousel {
  height: 500px;  
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}


/* Social Icons */
.social-icons li {
    color: #aaa;
    display: inline-block;
}

.social-icons li a {
    border: 1px solid #aaa;
    border-radius: 50%;
    color: #aaa;
    display: inline-block;
    font-size: 18px;
    height: 44px;
    line-height: 42px;
    margin-right: 10px;
    text-align: center;
    width: 44px;
}

.blacked::before {
    background: rgba(180, 180, 180, 0.05) none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
}

.blacked2::before {
    background: rgba(180, 180, 180, 0.05) none repeat scroll 0 0;
    content: "";
    height: 100%;
    top: 0;
    width: 100%;        
}

.blacked,.blacked2 {
    background: rgba(180, 180, 180, 0.05) none repeat scroll 0 0;
    height: 400px;
    padding-left: 90px;
    padding-top: 70px;
}

.main-content-red {
    background: #d20023 none repeat scroll 0 0;
    padding: 40px 0;    
    color: #fff;
}

.breadcrumbs {
    background: #f5f5f5;
    border-bottom: 1px solid #ccc;
}

.breadcrumbs .breadcrumb, .breadcrumbs ul {
    margin-bottom: 0;
}

.main {
    min-height: 200px;    
}

.main .sidebar ul.nav-tabs, .main .sidebar ul.nav-tabs li:last-child {
    border-bottom: none;
}

.main .sidebar ul.nav-tabs li {
    border-bottom: 1px solid #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border-radius: 0;
    background-color: #337ab7;
    color: #fff;
}

.main .content h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fdfdfd;
}

.main .content img {
    float: left; 
    margin: 0px 15px 15px 0px;
    width: 200px;
}

.map {
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 300px;
    margin-bottom: 30px;
}

.map iframe {
    width: 100%;
    display: block;
    height: 100%;
}


/* Footer */

footer {
    /**background: rgba(0, 0, 0, 0) url("../images/footer-bg.jpg") no-repeat scroll 0 0 / cover ; **/
    background: #fdfdfd;
    overflow: hidden;
    padding-top: 70px;
    position: relative;
    width: 100%;
    border-top: 1px solid #efefef;
}

.footer-in::before {
    background: rgba(180, 180, 180, 0.05) none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    right: -100%;
    top: 0;
    width: 100%;
}

.footer-in {
    background: rgba(180, 180, 180, 0.05) none repeat scroll 0 0;
    height: 400px;
    padding-left: 90px;
    padding-top: 70px;
}

.footer .num {
    color: #999;
    font-size: 30px;
}

.footer .num span, .blacked h3 span, .blacked2 h3 span {
    color: #b0b7ff;
}

.footer hr {
    background: #b0b7ff none repeat scroll 0 0;
    border: medium none;
    height: 1px;
    width: 75px;
}


.footer .rights::before {
    background: #5a65d1 none repeat scroll 0 0;
    content: "";
    height: 68px;
    left: -100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.footer .rights {
    background: #5a65d1 none repeat scroll 0 0;
    height: 68px;
    margin-top: 80px;
    position: relative;
}

.footer .rights p {
    color: #fff;
    font-size: 11px;
    font-weight: normal;
    line-height: 68px;
    margin: 0;
}
