/*
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 : Dec 17, 2014, 12:02:23 PM
    Author     : Narmandakh
*/

/// about page






.about-container {
     
}

.about-header {
    background-image: url('img/tmp/about_head_image.png');
    background-position: center center;
    height: 306px;
    width: 100%;
}

@media (max-width: 640px){
    .about-header {
        background-image: none;
        height: 70px;
    }
}

.about-title {
    color: white;
    font-size: 24px;
    padding-top: 250px;
    text-align: center;
    text-transform: uppercase;
     
}

@media (max-width: 640px){
    .about-title {
        color: #010f4c;
        font-size: 24px;
        padding-top: 80px;
        text-align: center;
        text-transform: uppercase;

    }
}

.about-introduction {
    padding-bottom: 40px;
    padding-top: 40px;
}

@media (max-width: 640px){
    .about-introduction {
        padding-bottom: 10px;
        padding-top: 10px;
    }
}

.about-intro-title {
    color: #010f4c;
    font-size: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 640px){
    .about-intro-title {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.about-intro-content {
    padding-left: 100px;
    padding-right: 100px;
    text-align: justify;
    line-height: 23px;
}

@media (max-width: 640px){
    .about-intro-content {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 640px) and (max-width: 1024px){
    .about-intro-content {
        padding-left: 30px;
        padding-right: 30px;
    }
}







.about-financial {
    background-color: #3879c9;
    padding-bottom: 40px;
    padding-top: 40px;
}

@media (max-width: 640px){
    .about-financial {
        padding-bottom: 10px;
        padding-top: 10px;
    }
}

.about-financial-title {
    color: white;
    font-size: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
     
}

.about-financial-content {
    color: white;
    line-height: 30px;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: justify;
}

.about-financial-content strong {
    color: white;
}

.about-financial-content p {
    margin: 0px;
}

.about-financial-graphic {
    width: 100%;
    height: 400px;
    margin: 0 auto;
}

.graphLabel {
     
    color: white;
}

.graphValue {
     
    color: #0094da;
}

.graphField {
    max-width: 100px;
}

.about-carousel {

}

#about-carousel-id .item{
    
}

.about-carousel-title {
    border-bottom: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    padding: 30px 50px;
    text-align: center;
     
    text-transform: uppercase;
    font-size: 15px;
    color: #888888;
}

.about-carousel-title:last-child {
    border-right: 1px solid #eaeaea;
}

.about-carousel-content {
    padding: 30px 50px;
    text-align: justify;
}

.owl-controls {
    border-top: 1px solid #eaeaea;
    display:  none !important;
}

.about-awards {
    background-color: #0094da;
    width: 100%;
    text-align: center;
    padding-top: 40px;

}

@media (max-width: 640px){
    .about-awards {
        padding-top: 10px;
    }
}

.about-awards img {
    margin: 0 auto;
}


ul.side-menu, ul.side-menu1 {
    background-color: white;
}

ul.side-menu li, ul.side-menu1 li {
    background-position: 10px center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #dadada;
    /*border-left: 1px solid #dadada;*/
    list-style: outside none none;
    /*padding: 10px 10px 10px 40px;*/
    border-left: 2px solid #0094da;
    font-size: 10px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease  0.5s;
    transition: all ease 0.5s;
}

.edit_href a {
    line-height: 15px !important;
    padding-top: 5px !important;
}

.edit_href:first-child a {
    /*line-height: 29px !important;*/
}

ul.side-menu li:hover, ul.side-menu1 li:hover {
    background-color: #0094da;
}

ul.side-menu li:hover a, ul.side-menu1 li:hover a {
    color: white;
}

ul.side-menu li:first-child, ul.side-menu1 li:first-child {
    border-top: 1px solid #dadada;
}

ul.side-menu li a, ul.side-menu1 li a {
    /*    color: #1c1c1c;*/

    color: #1c1c1c;
    display: inline-block;
    height: 40px;
    line-height: 12px;
	padding-left: 36px;
	width: 112px;
	padding-top: 7px;
}



.about-team {
    background-color: #3879c9;
    padding-top: 40px;
}

@media (max-width: 640px){
    .about-team {
        padding-top: 10px;
    }
}


.team-pic {
    /*height: 360px;*/
    /*width: 25%;*/
    /*float: left;*/
    /*padding-left: 20px;*/
    padding: 20px 0;
    text-align:center;
    height: 360px;
    overflow: hidden;
}

.about-component {
    color: black;
}

.team-pic > img {
    width: 100%;
    height: 85%;
}

.team-pic >div > p {
    color: white;
    font-size: 16px;
    margin: 0px;
}

.about-team > .container > .row:nth-child(1) {
    margin-top: 20px;
}

.about-menu-container {
    position: fixed;
    left: 0px;
    top: 200px;
    z-index: 65535;
}

@media (max-width: 667px){
    .about-menu-container {
        display: none;
    }
}

@media (min-width: 568px) and (max-width: 992px){
    .team-pic {
        /*height: 360px;*/
        width: 50%;
        float: left;
        /*padding-left: 20px;*/
        padding: 20px 0;
        text-align:center;
        height: 360px;
        overflow: hidden;
    }
}