/*img {
  pointer-events: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -ms-user-select: none;
}*/
.empty-header {
  background-color: rgba(0, 0, 0, 0.8);
  height: 50px;
}
@media only screen and (min-width: 768px) {
  .empty-header {
    height: 60px;
  }
}
.pager {
  clear: both;
}
#page-ajax-loading {
  clear: both;
  font-weight: 700;
  color: #ccc;
  text-align: center;
  padding: 50px 0;
}
.iframe-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  background: #000;
}
.iframe-wrapper iframe,
.iframe-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%!important;
  height: 100%!important;
}
.btn-down,
.btn-right,
.btn-left,
.btn-home {
  border: 3px solid #fff;
  border-radius: 100%!important;
  margin-top: 30px!important;
  font-size: 40px!important;
  color: #fff;
  text-shadow: 1px 1px 3px #404040;
  -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.1);
  box-shadow: 1px 1px 3px rgba(0,0,0,.1);
}
.btn-down {
  padding: 7px 15px!important;
}
.btn-right {
  margin-top: 50px!important;
  padding: 7px 18px 7px 23px!important;
  margin-left: 10px!important;
  margin-right: 10px!important;
}
.btn-left {
  margin-top: 50px!important;
  padding: 7px 24px 7px 24px!important;
  margin-left: 10px!important;
  margin-right: 10px!important;
}
.btn-home {
  margin-top: 50px!important;
  padding: 7px 18px 7px 18px!important;
  margin-left: 10px!important;
  margin-right: 10px!important;
}
.btn-down:hover,
.btn-down:focus,
.btn-left:hover,
.btn-left:focus,
.btn-home:hover,
.btn-home:focus,
.btn-right:hover,
.btn-right:focus {
    outline: 0;
    color: #fff;
}
img {
  max-width: 100%;
}
html,
body {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
body {
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #404040;
  font-weight: 300;
}
p {
  line-height: 1.5;
  margin: 30px 0;
}
blockquote p {
  margin: 10px 0;
}
p a {
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 800;
}
a {
  color: #404040;
  text-decoration: none;
}
button:hover,
button:focus {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
a:hover,
a:focus {
  color: #000000;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
a img:hover,
a img:focus {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
blockquote {
  color: #808080;
  font-style: italic;
}
hr.small {
  max-width: 100px;
  margin: 15px auto;
  border-width: 4px;
  border-color: white;
}
.navbar-custom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background-color: transparent;
}
.navbar-collapse {
  background-color: #FFFFFF;
}
.navbar-custom .nav li a {
  color: rgba(0, 0, 0, 0.8);
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus {
  color: rgba(0, 0, 0, 1);
  text-decoration: underline;
}
.navbar-custom .navbar-toggle .icon-bar {
  background-color: white;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:active {
  background-color: rgba(64,64,64,0.8);
}
.navbar-custom .navbar-brand {
  font-weight: 800;
  color: white;
  text-shadow: 1px 1px 3px #404040;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus {
  color: white;
  text-decoration: underline;
}
.navbar-custom .nav li a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
}
@media only screen and (min-width: 768px) {
  .navbar-custom .nav li a {
    text-shadow: 1px 1px 3px #404040;
  }
}
.navbar-custom.is-fixed  .navbar-brand,
.navbar-custom.is-fixed  .nav li a {
  text-shadow: 0px 0px 0px #404040;
}

@media only screen and (min-width: 768px) {
  .navbar-collapse {
    background: none;
  }
  .navbar-custom {
    background: transparent;
    border-bottom: 1px solid #f2f2f2;
    background-color: none;
  }
  .navbar-custom .navbar-brand {
    color: white;
    padding: 20px 20px 40px;
  }
  .navbar-custom .navbar-brand:hover,
  .navbar-custom .navbar-brand:focus {
    color: rgba(255, 255, 255, 1);
    text-decoration: underline;
  }
  .navbar-custom .nav li a {
    color: white;
    padding: 20px;
  }
  .navbar-custom .nav li a:hover,
  .navbar-custom .nav li a:focus {
    color: rgba(255, 255, 255, 1);
    text-decoration: underline;
  }
}
@media only screen and (min-width: 1200px) {
  .navbar-custom {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .navbar-custom.is-fixed {
    position: fixed;
    top: -61px;
    background-color: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid #f2f2f2;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .navbar-custom.is-fixed .navbar-brand {
    color: #404040;
  }
  .navbar-custom.is-fixed .navbar-brand:hover,
  .navbar-custom.is-fixed .navbar-brand:focus {
    color: #000000;
  }
  .navbar-custom.is-fixed .nav li a {
    color: #404040;
  }
  .navbar-custom.is-fixed .nav li a:hover,
  .navbar-custom.is-fixed .nav li a:focus {
    color: #000000;
  }
  .navbar-custom.is-visible {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.full-header,
.half-header {
  background: no-repeat center center;
  background-attachment: scroll;
  background-size: cover;
  -o-background-size: cover;
}
.full-header {
  height: 100%;
}
.full-header-front,
.half-header-front {
  background: rgba(0,0,0,0.2);
}
.full-header-front {
  height: 100%;
}
.half-header-front {
  padding: 125px 0 100px;
}
.header-content {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.full-header .page-heading,
.half-header .page-heading {
  text-align: center;
  color: white;
}
.full-header .page-heading h1,
.half-header .page-heading h1 {
  margin-top: 0;
  font-size: 32px;
  text-shadow: 1px 1px 5px #404040;
}
.full-header .page-heading .subheading,
.half-header .page-heading .subheading,
.site-heading .subheading {
  font-size: 24px;
  line-height: 1.1;
  display: block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin: 10px 0 0;
}
.full-header .subheading,
.half-header .subheading {
  text-shadow: 1px 1px 3px #404040;
}
@media only screen and (min-width: 768px) {
  .full-header .page-heading h1,
  .half-header .page-heading h1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .header-content {
    margin-top: 50px;
  }
  .full-header .page-heading h1,
  .half-header .page-heading h1 {
    font-size: 60px;
  }
  .full-header .page-heading .subheading,
  .half-header .page-heading .subheading {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1200px) {
  .header-content {
    margin-top: 60px;
  }
  .half-header-front {
    padding: 175px 0;
  }
  .full-header .page-heading h1,
  .half-header .page-heading h1 {
    font-size: 68px;
  }
  .full-header .page-heading .subheading,
  .half-header .page-heading .subheading {
    font-size: 32px;
  }
}

.post-previews {
  margin: 60px 0 50px;
}
.post-previews hr {
  margin: 40px 0;
}
.post-preview {
  margin: 0;
}
.post-preview a {
  color: #404040;
}
.post-preview a:hover .preview-image,
.post-preview a:focus .preview-image {
  opacity: 0.8;
  -webkit-transition: top 0.3s ease,opacity 0.3s ease;
  transition: top 0.3s ease,opacity 0.3s ease;
}
.post-preview a:hover,
.post-preview a:focus {
  color: #000000;
  text-decoration: none;
}
.post-preview a .post-title {
  margin: 5px 0 10px;
}
.post-preview a .post-subtitle {
  margin: 0;
  font-weight: 300;
  margin-bottom: 10px;
}
.post-preview .post-meta {
  color: #808080;
  font-size: 16px;
  margin-top: 5px;
}
.post-preview a:hover .post-title,
.post-preview a:focus .post-title {
  text-decoration: none;
}
.post-preview .post-meta a {
  text-decoration: none;
  color: #404040;
}
.post-preview a:hover .post-meta,
.post-preview a:focus .post-meta {
  color: #404040;
}
@media only screen and (min-width: 768px) {
  .post-preview a .post-title {
    font-size: 32px;
  }
}
.post-preview a p {
  margin: 10px 0 0;
  font-size: 18px;
}
.section-heading {
  font-size: 36px;
  margin-top: 60px;
  font-weight: 700;
}
.caption {
  text-align: center;
  font-size: 14px;
  padding: 10px;
  font-style: italic;
  margin: 0;
  display: block;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
footer {
  padding: 50px 0 65px;
}
footer .list-inline {
  margin: 0;
  padding: 0;
}
footer .copyright {
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
}
footer p a {
  text-decoration: none;
}
footer p a:hover,
footer p a:focus {
  text-decoration: underline;
}
.floating-label-form-group {
  font-size: 14px;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #eeeeee;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  font-size: 1.5em;
  background: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  resize: none;
}
.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.3s ease,opacity 0.3s ease;
  transition: top 0.3s ease,opacity 0.3s ease;
}
.floating-label-form-group::not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #eeeeee;
}
.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}
.floating-label-form-group-with-focus label {
  color: #000000;
}
form .row:first-child .floating-label-form-group {
  border-top: 1px solid #eeeeee;
}
.btn {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  border-radius: 0;
  padding: 15px 25px;
  margin: 0 0 5px;
}
.letters {
  margin-top: 50px;
}
.letters .btn {
  width: 58px;
  padding: 15px 0;
}
.btn-lg {
  font-size: 16px;
  padding: 25px 35px;
}
.btn-default:disabled,
.btn-default:hover,
.btn-default:focus {
  background-color: #000000!important;
  border: 1px solid #000000!important;
  color: white!important;
}
.pager {
  margin: 20px 0 0;
}
.pager  li.previous > a {
  margin-right: 5px;
}
.pager  li.next > a {
  margin-left: 5px;
}
.pager li > a,
.pager li > span {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 15px 25px;
  background-color: white;
  border-radius: 0;
  margin-bottom: 5px;
}
.pager li > a:hover,
.pager li > a:focus {
  color: white;
  background-color: #000000;
  border: 1px solid #000000;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #808080;
  background-color: #404040;
  cursor: not-allowed;
  border: 1px solid #404040;
}
.btn-default.active,
.btn-default.active:hover,
.btn-default.active:focus,
.pager .active > a,
.pager .active > a:hover,
.pager .active > a:focus,
.pager .active > span {
  color: #FFFFFF;
  background-color: #404040;
  cursor: default;
  border: 1px solid #404040;
}
::-moz-selection {
  color: white;
  text-shadow: none;
  background: #000000;
}
::selection {
  color: white;
  text-shadow: none;
  background: #000000;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body {
  webkit-tap-highlight-color: #000000;
}

/* TIMELINE */

.timeline-wrapper {
  position: relative;
}

.timeline-nav {
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  padding: 10px 0;
  display: none;
  z-index: 100;
}

.timeline-nav nav.affix,
.timeline-nav nav.affix-bottom {
  position: fixed;
  top: 80px;
}

@media only screen and (min-width: 1200px) {
  .timeline-nav {
    display: block;
  }
}

.timeline-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.2;
}

.timeline-nav ul li {
  margin: 0;
  padding: 0;
}

.timeline-nav ul li a {
  font-size: 18px;
  font-weight: bold;
}

.timeline-nav ul li.active > a {
  color: #000000;
  font-weight: bold;
}

.timeline-nav ul li ul {
  display: none;
  margin-bottom: 10px;
}

.timeline-nav ul li.active ul {
  display: block;
}

.timeline-nav ul li ul li a {
  font-size: 14px;
  font-weight: normal;
}

.timeline {
  position: relative;
  width: 991px;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  overflow: hidden;
}

.timeline:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background: #eee;
  margin-left: -1px;
}

.timeline > li {
  position: relative;
  clear: both;
  float: left;
  width: 430px;
  background: #ffffff;
  padding: 20px;
  border: 1px solid #eee;
  margin: -100px 0 0;
  border-radius: 2px;
  text-align: center;
}

.timeline > li.both {
  width: 100%;
}

.timeline > li:before {
  content: "";
  position: absolute;
  right: -51px;
  top: 50%;
  width: 50px;
  height: 1px;
  background: #eee;
}

.timeline > li:after {
  content: "";
  position: absolute;
  right: -75px;
  top: 50%;
  width: 16px;
  height: 16px;
  background: #eee;
  margin-top: -8px;
  border: 3px solid #fff;
  border-radius: 50%;
}

.timeline > li:hover:before,
.timeline > li:focus:before,
.timeline > li:hover:after,
.timeline > li:focus:after {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.timeline > li.right { 
  float:right;
}

.timeline > li.right:before {
  left: -51px;
  right: auto;
}

.timeline > li.right:after {
  left: -74px;
  right: auto;
}

.timeline > li.present:after,
.timeline > li.right.present:after {
  top: 50%;
  right: -82px;
  width: 32px;
  height: 32px;
  background: #fff;
  border-color: #eee;
  margin-top: -16px;
}

.timeline > li.right.present:after {
  left: -83px;
  right: auto;
}

.timeline > li:hover {
  border-color: #aaa;
  -webkit-box-shadow: 0 0 8px #eee;
          box-shadow: 0 0 8px #eee;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.timeline > li:hover:before,
.timeline > li:hover:after {
  background: #b5b5b5;
}

.timeline > li.present:hover:after,
.timeline > li.right.present:hover:after {
  background: #fff;
  border-color: #b5b5b5;
}

.timeline .year span {
  display: inline-block;
  background: #f2f2f2;
  padding: 6px 12px;
  border: 1px solid #eee;
  border-radius: 2px;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  color: #404040;  
}

.timeline > li.year {
  float: none;
  clear: both;
  width: 100%;
  background: transparent;
  margin: 0;
  padding: 100px 0 200px;
  border: 0;
  border-radius: 0;
  text-align: center;
  -webkit-box-shadow: none;
          box-shadow: none;
          min-height: auto;
}

.timeline > li.year.top {
  padding-top: 0;
}

.timeline > li.year.bottom {
  padding-bottom: 0;
}

.timeline > li.year:hover,
.timeline > li.year.top:hover {
  border-color: #eee;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.timeline > li.break {
  margin: 40px 0 0;
}

.tl-header {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
  -webkit-box-shadow: 0 1px #fff;
          box-shadow: 0 1px #fff;
  text-align: center;
  text-shadow: 0 1px #fff;
}

.tl-header h3 {
  margin: 0;
  padding: 0;
  font-size: 24px;
  line-height: 22px;	
}

.tl-content h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 300;
}

.tl-time {
  font-size: 16px;
  letter-spacing: -1px;
  color: #b5b5b5;
  font-family: "Open Sans", sans-serif;
}

.timeline > li img,
.timeline > li .video-wrap {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 20px;
  border-radius: 2px;
  border-bottom: 1px solid #eee;
  -webkit-box-shadow: 0 1px #fff;
          box-shadow: 0 1px #fff;
}

.timeline > li .video-wrap {
  width: 100%;
  overflow: hidden;
}

.tl-content {
  text-align: left;
  font-size: 16px;
}

.tl-content p {
  margin: 10px 0 0;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .timeline {
    width: 731px;
  }
	
  .timeline > li {
    width: 320px;
  }
	
  .timeline > li:after {
    right: -55px;
  }
	
  .timeline > li.right:after {
    left: -55px;	
  }
	
  .timeline > li.present:after {
    right: -62px;
  }
	
  .timeline > li.right.present:after {
    left: -63px;
  }
}

@media screen and (max-width: 767px) {
  .timeline {
    width: 100%;
  }
	
  .timeline > li {
    width: 90%;
    margin: 40px 0;
  }
	
  .timeline > li:before,
  .timeline > li:after {
    display: none;
  }

  .timeline > li.break {
    margin: 40px 0;
  }
	
  .timeline > li.year.top {
    padding: 0 0 40px;
  }
	
  .timeline > li.year {
    padding: 40px 0;
  }
}
.preview-box {
  margin: 3px 0 20px;
  position: relative;
}
.preview-box a {
  display: block;
}
.preview-box a:hover,
.preview-box a:focus {
  text-decoration: none;
}
.post-preview a:hover .preview-date,
.post-preview a:focus .preview-date,
.preview-box a:hover .preview-date,
.preview-box a:focus .preview-date {
  background: #000;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.preview-box a:hover .preview-title,
.preview-box a:focus .preview-title {
  text-decoration: none;
}
.preview-box a:hover .preview-image,
.preview-box a:focus .preview-image {
  opacity: 0.8;
  cursor: pointer;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.preview-date {
  background: #404040;
  color: #fff;
  padding: 3px 5px;
  font-size: 14px!important;
}
.preview-external {
  background: #EEE;
  color: #404040;
  padding: 3px 7px;
  font-size: 14px!important;
}
.post-preview a:hover .preview-external,
.post-preview a:focus .preview-external,
.preview-box a:hover .preview-external,
.preview-box a:focus .preview-external {
  color: #000;
  background: #DDD;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.preview-image {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background: no-repeat center center;
  background-attachment: scroll;
  background-size: cover;
  -o-background-size: cover;
  background-color: #404040;
  opacity: 1;
}

a.photo-box {
  display: block;
  opacity: 1;
  position: relative;
  margin-bottom: 30px;
}
.photo-box h2 {
  position: absolute;
  bottom: 20px;
  right: 20px;
  margin: 0;
  padding: 0;
  color: white;
  text-align: right;
  padding: 20px 0 0 20px;
  text-shadow: 1px 1px 3px #404040;
  font-size: 24px;
}
.photo-box:hover h2 {
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.preview-photo {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
  background: no-repeat center center;
  background-attachment: scroll;
  background-size: cover;
  background-color: #404040;
}
.photo-box:hover,
.photo-box:focus {
  opacity: 0.8;
  -o-background-size: cover;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.page-image {
  position: relative;
  padding-bottom: 50%;
  height: 0;
  margin-bottom: 30px;
  overflow: hidden;
  background: no-repeat center center;
  background-attachment: scroll;
  background-size: cover;
  -o-background-size: cover;
}
.preview-title {
  margin: 3px 0 0;
}
.preview-text {
  margin: 0;
  font-weight: 300;
}
.one-third {
  padding: 50px 10%;
}
@media only screen and (min-width: 992px) {
  .one-third {
    padding: 50px 3%;
  }
}
@media only screen and (min-width: 1200px) {
  .one-third {
    padding: 50px 5%;
  }
}

.more-link {
  margin-top: 5px;
  font-size: 16px;
}
.more-link .fa {
  margin-left: 5px;
}
.fa-right {
  margin-left: 5px;
}
.fa-for-link,
.fa-left {
  margin-right: 5px;
}
.pager {
  padding-top: 50px;
}
.back-url {
  font-size: 16px;
  margin: 10px 0 30px;
}
.back-url .fa {
  margin-right: 5px;
}

.page-meta {
  font-size: 16px;
}
.page-meta p {
  margin-bottom: 0;
}
.page-meta .page-date {
  color: #808080;
}
.categories {
  margin-bottom: 50px;
}
.categories .btn {
  display: block;
  width: 100%;
  padding: 15px;
  white-space: normal; 
}
.timeline li .preview-image {
  margin-bottom: 10px;
}
.timeline li:hover .preview-image,
.timeline li:focus .preview-image {
  opacity: 0.8;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.quotation-text {
  margin: 0;
  font-style: normal;
}
.quotation-author {
  font-style: normal;
}
.text-wrapper {
  margin-top: -20px;
  margin-bottom: -30px;
}
.section {
  margin-bottom: 30px;
}
.section a {
  text-decoration: underline;
}
.first-section {
  margin-top: 30px;
  margin-bottom: 0px;
}
.external-link {
  font-size: 16px;
}
.film-profession {
  margin-top: 10px;
}
.video-container {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0!important;
}
.person-photos {
  text-align: center;
}
.magazine-issues-navigation .carousel-control.left,
.magazine-issues-navigation .carousel-control.right,
.project-navigation .carousel-control.left,
.project-navigation .carousel-control.right,
.person-photos .carousel-control.left,
.person-photos .carousel-control.right {
  background: none;
  text-shadow: -1px -1px 0 #404040, 1px -1px 0 #404040, -1px 1px 0 #404040, 1px 1px 0 #404040;
}
.magazine-issues-navigation .carousel-control.left,
.magazine-issues-navigation .carousel-control.right {
  z-index: 10;
}
.person-photos .carousel-inner .item {
}
.person-photos .carousel-inner .item .img {
  cursor: pointer;
}
.person-photos .carousel-inner .item .img img {
  max-height: 400px;
  width: auto!important;
}
.fullimage-photo {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.preview-photo-contain {
  background-size: contain;
  -o-background-size: contain;
  background-color: #fff;
}
.person-photos .carousel-inner .item .photo {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
  background: no-repeat center center;
  background-attachment: scroll;
  background-size: contain;
  background-color: #FFF;
}
.quotation-author cite {
  font-style: normal;
}
.loading {
  background-image: url('../img/loading.gif');
  background-position: right 10px center;
  background-repeat: no-repeat;
}
button.loading {
  -webkit-transition: none!important;
  transition: none!important;
  background-position: right 5px center;
  background-image: url('../img/loading-black.gif?1');
}
.carousel-fullscreen,
.carousel-fullscreen .carousel-inner,
.carousel-fullscreen .item,
.carousel-fullscreen .carousel-inner .active {
  height:100%;
}
video,
iframe {
  max-width: 100%;
  border: 0!important;
}
.hidden-text {
  display: none;
}
.hidden-slider,
.hidden-text-show {
  border-bottom: 1px dashed #404040;
  color: #404040;
  cursor: pointer;
}
.hidden-text-show {
  font-size: 18px;
}
.hidden-slider:hover,
.hidden-slider:focus,
.hidden-text-show:hover,
.hidden-text-show:focus {
  border-bottom: 1px dashed #000000;
  text-decoration: none;
  color: #000000;
}
.page-author a,
.page-author a:hover,
.page-author a:focus {
  text-decoration: underline;
}
.page-author-photo {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
  background: no-repeat center center;
  background-attachment: scroll;
  background-size: cover;
  -o-background-size: cover;
  border-radius: 100%;
}
.page-author-description {
  margin-top: -30px;
}
.project-photo {
  position: relative;
  width: 400px;
  height: 400px;
  overflow: hidden;
  background: no-repeat center center;
  background-attachment: scroll;
  background-size: cover;
  -o-background-size: cover;
  border-radius: 100%;
  margin: 20px auto;
}
.project-full-header {
  background-color: transparent;
}
.project-full-header a {
  color: #fff;
}
.project-full-header a:hover,
.project-full-header a:focus {
  color: #ccc;
}
.project-item header {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
  z-index: 2;
  background-color: #fff;
}
.project-full-header header {
  background-color: transparent;
  color: #fff;
  text-shadow: 1px 1px 3px #404040;
  border-bottom: 1px solid #ccc;
}
.project-item .project-item-text {
  margin-top: 120px;
  margin-bottom: 80px;
  background-color: #fff;
}
.project-full-header .project-item-text {
  background-color: transparent;
  color: #fff;
  text-shadow: 1px 1px 3px #404040;
}
.project-item footer {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid #eee;
  z-index: 2;
  background-color: #fff;
}
.project-full-header footer {
  background-color: transparent;
  color: #fff;
  text-shadow: 1px 1px 3px #404040;
  border-bottom: 1px solid #ccc;
}
.project-item .project-scrollable {
  background-color: #fff;
  overflow-y: scroll;
  padding-right: 17px;
  width: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.project-full-header-scrollable {
  overflow-y: scroll;
  padding-right: 17px;
  width: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.no-padding {
  padding: 0;
}
.modal-content {
  border-radius: 0;
}
.project-preview {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
  cursor: pointer;
  background: no-repeat center center;
  background-attachment: scroll;
  background-size: cover;
  -o-background-size: cover;
  background-color: #fff;
  opacity: 1;
}
.project-preview:hover {
  opacity: 0.8;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.project-preview h2 {
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: white;
  text-align: right;
  margin: 0;
  padding: 20px 0 0 20px;
  text-shadow: 1px 1px 3px #404040;
  font-size: 20px;
}
.project-preview:hover h2 {
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.social-profile {
  font-size: 40px;
  margin-right: 10px;
}
.link-profile:hover {
  color: #f02d36;
}
.facebook-profile:hover {
  color: #3b5998;
}
.youtube-profile:hover {
  color: #cd201f;
}
.page-text-image {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.page-text-image .image-text {
  position: absolute;
  bottom: 0;
  left: 0; 
  padding: 10px;
  background: rgba(0,0,0,0.6);
  display: block;
  width: 100%;
  z-index: 2;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
.jumbotron-fluid {
  margin: 80px 0 0!important;
}
@media only screen and (min-width: 992px) {
  .jumbotron-fluid {
    padding: 0px 3%;
  }
}
@media only screen and (min-width: 1200px) {
  .jumbotron-fluid {
    padding: 0px 5%;
  }
}
.jumbotron {
  
  border-radius: 0!important;
}
.jumbotron h3 {
  margin-bottom: 40px;
}
.jumbotron p {
  font-size: 18px;
  margin: 15px 0;
}
/*@media only screen and (min-width: 768px) {
  .page-text p,
  .page-text div {
    text-align: justify;
  }
}*/
.page-text img {
  margin: 0 10px;
  max-width: 100%;
  opacity: 1;
}
.page-text img:hover,
.page-text img:focus {
  opacity: 0.8;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
#encyclopedia a {
  text-decoration: underline;
}
#encyclopedia .tab-pane {
  padding: 30px 0 0;
}
#encyclopedia p {
  font-size: 16px;
  margin: 5px 0;
}

.blog-post-container {
  margin: 0;
  padding: 0;
}
.blog-post {
  display: block;
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
  background: no-repeat center center;
  background-attachment: scroll;
  background-size: cover;
  background-color: #404040;
  color: #fff;
}
.blog-post-container.container-tall .blog-post {
  padding-bottom: 150%;
}
@media screen and (min-width: 1200px) {
  .blog-post-container.container-xl .blog-post {
    padding-bottom: 37.5%;
  }
}
.blog-post:hover,
.blog-post:focus {
  color: #fff;
  text-decoration:none;
}
.blog-post .blog-post-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(32,32,32,0.6);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.blog-post:hover .blog-post-bg {
  opacity: 0;
}
.blog-post .blog-post-text h2 {
  font-size: 24px;
  padding: 10px;
  margin: 0;
}
.blog-post .blog-post-text p {
  padding: 0 10px 10px;
  margin: 0;
}
.blog-post .blog-post-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
}
.ya-site-form__submit {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background: #fff;
  border: 2px solid #fff;
}
.ya-site-form__submit:hover,
.ya-site-form__submit:focus {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
#navbar-logo {
  position: absolute;
  top: 0;
  left: 15px;
}
#navbar-search {
  position: absolute;
  top: 0;
  right: 15px;
}
#navbar-search a {
  float: right;
  font-size: 24px;
  padding-top: 13px;
}
#navbar-search a:hover,
#navbar-search a:focus {
  color: #ccc;
}
.navbar-collapse {
  margin-top: 50px;
}
.dropdown.open a.dropdown-toggle,
.dropdown.open a.dropdown-toggle:hover,
.dropdown.open a.dropdown-toggle:focus {
  background: #fff;
}
#search {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  border: 0;
  padding: 0;
  text-align: center;
  background: rgba(238,238,238,1);
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}
#search input[type=search] {
  margin-top:-5px!important;
  padding:8px!important;
  border: 1px solid #FFFFFF!important;
}
#search input[type=button] {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  border-radius: 0;
  padding: 8px 15px;
  margin: 0 0 5px;
  border: 1px solid #FFFFFF!important;
  margin-left: 5px;
}
#search input[type=button]:hover,
#search input[type=button]:focus {
  background-color: #000000!important;
  border: 1px solid #000000!important;
  color: white!important;
}
@media (min-width:768px) {
  #search {
    top: 60px;
  }
  .navbar-collapse {
    margin-top: 0px;
  }
  #navbar-search {
    right: 0;
  }
  #navbar-search a {
    padding-top: 18px;
    padding-bottom: 42px;
  }
  .nav.navbar-nav {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  .nav.navbar-nav li {
    display: inline-block;
    float: none;
    width: auto;
    position: static;
  }
  .nav.navbar-nav li a {
    display: inline-block;
    float: none;
    width: auto;
  }
  .dropdown.open a.dropdown-toggle,
  .dropdown.open a.dropdown-toggle:hover,
  .dropdown.open a.dropdown-toggle:focus {
    background: rgba(238,238,238,1);
    -webkit-transition: none;
    transition: none;
    color: #000;
    text-shadow: none;
  }
  .dropdown-menu {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    border: 0;
    padding: 0;
    text-align: center;
    background: rgba(238,238,238,1);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid #eee;
  }
  .dropdown-menu li {
    display: inline-block;
    float: none;
    width: auto;
  }
  .dropdown-menu li a,
  .dropdown-menu li a:hover,
  .dropdown-menu li a:focus {
    background: none;
    color: #404040!important;
    text-shadow: none!important;
  }
  .dropdown-menu li a:hover,
  .dropdown-menu li a:focus {
    color: #000!important;
  }
  .is-fixed .dropdown-menu {
    background: rgba(255,255,255,1);
  }
  .is-fixed .dropdown.open a.dropdown-toggle,
  .is-fixed .dropdown.open a.dropdown-toggle:hover,
  .is-fixed .dropdown.open a.dropdown-toggle:focus {
    background: #fff!important;
  }
  .is-fixed .dropdown.open a.dropdown-toggle {
    background: none;
  }
  .is-fixed #navbar-search a:hover,
  .is-fixed #navbar-search a:focus {
    color: #000;
  }
  .is-visible .dropdown.open .dropdown-menu {
    display: block;
  }
}
#search.collapsing {
  -webkit-transition: none;
  transition: none;
}
.featured {
  margin-bottom: 30px;
}
.featured a {
  font-weight: 700;
  text-decoration: underline!important;
}
.page-text {
  margin: 30px 0;
}
.page-text p:first-child {
  padding-top: 0!important;
  margin-top: 0!important;
}
.page-text p:last-child {
  padding-bottom: 0!important;
  margin-bottom: 0!important;
}
.modal-content p:first-child {
  margin-top: 0;
}
.modal-content p:last-child {
  margin-bottom: 0;
}
.project-modal-button {
  position: relative;
  z-index: 1000;
}
.btn-footer {
  cursor: pointer;
  color: #404040!important;
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  margin: 0 20px;
  border-radius: 100%;
  border: 1px solid #404040;
  font-size: 18px;
}
.project-full-header .btn-footer {
  color: #fff!important;
  border-color: #fff;
}
.project-navigation .carousel-control.left,
.project-navigation .carousel-control.right {
  bottom: 70px;
}
.history-timeline {
  list-style: none;
  padding: 0;
  margin: 30px 0;
  text-align: center;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.history-timeline li {
  display: table-cell;
  font-size: 14px;
  padding-top: 20px;
  position: relative;
  vertical-align: middle;
}
.history-timeline li::before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  right: 0;
  height: 2px;
  background: #404040;
}
.history-timeline li a {
  padding-top: 10px;
  text-decoration: none;
  display: inline-block;
  font-weight: 700;
  color: #666;
}
.history-timeline li a::before {
  content: '';
  background: #fff;
  width: 20px;
  height: 20px;
  border: 2px solid #404040;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -10px;
}
.history-timeline li.active a::before {
  width: 26px;
  height: 26px;
  margin-top: -3px;
  margin-left: -13px;
  border-color: #404040;
  background: #ddd;
}
.history-timeline li a:hover::before,
.history-timeline li a:focus::before {
  background: #ddd;
  transition: background .3s ease;
  -webkit-transition: background .3s ease;
}
.history-timeline li a:hover,
.history-timeline li a:focus {
  color: #404040;
}
.history-timeline li.active a {
  color: #404040;
}
.m-l-5 {
  margin-left: 5px;
}
.goog-te-combo {
  text-align: center;
  color: #404040;
  border: 1px solid #ccc;
  padding: 10px 5px;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  font-family: 'Open Sans', sans-serif!important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 10px!important;
}
.goog-te-combo:hover,
.goog-te-combo:focus {
  border-color: #000;
  background: #000;
  color: #fff;
  transition: background .5s ease, border-color .5s ease, color .5s ease;
  -webkit-transition: background .5s ease, border-color .5s ease, color .5s ease;
}
.goog-te-combo option {
  background: #fff;
  color: #000;
}
.goog-te-gadget a img {
  cursor: pointer;
}
@media (max-width: 767px) {
  .history-timeline li {
    font-size: 10px;
    line-height: 1;
  }
  .history-timeline li a::before {
    width: 16px;
    height: 16px;
    margin-top: 2px;
    margin-left: -8px;
  }
  .history-timeline li.active a::before {
    width: 18px;
    height: 18px;
    margin-top: 1px;
    margin-left: -9px;
  }
}