/*

#F09217 اصفر
*/
* {
    /*outline: 1px solid red*/
}
body {
    background: url(../img/bg.jpg);
    font-family: "JF Flat Regular";
}
@font-face {
    font-family: "JF Flat Regular";
    src: url('../fonts/JF-Flat-regular.eot');
    src: url('../fonts/JF-Flat-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/JF-Flat-regular.svg#JF Flat Regular') format('svg'), url('../fonts/JF-Flat-regular.woff') format('woff'), url('../fonts/JF-Flat-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/***btn-default***/

.btn-default {
    background-color: #6A727D;
    border-color: #6A727D;
    color: #fff;
    border-radius: 0;
    transition: ease 0.4s;
    -moz-transition: ease 0.4s;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
}
.btn-default:hover {
    background-color: #032D56;
    border-color: #032D56;
    color: #fff;
}
.btn {
    border: none;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    margin-top: 20px;
}
.btn:hover {
    color: #fff;
}

/***detels***/

.detels {
    border-right: 2px solid #d8dad6;
    color: #999;
}

/***block***/

.block {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e0e0e0;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.body-block{
    padding: 8px;
}
.block .hed-title{
    background: #f8f8f8 none repeat scroll 0 0;
    border-bottom: 1px solid #eaeaea;
    padding: 15px 20px;
}

.block .hed-title .title-h3{
    background: rgba(0, 0, 0, 0) url("../img/border.png") repeat scroll 0 0;
    font-size: 17px;
    height: 16px;
    line-height: 1;
    margin: 0;
    
}
.block .hed-title .title-h3 span{
    background: #f8f8f8 none repeat scroll 0 0;
    float: right;
    line-height: 20px;
    padding-left: 11px;
    position: relative;
    top: -3px;
}

/***navber-top***/
.navber-top {
    padding: 5px 0 0px 0;
    background: #011427;
}
.navber-top .munstop{
    margin-top: 5px;
}
.navber-top .munstop li a i{
    color: #95D112;
}
.navber-top .munstop li a {
    color: #fff;
    transition: ease 0.4s;
    -moz-transition: ease 0.4s;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
}
.navber-top .munstop li a:hover{
    color: #95D112;
    text-decoration: none;
}
.navber-top .icons{
    margin-top: 5px;
}
.navber-top .icons i{
    line-height: 25px;
}
.navber-top .icons li a{
    color: #fff;
    background: #032d56;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: block;
    text-decoration: none;
    transition: ease 0.4s;
    -moz-transition: ease 0.4s;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
}
.navber-top .icons li a:hover{
    color: #95D112;
    text-decoration: none;
    background: none;
}

.all-hedar {
    background: #fff;
}



/***hedar***/


.hedar {
    background: #fff;
    box-shadow:  0 2px 5px rgba(0, 0, 0, 0.2);
}
.hed {}
.logoxs{
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
}
.color-hed{
    background: url(../img/bacs.png);
    margin-bottom: 15px;
}
.navber-hed{}


/******navbar******/
.navbar {
    border-radius: 0;
}
nav.navbar.bootsnav{
    border: none;
}
.nav > li:before,
.nav > li:after{
    content: "";
    background: #032D56;
    position: absolute;
    bottom: 0;
    left: 0;
}
.nav > li:before{
    width: 0;
    height: 1px;
    transition: all 0.3s ease 0s;
}
.nav > li:hover:before{
    width: 100%;
}
.nav > li:after{
    width: 100%;
    height: 0;
    transition: all 0.5s ease 0.3s;
}
.nav > li:hover:after{
    height: 100%;
}
nav.navbar.bootsnav ul.nav > li > a{
    padding: 15px;
    margin: 0;
    text-transform: uppercase;
    z-index: 1;
    transition: all 0.5s ease 0s;
}
nav.navbar.bootsnav ul.nav > li.dropdown > a{
    padding: 15px 30px 15px 15px;
}
nav.navbar.bootsnav ul.nav > li > a:hover{
    color: #95D112;
}
nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after{
    position: absolute;
    margin-left: 7px;
}
.dropdown-menu.multi-dropdown{
    position: absolute;
    left: -100% !important;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border: none;
}
@media only screen and (max-width:990px){
    .dropdown-menu.multi-dropdown{ left: 0 !important; }
    .nav > li:before,
    .nav > li:after{
        width: 0;
        height: 0;
    }
}

/*******************************/

.menu-top{
    background: #032D56;
    width: 250px;
    height: 100vh;
    position: fixed;
    top: 3px;
    right: -250px;
    z-index: 9999;
    transition: ease 0.3s;
    -webkit-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
}
.menu-close{
    background: #032D56;
    width: 250px;
    height: 100vh;
    position: fixed;
    right: 0px;
    z-index: 9999;
}
.menu-top h3{
    background: #95D112;
    color: #fff;
    padding: 7px;
}
.menu-top #father {
    margin: 10px;
    padding: 0;
}
.menu-top #father li{
    list-style: none;
    border-bottom: 1px solid #97C3D9;
}
.menu-top #father li a{
    display: block;
    color: #fff;
    padding: 10px;
    transition: ease 0.3s;
    -webkit-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
}
.menu-top #father li a:hover{
    text-decoration: none;
    color: #fff;
    background-color: #95D112;
}
.menu-top #close{
    left: -40px;
    position: absolute;
    background: #95D112;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    transition: ease 0.3s;
    -webkit-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
}
.menu-top #close:hover{
    background: #032D56;
}

