/********************************************************************************************/
/*////////////////////////////////////////////////////////////////////////////////////////////
/* 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;
}
body
{
	font-family: "National", helvetica, arial, "Lucida Grande", Geneva, Verdana, sans-serif;
	font-weight: 400;
	color: #2C2B2B;
	background: #ec0928;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
  backface-visibility: 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+  */
}
a:hover
{}
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;*/
  // text-align: center;
  padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
}
.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
/********************************************************************************************/
section {
	position: relative;
	width: 100%;
	background-color: #f8f7f4;
	overflow: hidden;
}
.history section {
	background-color: #0C0C0C;
}
section h2 {
	margin-bottom: 2rem
}
section.section-padding {
	padding: 2.5rem 0;
}
section:not(.section-cover):first-child {
  padding-top: 12rem;
}
@media screen and (max-width: 768px) {
	section:not(.section-cover):first-child {
		padding-top: 6rem;
	}
}

#cf-container {
	height: 100%;
}

body.nav-opened,t
body.nav-opening,
body.nav-closing {
	overflow: hidden;
}

.cf-content {
	position: relative;
}

#today-container,
#yesterday-container {
	position: relative;
	z-index: 2;
}
.today-opened #today-container { display: block !important; }
.today-opened #yesterday-container { display: none !important; }
.yesterday-opened  #today-container { display: none !important; }
.yesterday-opened  #yesterday-container { display: block !important; }
#yesterday-container { color: #FFF !important; }
/* .history-opened #today-container { display: none !important; } */
/* .history-opened #yesterday-container { display: block !important; } */

#today-container p,
#yesterday-container p {
	/* text-align: justify; */
}
/* 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 {
	z-index: 1;
	position: absolute;
	top: 1rem;
	right: 1rem;
	opacity: 1 !important;
}
#image-popin .close i {
	color: #000;
}

#image-popin .container-fluid {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	padding: 15px;
	background-color: #fff;
}

#image-popin .col-xs-12.col-sm-6 {
	height: 50vh;
}
#image-popin .col-xs-12.col-sm-6:nth-child(1) {
	padding-top: 35px;
	text-align: center;
}
#image-popin .col-xs-12.col-sm-6:nth-child(2) {
	overflow: scroll;
}

#image-popin img {
	/*width: 100%;*/
	max-height: 35vh;
}

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

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