/********************************************************************************************/
/*////////////////////////////////////////////////////////////////////////////////////////////
/* Fonts
/////////////////////////////////////////////////////////////////////////////////////////////
/********************************************************************************************/
@font-face{
	font-family:National;
	src:url(../font/national/NationalWebLF-Light.eot);
	src:url(../font/national/NationalWebLF-Light.eot?#iefix) format('embedded-opentype'),
		url(../font/national/NationalWebLF-Light.woff) format('woff'),
		url(../font/national/NationalWebLF-Light.ttf) format('truetype'),
		url(../font/national/NationalWebLF-Light.svg#NationalWebLF-Light) format('svg');
	font-weight:200;
	font-style:normal;
	font-stretch:normal;
}
@font-face{
	font-family:National;
	src:url(../font/national/NationalWebLF-Regular.eot);
	src:url(../font/national/NationalWebLF-Regular.eot?#iefix) format('embedded-opentype'),
		url(../font/national/NationalWebLF-Regular.woff) format('woff'),
		url(../font/national/NationalWebLF-Regular.ttf) format('truetype'),
		url(../font/national/NationalWebLF-Regular.svg#NationalWebLF-Regular) format('svg');
	font-weight:400;
	font-style:normal;
	font-stretch:normal;
}
@font-face{
	font-family:National;
	src:url(../font/national/NationalWebLF-Semibold.eot);
	src:url(../font/national/NationalWebLF-Semibold.eot?#iefix) format('embedded-opentype'),
		url(../font/national/NationalWebLF-Semibold.woff) format('woff'),
		url(../font/national/NationalWebLF-Semibold.ttf) format('truetype'),
		url(../font/national/NationalWebLF-Semibold.svg#NationalWebLF-Semibold) format('svg');
	font-weight:700;
	font-style:normal;
	font-stretch:normal;
}
@font-face{
	font-family:National;
	src:url(../font/national/NationalWebLF-Extrabold.eot);
	src:url(../font/national/NationalWebLF-Extrabold.eot?#iefix) format('embedded-opentype'),
		url(../font/national/NationalWebLF-Extrabold.woff) format('woff'),
		url(../font/national/NationalWebLF-Extrabold.ttf) format('truetype'),
		url(../font/national/NationalWebLF-Extrabold.svg#NationalWebLF-Extrabold) format('svg');
	font-weight:900;
	font-style:normal;
	font-stretch:normal
}
/********************************************************************************************/
/* Body
/********************************************************************************************/
body,
html {
	font-size: 16px;
	margin: 0;
	/*height: 100%;*/
}
body
{
	font-family: "National", helvetica, arial, "Lucida Grande", Geneva, Verdana, sans-serif;
	font-weight: 400;
	color: #2C2B2B;
	/*background: #ec0928;*/
	background: #f8f7f4;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
  backface-visibility: hidden;
	overflow-x: hidden;
}

body.alert-opened {
	overflow-y: hidden;
}

a
{
	color:#ec0928;
	text-decoration:none !important;
	-webkit-transition: all 0.3s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
          transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
	outline: 0;
}
a:hover
{
	outline: 0;
}
a:active
{
}
a:visited
{}


*:focus
{outline: none;}
*::selection
{
	background:#ec0928;
	color:#fff;
}
*::-moz-selection
{
	background:#ec0928;
	color:#fff;
}
*::-webkit-selection
{
	background:#ec0928;
	color:#fff;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
h1,h2,h3 {
	margin: 0;
	padding: 0;
}
iframe {
	border: 0;
}
/********************************************************************************************/
/* Bootstrap fix container
/********************************************************************************************/
.container {
  /*padding-right: 50px;*/
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}
.row {
	margin-right: -1.5rem;
  margin-left: -1.5rem;
}
@media (min-width: 1200px) {
	.container {
		width: 970px;
	}
}
/********************************************************************************************/
/* Structure
/********************************************************************************************/
#cf-container {
	width: 200%;
	overflow: hidden;
	/*transition: all 3s;*/
	height: auto;
	/*will-change: transform;*/
	position: relative;
	margin: 0 !important;
	pointer-events: none !important;
}
#cf-container #today-container, #cf-container #yesterday-container {
	pointer-events: all !important;
}
.today-opened #cf-container {
	position: absolute;
	left: 0;
	/*transform: translate3d(0,0,0);*/
}
.yesterday-opened #cf-container {
	position: absolute;
	left: -100%;
	/*transform: translate3d(-50%,0,0);*/
}
#today-container,
#yesterday-container {
	float: left;
	width: 50%;
	position: relative;
	z-index: 0;
	min-height: 1px;
	/*transition: all 3s;*/
}
#today-container .cf-content,
#yesterday-container .cf-content {
	/*height: 0;*/
	/*transition: all 3s;*/
}
#today-container {
	background: #FFF;
	color: #000;
}
.today-opened #today-container .cf-content {
	height: auto;
	min-height: 100%;
}
#yesterday-container {
	background: #0C0C0C;
	color: #FFF;
	text-align: right;
}
.yesterday-opened #yesterday-container .cf-content {
	height: auto;
	min-height: 100%;
}

