/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 2, 2015, 12:39:55 PM
    Author     : minamrosh
*/
body{
    color: #000;
}
a, a:link{
    color: #000;
}
a:hover, a:focus{
    color: #016AA2;
    transition: all 0.25s easeout 0.75s;
}

h1 a:hover, h1 a:focus, h2 a:hover, h2 a:focus, h3 a:hover, h3 a:focus, h4 a:hover, h4 a:focus, h5 a:hover, h5 a:focus, h6 a:hover, h6 a:focus, .title-median a:hover, .title-median a:focus, .title-titan a:hover, .title-titan a:focus, .page-title a:hover, .page-title a:focus {
    color: #016AA2;
    transition: all 0.25s ease 0s;
}

#k-head{
    margin-bottom: 0px;
    background: linear-gradient(45deg, #016AA2 0%, #016AA2 43%, #219C56 29%, #219C56 100%);
    padding:0px 20px 0px 20px;
}
/* main navigation */
.k-main-navig{
    margin-top: 10px;
    margin-bottom: 10px;
    background: #016AA2;
}

.k-dropdown-menu{
    list-style-position: outside;
}

#drop-down-left :first-child{
    margin-left: 0px;
}

#drop-down-left > li{
    text-align: center;
    margin-left: 20px;
    min-width: 70px;
}

/* main root menu */
#drop-downnl-left a{
    font-size: 13px;
    font-weight: 700;
    padding-top: 10px;
    margin:5px;
    text-transform: uppercase;
    border-left: medium none;
    border-right: medium none;
    border-top: 3px solid #EFEFEF;
    transition: all 0.25s ease 0s;
}

#drop-down-left a:hover, #drop-down-left a:focus, #drop-down-left a.active{
    border-top: 3px solid #016AA2;
    transition: all 0.25s ease 0s;
}

#drop-down-left a:hover, #drop-down-left li.dropdown-menu-hover > a, #drop-down-left li.current-menu-item > a {
    border-top: 3px solid #016AA2;
    color: #fff;
}

/* main child menu */
#drop-down-left ul a, #drop-down-left ul li.dropdown-menu-hover > a {
    background: #219C56 !important;
    color: #fff !important;
    text-align: left;
}
#drop-down-left ul a:hover, #drop-down-left ul li.dropdown-menu-hover > a {
    border-top: none;
    background: #016AA2 !important;
    color: #016AA2; 
}

#drop-down-left ul a {
    border-top: medium none;
    border-bottom: medium none;
    border-left: 1px solid rgba(11, 134, 3, 1);
}
#drop-down-left ul .dropdown-menu-sub-indicator:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #000;
}

/* end of child menu */

/* sider section */
.k-carousel-caption {
    position: absolute;
    border-top: 3px solid rgba(11, 134, 3, 1);
}

.carousel-control{
    color: rgba(11,134, 3, 1);
}
/* end of slider */

.col-padded{
    padding: 0px 20px;
    /*margin-left: 10px;*/
}
.row-splitter{
    margin: 5px;
    height: 5px;
}
/* widgets */
.widget_archive ul li a:hover, .widget_categories ul li a:hover, .widget_pages ul li a:hover, .widget_meta ul li a:hover, .widget_nav_menu ul li a:hover, .widget_archive ul li a:focus, .widget_categories ul li a:focus, .widget_pages ul li a:focus, .widget_meta ul li a:focus, .widget_nav_menu ul li a:focus {
    color: #016AA2;
}

li.widget-container:not(:first-child) {
    margin-top: 20px;
}

.widget-container{
    margin-bottom: 10px;
}
.widget-title{
    margin: 0px -20px;
    padding: 10px 20px;
    color: #fff;
    background-color: #219C56;
    margin-bottom: 10px;
}

.board-list{
    border-bottom: 1px #D5D2D2 dashed;
}

.icon{
    margin-left: -10px;
}

.widget-links{
    list-style: none;
}

.widget-links li{
    list-style: none;
}
/* end of widgets */
.icon-bg{
    background-color: #219C56;
    width: 105px;
    height: 100px;
    padding: 20px;
    border-radius: 50px;
    color: #FFF;
}
.icon-title{
    margin: 10px 0px;
}
/* footer */
#k-footer{
    background-image: url('img/cartographer.png');
    padding-top: 20px;
    color:#fff;
}

.copy-text{
    padding: 10px 0px;
    color: rgba(117, 115, 115, 0.95);
}

.footer-title{
    margin: 0px 0px 10px 0px;
}

.footer-link a{
    color: #636363;
}

.footer-link a:focus, .footer-link a:hover{
    color: #9CA6AB;
    transition: all 0.25s ease 0s;
}

.footer-address{
    color: #636363;
    font-weight: bolder;
}
.footer-address h6{
    margin: 0px;
}
/* end of footer */

/* page content */
.page-title{
    padding-top: 10px;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    border: 1px solid #F2F2F2;
    background-color: rgba(0, 0, 0, 0.05);
    color: #016AA2;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    border: 1px solid #F2F2F2;
    background-color: #016AA2;
}
/* end of pagination */

/* journal */
.journal-table caption h5{
    margin-top: 0px;
}
.journal-table td h6{
    margin-top: 0px;
    margin-bottom: 0px;
}

/* end of journal */

/*history */
.timeline-content::before{
    background: none repeat scroll 0% 0% rgba(0, 69, 121, 0.65);
    content: "";
    display: block;
    height: 4px;
    left: -8px;
    width: 14px;
    position: relative;
    top: -4px;
}

.timeline-content::after{
    background: none repeat scroll 0% 0% rgba(0, 69, 121, 0.65);
    content: "";
    display: block;
    height: 4px;
    left: -8px;
    width: 14px;
    position: relative;
    bottom: -14px;
    /*top: -4px;*/
}

.timeline-content {
    border-left: 4px solid rgba(0, 69, 121, 0.65);
    margin: 20px auto 20px 50px;
    width: 100%;
    padding-bottom: 10px;
}

.timeline-wrapper h2{
    padding-top: 10px;
    margin-top: 25px;
}

.timeline-time::before{
    border-top: 4px solid rgba(0, 69, 121, 0.65);
    content: "";
    display: inline-block;
    height: 4px;
    margin-right: 5px;
    vertical-align: middle;
    width: 24px;
}

.timeline-time, .timeline-event a{
    cursor: pointer;   
    text-decoration: none;
}

.timeline-event::before{
    border-top: 2px solid rgba(0, 69, 121, 0.65);
    content: "";
    display: inline-block;
    height: 4px;
    margin-right: 5px;
    vertical-align: middle;
    width: 24px;
}

.timeline-event-content{
    margin-left: 20px;
    padding-left: 10px;
}
.readmore{
    background-color: #219C56;
    padding: 3px;
   color:#fff !important; 
    font-weight:bold;
}
.k-dropdown-menu li a:hover{
     background:#219C56 !important;
}


/* end of history */

/* form */

/* end of form */