@font-face {
    font-family: 'AlumniSans-Black'; 
    src: url(/assets/font/Alumni_Sans/static/AlumniSans-Black.ttf); 
}

@font-face {
    font-family: 'AlumniSans-Bold'; 
    src: url(/assets/font/Alumni_Sans/static/AlumniSans-Bold.ttf); 
}

@font-face {
    font-family: 'AlumniSans-Regular'; 
    src: url(/assets/font/Alumni_Sans/static/AlumniSans-Regular.ttf); 
}

@font-face {
    font-family: 'AlumniSans-Light'; 
    src: url(/assets/font/Alumni_Sans/static/AlumniSans-Light.ttf); 
}

.body {
    background-color: #f1f1f1;
}

/*HEADER*/
.header {
    
}

.logo-img {
   width: 220px;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.55);
    text-transform: uppercase;
}

/* @media (max-width: 991.98px){
    .logo-img{
        width: 220px;
    }
} */

.main-list {
  padding-left: 100px;
  color: #544438;
}
@media (max-width: 991.98px){
    .main-list{
        padding: 0;
    }
}

.tel-number {
    
    color: #544438;
    text-decoration: none;
}
.call-btn{
    padding: 0;
    margin-left: 100px;
    text-align: right;
}
@media (max-width: 991.98px){
    .call-btn{
        margin: 0px;
    }
}
/*MAIN-SLIDE*/
.banner {
    /*background: linear-gradient(100deg, rgba(0, 0, 0, .9), rgba(0, 0, 0, .0)), url(/assets/Img/main2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 380px;
    padding-bottom: 160px;*/
    padding-right: 0;
    padding-left: 0;
    box-sizing: content-box;
}

