/*
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 23, 2014, 1:47:44 PM
    Author     : Narmandakh
*/

.hr-container {
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;

}

.hr-header {
    background-image: url("img/tmp/hr_header.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 410px;
    width: 100%;
}

.investment-header {
    background-image: url("img/tmp/investment.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 410px;
    width: 100%;
}

#background {
    width: 100%; 
    height: 100%; 
    /*position: fixed;*/ 
    left: 0px; 
    top: 0px; 
    z-index: -1; /* Ensure div tag stays behind content; -999 might work, too. */
}

@media (min-width: 360px) and (max-width: 640px) {
    #background {
        width: 100%; 
        height: 170px; 
    }
}

@media (max-width: 360px) {
    #background {
        width: 100%; 
        height: 118px; 
    }
}

.stretch {
    width:100%;
    height:100%;
}

.hr-content {

}

ul.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.tabs li{
    background: none;
    color: #222;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    cursor: pointer;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    height: 60px;
    text-transform: uppercase;

    -webkit-transition: all ease 0.1s;
    -moz-transition: all ease  0.1s;
    transition: all ease 0.1s;
}

ul.tabs li:last-child {
    border-right: none;
}

ul.tabs li.current{
    color: #222;
    border-top: 3px solid #0094da;
    border-bottom: none;
    color: #0094da;
}

ul.tabs li:hover {
    color: #0094da;
}

.tab-content-hr{
    display: none;
}

.tab-content-hr.current{
    display: inherit;
}

ul.tabs li.tab-single-row {
    padding-top: 20px;  
}

.tab-content-hr ul {
    padding-left: 15px;
}

.tab-content-hr li {
    padding-left: 10px;
}

.hr-content-sub {
    padding: 15px 60px;
    /*border-bottom: 1px solid #eaeaea;*/
}

@media (max-width: 640px) {
    .hr-content-sub {
        padding: 15px 15px;
    }
}

.tab-content-hr .hr-content-sub:first-child {
    padding-top: 35px;
}

.hr-content-sub table {
    border-color: #eaeaea !important;
}

.hr-content-sub td, .hr-content-sub th {
    border-color: #eaeaea !important;
}

.tab-content-hr .hr-content-sub:last-child {
    padding-bottom: 35px;
    border-bottom: 0px;
}

.hr-content-odd {

}

.hr-content-even {

}