@charset "utf-8";
/* CSS Document */

table.aa{
	font-family:Arial, Helvetica, sans-serif;
	width:70%;
}
.aa td{
	border-bottom:1px dotted #ddd;
	padding:7px;
}
table.bb{
	font-family:Arial, Helvetica, sans-serif;
	width:70%;
	border:1px solid #ddd;
	border-collapse:collapse;
	text-align:left;
}
.bb td{
	border:1px solid #ddd;
	padding:7px;
}
.carousel .work {
 /* margin: 2px 1px;*/
}
.work img {
  background-color: #555;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.4);
  box-shadow: 0 1px 2px rgba(0,0,0,.4);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-align: center;
  width: 100%;
}
.work .shadow {
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.01) 29%, rgba(0,0,0,0.01) 30%, rgba(0,0,0,0.01) 33%, rgba(0,0,0,0.17) 62%, rgba(0,0,0,0.24) 68%, rgba(0,0,0,0.62) 90%, rgba(0,0,0,0.73) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(29%,rgba(255,255,255,0.01)), color-stop(30%,rgba(0,0,0,0.01)), color-stop(33%,rgba(0,0,0,0.01)), color-stop(62%,rgba(0,0,0,0.17)), color-stop(68%,rgba(0,0,0,0.24)), color-stop(90%,rgba(0,0,0,0.62)), color-stop(100%,rgba(0,0,0,0.73)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 29%,rgba(0,0,0,0.01) 30%,rgba(0,0,0,0.01) 33%,rgba(0,0,0,0.17) 62%,rgba(0,0,0,0.24) 68%,rgba(0,0,0,0.62) 90%,rgba(0,0,0,0.73) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 29%,rgba(0,0,0,0.01) 30%,rgba(0,0,0,0.01) 33%,rgba(0,0,0,0.17) 62%,rgba(0,0,0,0.24) 68%,rgba(0,0,0,0.62) 90%,rgba(0,0,0,0.73) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 29%,rgba(0,0,0,0.01) 30%,rgba(0,0,0,0.01) 33%,rgba(0,0,0,0.17) 62%,rgba(0,0,0,0.24) 68%,rgba(0,0,0,0.62) 90%,rgba(0,0,0,0.73) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 29%,rgba(0,0,0,0.01) 30%,rgba(0,0,0,0.01) 33%,rgba(0,0,0,0.17) 62%,rgba(0,0,0,0.24) 68%,rgba(0,0,0,0.62) 90%,rgba(0,0,0,0.73) 100%);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.work .work-title {
    bottom: 37px;
    left: 0;
    margin: 0 0 -17px;
    padding: 0 5px;
    position: absolute;
    right: 0;
    text-align: center;
    -webkit-transition: bottom .2s ease-in;
    transition: bottom .2s ease-in;
	
	
	
}
.work .work-title > h3.title{
	color:#fff;
	text-shadow:1px 1px 1px #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
work .bg-hover {
    background: #fff;
    background: rgba(255,255,255,.9);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    bottom: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
/*section image*/
.bg222 {
    background: #f1f1f1 !important;
}
.c999 {
    color: #999 !important;
}
.z100 {
    z-index: 100 !important;
}
.relative {
    position: relative;
}
.cover1 {
    background: url('../images/test1.jpg') center center;
    background-size: cover;
}
.cover2 {
    background: url('../images/contact-index.jpg') center center;
    background-size: cover;
}

.h700 {
    height: 650px;
}
.h500 {
    height: 500px;
}
.cus-pos-abs {
    position: relative;
    margin: 0 auto;
    left: 0px;
    right: 0px;
}
.sspacing {
    padding: 40px 0px;
}
.titlefont {
    font-family: "proxima_novalight";
}
.titlefont {
    font-family: "proxima_novalight";
}.cwhite {
    color: #fff !important;
}
.mt20 {
    margin-top: 20px;
}
.mtb30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
.bg333 {
    background: #333 !important;
}
.separator100 {
    width: 100%;
    height: 1px;
    background: #e2e2e2;
}
ul.aboutteamlist {
    margin: 0px;
    padding: 0px;
}
ul.aboutteamlist li {
    list-style-type: none;
    width: 100%;
    float: left;
    margin-bottom: 40px;
}
@media (min-width: 992px)
{
.cus-pos-abs {
    position: absolute;
    margin: 0 auto;
    left: 0px;
    right: 0px;
}
	.cover-right-text {
    padding-left: 50px !important;
	}
	.col-md-offset-6 {
    margin-left: 50%;
}

	
ul.aboutteamlist li {
    list-style-type: none;
    width: 50%;
    float: left;
    margin-bottom: 40px;
}
}

/*section image*/

.logocolor{ color:#014b78;}
.pr10{
	padding-right:10px;}
	.career-wrap {
    border: 1px solid #e8e8e8;
    margin: 5px 15px 20px 15px;
    background: #fdfdfd;
    padding: 15px 25px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    overflow: hidden;
}
.career-title {
    font-size: 16px;
    border-bottom: 1px solid #dddddd;
    line-height: 18px;
    padding-bottom: 5px;
    margin-bottom: 7px;
}
#career_content {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 8px;
}
.career_sub {
    padding-top: 13px;
    padding-bottom: 13px;
    display: inline-block;
}
.career_pos_name {
    padding-top: 13px;
    padding-bottom: 13px;
    border-left: 1px solid #cccccc;
}
.styled-select {
   background: url(http://i62.tinypic.com/15xvbd5.png) no-repeat 96% 0;
   height: 29px;
   overflow: hidden;
   width: 540px;
}

.styled-select select {
   background: transparent;
   border: none;
   font-size: 14px;
   height: 29px;
   padding: 5px; /* If you add too much padding here, the options won't show in IE */
   width: 468px;
}

.styled-select.slate {
   background: url(http://i62.tinypic.com/2e3ybe1.jpg) no-repeat right center;
   height: 34px;
   width: 440px;
}

.styled-select.slate select {
   border: 1px solid #ccc;
   font-size: 16px;
   height: 34px;
   width: 468px;
}
.fr{float: right;}
.sf{font-size:24px;}