.menu-top #close1{
    background: #95D112;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    transition: ease 0.3s;
    -webkit-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    display: block;
    margin: auto;
}
.menu-top #close1:hover{
    background: #032D56;
}

/***nwes***/
.nwes {
    margin-bottom: 15px;
    margin-top: 20px;
    color: #032D56;
}
.nwes .col-md-2{
    margin: 0;
    padding-left: 0;
}
.nwes .col-md-10{
    margin: 0;
    padding-right: 0;
}
.nwes .rl{
    background: #95D112;
    padding: 10px 15px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 4px 10px rgba(0, 0, 0, 0.06);

}
.nwes .fl{
    padding: 10px 15px;
    background: #032D56;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 4px 10px rgba(0, 0, 0, 0.06);
}

/****/
.slides{
   margin-bottom: 10px; 
}
/*****block******/
.block  form input[type=text],
.block  form input[type=email],
.block  form textarea[type=text]{
    border-radius: 0;
    border: 1px solid #ddd;
    background: #fff;
}
.block .media {
    margin: 0 0 10px 0;
}
.block .media .media-heading a{
    color: #032D56;
    text-decoration: none;
    font-size: 15px;
    transition: ease 0.4s;
    -moz-transition: ease 0.4s;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
}
.block .media .media-heading a:hover{
    color: #333;
}
.block .media .media-right i{
    color: #032D56;
}
.block .media span{
    color: #b8b8b8;
    font-size: 12px;
    font-weight: normal;
}

/*****block******/




/*****itemnews******/
.itemnews{
    padding-bottom: 8px;
    border-bottom: 1px solid #ccc;
}
.itemnews h4 a{
    font-size: 14px;
    color: #032D56;
    display: block;
    transition: ease 0.4s;
    -moz-transition: ease 0.4s;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
}
.itemnews h4 a:hover{
    text-decoration: none;
    color: #333;
}
.itemnews p{
    text-align: justify;
}
.itemnews .allbtn{
    border-top: 1px solid #6A727D;
    color: #b8b8b8;
    padding-top: 5px;
}
.itemnews .allbtn i{
    color: #b8b8b8;
}
.itemnews .allbtn a{
    text-decoration: none;
    display: block;
    color: #032D56;
    transition: ease 0.4s;
    -moz-transition: ease 0.4s;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
}
.itemnews .allbtn a:hover{
    text-decoration: none;
    display: block;
    color: #333;
}

.itemnews:hover .img-lay{
    border-bottom: 5px solid #032D56;
}
.itemnews:hover .overlay-2{
    opacity: 1;
}
.itemnews:hover .overlay i{
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
}
/*****itemnews******/


