/* @override 
	http://www.thearmoryshow.com/css/stylesheet.css?2014-02-21
	http://www.thearmoryshow.com/css/stylesheet.css?2015-04-07
*/

/* @group General */
body {
	font-family: 'Open Sans','Helvetica','Arial','Sans-serif';
	font-weight: 400;
}
a {
	color: rgb(215,34,41);
}
a:hover {
	color: #b31a1f;
}
h1,h2,h3 {
	letter-spacing: 1px;
}
label {
	font-family: oswald;
	font-weight: 400;
	/*text-transform: uppercase;*/
	color: rgb(57,57,54);
}
a.button {
	display: inline-block;
	background-color: #d52430;
	padding: 4px 20px;
	text-align: center;
	font-family: 'Oswald';
	text-transform: uppercase;
	color: white !important;
	margin: 20px 0;
}
/* @end */

/* @group Main Content */

article.container {
	/*---*/
	padding: 10px 10px 30px 10px;
	border: 3px solid #c7c8ca;
	margin: 10px 10px;
}
article:before {
	display: block;
	content: " ";
	background-color: white;
	height: 4px;
	margin-top: -14px;
	margin-bottom: 10px;
	
	/*---*/
	width: 100px;
	margin-left:50px;
}

article h1 {
	display: block;
	font-family: oswald;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 22px;
	color: rgb(215,34,41);
	text-decoration: none;
	
	/*---*/
	margin: 15px 0 0 0;
}
article h2 {
	display: block;
	font-family: oswald;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 18px;
	color: rgb(0,0,0);
	text-decoration: none;
	
	/*---*/
	margin: 15px 0 0 0;
}

article h3 {
	display: block;
	font-family: oswald;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 16px;
	text-decoration: none;
	
	/*---*/
	margin: 15px 0 0 0;
}


article div.inline_images {
	margin: 5px 0;
	color: #999;
	font-size: 12px;
	font-style: italic;
}
article div.grid_image_holder {
	font-size:  12px;
}
article div.inline_images div.caption {
	margin-top: 5px;
}
article div.grid_image_holder img {
	margin-bottom: 25px;
}
article a {
	color: inherit;
}
div.alert {
	clear: both;
}
.thumbnail {
	border-color: transparent;
}
blockquote {
	border: none !important;
	padding-left: 0;
}
/* @end */

/* @group Header */
header {
	height: 0;
}
header h1 a {
	float: left;
	display: block;
	overflow: hidden;
	text-indent: -10000px;
	background-image: url(/images/the_armory_show.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-color: white;
	position: relative;
	z-index: 2;
	
	/*---*/
	margin: 0 0 10px 10px;
	width: 100px;
	height: 93px;
}
header h2 {
	display: block;
	width: 100px;
	height: 57px;
	overflow: hidden;
	background-image: url(/images/march_2-5_2017.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right center;
	
	/*---*/
	float: left;
	margin: 20px 0 0 25px
}
header h2 div {
	display: none;
}
header div#countdown {
	text-align: right;
	font-family: oswald;
	font-weight: normal;
	font-size: 13px;
	text-transform: uppercase;
	position: relative;
	top: 18px;
	left: -25px;
}

/* @end */

/* @group Navigation */
nav {
	width: 100%;
	
	/*---*/
	padding-top: 15px;
	position: relative;
}
nav a {
	color: inherit;
}
nav a:hover,
nav li.active>a,
nav li.dropdown.open a.dropdown-toggle,
nav li.dropdown.active a.dropdown-toggle {
	color: rgb(215,34,41);
}
nav button.navbar-toggle {
	margin: 70px 0 0 0;
}
nav span.icon-bar {
	background-color: #404041;
}
nav div.navbar-collapse {
	margin: 0 auto;
	
	/*---*/
	background-color: #eee;
	width: 100%;
}
nav div.page_group-1 {
	font-family: oswald;
	font-weight: 400;
	text-transform: uppercase;
	color: rgb(57,57,54);
	
	/*---*/
	font-size: 20px;
}
nav div.page_group-1 ul li a {
	padding: 0px 10px;
	line-height: 22px;
	margin: 4px 0;
}
nav div.page_group-2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: rgb(147,149,152);
	
	/*---*/
	font-size: 18px;
}
nav div.page_group-2 ul li a {
	padding: 4px 10px;
}
nav ul.dropdown-menu li.active a {
	color: rgb(215,34,41) !important;
}

/* @end */

/* @group Modules */

/* @group Carousel */

