﻿
body {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.navbar-brand {
    background: url(../images/kantheti_logo.png) no-repeat 0 0;
    width: 150px;
    height: 70px;
}

.navbar-right {
    margin-top: 10px;
}

.navbar .nav > li > a {
    color: #545454;
}

.navbar .nav > li > a:hover, .nav > li > a:focus {
    background-color: #cf2e18;
    color: #fff;
    background-image: none;
}

.navbar .nav > li.active > a {
    background-color: #cf2e18;
    color: #fff;
    background-image: none;
}

.navbar-default {
    background: none;
    box-shadow: none;
    border: none;
}

.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #cf2e18;
    color: #fff;
}

/*Carousel*/
.carousel-section {
    padding: 0;
}

.carousel-inner {
    /* max-height:500px;*/
}

.carousel-caption {
    bottom:42%;
    padding: 20px 10px;
    text-align: left;
    background: rgba(208, 0, 0, 0.3);
    color: #efefef;
    width: 32%;
}
.carousel-caption h1 {
    margin: 0;
}
/*Main Services*/

.mainServices .services {
    text-align: center;
    color: #464646;
    padding: 15px;
    border-bottom: 1px solid #efefef;
    /*border-top:1px solid #efefef;*/
}

.mainServices .services:hover {
    background: #cf2e18;
    color: #fff;
}

.mainServices .services:hover .img-circle {
    background: #fff;
    color: #cf2e18;
}

.mainServices .services .img-circle {
    font-size: 30px;
    line-height: 2.9em;
    color: #fff;
    bgRWD;
}

.img-circle {
    height: 90px;
    width: 90px;
    background-color: #cf2e18;
    margin: auto;
}

a.more {
    font-size: 13px;
    color: #fff;
    padding: 5px 15px 5px 15px;
    background-color: #b5b5b5;
    border-radius: 5px;
}

a.more:hover {
    color: #fff;
    background-color: #cf2e18;
    text-decoration: none;
}

section {
    padding-top: 20px;
    padding-bottom: 5px;
}

.carousel-section {
    box-shadow: 0 10px 20px #000;
}

.description {
    /*background-color: #cf2e18;*/
    font-size: 18px;
    border-top: 3px solid #cf2e18;
    /*line-height: normal;*/
}

.description h3 {
    line-height: 1.5em;
}

.page-heading {
    border-bottom: 2px solid #cf2e18;
    color: #cf2e18;
    padding-bottom: 10px;
}

.shadow {
    background: url("../images/shadow.png") no-repeat scroll center center / cover rgba(0, 0, 0, 0);
    clear: both;
    height: 60px;
    vertical-align: middle;
    width: 100%;
}

.cnt-cols-2 {
    font-size: 18px;
    line-height: 2em;
    padding: 50px 0;
}

.cnt-cols-2 img {
    width: 100%;
}

footer {
    width: 100%;
    /*height: 60px;*/
    background-color: #393939;
}


.rwd {
    background: url("../images/bgContent.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
    padding: 100px 0;
    text-align: center;
}

.rwd h4 {
    line-height: 1.5em;
}

.contactBtn {
    font-weight: 300;
    padding: 9px 20px 8px;
    background: #cf2e18;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-transform: uppercase;
    border: 0;
}

.footer-inner {
    padding: 10px 0;
}

.page-banner {
    margin-bottom: 10px;
}

.bg-danger, .bg-success {
    padding: 15px;
    margin-bottom: 5px;
}