/*****articles******/
.itemarticles{
    padding-bottom: 30px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.itemarticles h4 a{
    font-size: 14px;
    color: #032D56;
    display: block;
    transition: ease 0.4s;
    -moz-transition: ease 0.4s;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
}
.itemarticles h4 a:hover{
    text-decoration: none;
    color: #333;
}
.itemarticles p{
    text-align: justify;
}
.itemarticles .allbtn{
    border-top: 1px solid #6A727D;
    color: #b8b8b8;
    padding-top: 5px;
}
.itemarticles .allbtn i{
    color: #b8b8b8;
}
.itemarticles .allbtn a{
    text-decoration: none;
    display: block;
    color: #032D56;
    transition: ease 0.4s;
    -moz-transition: ease 0.4s;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
}
.itemarticles .allbtn a:hover{
    text-decoration: none;
    display: block;
    color: #333;
}
.itemarticles:hover .img-lay{
    border-bottom: 5px solid #032D56;
}
.itemarticles:hover .overlay-2{
    opacity: 1;
}
.itemarticles:hover .overlay i{
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
}
/*****articles******/


/*****articles******/
.itemvideo{
    padding: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    
}
.itemvideo h4 a{
    font-size: 14px;
    color: #032D56;
    display: block;
    transition: ease 0.4s;
    -moz-transition: ease 0.4s;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
}
.itemvideo h4 a:hover{
    text-decoration: none;
    color: #333;
}
.itemvideo p{
    text-align: justify;
}
.itemvideo .allbtn{
    border-top: 1px solid #6A727D;
    color: #b8b8b8;
    padding-top: 5px;
}
.itemvideo .allbtn i{
    color: #b8b8b8;
}
.itemvideo .allbtn a{
    text-decoration: none;
    display: block;
    color: #032D56;
    transition: ease 0.4s;
    -moz-transition: ease 0.4s;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
}
.itemvideo .overlay i{
    display: table-cell;
    vertical-align: middle;
    font-size: 30px;
    color: #032D56;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
}
.itemvideo .allbtn a:hover{
    text-decoration: none;
    display: block;
    color: #333;
}
.itemvideo:hover .img-lay{
    border-bottom: 5px solid #032D56;
}
.itemvideo:hover .overlay-2{
    opacity: 1;
}
.itemvideo:hover .overlay i{
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
}
/*****articles******/



/*****itemafoto******/
.itemaVoice{
    padding-bottom: 30px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.itemaVoice h4{
    margin: 0;
}
.itemaVoice h4 a{
    font-size: 14px;
    color: #032D56;
    display: block;
    transition: ease 0.4s;
    -moz-transition: ease 0.4s;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
}
.itemaVoice h4 a:hover{
    text-decoration: none;
    color: #333;
}
.itemaVoice .date-i{
    color: #6a727d;
}
.itemaVoice .dates{
    color: #b8b8b8;
}
.itemaVoice .allbtn1{
    text-decoration: none;
    display: block;
    color: #032D56;
    transition: ease 0.4s;
    -moz-transition: ease 0.4s;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
}
.itemaVoice .allbtn1:hover{
    text-decoration: none;
    display: block;
    color: #333;
}

/*****itemafoto******/




/*****itemafoto******/
.itemafoto{
    padding-bottom: 30px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.itemafoto h4 a{
    font-size: 14px;
    color: #032D56;
    display: block;
    transition: ease 0.4s;
    -moz-transition: ease 0.4s;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
}
.itemafoto h4 a:hover{
    text-decoration: none;
    color: #333;
}
.itemafoto .allbtn{
    border-top: 1px solid #6A727D;
    color: #b8b8b8;
    padding-top: 5px;
}
.itemafoto .allbtn i{
    color: #b8b8b8;
}
.itemafoto .allbtn a{
    text-decoration: none;
    display: block;
    color: #032D56;
    transition: ease 0.4s;
    -moz-transition: ease 0.4s;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
}
.itemafoto .allbtn a:hover{
    text-decoration: none;
    display: block;
    color: #333;
}
.itemafoto:hover .img-lay{
    border-bottom: 5px solid #032D56;
}
.itemafoto:hover .overlay-2{
    opacity: 1;
}
.itemafoto:hover .overlay i{
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
}
/*****itemafoto******/





/***overlay***/
.overlay{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
}
.overlay-2{
    background: rgba(255, 255, 255, 0.4);
    display:table;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
}
.overlay i{
    display: table-cell;
    vertical-align: middle;
    font-size: 50px;
    color: #032D56;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
}
.img-lay{
    position: relative;
    border-bottom: 5px solid #6A727D;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
}
.imgheight{
    height: 190px;
}
.imgheight1{
    height: 60px;
}
.imgheight2{
    height: 150px;
}
.imgheight3{
    height: 150px;
}
/***overlay***/


/***footer***/
footer{
    background: #032d56;
	padding:20px 0 20px 0;
}
footer p{
    color: #fff;
    text-align: justify;
    line-height: 1.7;
    font-weight: normal;
    font-size: 12px;
}
footer .tit-h3{
    margin: 0 0 10px 0;
    display: inline-block;
    border-bottom: 1px solid #fff;
    color: #95D112;
    font-size: 19px;
    padding-bottom: 5px;
    font-weight: normal;
}
footer img{
    margin-bottom: 5px;
}
footer .lis{
    color: #fff;
    margin: 7px 10px 0 0;
    padding: 0;
}
footer .lis li{
    list-style: disc;
    color: #95D112;
    margin: 0;
    padding: 0;
}
footer .lis li a{
    display: block;
    font-size: 16px;
    padding: 5px 0 10px 0;
    color: #fff;
    transition: ease 0.4s;
    -moz-transition: ease 0.4s;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
}
footer .lis li a:hover{
    text-decoration: none;
    color: #95D112;
}
footer .media {
    margin: 0 0 10px 0;
}
footer .media .media-heading a{
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    transition: ease 0.4s;
    -moz-transition: ease 0.4s;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
}
footer .media .media-heading a:hover{
    color: #95D112;
}
footer .media span{
    color: #C1C1C1;
    font-size: 10px;
    font-weight: normal;
}
footer  form input[type=text],
footer  form input[type=email],
footer  form textarea[type=text]{
    border-radius: 0;
    border: 0;
    background: #1F212F;
}


footer .addrss  {
    border-top:1px solid #04396d;
    padding-top: 20px;
    margin-top: 7px;
}

footer .addrss p {
    font-size: 16px;
}
footer .addrss p.pho {
    font-size: 19px;
}
footer .addrss p i {
     color: #95D112;
}

.copyright{
    background:#011427;
    padding: 15px 0 8px 0;
}
.copyright p{
	color: #6A727D;
    margin: 0;
}
.copyright .icons li i{
    line-height: 25px;
}
.copyright .icons li a{
    color: #1F212F;
    background: #6A727D;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: block;
    text-decoration: none;
    transition: ease 0.4s;
    -moz-transition: ease 0.4s;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
}
.copyright .icons li a:hover{
    color: #95D112;
    background: none;
    text-decoration: none;
}
.titlefot{
    color: #95D112;
}
.titlefot:hover{
    color: #6A727D;
    text-decoration: none;
}

.menu-button {
    position: absolute;
    z-index: 99999999999;
    top: 0px; right: 0px;
    padding: 8px;
    width: 50px;
    height: 45px;
    display: block;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    background-color: #032D56;
}
.menu-button .bar:nth-of-type(1) {
    margin-top: 0px;
}
.menu-button .bar:nth-of-type(3) {
    margin-bottom: 0px;
}
.bar {
    position: relative;
    z-index: 99999999999;
    display: block;
    width: 30px;
    height: 3px;
    margin: 10px auto;
    background-color: #fff;
    border-radius: 0x;
    -webkit-transition: .3s;
    transition: .3s;
}
.menu-button:hover .bar:nth-of-type(1) {
    -webkit-transform: translateY(1.5px) rotate(-4.5deg);
    -ms-transform: translateY(1.5px) rotate(-4.5deg);
    transform: translateY(1.5px) rotate(-4.5deg);
}
.menu-button:hover .bar:nth-of-type(2) {
    opacity: .9;
}
.menu-button:hover .bar:nth-of-type(3) {
    -webkit-transform: translateY(-1.5px) rotate(4.5deg);
    -ms-transform: translateY(-1.5px) rotate(4.5deg);
    transform: translateY(-1.5px) rotate(4.5deg);
}
.cross .bar:nth-of-type(1) {
    -webkit-transform: translateY(15px) rotate(-45deg);
    -ms-transform: translateY(15px) rotate(-45deg);
    transform: translateY(15px) rotate(-45deg);
}
.cross .bar:nth-of-type(2) {
    opacity: 0;
}
.cross .bar:nth-of-type(3) {
    -webkit-transform: translateY(-15px) rotate(45deg);
    -ms-transform: translateY(-15px) rotate(45deg);
    transform: translateY(-15px) rotate(45deg);
}
.cross:hover .bar:nth-of-type(1) {
    -webkit-transform: translateY(13.5px) rotate(-40.5deg);
    -ms-transform: translateY(13.5px) rotate(-40.5deg);
    transform: translateY(13.5px) rotate(-40.5deg);
}
.cross:hover .bar:nth-of-type(2) {
    opacity: .1;
}
.cross:hover .bar:nth-of-type(3) {
    -webkit-transform: translateY(-13.5px) rotate(40.5deg);
    -ms-transform: translateY(-13.5px) rotate(40.5deg);
    transform: translateY(-13.5px) rotate(40.5deg);
}


/**owl-controls**/
.owl-controls .owl-nav {
    margin: auto;
    width: 90px;
    text-align: center;
    margin-top: 10px;
}
.owl-controls .owl-nav > div {
    background: #032D56 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: normal;
    height: 20px;
    width: 30px;
    margin-right: 1px;
    margin-left: 1px;
    text-align: center;
    transition: ease 0.4s;
    -moz-transition: ease 0.4s;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    line-height: 20px;
}
.owl-controls .owl-nav > div:hover {
    background: #032D56 none repeat scroll 0 0;
    color: #95D112 ;
}
.owl-controls .owl-nav .owl-next {}
/**owl-controls**/
/* responsive */

@media (max-width: 1700px) {
     .navber-top {
        text-align: center;
    }
} 
@media (max-width: 770px) {
    .nwes .col-md-2{
    margin: 0;
    padding-left: 15px;
    }
    .nwes .col-md-10{
    margin: 0;
    padding-right: 15px;
    }
    .copyright{
        text-align: center;
    }
}
@media (max-width: 670px) {
    .nwes .col-md-2{
    margin: 0;
    padding-left: 15px;
    }
    .nwes .col-md-10{
    margin: 0;
    padding-right: 15px;
    }
    footer{
        text-align: center;
    }
    footer .lis li{
    list-style: none;
    }
} 



.linknews{
    color: #FFF;
    transition: ease 0.4s;
    -moz-transition: ease 0.4s;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
}
.linknews:hover{
    color: #95D112;
    text-decoration: none;
}
.fontnews{
    color: #95D112;
}











nav.navigation {
    margin-bottom: 15px;
}
nav.navigation ul {
    border-top: medium none;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
nav.navigation ul li {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid rgba(159, 159, 159, 0.54);
    cursor: pointer;
    display: block;
}
nav.navigation ul li.active {
    background: #fff none repeat scroll 0 0;
}
nav.navigation ul li.active a {
    border-left: 2px solid #95d112 ;
    color: #01b1c4;
}
nav.navigation ul li.active ul {
    display: block;
}
nav.navigation ul li:last-child {
    border-bottom: medium none;
}
nav.navigation ul li ul {
    display: none;
}
nav.navigation ul li ul li a {
    background: #fff none repeat scroll 0 0;
    color: #032d56;
    cursor: pointer;
    padding-left: 40px;
}
nav.navigation ul li ul li a:hover {
    padding-left: 45px;
}
nav.navigation ul li a {
    border-left: 2px solid transparent;
    color: #032d56;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    transition: all 0.2s linear 0s;
}
nav.navigation ul li a:hover {
    background: #032d56 none repeat scroll 0 0;
    border-left: 2px solid #95d112 ;
    color: #95d112 ;
    padding-left: 20px;
}


