/*!
 * Start Bootstrap - Simple Sidebar HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Toggle Styles */
.maedco-width{
    width: 960px;
}

.sidebar-right {
    padding-top: 100px;
}
#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {

    background: #fff;
    /*-webkit-transition: all 0.5s ease;*/
    /*-moz-transition: all 0.5s ease;*/
    /*-o-transition: all 0.5s ease;*/
    /*transition: all 0.5s ease;*/

    padding-top: 20px;
    background-image: url("../images/sidebar-bck.png");
    padding-bottom: 100px;

}

#sidebar-wrapper {
    width: 230px;
}

#page-content-wrapper {
    width: 100%;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */


.sidebar-nav {

    top: 0;

    margin: 0;
    padding: 0;
    list-style: none;

}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;

}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    text-align: right;
    padding-right: 20px;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #022D47;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}


#top-featured{

    width: 100%;
    margin-bottom: 10px;

}

#main-content {
    width: 100%;
    padding-top: 20px;
    background-image: url("../images/content-bck.png");
    background-repeat: no-repeat;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 60px;
    text-align: justify;
    color: #013C68;
    font-weight: 500;
    font-size: 14px;

}

#main-footer {
    color: #067AAB;
    text-align: center;
}

.carousel-caption{
    display: none;
}

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

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

.logo-title {
    color: #215F98;
    font-size: 34px;
    margin-left: 30px;
}

.sidebar-nav > .current a {
    color: #022D47;
    font-weight: 600;
    background: rgba(255,255,255,0.2);
}

.maedco-official {
    /*margin-left: 25%;*/
    /*margin-right: auto;*/
    /*margin-top: 7%;*/
    /*margin-bottom: auto;*/
    position:fixed;
    top:50%;
    left:50%;
    margin-top:-261px; /* half the height */
    margin-left:-368px; /* half the width */
}

.projects {
    text-align: center;
}

.projects h4 {
    font-size: 28px;
}

.projects p {
    font-size: 12px;
    font-weight: 300;
}

.projects img {
    width: 80%;
    /*display: block;*/
    margin: 0 auto;
}

#maedco-services td{

    width: 25%;
    text-align: center;
    /*background-color: #419641;*/


}

#maedco-services img{
   /*background-color: #3071a9;*/
}

#maedco-services p {


   padding-left: 8%;
   padding-right: 8%;
   /*background-color: #d9534f;*/
}