
/* Fonts */
@font-face {
    font-family: "Futura T Light";
	src: url("../fonts/FuturaT2-1.otf");
	src: url("../fonts/FuturaT2-1.eot?#iefix") format("opentype"),
	url("../fonts/FuturaT2-1.woff") format("woff"),
	url("../fonts/FuturaT2-1.ttf") format("truetype");
}

@font-face {
    font-family: "Futura T Medium";
	src: url("../fonts/FuturaT0.otf");
	src: url("../fonts/FuturaT0.eot?#iefix") format("opentype"),
	url("../fonts/FuturaT0.woff") format("woff"),
	url("../fonts/FuturaT0.ttf") format("truetype");
}

@font-face {
    font-family: "Futura T Bold";
	src: url("../fonts/FuturaT4-1.otf");
	src: url("../fonts/FuturaT4-1.eot?#iefix") format("opentype"),
	url("../fonts/FuturaT4-1.woff") format("woff"),
    url("../fonts/FuturaT4-1.ttf") format("truetype");
}

/********** INTRO ************/
#ardianHistory #ardianIntro {
	width: inherit;
	height: 100%;
	background-color: rgb(229, 62, 48);
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 300;
	margin: 0 auto;
	height: 600px;
}

#ardianHistory #ardianIntroLogo {
	width: 10%;
	position: relative;
	top: 2em;
	left: 0px;
	margin: 0 auto;
	text-align: center;
	opacity: 0;
}

#ardianHistory #ardianIntroLogo img {
	width: 100%;
	height: auto;
}

#ardianHistory #ardianIntroClose {
	position: absolute;
	top: 7px;
	right: 5px;
	text-align: center;
	color: white;
	cursor: pointer;
	font-family: Arial, Helvetica;
	font-weight: lighter;
	font-size: 100%;
	text-transform: uppercase;
	width: 20px;
	height: 20px;
}

#ardianHistory #ardianIntroBox {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	width: 70%;
	height: 50%;
	margin: 0 auto;
	cursor: pointer;
}

#ardianHistory #ardianIntroBoxContent {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	width: 50%;
	height: 50%;
	margin: 0 auto;
	opacity: 0;
	text-align: center;
}

#ardianHistory #ardianIntroBoxContent div {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

#ardianHistory #ardianIntroBoxContent div h1,
#ardianHistory #ardianIntroBoxContent div h2 {
	padding: 0px;
	color: white;
}

#ardianHistory #ardianIntroBoxContent div h1 {
	font-family: "Futura T Light";
	font-weight: lighter;
	font-size: 190%;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

#ardianHistory #ardianIntroBoxContent div h2 {
	font-family: "Futura T Light";
	font-weight: lighter;
	font-size: 100%;
	text-transform: uppercase;
}

#ardianHistory #ardianIntroBox .leftCurl {
 	background: url("../images/intro/AccoladeL.svg") no-repeat top left;
  	background-size: contain;
  	width: 20px;
	height: 100px;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	left: 0%;
	opacity: 0;
}

#ardianHistory #ardianIntroBox .rightCurl {
 	background: url("../images/intro/AccoladeR.svg") no-repeat top left;
  	background-size: contain;
	background-position: right center;
	width: 20px;
	height: 100px;
	position: absolute;
	transform: translateY(-50%);
	right: 0%;
	opacity: 0;
}


/********** GRID *************/

/* main container */
div#ardianHistory {
	position: relative;
	max-width: 1205px;
	width: 100%;
	/*margin: 0 auto;*/
}

/* gallery header */
div#ardianHeader {
	text-align: center;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

div#ardianHeader img {
	max-width: 241px;
	height: auto;
	-ms-interpolation-mode: bicubic;
}

/* global ul list */
div#ardianHistory ul {
	margin: 0px !important;
	padding: 0px !important;
 	text-align: center;
 	position: absolute;
 	opacity: 0;
}

/* list items */
div#ardianHistory ul li {
	position: relative;
	float: left;
	display: inline-block;
	cursor: pointer;
	width: auto;
	z-index: 200px;
	list-style-type: none;
	background-color: black;
	text-align: center;
}

/* overlay */
div#ardianHistory ul li div.overlay {
	width: inherit;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	z-index: 100;
	display: none;
	overflow: hidden;
	box-shadow: 0px 0px 30px 0px rgba(40, 40, 50, 0.7);
	outline: solid 7px rgb(229, 62, 48);
}

/* overlay content */
div#ardianHistory ul li div.overlay div.overlayContent {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	padding: 20px;
}

div#ardianHistory ul li span.year,
div#ardianHistory ul li div.overlay h1,
div#ardianHistory ul li div.overlay h2 {
	color: #ffffff;
	text-align: center;
	font-family: "Futura T Light";
	font-weight: lighter !important;
}