.gradient {
	display: inline-block;
	position: relative;    
	line-height: 0;
    width: 100%;
}
.gradient:after {
	content: "";
	display: block;   
	width: 100%;
	height: 100%;    
	position: absolute;
	top: 0;      
	left: 0;   
	background: transparent;
	background-image: linear-gradient(to left, #000, #000);
	opacity: 0.4;
}

.banner-img {
    height: 760px;
}

.main-title {
    /* padding-left: 200px; */
    margin-top: -550px;
    position: relative;
    z-index: 1;
}

.main-title-txt {
    color: #E1C265;
    font-family: 'AlumniSans-Bold';
    font-size: 90px;
    line-height: 70%;
}
@media (max-width: 767.98px){
    .main-title-txt {
        font-size: 70px;
    }
}
.main-title-txt2 {
    color: #fff;
    font-family: 'AlumniSans-Regular';
    font-size: 50px;
}
@media (max-width: 767.98px){
    .main-title-txt2 {
        font-size: 35px;
    }
}
.btn-main {
    padding-top: 120px;
    position: relative;
    z-index: 1;
    /* padding-left: 200px; */
}

.btn-text {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 25px;
    padding-left: 25px;
    background-color: #E1C265;
    border-radius: 45px;
    color: #544438;
    font-family: 'AlumniSans-Regular';
    font-size: 25px;
}
a.btn-text{
    text-decoration: none;
}
/*SERVICES*/
.services {
 background-color: #F6F5F5;
}

/* .services-list {
    margin-left: 290px;
} */

.services-title {
    font-family: 'AlumniSans-Regular';
    color: #544438; 
    font-size: 45px;
    text-align: center;
    margin-bottom: 30px;
    padding-top: 55px;
    text-transform: uppercase;
    margin-top: 205px;
}

.services-img {
    height: 70px;
    width: 70px;
    margin-top: 20px;
    margin-left: 23px;
}


.bcg-services-img {
    background-color: #E1C265;
    border-radius: 50%;
    height: 115px;
    width: 115px;
}



.bcg2-services-img {
    background-color: rgba(84, 68, 56, .7);
    border-radius: 50%;
    height: 125px;
    width: 125px;
}
@media (min-width: 991.98px) and (max-width: 1199.98px){
    .bcg2-services-img{
    }
}

@media (min-width: 768px) and (max-width: 1199.98px){
     .bcg2-services-img{
     }
}


@media (max-width: 767.98px){
    .bcg2-services-img{
    }
}

@media (max-width: 575.98px){
    .bcg2-services-img{
    }
}

.services-txt {
    font-family: 'AlumniSans-Regular';
    color: #544438;
    font-size: 25px;
    text-align: center;
    margin-top: 15px;
    /* margin-left: 15px; */
    line-height: 100%;
    padding-bottom: 55px;
}

/*ABOUT US*/
.about-us {
    padding-top: 50px;
    padding-bottom: 50px;
}
    

.about-us-block {
    display: flex;
        /* margin-left: 200px; */
}

.about-us-left-block {
    /* max-width: 45%; */
    margin-top: 110px;
}
@media (min-width: 1199.98px){
    .about-us-left-block{
        padding-top: 110px !important;
    }


}

.about-us-img {
    max-width: 520px;
    max-height: 520px;
    border: double 12px transparent;
    border-radius: 50%;
    background-image: linear-gradient(white, white), radial-gradient(circle at top left, #544438,#E1C265);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

@media (min-width: 991.98px) and (max-width: 1199.98px){
    .about-us-img{
       margin-left: 35px;
       max-width: 380px;
       max-height: 380px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px){
    .about-us-img{
       max-width: 340px;
       max-height: 340px;
    }
}
@media (max-width: 575.98px){
    .about-us-img{
       max-width: 260px;
       max-height: 260px;
    }
}

.about-us-title {
    font-family: 'AlumniSans-Bold';
    font-size: 65px;
    background: linear-gradient(45deg, #544438 33%, #E1C265 66%, #E1C265);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #E1C265;
}

@media (min-width: 768px) and (max-width: 1199.98px){
    .about-us-title{
        font-size: 45px;
    }
}

@media (max-width: 575.98px){
    .about-us-title{
        font-size: 45px;
    }
}

.rectangle {
    width: 285px;
    height: 7px;
    background: linear-gradient(45deg, #544438, #E1C265);
    margin-top: -10px;
    margin-bottom: 20px;
}

.about-us-txt {
    font-family: 'AlumniSans-Regular';
    font-size: 25px;
    color: #544438;
}

@media (min-width: 768px) and (max-width: 1199.98px){
    .about-us-txt{
        font-size: 20px;
    }
}

@media (max-width: 575.98px){
    .about-us-txt{
        font-size: 25px;
    }
}
/*PROJECTS*/
.projects {
    background: linear-gradient(45deg, rgba(51, 51, 51, .8), rgba(51, 51, 51, .8)), url(/assets/Img/1610484674_13-p-fon-s-fakturoi-dereva-20.jpg);
    /* height: 500px; */
}

.project-title{
    font-family: 'AlumniSans-Regular';
    color: #f1f1f1; 
    font-size: 45px;
    text-align: center;
    /* margin-bottom: 30px; */
    padding-top: 55px;
    text-transform: uppercase;
}

.projects-list {
    padding-bottom: 40px;

}

.projects-list-item {
    padding-top: 55px;
text-align: center;
}


.projects-img {
   /*  height: 200px; */
    width: 100%;
}

.projects-txt {
    color: #fff;
    font-family: 'AlumniSans-Regular';
    font-size: 45px;
    margin-top: 12px;
}

.project-btn {
    background-color: #E1C265;
    color: #544438;
    font-family: 'AlumniSans-Regular';
    font-size: 20px;
    border-radius: 45px;
    padding-right: 10px;
    padding-left: 10px;

}


/*STAGES*/
.stages {
    background-color: #E1C265;
}

.stages-title {
    font-family: 'AlumniSans-Regular';
    color: #544438; 
    font-size: 45px;
    text-align: center;
    margin-bottom: 35px;
    padding-top: 55px;
    text-transform: uppercase;
}

/* .stages-list {
    margin-left: 50px;
    margin-right: 25px;
 } */

.stages-number {
    font-family: 'AlumniSans-Bold';
    font-size: 60px;
    background-color: #544438;
    border-radius: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
   padding-left: 24px;
   padding-right: 24px;
    color:#E1C265; 
}

.stages-txt {
    color: #fff;
    font-family: 'AlumniSans-Bold';
    font-size: 35px;
    text-align: center;
    margin-top: 15px;
}

@media (max-width: 576px){
    .stages-txt {
        margin-left: auto;
        margin-right: auto;
    }
}

.stages-info {
    font-family: 'AlumniSans-Regular';
    color: #544438; 
    font-size: 25px;
    line-height: 110%;
    text-align: center;
    margin-bottom: 50px;
    margin-left: 50px;
    margin-right: 50px;
}

@media (max-width: 576px){
    .stages-info {
        margin-left: auto;
        margin-right: auto;
    }
}


/*BUILD*/
.build {
    padding-bottom: 40px;
    justify-content: space-between;
}

.img-build {
    height: 200px;
}


.build-list-item{
    padding: 0px !important;
    border: 0px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    max-width: 310px !important;
}

@media (min-width: 992px) and (max-width: 1199.98px){
    .build-list-item {
        margin-left: 40px;
        margin-right: 40px;
    }
}

@media (max-width: 992px){
    .build-list-item {
        margin-left: 10px !important;
        margin-right: 10px !important;

    }
}

@media (max-width: 576px){
    .build-list-item {
        margin-left: 30px !important;

    }
}

.card-text {
    font-family: 'AlumniSans-Regular';
    font-size: 20px;
    text-align: center;
    color: #544438;
}


/*CONSULTATION*/
.consultation {
    background-color: #F6F5F5;
    margin-top: 50px;
}


.consultation-email{
    padding-top: 70px;
}

@media (min-width: 768px){
    .consultation-email {

    }
}

@media (max-width: 768px){
    .consultation-email {

    }
}

@media (max-width: 576px){
    .consultation-email {

    }
}

.consultation-tel{
    padding-top: 70px;
}

@media (min-width: 768px){
    .consultation-tel {

    }
}

@media (max-width: 768px){
    .consultation-tel {

    }
}

@media (max-width: 576px){
    .consultation-tel {

    }
}

.consultation-tel-number {
    font-family: 'AlumniSans-Regular';
    font-size: 35px;
    color: #544438;
    text-decoration: none;
}

@media (max-width: 992px){
    .consultation-tel-number {
        font-size: 25px;

    }
}

@media (max-width: 768px){
    .consultation-tel-number {
        font-size: 25px;

    }
}

.consultation-tel-icon {
    height: 45px;
    width: 45px;
    margin-top: -12px;
}

.consultation-email-icon {
    height: 45px;
    width: 45px;
    margin-top: -12px;
}

.consultation-email-address {
    font-family: 'AlumniSans-Regular';
    font-size: 35px;
    color: #544438;
    text-decoration: none;
}

@media (max-width: 992px){
    .consultation-email-address {
        font-size: 25px;

    }
}

@media (max-width: 768px){
    .consultation-email-address {
        font-size: 25px;
        
    }
}

.consultation-title {
    font-family: 'AlumniSans-Bold';
    color: #E1C265;
    font-size: 55px;
}

@media (max-width: 992px){
    .consultation-title {
        font-size: 35px;
        padding-top: 10px;
    }
}

@media (max-width: 576px){
    .consultation-title {
        font-size: 45px;

    }
}

@media (max-width: 768px){
    .consultation-title {
        font-size: 45px;

    }
}

.consultation-txt {
    font-family: 'AlumniSans-Regular';
    font-size: 30px;
    color: #544438;
    line-height: 1;
}


/*FOOTER*/
.footer-padding-left{
    padding-left: 65px !important;
}

/* @media (max-width: 992px){
    .footer-padding-left {
        padding-left: 65px !important;

    }
} */

@media (max-width: 992px){
    .footer-padding-left {
        padding-left: 25px !important;

    }
}

@media (max-width: 768px){
    .footer-padding-left {
        padding-left: 25px !important;

    }
}
.footer {
    background-color: rgba(51, 51, 51);
    justify-content: space-between;
}
.footer-top {
    background-color: rgba(51, 51, 51);
    color: #fff;
    border-bottom: 1px solid #222;
    padding: 60px 0 30px 0;
    font-family: 'AlumniSans-Regular';
    justify-content: space-between;
}

.footer-top .footer-info {
    margin-bottom: 30px;
}


.footer-top .footer-info p{
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 0;
    font-family: 'AlumniSans-Light';
}

.footer-top .social-lincs a{
    width: 36px;
    height: 36px;
    background: #292929;
    display: inline-block;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
}

.footer-top h4{
    font-size: 28px;
    padding-bottom: 12px;
    color: #E1C265;
}

.footer-links {
    margin-bottom: 30px;
}

.footer-links ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    padding: 10px 0;
    font-size: 20px;
    line-height: 1;
    display: flex;
    align-items: center;
}

.footer-links a{
    color: #fff;
    text-decoration: none;
}

.footer-links a:hover{
    color: #E1C265; 
}


.title {
font-family: 'AlumniSans-Bold';
font-size: 65px;
color: #544438;
text-align: center;
margin-top: 80px;
margin-bottom: 50px;
}

@media (min-width: 768px) and (max-width: 1199.98px){
.title{
    font-size: 45px;
}
}

@media (max-width: 575.98px){
.title{
    font-size: 45px;
}
}


/*KARKAS*/
.karkas {
    padding-bottom: 40px;
    justify-content: space-between;
}

.img-karkas {
    height: 200px;
    width: 80%;
}

.karkas-list-item{
    padding: 0px !important;
    border: 0px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    max-width: 310px !important;
}

@media (min-width: 992px) and (max-width: 1199.98px){
    .karkas-list-item {
        margin-left: 40px;
        margin-right: 40px;
    }
}

@media (max-width: 992px){
    .karkas-list-item {
        margin-left: 10px !important;
        margin-right: 10px !important;

    }
}

@media (max-width: 576px){
    .karkas-list-item {
        margin-left: 30px !important;

    }
}

.card-name {
    font-family: 'AlumniSans-Bold';
    font-size: 28px;
    text-align: center;
    color: #E1C265;
}

.card-text {
    font-family: 'AlumniSans-Regular';
    font-size: 20px;
    text-align: center;
    color: #544438;
}


/*BRUS*/
.brus {
    padding-bottom: 40px;
    justify-content: space-between;
}

.img-brus {
    height: 200px;
    width: 80%;
}

.brus-list-item{
    padding: 0px !important;
    border: 0px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    max-width: 310px !important;
}

@media (min-width: 992px) and (max-width: 1199.98px){
    .brus-list-item {
        margin-left: 40px;
        margin-right: 40px;
    }
}

@media (max-width: 992px){
    .brus-list-item {
        margin-left: 10px !important;
        margin-right: 10px !important;

    }
}

@media (max-width: 576px){
    .brus-list-item {
        margin-left: 30px !important;

    }
}

.card-name {
    font-family: 'AlumniSans-Bold';
    font-size: 28px;
    text-align: center;
    color: #E1C265;
}

.card-text {
    font-family: 'AlumniSans-Regular';
    font-size: 20px;
    text-align: center;
    color: #544438;
}

/*PENOBLOCK*/
.penoblock {
    padding-bottom: 40px;
    justify-content: space-between;
}

.img-penoblock {
    height: 200px;
    width: 80%;
}

.penoblock-list-item{
    padding: 0px !important;
    border: 0px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    max-width: 310px !important;
}

@media (min-width: 992px) and (max-width: 1199.98px){
    .penoblock-list-item {
        margin-left: 40px;
        margin-right: 40px;
    }
}

@media (max-width: 992px){
    .penoblock-list-item {
        margin-left: 10px !important;
        margin-right: 10px !important;

    }
}

@media (max-width: 576px){
    .penoblock-list-item {
        margin-left: 30px !important;

    }
}

.card-name {
    font-family: 'AlumniSans-Bold';
    font-size: 28px;
    text-align: center;
    color: #E1C265;
}

.card-text {
    font-family: 'AlumniSans-Regular';
    font-size: 20px;
    text-align: center;
    color: #544438;
}


/*BESEDKI*/
.besedki {
    padding-bottom: 40px;
    justify-content: space-between;
}

.img-besedki {
    height: 200px;
    width: 80%;
}

.besedki-list-item{
    padding: 0px !important;
    border: 0px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    max-width: 310px !important;
}

@media (min-width: 992px) and (max-width: 1199.98px){
    .besedki-list-item {
        margin-left: 40px;
        margin-right: 40px;
    }
}

@media (max-width: 992px){
    .besedki-list-item {
        margin-left: 10px !important;
        margin-right: 10px !important;

    }
}

@media (max-width: 576px){
    .besedki-list-item {
        margin-left: 30px !important;

    }
}

.card-name {
    font-family: 'AlumniSans-Bold';
    font-size: 28px;
    text-align: center;
    color: #E1C265;
}

.card-text {
    font-family: 'AlumniSans-Regular';
    font-size: 20px;
    text-align: center;
    color: #544438;
}


/*MAIN CONTENT*/
.main-content {
    margin-bottom: 50px;
}

.topline {
 background-color: #544438;
 margin-top: 60px;
}

.topline-list {
    display: flex;
    list-style-type: none;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 0px;
    padding-right: 0px;
}

.topline-list-item {
    font-family: 'AlumniSans-Regular';
    font-size: 24px;
    text-decoration: none;
    color: #E1C265;
}

.topline-list-item-txt {
    font-family: 'AlumniSans-Regular';
    font-size: 24px;
    text-decoration: none;
    color: #E1C265;
}

.topline-list-item a:hover {
    color: #f1f1f1; 
}

.partOfMain {
    display: flex;
    margin-top: 40px;
    align-items: start;
    justify-content: space-between;
}



.mainContent-title {
font-family: 'AlumniSans-Bold';
font-size: 35px;
color: #544438;
text-align: center;
}

@media (max-width: 576px){
    .mainContent-title {
        font-size: 25px;

    }
}

.mainContent-txt {
    font-family: 'AlumniSans-Regular';
    font-size: 22px;
    color: #544438;
}

@media (max-width: 992px){
    .mainContent-txt {
        font-size: 20px;
        padding-left: 15px;

    }
}

@media (max-width: 576px){
    .mainContent-txt {
        font-size: 20px;
        padding-left: 15px;

    }
}

.dropdown-toggle::after {
    margin-bottom: -3px;
}


/*leftMenu*/
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a {
    border: 0 none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    line-height: 1;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
}
#cssmenu {
    color: #ffffff;
    font-family: Helvetica,Arial,sans-serif;
    width: 200px;
}
#cssmenu ul ul {
    display: none;
}
#cssmenu > ul > li > a {
    background: rgb(54,170,231); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(225, 194, 101, 1) 0%, rgba(225, 194, 101, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(225, 194, 101, 1)), color-stop(100%,rgba(225, 194, 101, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(225, 194, 101, 1) 0%,rgba(225, 194, 101, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(225, 194, 101, 1) 0%,rgba(225, 194, 101, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(225, 194, 101, 1) 0%,rgba(225, 194, 101, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(84, 68, 56, 1) 0%,rgba(84, 68, 56, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36aae7', endColorstr='#1fa0e4',GradientType=0 ); /* IE6-9 */
    border-left: 1px solid #544438;
    border-right: 1px solid #544438;
    border-top: 1px solid #544438;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    padding: 15px 20px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
    z-index: 2;
}
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a,
#cssmenu > ul > li.open > a {
    background: rgba(225, 194, 101, 1); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(225, 194, 101, 1) 0%, rgba(225, 194, 101, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(31,160,228,1)), color-stop(100%,rgba(25,146,209,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(225, 194, 101, 1) 0%,rgba(225, 194, 101, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(225, 194, 101, 1) 0%,rgba(225, 194, 101, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(225, 194, 101, 1) 0%,rgba(225, 194, 101, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(225, 194, 101, 1) 0%,rgba(225, 194, 101, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1fa0e4', endColorstr='#1992d1',GradientType=0 ); /* IE6-9 */
    color: #f1f1f1;
}
#cssmenu > ul > li.open > a {
    border-bottom: 1px solid #544438;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.15);
}
#cssmenu > ul > li:last-child > a,
#cssmenu > ul > li.last > a {
    border-bottom: 1px solid #544438;
}
.holder {
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
}
.holder:after, .holder:before {
    content: "";
    display: block;
    height: 6px;
    position: absolute;
    right: 20px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
    width: 6px;
    z-index: 10;
}
.holder:after {
    border-left: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    top: 17px;
}
#cssmenu > ul > li > a:hover > span:after,
#cssmenu > ul > li.active > a > span:after,
#cssmenu > ul > li.open > a > span:after {
    border-color: #eeeeee;
}
.holder:before {
    border-left-color: inherit;
    border-left-style: solid;
    border-left-width: 2px;
    border-top-color: inherit;
    border-top-style: solid;
    border-top-width: 2px;
    top: 18px;
}
#cssmenu ul ul li a {
    background:#333333;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
    color: #eeeeee;
    cursor: pointer;
    font-size: 13px;
    padding: 10px 20px;
    text-decoration: none;
    z-index: 1;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.open > a,
#cssmenu ul ul li.active > a {
    background: none repeat scroll 0 0 #424852;
    color: #ffffff;
}
#cssmenu ul ul li:first-child > a {
    -webkit-box-shadow: none;
    box-shadow: none;
}
#cssmenu ul ul ul li:first-child > a {
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
}
#cssmenu ul ul ul li a {
    padding-left: 30px;
}
#cssmenu > ul > li > ul > li:last-child > a,
#cssmenu > ul > li > ul > li.last > a {
    border-bottom: 0 none;
}
#cssmenu > ul > li > ul > li.open:last-child > a,
#cssmenu > ul > li > ul > li.last.open > a {
    border-bottom: 1px solid #32373e;
}
#cssmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
    border-bottom: 0 none;
}
#cssmenu ul ul li.has-sub > a:after {
    border-left: 2px solid #eeeeee;
    border-top: 2px solid #eeeeee;
    content: "";
    display: block;
    height: 5px;
    position: absolute;
    right: 20px;
    top: 11.5px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
    width: 5px;
    z-index: 10;
}
#cssmenu ul ul li.active > a:after,
#cssmenu ul ul li.open > a:after,
#cssmenu ul ul li > a:hover:after {
    border-color: #ffffff;
}
/*end-leftMenu*/
  
 