a.carousel-control {
	width: 50px;
	background-position: center center;
	background-repeat: no-repeat !important;
}
a.carousel-control.left {
	background-image: url(/images/arrow_left.svg);
}
a.carousel-control.right {
	background-image: url(/images/arrow_right.svg);
}

/* @end */

/* @group Tickets */

div.module-tickets {
	z-index: 900;
	background-color: #fff;
	
	/*---*/
	margin: 10px 0 30px 0;
	padding: 0;
}
div.module-tickets h3 {
	font-family: 'Oswald';
	text-transform: uppercase;
	margin: 0;
	color: rgb(68,65,66);
	font-size: 150%;
}
div.module-tickets>p.small {
	font-size: 9px;
	margin-top: 15px;
}
div.module-tickets>div>a {
	display: block;
	background-color: #d52430;
	padding: 4px 20px;
	text-align: center;
	font-family: 'Oswald';
	text-transform: uppercase;
	color: white;
	margin: 20px 0;
}
div.module-tickets div p:first-child {
	border-top: 2px solid #4d4d4f;
	padding-top: 15px;
}
/* @end */



/* @group Exhibitors */

div.module-exhibitors ul.alpha-groups {
	list-style: none;
	margin: 0;
	padding: 0;
	color: rgb(215,34,41);
	/*--- */
	-moz-column-count: 1; /* Firefox */
	-webkit-column-count: 1; /* Safari and Chrome */
	column-count: 1;
}


div.module-exhibitors.show_letter_headers ul.alpha-groups>li {
	margin-bottom: 15px;
}
div.module-exhibitors.hide_letter_headers ul.alpha-groups>li li {
	margin-bottom: 15px;
}

div.module-exhibitors ul.alpha-groups>li {
	-webkit-column-break-inside:avoid;
	-moz-column-break-inside:avoid;
	-o-column-break-inside:avoid;
	-ms-column-break-inside:avoid;
	column-break-inside:avoid;
}
div.module-exhibitors ul.alpha-groups>li>h3 {
	margin: 0;
	font-family: 'Oswald';
}
div.module-exhibitors ul.exhibitors {
	list-style: none;
	margin: 0;
	padding: 0;
	color: black;
}
div.module-exhibitors a {
	color: black;
}
div.module-exhibitors a span.artists {
	font-style: italic;
}
/* @end */



/* @end */