div#ardianHistory ul li span.year,
div#ardianHistory ul li div.overlay h1 {
	font-size: 200%;
	margin: 0px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

div#ardianHistory ul li span.year {
	position: absolute;
	top: 80%;
	transform: translateY(-50%);
	width: 100%;
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 250% !important;
	opacity: 0.8;
}

div#ardianHistory ul li div.overlay h2 {
	font-size: 85%;
	text-transform: uppercase;
}

/* image */
div#ardianHistory ul li a {
	width: 100% !important;
	height: auto !important;
	display: block !important;
	z-index: 100
}

div#ardianHistory ul li img {
	width: auto !important;
	display: block;
}

#ardianHistory .floatClear {
	width: 0px;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/* magnific popup iframe */
#ardianHistory iframe.mfp-iframe {
	background-color: #424147 !important;
}

/* item blur effects */
#ardianHistory li.darken {
    background: black;
}

#ardianHistory li.darken img {
    opacity: 0.4;
    -webkit-transition: all 0.4s linear;
       -moz-transition: all 0.4s linear;
        -ms-transition: all 0.4s linear;
         -o-transition: all 0.4s linear;
            transition: all 0.4s linear;
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
	filter: blur(3px);
}

#ardianHistory li.lighten {
    background: rgba(0, 0, 0, 0);
}

#ardianHistory li.lighten img {
    opacity: 1;
    -webkit-transition: all 0.4s linear;
       -moz-transition: all 0.4s linear;
        -ms-transition: all 0.4s linear;
         -o-transition: all 0.4s linear;
            transition: all 0.4s linear;
}

/********** DETAILS *************/
.ardianBack {
 	cursor: pointer;
 	margin-bottom: 40px;
}

.ardianBack div {
 	background: url("../images/btnBack.svg") no-repeat top left;
  	background-size: contain;
	background-position: right center;
	width: 30px;
	margin-right: 10px;
}

.ardianBack span {
	font-family: "Futura T Bold";
	color: white;
	margin-top: 1px;
}

.ardianBack div, .ardianBack span {
	height: 30px;
	line-height: 30px;
	display: block;
	float: left;
}

.tos-slide {
	height: 100% !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.itemContainer {
	background-color: #424147;
	color: white;
	padding: 40px;
	line-height: normal !important;
	text-align: left !important;
	white-space: normal !important;
	min-height: 640px;
	max-width: 100% !important;
	overflow: auto !important;
}

.mfp-content {
	height: 100% !important;
}

.itemContainer .leftBox, 
.itemContainer .rightBoxContentLeft {
	float: left;
}

.itemContainer .rightBox {
	width: 90%;
	float: right;
}

.itemContainer .year {
	background-color: #e53e30;
	text-align: center;
	padding: 3px;
	font-family: "Futura T Medium";
	font-size: 125%;
	font-weight: bold;
	padding: 3px 0px 2px 0px;
	width: 85px;
}

.itemContainer .rightBoxContentLeft {
	margin: 0px 0px 0px 0px;
	width: 100%;
}

.itemContainer .rightBoxContentRight {
	margin: -30px 0px 0px 0px;
	width: 50%;
	float: right;
}

.itemContainer .rightBoxContentRight figure {
	margin: 0px;
}

.itemContainer .rightBoxContentRight img {
	width: 100%;
	height: auto;
}

.itemContainer .twitterWidget,
.itemContainer .linkedinWidget {
	float: left;
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: top left;
	background-size: contain;
	margin: 2px 15px 0px 0px;
}

.itemContainer .twitterWidget a,
.itemContainer .linkedinWidget a {
	display: block;
	width: inherit;
	height: inherit;
}

.itemContainer .linkedinWidget {
	background-image: url("../images/linkedin.png");
}

.itemContainer .twitterWidget {
	background-image: url("../images/twitter.png");
}

.itemContainer .introText,
.itemContainer .fullText
{
	width: 50%;
	margin-left: -27px;
}

.itemContainer .introText
{
	font-family: "Futura T Light";
	font-weight: bold;
	font-size: 165%;
	margin-top: 60px;
}

.itemContainer .fullText
{
	font-family: "Futura T Light";
	font-size: 125%;
	font-weight: bold;
}

/* Image */
.itemContainer figcaption
{
	font-family: "Futura T Light";
	font-size: 90%;
	margin-top: 10px;
}

/* Youtube */
.itemContainer .rightBoxContentRight iframe {
	width: 100%;
	height: 300px;
}

/* mobile only styles */
.mobileOnly {
	display: none;
	margin-bottom: 30px;
}

.mobiThumb {
	display: none !important;
}


@media all and (max-width: 700px) {
	.itemContainer .introText {
		margin-top: 30px !important;
	}

}