@media screen and (min-width: 768px) {
  #today-container .cf-content section:not(.section-cover),
	#today-container .cf-content .section-cover .vertical-align ,
	#today-container .cf-content .section-cover .bottom,
	#today-container .siblings-nav {
		padding-right: 90px !important;
	}
	#yesterday-container .cf-content section:not(.section-cover),
	#yesterday-container .cf-content .section-cover .vertical-align ,
	#yesterday-container .cf-content .section-cover .bottom,
	#yesterday-container .siblings-nav {
		padding-left: 90px !important;
	}
}

/*#cf-container {
	height: 100%;
	overflow: hidden;
}

#today-container {
	position: relative;
	background: #f8f7f4;
	left: 0;
	z-index: 2;
	height: 100%;
}
.history-opened #today-container {
	z-index: 1;
}
.history-opening #today-container {
	z-index: 3;
}

#yesterday-container {
	position: fixed;
	top: 0;
	left: 100%;
	z-index: 1;
	width: 100%;
	height: 100vh;
	background: #0C0C0C;
	color: #FFF;
	text-align: right;
}
.history-opened #yesterday-container {
	left: 0;
	z-index: 3;
}
.history-opening #yesterday-container {
	z-index: 3;
}
.history .cf-inner-scroller {
  background: #0C0C0C;
}
.cf-inner-scroller {
	height: 100vh;
	position: relative;
	overflow: auto;
}


.nav-opened .cf-inner-scroller,
.nav-opening .cf-inner-scroller,
.nav-closing .cf-inner-scroller {
	overflow: hidden;
}

.cf-content {
	position: relative;
}

#today-container p,
#yesterday-container p {
	text-align: justify;
}*/
/********************************************************************************************/
/* Sections
/********************************************************************************************/
section {
	position: relative;
	width: 100%;
	background-color: #f8f7f4;
	overflow: hidden;
	z-index: 2;
}
.history section {
	background-color: #0C0C0C;
}
section h2 {
	margin-bottom: 2rem
}
section.section-padding {
	padding: 5rem 0;
}
.block-text p {
	text-align: justify;
}
/*.cf-content section:first-child {
  padding-top: 12rem !important;
}*/
/********************************************************************************************/
/* History Navigation
/********************************************************************************************/
/*#cf-history {
	position: absolute;
	width: 180px;
	right: 0;
	top: 0;
	height: 100vh;
	z-index: 4;
	pointer-events: none;
	padding: 0;
	margin: 0;
}
#cf-history button {
	width: 90px;
	height: 100vh;
	transform-origin: 0% 0%;
	display: inline-block;
	position: relative;
	padding: 0;
	margin: 0;
	border: 0;
	-webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

#cf-history button .text, #cf-history button .text-hover {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 300px;
	text-align: center;
	-ms-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
	transform: translateX(-50%) translateY(-50%) rotate(-90deg);

	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.5rem;
	letter-spacing: 6px;
}
#cf-history button .text-hover {
	height: 2.125rem;
	overflow: hidden;
	-ms-transform: translateX(-50%) translateY(calc(-50% + 300px)) rotate(-90deg);
	-webkit-transform: translateX(-50%) translateY(calc(-50% + 300px)) rotate(-90deg);
	transform: translateX(-50%) translateY(calc(-50% + 300px)) rotate(-90deg);
}
#cf-history button .text-hover .text-hover-content {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 100%;
	width: 100%;
	transform: translateX(100%);
}
#cf-history button[name="today"] .text-hover .text-hover-content {
	top: 7.5px;
	color: #ec0928;
}
#cf-history button[name="yesterday"] .text-hover .text-hover-content {
	top: -7.5px;
	color: #fff;
}
body:not(.history-opened) #cf-history button[name="today"] .text-hover .text-hover-content {
	color: transparent !important;
}
body.history-opened #cf-history button[name="yesterday"] .text-hover .text-hover-content {
	color: transparent !important;
}
#cf-history button .text {
	transition: all 0.3s ease-in-out;
}
#cf-history button[name="today"]:hover .text {
	color: #ec0928;
}
#cf-history button[name="yesterday"]:hover .text {
	color: #fff;
}
#cf-history button .background-animated {
	position: absolute;
	top: 0;
	height: 100%;
	width: 0;
	background-color: transparent;
}
#cf-history button[name="today"] {
	background-color: transparent;
	color: #2C2B2B;
}

#cf-history button[name="yesterday"] {
	background-color: #0C0C0C;
	color: #ec0928;
	pointer-events: auto;
}

#cf-history button[name="today"] .background-animated {
	right: 0;
	background-color: transparent;
	transform: translateX(100%);
}
.history-opened #cf-history button[name="today"] .background-animated {
	background-color: #fff;
}

#cf-history button[name="yesterday"] .background-animated {
	left: 0;
	background-color: #0C0C0C;
	transform: translateX(-100%);
}
.history-opened #cf-history button[name="yesterday"] .background-animated {
	background-color: transparent;
}

.history-opened #cf-history {
	opacity: 0;
}
.history-opened #cf-history button[name="today"] {
	background-color: #FFF;
	pointer-events: auto;
}
.history-opened #cf-history button[name="yesterday"] {
	background-color: transparent;
	pointer-events: none;
}
.history-closing #cf-history button[name="today"],
.history-opening #cf-history button[name="yesterday"] {
	background-color: transparent;
}
.nav-opened #cf-history button {
	pointer-events: none !important;
}
.history-inactive #cf-history button,
.history-inactive #cf-history {
	pointer-events: none !important;
}
.history-inactive #cf-history button[name="yesterday"] {
	color: #333;
}


@media (max-width: 767px) {
  #cf-history {
		display: none;
	}
}*/
body.today-opened #cf-nav button[name="today"] .text div {
	top: 0 !important;
}
body.today-opened #cf-nav button[name="today"] .background-animated {
	width: 0 !important;
}
body.yesterday-opened #cf-nav button[name="yesterday"] .text div {
	top: 0 !important;
}
body.yesterday-opened #cf-nav button[name="yesterday"] .background-animated {
	width: 0 !important;
}

.block-quote {
	margin-top: 3rem !important;
	margin-bottom: 4rem !important;
}

.block-quote p {
	line-height: 1em;
}
.block-quote cite {
	float: right;
	text-transform: uppercase;
	font-weight: 700;
}
sup{
  text-transform: lowercase;
}

/* Image popin */
#image-popin {
	z-index: 10;
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100%;
	margin: 0 !important;
	background-color: rgba(0, 0, 0, 0.7);
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s ease-in-out;
}
#image-popin.opened {
	opacity: 1;
	pointer-events: all;
}

#image-popin .close {
	position: absolute;
	top: 2rem;
	right: 2rem;
	opacity: 1 !important;
}
#image-popin .close i {
	color: #fff;
}

#image-popin .container-fluid {
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #fff;
	transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
	#image-popin .container-fluid {
		width: 80%;
		padding: 5vh;
	}
}

#image-popin img {
	max-width: 100%;
	max-height: 60vh;
	display: block;
	margin: 0 auto;
}

#image-popin .descr {
	max-width: 500px;
}

#image-popin .credit {
	width: 100%;
	text-align: center;
}
