/*!
 * Rabbou Theme Style
 * For details, see http://www.teratone.com/
 */

body {
    font-family: "Source Sans Pro",sans-serif;
    font-size: 14px;
    color: #444;
}
/* Logo */

#logo
{
    position: absolute;
    left: 40px;
    top: 0;
    height: 85px;
    line-height: 85px;
}

#logo h1
{
    font-size: 2em;
    color: #fff;
	padding: 0;
	line-height: 50px;
}
#logo h1 span
{
    color: #ee7514;
}
section   ul li a:hover {
    color: #478903;
    text-decoration: underline;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #ccccff;
    background-color: transparent;
    font-weight: bold;
}
.navbar-default .navbar-nav > li > a {
    color: #ffffff;
}
.navbar-nav {
    top: 0px;
    right: 50px;
    font-family: "Source Sans Pro",sans-serif;
    text-align: right;
}
.navbar-nav ul li a:hover {
    color: #EEE !important;
}

#site-header {
    position: relative;
    background: transparent url("../img/header.png") repeat scroll 0px 0px / 100% 190px;
    height: 157px;
    text-shadow: -1px -1px 1px #000;
}

h2, h3 {
    font-size: 1.6em;
    letter-spacing: -1px;
    margin: 0px 0px 0.75em;
}
.list-unstyled li {
    border-top: 1px solid #D0D0D0;
    line-height: 2.5em;
}
.list-unstyled a:hover {
    text-decoration: underline;
}
.list-unstyled a {
    text-decoration: none;
    color: #525252;
}
.list-unstyled li:first-child {
    border-top: medium none;
}
ol, ul {
    list-style: outside none none;
}

.about_us_list li {
    list-style-type: square;
    margin: 0.7em 0px 0px 1.5em;
}
.about_us_list p {
    margin: 0px 0px 1.5em; 
}
.about_us_heading  {
    font-size: 2.2em;
}
footer {
    padding: 3.5em 0px 0em;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.15) inset;
}
#copyright {
    text-align: center;
    color: #868686;
}
#copyright a {
    color: #868686;
}
footer .divider {
    border-top: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
    height: 4px;
    margin: 1em 0px;
}

hr {
    max-width: 400px;
    border-color: #999999;
}

.brand,
.address-bar {
    display: none;
}

.navbar-brand {
    text-transform: uppercase;
    /*    font-weight: 900;
	letter-spacing: 2px;*/
}



.img-full {
    min-width: 100%;
}

.brand-before,
.brand-name {
    text-transform: capitalize;
}

.brand-before {
    margin: 15px 0;
}

.brand-name {
    margin: 0;
    font-size: 4em;
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #999999;
}
/* Reusable */


.box {
    /*    margin-bottom: 20px;
	padding: 30px 15px;
	background: #fff;
	background: rgba(255,255,255,0.9);*/
}

.intro-text {
    text-transform: uppercase;
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 1px;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}

footer {
    background: #fff;
    background: rgba(255,255,255,0.9);
}

footer p {
    margin: 0;
    padding: 50px 0;
}

@media screen and (min-width:768px) {
    .brand {
        display: inherit;
        margin: 0;
        padding: 30px 0 10px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 5em;
        font-weight: 700;
        line-height: normal;
        color: #fff;
    }
    .navbar-nav {
	position: absolute;
    }

    .top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
    }

    .address-bar {
        display: inherit;
        margin: 0;
        padding: 0 0 40px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        text-transform: uppercase;
        font-size: 1.25em;
        font-weight: 400;
        letter-spacing: 3px;
        color: #fff;
    }

    .navbar {
        border-radius: 0;
    }

    .navbar-header {
        /*display: none;*/
    }

    .navbar {
        min-height: 0;
    }

    .navbar-default {
        border: none;
        background: #fff;
        background: rgba(255,255,255,0.9);
    }

    .nav>li>a {
        padding: 35px;
    }

    .navbar-nav>li>a {
		font-size: 16px;
		font-weight: bold;
    }

    .navbar-nav {
		top: 0px;
		right: 50px;
		text-align: right;
    }
    .navbar-nav ul li a:hover {
	color: #EEE !important;
    }
}

@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}


/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/


/*sm + xs*/
@media (max-width: 991px) {

}

/*///////////////////////////////////////////*/
/*xs*/
@media (max-width: 767px) {
    /* Logo */

    #logo
    {
	position: absolute;
	left: 20px;
	top: 0;
	height: 40px;
	line-height: 40px;
    }

    #logo h1
    {
	font-size: 1em;
	letter-spacing: -1px;
	color: #fff;
    }
    #logo h1 span
    {
	color: #ee7514;
    }
    .about_us_heading {
	font-size: 1em;
    }
    p{
	font-size: 9pt;
    }

}
/*sm*/
@media (min-width: 768px) and (max-width:991px) {

}





