/*
 * Globals
 */

@font-face {
    font-family: ITCHeader;
    src: url(../font/ITCAvantGardeStd-Md.otf);
}

@font-face {
    font-family: ITCSubHeader;
    src: url(../font/ITCAvantGardeStd-XLt.otf);
}

@font-face {
    font-family: OpenSansRegular;
    src: url(../font/OpenSans-Regular.ttf);
}

@font-face {
    font-family: headerFont;
    src: url(../font/danielbd.ttf);
}

@font-face {
  font-family: corpSRegular;
  src: url(../font/CorpoSReg);
}

@font-face {
  font-family: corpSLight;
  src: url(../font/CorpoSLig);
}

/* Links */
a,
a:focus,
a:hover {
  color: #333;
  cursor: pointer;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}


/*
 * Base structure
 */

h4 {
  font-size: 16px;
}

html,
body {
  height: 100%;
  background-color: #fff;
}
body {
  color: black;
  text-align: center;
  font-size: 14px;
  line-height: 200%;
  font-family: OpenSansRegular, ITCSubHeader, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  //font-family: ITCSubHeader, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;

}

span {
  line-height: 200%;
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  margin-top: 80px;

}

.rowNoMargin {
  margin: 0px;
}

.noPadding {
  padding: 0px;
}


/*
 * Header
 */
 nav ul li {
  padding-left: 10px;
  padding-right: 10px;
 }
.masthead-brand {
  font-family: headerFont, ITCHeader, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 36px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;

  padding-left: 15px;
  padding-right: 15px;
}

.masthead-nav {
  margin-top: 8px;
  //margin-left: 40px;

  padding-left: 15px;
  padding-right: 15px;
}

.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 20px;
}

.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 14px;
  font-weight: bold;
  color: #999;
  border-bottom: 2px solid transparent;
}

.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #333;
  border-bottom-color: #333;
}

@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
}

/*
 * Footer
 */
.innerPadding {
  padding-top: 50px;
  padding-bottom: 30px;
}

.footerNav {
  margin-top: 20px;
  margin-bottom: 4px;
}


/*
 * Cover
 */

.cover {
  padding: 0 20px;
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}


/*
 * Footer
 */

.mastfoot {
  color: #999; /* IE8 proofing */
}


/*
 * Content
 */
.project-title{
  line-height: 150%;
}
.project-text {
  text-align: left;
  font-size: 14px;
}

.disabled {
   pointer-events: none;
   cursor: default;
   color: #d9d9d9;
}

.portraitPadding {
  padding-left: 7%;
  padding-right: 7%;
}

div img {
  max-height: 100%;
  max-width: 100%;
}

.label-primary {
  background: #006699;
}

.color-blue {
  color: #006699;
  //color: #4d4d4d;
}

.imagePadding {
  padding-top: 0.6em;
  padding-bottom: 0.6em;
}

.hrefHover:hover,
.hrefHover:hover *,
.hrefHover:hover *:visited {
  text-decoration: none;
  background-color: transparent;
  color: #cccccc;
  -webkit-transition:all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.hrefHover {
  -webkit-transition:all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.imageTitle {
  text-align: left;
  margin-top: 0em;
}

.imageTime {
  text-align: left;
  font-size: 12px;
  margin-top: 0em;
}

.imageDesp {
  text-align: left;
  margin-top: 0em;
}

.imageLabel {
  text-align: left;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 150%;
}

.vertical-center {
  display:table-cell;
  vertical-align:middle;
  float:none;
}


/*
 * Affix and center
 */

@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    top: 0;
  }
  .mastfoot {
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 992px) {
  .cover-container {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
  }
}




/* ------------------- */
.hoverEffect figure {
  background: #cccccc;
}
.hoverEffect a,
.hoverEffect figure img {
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.hoverEffect a:hover,
.hoverEffect figure:hover img {
  opacity: .7;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}




.light-background{
  background-color: #f6f6f6;
  padding-bottom: 4em;
}

.dark-background{
  background-color: #333333;
  color: #cccccc;
}

.dark-background p,
.dark-background a,
.dark-background p a{
  color: #ffffff;
}

.col-centered{
    float: none;
    margin: 0 auto;
}

.col-centered img{
    width:100%;
}

.underline_text {
  //border-bottom: solid 1px #000000;
  //display: inline;
  //padding-bottom: 2px;
  text-decoration: underline;
}


.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}

.placeholderPaddingTop05em {
  padding-top: 0.5em;
}
.placeholderMarginTop0em {
  margin-top: 0em;
}
.placeholderMarginTop1em {
  margin-top: 1.5em;
}
.placeholderMarginTop2em {
  margin-top: 2em;
}
.placeholderMarginTop4em {
  margin-top: 4em;
}
.placeholderMarginTop5em {
  margin-top: 5em;
}
.marginTop9em {
  margin-top: 9em;
}
.placeholderMarginBottom0em {
  margin-bottom: 0em;
}
.placeholderMarginBottom1em {
  margin-bottom: 1em;
}
.placeholderMarginBottom2em {
  margin-bottom: 2em;
}
.placeholderMarginBottom4em {
  margin-bottom: 4em;
}
.marginBottom8em {
  margin-bottom: 8em;
}
.placeholderPaddingLR15px {
  padding-left: 15px;
  padding-right: 15px;
}
.placeholderMarginRight0em {
  padding-right: 0em;
}
.placeholderMarginLeft0em {
  padding-left: 0em;
}
.placeholderMarginRight2em {
  margin-right: 15px;
}
.marginRight5px {
  margin-right: 5px;
}
.marginTop-5px {
  margin-top: -5px;
}


/*
 * Video Setting
 */

.videoWrapper {
 position: relative;
 padding-bottom: 53.8%; /* 16:9 */
 padding-top: 25px;
 height: 0;
}
.videoWrapper iframe {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}

/*
 * ui view animation
 */
.animated-view.ng-enter {
  -webkit-transition:all 1.5s ease-in-out;
	-moz-transition:all 1.5s ease-in-out;
	-o-transition:all 1.5s ease-in-out;
	transition:all 1.5s ease-in-out;
  opacity: 0;
}
.animated-view.ng-enter-active {
  opacity: 1;
}
