﻿a{
    color:  #A94442;
}

.label{
    font-size: 14px;
}

.label-red{
    background-color: #631B1E;
}

.bg-red{
    background-color: #671E1E;
}

a:hover, a:focus{
    color:  #A94442;
    text-decoration: none;
}

a.side-link:hover
{
    color: white;
    background-color: #671E1E;
}

.text-red{
    color: #A94442;
}

.btn-red{
    background-color: #671D1E;
    color: white;
}

.btn-red:focus,
.btn-red.focus {
  color: #ffffff;
  background-color: #441314;
  border-color: #441314;

}
.btn-red:hover {
  color: #ffffff;
  background-color: #441314;
  border-color: #441314;

}
.btn-red:active,
.btn-red.active{
  color: #ffffff;
  background-color: #441314;
  border-color: #441314;
}

.active-red {
    background-color: #671E1E;
    color: white;
}

.fixed-bottom{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

.fixed-bottom > button{
    position: absolute;
    right: 20px;
    bottom: 20px;
    opacity: 0.7;
}

.fixed-bottom > button:hover{
    opacity: 1;
}

#share-bar{
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #DDDDDD;
}

.panel-red {
    border-color: #671E1E;
}

    .panel-red > .panel-heading {
        padding-top: 20px;
        padding-bottom: 20px;
        color: white;
        background-color: #671E1E;
        border-color: #671E1E;
    }

    .panel-red > .panel-heading h4{
        color: white;
        font-weight: 300;
    }

        .panel-red > .panel-heading + .panel-collapse > .panel-body {
            padding-top: 15px;
            padding-bottom: 15px;
            border-top-color: #671E1E;
        }

.panel-red > .panel-heading > .panel-title > a {
    color: white;
}
.sidebar-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid #dddddd;
}

.group{
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group {
  font-size: 15px;
  font-weight: normal;
}

.list-group-item{
    padding-top: 20px;
    padding-bottom: 20px;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {

    background-color: #671E1E;
    border-color: #671E1E;
}

.breadcrumb {
  font-size: 15px;
  font-weight: normal;
  padding: 15px 15px;
}

.alert{
    font-size: 14px;
    font-weight: normal;
}

.text-strong{
    font-weight: bold;
}

.text-white{
    color: white;
}

.table{
    font-size: 14px;
}




/*PAGES*/
.head-wrap{
    overflow: hidden;
}

.img-wrap{
    position: relative;
    overflow: hidden;
}

.background{
    width: 100%;
    height: 100%;
    -webkit-background-size: length; 
    background-size: length;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-filter: blur(13px);
    filter: blur(13px);
    position: absolute;
    overflow: hidden;
}

.wrapper{
    z-index:9999;
    -webkit-filter: blur(0px);
    filter: blur(0px);
}

.page-heading {
    margin-top: 0;
    border-top: 5px solid #A94442;
    color: white;
    background-color: #671E1E;
    margin-bottom: 25px;
    padding-bottom: 12px;

}

.page-nav{
    background-color: transparent;
    border-bottom: 1px solid #dddddd;
}

.page-menu{
    border-top: 0;
}

.page-menu h5{
    font-weight: bold;
    margin-top: 14px;
    color: #A94442;
}

.page-nav .navbar-header .icon-bar
{
    background-color: #222;
    transition: 300ms ease-in-out;  
    position: relative;       
}

.page-nav .navbar-header .menu{
    padding: 15px;
    float: left;
    height: auto;
    line-height: 1;
    font-size: 15px;
    font-weight: bold;
}

.page-heading h3{
    font-size: 20px;
}

.page-contents{
    margin-bottom: 15px;
}

div.page-contents:last-of-type,
section.page-contents:last-of-type{
    margin-bottom: 50px;
}

.page-contents h3{
    font-size: 20px;
    color: #A94442;
    font-weight: bold;
}

.page-contents h4{
    font-size: 18px;
    color: #A94442;
    font-weight: bold;
}

.page-contents p{
    margin-bottom: 15px;
    text-align: justify;
}



@media(min-width: 768px) {
    .wrapper {
        min-width: 768px;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .page-heading {
        padding-bottom: 22px;
    }

    .page-contents h3{
        margin-top: 30px;
    }

    .page-contents h3,
    .page-heading h3{
        font-size: 26px;
    }

    div.page-contents:last-of-type,
    section.page-contents:last-of-type{
        margin-bottom: 50px;
    }

    .page-contents h4{
        font-size: 19px;
    }
}

.staff-wrap {
    margin-bottom: 15px;
}

.staff-img{
    max-width: 150px;
}

.staff-info{
    margin-top: 15px;
    margin-bottom: 15px;
}

.staff-info h4,
.staff-info p{
    text-align: center;
}

@media (min-width: 768px) {
    .staff-info h4,
    .staff-info p{
        text-align: left;
    }
}
.staff-pos{
    margin-top: 5px;
    margin-bottom: 0;
}

.bg-main{
    width: 100%;
    height: 100%;
    background: url(../resources/noise.png),#671D1E;
    background: url(../resources/noise.png),-webkit-linear-gradient(to left,#61B291, #C85879);
    background: url(../resources/noise.png),linear-gradient(to left,#61B291, #C85879);
    left: 0;
    position: fixed;
    top: 0;
    z-index: -2;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.bg-main-img {
    background-image: url('/resources/bg.png');
    width: 100%;
    height: 100%;
    background-size: cover;
}

table.table.table-list > thead > tr > th, 
table.table.table-list > tbody > tr > td{
    vertical-align: middle;
    text-align: center;
}

table.table.table-list > thead > tr > th:nth-child(1),
table.table.table-list > tbody > tr > td:nth-child(1){
        text-align: left;
}

table.table.table-list > tbody > tr > td > a:hover{
    text-decoration: underline;
}

.pagination > li > a{
    border: 1px solid #671D1E;
    color: #671D1E;
    font-size: 14px;
    font-weight: normal;
}

.pagination > li > a:hover{
    background-color: #A94442;
    color: white;
}

.pagination > li.active > a{
    border-color: #671D1E;

}

.pagination > li.active > a,
.pagination > li.active > a:focus,
.pagination > li.active > a:hover,
.pagination > li.active > span,
.pagination > li.active > span:focus
{
    background-color: #671D1E;
}

.img-gallery .img-thumbnail {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.img-gallery .img-thumbnail img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.img-gallery .img-thumbnail img.portrait {
  width: 100%;
  height: auto;
}

#job-desc > tbody > tr > td{
  line-height: 1.5;
}
