@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
body, html, body *{
	color: #2a1b1b;
}
.side_header{
	padding-top: 3px;
	position: absolute;
	top: 0;
	z-index: 12;
}
header .container{
	position: relative;
}
header:after{
	clear: both;
	content: '';
	display: block;
}
header{
	padding-top: 40px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 14;
}
.languages_main, .languages_main li, .menu_button{
	display: inline-block;
	vertical-align: middle;
}
.languages_main{
	padding-top: 4px;
}
.languages_main a, .languages_main span{
	color: #fff;
}
.logo_holder a{
	display: block;
	width: 335px;
	height: 31px;
	background: url(../images/logo.png) center center no-repeat;
}
.slider_bg{
	height: 600px;
	background-size: cover;
	background-position: center center;
}
.slider_content{
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	bottom: 90px;
	color: #fff;
	text-transform: uppercase;
	font-size: 40px;
}
.row.no_space{
	margin-left: 0;
	margin-right: 0;
}
.row.no_space .col-md-1,.row.no_space .col-md-2,.row.no_space .col-md-3,.row.no_space .col-md-4,.row.no_space .col-md-5,.row.no_space .col-md-6,.row.no_space .col-md-7,.row.no_space .col-md-8,.row.no_space .col-md-9,.row.no_space .col-md-10,.row.no_space .col-md-11,.row.no_space .col-md-12{
	padding-left: 0;
	padding-right: 0;
}
h2{
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 25px;
}
h2:after{
	display: block;
	width: 50px;
	height: 6px;
	background-color: #ab523c;
	position: absolute;
	left: 50%;
	margin-left: -25px;
	top: 100%;
	content: '';
	margin-top: -6px;
}
.center_align{
	text-align: center;
}
.normal_text, .bio_content p{
	font-size: 20px;
	line-height: 30px;
	padding-bottom: 20px;
}
.normal_text:last-child, .bio_content p:last-child{
	padding-bottom: 0;
}
.padded_section{
	padding-bottom: 20px;
	padding-top: 20px;
}
.cover_bg{
	background: 0 0 no-repeat;
	background-size: cover;
}
.normal_btn{
	display: inline-block;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	color: #fff;
	background-color: #ab523c;
	padding: 15px 40px;
	border: 0 none;
	cursor: pointer;
}
.blocked_image img, .listing_image img{
	display: block;
	width: 100%;
}
.timeline_main, .contact_main{
	background: #0c1721;
}
.gallery_main, .timeline_main, .publications_main, .media_main, .about_section, .contact_main, .biography_main, .timeline_page_main{
	padding: 70px 0;
}
.timeline_main h2, .contact_main h2{
	color: #fff;
}
.timeline_main .listing_text{
	background: #fff;
	padding: 10px;
	font-size:16px;
}
.gallery_main .listing_item{
	position: relative;
}
.image_title{
	position: absolute;
	left: 0;
	right: 0;
	color: #fff;
	bottom: 0;
	padding-bottom: 15px;
}
.image_desc, .gallery_main .listing_text{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	z-index: 12;
}
.gallery_main .listing_text{
	overflow: hidden;
}
.image_desc{
	-moz-transform: translate(0,-100%);
	-webkit-transform: translate(0,-100%);
	transform: translate(0,-100%);
	background-color: rgba(0,0,0,0.5);
}
.listing_text .image_desc{
	background-color: transparent;
}
.gallery_main .listing_text .image_desc{
	background-color: rgba(0,0,0,0.5);
}
.image_title, .image_desc{
	-webkit-transition: all linear 300ms;
	-moz-transition: all linear 300ms;
	transition: all linear 300ms;
}
.image_desc span, .image_desc:after, .image_desc:before{
	display: inline-block;
	vertical-align: middle;
	color: #fff;
}
.image_desc:after, .image_desc:before{
	height: 100%;
	width: 1%;
	content: '';
}
.image_desc span{
	width: 96%;
}
.gallery_main .listing_item:hover .image_title{
	-moz-transform: translate(0,100%);
	-webkit-transform: translate(0,100%);
	transform: translate(0,100%);
}
.gallery_main .listing_item:hover .image_desc{
	-moz-transform: translate(0,0);
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
}
.timeline_main .listing_item:last-child{
	margin-bottom: 30px;
}
.view_full_gallery_btn{
	margin-top: 30px;
}
.timeline_main .listing_item{
	padding-bottom: 50px;
	position: relative;
	border-bottom: 1px solid #ab523c;
}
.timeline_main .listing_item .listing_date{
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	margin-top: -50px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 50px;
}
.timeline_main .listing_item:nth-child(n+5){
	padding-bottom: 0;
	padding-top: 50px;
	border: 0 none;
}
.timeline_main .listing_item:nth-child(n+5) .listing_date{
	top: inherit;
	bottom: 100%;
	margin-bottom: -50px;
	margin-top: 0;
}
.pub_content{
	background-color: #f6f6f6;
	text-align: center;
}
.padded_content{
	padding: 50px 60px;
	position: relative;
}
.pub_bottom{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0
}
.blocked_image{
	position: relative;
}
.blocked_image .abs_link{
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}
.blocked_image .abs_link a{
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 25px;
	display: block;
	padding: 10px;
}
.blocked_image .abs_link a:after, .blocked_link:after{
	display: block;
	margin: 5px auto;
	width: 41px;
	height: 14px;
	background-image: url(../images/arrow.png);
	content: '';
}
.blocked_link{
	display: block;
	background-color: #ab523c;
	color: #fff;
	text-align: center;
	padding: 50px 0 50px 0;
	font-size: 20px;
	text-transform: uppercase;
}
.contact_icon{
	font-size: 17px;
	color: #fff;
	line-height: 20px;
	text-align: center;
	margin-bottom: 50px;
}
.contact_icon:before{
	display: block;
	width: 50px;
	height: 50px;
	content: '';
	margin: 0 auto 10px auto;
}
.contact_icon a{
	color: #fff;
}
.map_icon:before{
	background: url(../images/map_icon.png) center center no-repeat;
}
.phone_icon:before{
	background: url(../images/phone_icon.png) center center no-repeat;
}
.mail_icon:before{
	background: url(../images/mail_icon.png) center center no-repeat;
}
.inputEntity{
	margin-bottom: 30px;
}
.inputEntity input, .inputEntity textarea{
	display: block;
	width: 100%;
	border: 0 none;
	background-color: #fff;
	padding: 10px 15px;
	color: #333333;
	font-size: 17px;
}
.inputEntity textarea{
	height: 160px;
}
.page_header{
	position: relative;
	height: 250px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.page_header:after{
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(34,34,34,0.5)
}
.margBot20{margin-bottom:20px;}
.margBot70{margin-bottom:70px;}
.viewBtns{padding:50px; display:inline-block; background-color:#ab523c;} 
.viewBtns span{color:#fff; font-size:20px; white-space:nowrap; display:block; text-transform:uppercase; position:relative;}
.viewBtns span:after{position:absolute; content:""; width:41px; height:14px; background-size:100% auto; background-repeat:no-repeat; background-position:center center; bottom:-15px; background-image:url(../images/arrow.png);}

.publications_main .listing_item{margin-bottom:30px;}
.publications_main .image_title{position:static; color:#0c1721; width:100%; text-align:center; display:block; padding:30px; font-size:20px; margin-bottom:20px;}
.publications_main .listing_text{border-left:1px solid #0c1721; border-right:1px solid #0c1721; border-bottom:1px solid #0c1721;}
.publications_main .image_desc{position:static; color:#ab523c; width:100%; text-align:center; display:block; font-size:16px;}
.publications_main .image_desc span{color:#ab523c; width:100%;}
.publications_main .image_desc:after, .publications_main .image_desc:before{display:none;}
.publications_main .image_desc:hover span{color:#0c1721;}
.publications_main .listing_image{background-color:#000;border: 1px solid #000;}
.publications_main .listing_image a{height:100%; display:flex; align-content:center; align-items:center;}
.publications_main .listing_image a img{max-width:100%;max-height: 100%;width: auto;margin: 0 auto;}

.tags li{display:inline-block; margin:0 5px;} 
.tags li a{display:block; padding:15px 18px; background-color:#362a2a; color:#fff; margin-top:15px;}

.timeline_container{background-color:#0c1721; padding:40px 0;}
.timeline_holder{margin:0 auto; max-width:780px;}
.yearTitle{text-align:center; color:#fff; font-size:30px; margin-bottom:30px;}
.eachYear{position:relative; clear: both;}
.eachYear:after{position:absolute; top:50px; bottom:0; content:"";}
.monthBlock{width:47%;}
.monthImg img{width:100%; display:block;}
.fancybox-slide--iframe .fancybox-content {
	width  : 100% !important;
	height : 100% !important;
	max-width  : 100%;
	max-height : 100%;
	margin: 0;
}
.internal_details{
	padding:40px 140px;
}
.normal_text h4{
	font-size: 25px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.timeline_holder, .eachYear, .monthDate{
	color: #fff;
}
.monthDescription{
	padding: 20px;
	background: #fff;
	text-align: center;
}
.monthTitle a{
	color: #2a1b1b;
	font-size: 20px;
	font-weight: bold;
}
.monthDesc{
	font-size: 12px;
	color: #9c9b9b;
	margin-top: 10px;
	line-height: 18px;
}
.monthesList:after{
	display: block;
	content: '';
	clear: both;
}
.monthBlock:nth-child(2n){
	padding-top: 70px;
}
.monthBlock:nth-child(2n+1){
	clear: both;
	padding-top: 20px;
}
.monthDate{
	margin-bottom: 5px;
	position: relative;
}
.monthDate:after{
	display: block;
	position: absolute;
	content: '';
	width: 6%;
	height: 1px;
	top: 7px;
	background-color: #ab523c;
}
.quoteContent{
	font-size: 17px;
	line-height: 23px;
	background-color: #ab523c;
	color: #fff;
	padding: 10px;
	text-align: center;
	margin-top: 10px;
}
.eachYear{
	margin-bottom: 30px;
}
.flexslider .flex-control-paging{
	z-index: 111;
	bottom: 50px;
}
.blocked_image .flex-control-paging{
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	transform: scale(0.7);
	bottom: 10px;
}
.flexslider .flex-control-paging li a{
	width: 49px;
	height: 6px;
	background-color: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.flexslider .flex-control-paging li a.flex-active{
	background-color: #ab523c;
}
.timeline_main .listing_date:after{
	display: block;
	content: '';
	top: 70%;
	bottom: 0;
	width: 1px;
	background-color: red;
	position: absolute;
}
.monthDesc:empty{
	display: none;
}
.gallery_main.subpage_gallery .listing_item:nth-child(n+13){
	display: none;
}
.gallery_main.subpage_gallery.all_displayed .listing_item:nth-child(n+13){
	display: block;
}
.listing_item{
	-webkit-transition: all linear 100ms;
	-moz-transition: all linear 100ms;
	transition: all linear 100ms;
}
.listing_item.disabled {
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    transform: scale(0.7);
    display: none !important;
}
.fancybox-toolbar{
	opacity: 1;
	visibility: visible;
}
.menu_button{
	display: block;
}

#toggle {
  display: inline-block;
  width: 28px;
  height: 15px;
	vertical-align: middle;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	transform: scale(0.8);
}

#toggle span:after,
#toggle span:before {
  content: "";
  position: absolute;
  top: -9px;
}
#toggle span:after{
  top: 9px;
}
#toggle span {
  position: relative;
  display: block;
}

#toggle span,
#toggle span:after,
#toggle span:before {
  width: 100%;
  height: 5px;
  background-color: #fff;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}

/* on activation */
#toggle.on span {
  background-color: transparent;
}
#toggle.on span:before {
  transform: rotate(45deg) translate(5px, 5px);
}
#toggle.on span:after {
  transform: rotate(-45deg) translate(7px, -8px);
}
#toggle.on + #menu {
  opacity: 1;
  visibility: visible;
}
.languages_main li:after{
	display: block;
	content: '|';
	color: #fff;
	padding: 0 5px;
}
.languages_main li:last-child:after{
	display: none;
}
.menu_main{
	position: fixed;
	width: 300px;
	background-color: #0c1721;
	top: 0;
	bottom: 0;
	z-index: 13;
	padding-top: 105px;
	-webkit-transition: all linear 300ms;
	-moz-transition: all linear 300ms;
	transition: all linear 300ms;
}
.show_menu .menu_main{
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	transform: translate(0, 0);
	/*overflow: auto;*/
}
.menu_main *{
	color: #fff;
}
.menu_main a{
	display: block;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	padding: 10px;
	color: #fff;
	font-weight: bold;
}
.menu_main a:hover, .menu_main a.active, .menu_main>ul>li:hover>a{
	background-color: #ab523c;
}
.infoMessages{
	color: #fff;
	padding-bottom: 20px;
}
.infoMessages h3{
	color: #fff;
}
.copyrights{
	margin-top: 70px;
	padding-top: 70px;
	position: relative;
}
.copyrights *{
	color: #7c7d7d;
	font-size: 14px;
	font-weight: bold;	
}
.copyrights:after{
	position: absolute;
	left: 25%;
	right: 25%;
	top: 0;
	height: 1px;
	content: '';
	display: block;
	background-color: #4c4e4a;
}
.copyrights a{
	color: #fff;
}
.cont_align{
	text-align: right;
}
.pos_rel{
	position: relative;
}
.second_level_menu{
	position: absolute;
	left: 100%;
	top: 0;
	display: none;
	background-color: #0c1721;
	white-space: nowrap;
}
.second_level_menu a{
	font-size: 12px;
}
li.pos_rel:hover .second_level_menu{
	display: block;
}
.fancybox-slide--video .fancybox-content {
	width  : 800px;
	height : 600px;
	max-width  : 80%;
	max-height : 80%;
}
.watch_video{
	max-width: 250px;
	display: inline-block;
	margin-top: 30px;
	position: relative;
}
.watch_video:after{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.5);
	content: '';
}
.watch_video span{
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 40px;
	height: 40px;
	margin: -20px 0 0 -20px;
	background-color: #fff;
	z-index: 1;
	border-radius: 100%;
}
.watch_video span:after{
	display: block;
	content: '';
	border-left: 10px solid #000;
	border-top: 5px solid rgba(0,0,0,0);
	border-bottom: 5px solid rgba(0,0,0,0);
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -5px;
	margin-top: -5px;
}
.watch_video img{
	max-width: 100%;
	display: block;
}
.biography_main img, p img{
	max-width: 100%;
}
.clear_fix{
	clear: both;
}
.eachYear.disabled{
	display: none;
}
.mb30{
	margin-bottom: 30px;
}