/* 
    Document   : customCss
    Created on : 29-Sep-2013, 12:22:16
    Author     : Ishan Dinisha <ishan@azbow.com>
    Description:
        Purpose of the stylesheet follows.
*/

.light{
    font-family: Lato-Light;
}

.inner-content{
    margin-bottom: 15px;
}
.inner-content li a{
    color: rgb(155, 158, 160)!important;
    font-size: 12px;
}
.inner-content li a:hover{
    color: white!important;
}

.inner-content li{
    background: url(../img/arrow-2.png) no-repeat 0px 8px;
    padding-left:12px;
}
#icon-menu a{
    display: block;
    background: #424952;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: background .5s ease;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    padding: 20px 15px;
    margin-bottom: 25px;
    color: #fff;
    -webkit-box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.1);
}
#icon-menu a i{
    float: right;
    color: #fff;
    margin: -10px 0 0 0;
}

.tabs-content p{
    font-size: 12px;
    color: rgb(155, 158, 160)!important;
}
.drop-down-container .list-menu li{
    font-size: 12px;
}
.construction{
    padding: 0% 4% 4% 4%;
}
.construction p{
    margin-top: 4%;
    text-align: justify;
}

.box-style-2 a {
    color: #fff;
    display: block;
    font-size: 14px;
    text-shadow: 1px 1px 0px rgba(0,0,0,.3);
    padding: 25px 25px 5px 25px;
    text-decoration: none;
    font-weight: normal;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    transition: background .8s ease;
    -webkit-transition: background .8s ease;
    -moz-transition: background .8s ease;
    margin-bottom: 15px;
    background: #2d343e;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.my-icon{
    float: right;
    color: white!important;
    margin-right: -8%;
    padding-left: 8%;
}
.box-style-2  h3{
    color: white;
    font-size: 24px;
}
.box-style-2 img{
    margin: 27px 0 15px 20px;
}
.box-style-2 p{
    font-size: 11px;
}
.my-hr{
    margin: 0px 0px 10px;
}
.align{
    text-align: justify;
}
.box-style-1 h3{
    font-size: 20px;
}
.feat h3{
    color: black;
}
.feat a:hover{
    text-decoration: none;
    transition: background .8s ease;
    -webkit-transition: background .8s ease;
    -moz-transition: background .8s ease;

}
.feat h3:hover{
    text-decoration: none;
    transition: background .8s ease;
    -webkit-transition: background .8s ease;
    -moz-transition: background .8s ease;
    color: #099ad1;
}
.box-style-1.ribbon{

    background: #ADBACF url(../img/sticker-1.png) no-repeat top right;
}
.feat i{
    color: #F7F7F7;
}
.feat h3{
    text-shadow: none;
}
.deans{
    background: #fff;
}
.custom_line{
    border-top: 1px solid #045670 !important;
}
.cus_line2{
    margin: 10px!important;
}
.cus-font{
    font-size: 12px;
}
.cus_fadeline{
    border-bottom: 1px solid #eeeeee;
}
.faculty-header{
    margin-bottom: 20px;
}
.graduate{
    font-size: 12px;
    font-style: italic;
}
.jobTitle a{
    color: black;
}
.jobTitle a:hover{
    color: #0088cc;
    text-decoration: none;
}
.pdfLogo{
    width: 40%;
}
.jobTitle{
    background: url(../img/arrow-gray.png) left center no-repeat;
    padding-left: 5%;
}

.social img{
   width: 30px;
    margin-bottom: 5px;
    padding: 1%;
}

.sticky{
    position: fixed;right: 0px; top: 65%; z-index: 999999;
}
.sticky img{
    width: 85%; float: right;
}