/* @group Footer */
footer ul.sponsors {
	list-style: none;
	padding: 0 0 20px 0;
}
footer ul.sponsors li {
	display: none;
}
footer div.join_our_newsletter_popup {
	margin: 10px 0;
	text-align: left;
	position: absolute;
	margin: -10px 0 0 0;
	background-color: white;
}
footer div.join_our_newsletter_popup h3 {
	color: rgb(215,34,41);
	text-transform: uppercase;
	font-family: oswald;
	font-size: 16px;
	margin: 0 0 10px 0;
}
footer div.join_our_newsletter_popup input {
	border: 1px solid #ccc;
	padding: 5px;
	height: 30px;
	font-size: 11px;
	width: 180px;
}
footer div.join_our_newsletter_popup input[type=submit] {
	height: 30px;
	width: 60px;
	text-transform: uppercase;
	font-family: oswald;
	font-size: 13px;
	position: relative;
	top: 1px;
	background-color: white;
	margin-left: 10px;
	color: rgb(215,34,41);
}
footer a.join_our_newsletter_button {
	width: 33px;
	height: 22px;
	overflow: hidden;
	line-height: 60px;
	background-image: url(/images/envelope.svg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 10px;
	
	/*---*/
	display: none;
}
footer span.social a {
	display: inline-block;
	overflow: hidden;
	line-height: 60px;
	background-image: url(/images/social_icons.svg);
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	margin-left: 5px;
}
footer span.social a.facebook {
	background-position: 0 0;
}
footer span.social a.twitter {
	background-position: -27px 0;
}
footer span.social a.instagram {
	background-position: -53px 0;
}
footer span.social a.flickr {
	background-position: -80px 0;
}

/* @end */

/* @group Page Specifics */

body.path-0-index footer ul.sponsors li {
	display: block;
}
body.path-1-contact h3:first-child {
	color: rgb(215,34,41);
}
body.path-1-contact h3 {
	margin-top: 0;
}
body.path-0-art_tours article a {
	color: #d52430;
}
div.row.hotel,
div.row.restaurant {
	margin-bottom: 30px;
}
div.hotels a {
	padding: 40px;
}
div.hotels img {
	margin: 0 auto;
}
div.hotels-new div.description a {
	color: rgb(215, 34, 41);
}

/* @end */

@media screen and (min-width:768px) {
	article.container {
		border: 4px solid #c7c8ca;
		margin: 15px auto;
		padding: 45px;
	}
	article:before {
		width: 150px;
		margin-left: 85px;
		margin-top: -49px;
		margin-bottom: 44px;
		background-color: white;
	}
	article h1,
	article u {
		margin: 0;
	}
	header {
		height: auto;
	}
	header h1 a {
		margin: 0 0 0 0px;
		width: 150px;
		height: 140px;
	}
	header h2 {
		float: right;
		margin: 0px 0 0 0;
	}
	nav {
		position: absolute;
		width: 100%;
		top: 80px;
	}
	nav div.navbar-collapse {
		background-color: transparent;
		width: 770px;
	}
	nav a {
		background-color: transparent !important;
	}
	nav div.page_group-1 {
		font-size: 15px;
	}
	nav div.page_group-1>ul>li>a {
		line-height: 16px;
		border-left: 2px solid #9d9fa2 !important;
	}
	nav div.page_group-1>ul>li:first-child>a {
		border-left: none !important;
	}
	nav div.page_group-2 {
		font-size: 9px;
	}
	nav div.page_group-2 ul li a {
		padding: 0 10px 0 0 !important;
	}
	ul.dropdown-menu {
		border-radius: 0;
	}
	div.module-tickets {
		background-color: rgba(255,255,255,0.91);
		position: absolute;
		padding: 20px;
		margin: 0;
		text-align: center;
		
		/*---*/
		left: 155px;
		width: 190px;
	}
	div.module-exhibitors ul.alpha-groups {
		-moz-column-count: 2; /* Firefox */
		-webkit-column-count: 2; /* Safari and Chrome */
		column-count: 2;
	}
	div.module-exhibitors.max-columns-1 ul.alpha-groups {
		-moz-column-count: 1; /* Firefox */
		-webkit-column-count: 1; /* Safari and Chrome */
		column-count: 1;
	}
	footer.container {
		padding: 0;	
	}
	footer a.join_our_newsletter_button {
		display: inline-block;
	}
	footer div.join_our_newsletter_popup {
		right: 100px;
		margin-top: -90px;
		padding: 10px;
		border: 1px solid #ccc;
	}

.vertical-align {
  display: flex;
  flex-direction: row;
}
.vertical-align > [class^="col-"],
.vertical-align > [class*=" col-"] {
  display: flex;
  align-items: center;     /* Align the flex-items vertically */
  justify-content: center; /* Optional, to align inner flex-items 
                              horizontally within the column  */
}	

	/* @group Page specifics */

	body.path-0-cultural_partners article div.col-xs-12 div {
		-moz-column-count: 2; /* Firefox */
		-webkit-column-count: 2; /* Safari and Chrome */
		column-count: 2;
	}
	
	div.hotels a {
		padding: 20px;
	}
	/* @end */
	
}

@media screen and (min-width:992px) {
	article:before {
		width: 200px;
		margin-left: 85px;
	}
	div.module-exhibitors ul.alpha-groups {
		-moz-column-count: 4; /* Firefox */
		-webkit-column-count: 4; /* Safari and Chrome */
		column-count: 4;
	}
	div.module-exhibitors.max-columns-3 ul.alpha-groups {
		-moz-column-count: 3; /* Firefox */
		-webkit-column-count: 3; /* Safari and Chrome */
		column-count: 3;
	}
	div.module-exhibitors.max-columns-2 ul.alpha-groups {
		-moz-column-count: 2; /* Firefox */
		-webkit-column-count: 2; /* Safari and Chrome */
		column-count: 2;
	}
	div.module-exhibitors.max-columns-1 ul.alpha-groups {
		-moz-column-count: 1; /* Firefox */
		-webkit-column-count: 1; /* Safari and Chrome */
		column-count: 1;
	}
	div.module-tickets {
		left: 180px;
	}
	nav div.navbar-collapse {
		width: 992px;
	}
	nav div.page_group-1 {
		font-size: 18px;
	}
	nav div.page_group-1>ul>li>a {
		line-height: 18px;
	}
	nav div.page_group-2 {
		font-size: 13px;
	}
	nav div.page_group-2 ul li a {
		padding: 0 10px 0 5px !important;
	}
}

@media screen and (min-width:1200px) {
	nav div.navbar-collapse {
		width: 1190px;
	}
	div.carousel div.carousel-inner {
		width: 966px;
		margin: 0 auto;
	}
	a.carousel-control.left {
		margin-left: -25px;
	}
	a.carousel-control.right {
		margin-right: -25px;
	}
	#vip_menu {
		font-size: 90%;
	}
}