﻿@charset "UTF-8";
/* CSS Document */
#index_video
{
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 2;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(0%);
	-o-transform: translateX(-50%) translateY(-50%);
	background-size: cover;
}
/* background setup */
.background
{
	background-repeat: no-repeat;
	/* custom background-position */
	background-position: 50% 50%;
	/* ie8- graceful degradation */
	background-position: 50% 50%\9 !important;
}

/* fullscreen setup */
html, body
{
	/* give this to all tags from html to .fullscreen */
	height: 100%;
}

.fullscreen,
.content-a
{
	width: 100%;
	min-height: 100%;
}

	.not-fullscreen,
	.not-fullscreen .content-a,
	.fullscreen.not-overflow,
	.fullscreen.not-overflow .content-a
	{
		height: 100%;
		overflow: hidden;
	}

/* content centering styles */
.content-a
{
	display: table;
}

.content-b
{
	display: table-cell;
	position: relative;
	vertical-align: middle;
	text-align: center;
}

/* visual styles */


.not-fullscreen
{
	height: 50%;
}

.index_style #footer_policy
{
	position: absolute;
	bottom: 0;
}

.index_style #footerContainer
{
	width: 100vw;
	height: 100vh;
	display: table-cell;
	position: relative;
	vertical-align: middle;
	text-align: left;
	float: inherit;
}

.index_section_background
{
	background-image: url(../image/Layer92.jpg);
	-webkit-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.btn_index_about
{
	font-size: 21px;
	font-weight: bold;
	padding-left: 30px;
	padding-right: 30px;
	background-color: #fff;
	border: none;
	border-radius: 0;
	color: #333;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
	margin-top: 10px;
	margin-bottom: 10px;
}

	.btn_index_about:hover
	{
		background-color: #095d7e;
		color: #ffffff;
	}

.sidenav_container
{
	position: fixed;
	z-index: 3000;
	right: 0px;
	top: 40vh;
}

	.sidenav_container .nav_circle_container
	{
		padding-top: 10px;
		padding-bottom: 20px;
		height: 10px;
		padding-left: 18px;
		padding-right: 17px;
	}

	.sidenav_container .nav_circle
	{
		width: 10px;
		height: 10px;
		border-radius: 50%;
		background-color: #095d7e;
		position: relative;
		-moz-box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.3);
		-webkit-box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.3);
		box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.3);
		/* For IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=120, Direction=135, Color='rgba(238, 238, 238, 0.3)')";
		/* For IE 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=120, Direction=135, Color='rgba(238, 238, 238, 0.3)');
	}

.sidenav_title
{
	position: absolute;
	text-align: center;
	top: -14px;
	right: -1240px;
	width: 200px;
	opacity: 0;
	font-size: 18px;
	padding: 5px 0 5px 0;
	background-color: #095d7e;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
	-moz-box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.3);
	box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.3);
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=120, Direction=135, Color='rgba(238, 238, 238, 0.3)')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=120, Direction=135, Color='rgba(238, 238, 238, 0.3)');
}

.sidenav_container a, .sidenav_container a:hover, .sidenav_container a:focus, .sidenav_container a:active
{
	color: #ffffff;
	text-decoration: none;
}

	.sidenav_container a:hover .nav_circle, .sidenav_container a:focus .nav_circle
	{
		background-color: #ffffff;
	}

	.sidenav_container a.active nav_circle
	{
		background-color: #ffffff;
	}

	.sidenav_container a:hover .sidenav_title
	{
		opacity: 1;
		right: 20px;
		display: none;
	}

.sidenav_container .backTop, .sidenav_container .backTop:hover, .sidenav_container .backTop:focus
{
	position: fixed;
	bottom: 65px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #ffffff;
	color: #095d7e;
	line-height: 2;
	text-align: center;
	right: 7px;
	font-size: 12px;
}

.backTop:before
{
	content: "Top";
	color: #095d7e;
	position: absolute;
	top: 3px;
	left: 4px;
}

.index_video_content
{
	font-size: 90px;
	width: 40vw;
	font-weight: bold;
	text-align: left;
	position: absolute;
	left: 45px;
	bottom: 20vh;
	color: #ffffff;
	text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.8);
	line-height: 95px;
	z-index: 10;
}

.index_video_scroll
{
	position: absolute;
	width: 100%;
	text-align: center;
	color: #ffffff;
	text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.8);
	bottom: 15vh;
	z-index: 5;
}

.index_video_scroll_link
{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #ffffff;
	border: 2px solid #ffffff;
	margin: 0 auto;
	margin-top: 10px;
	text-align: center;
	position: relavtive;
	text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=120, Direction=135, Color='rgba(238, 238, 238, 0.3)')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=120, Direction=135, Color='rgba(238, 238, 238, 0.3)');
}

	.index_video_scroll_link:before
	{
		font-family: 'Glyphicons Halflings';
		font-size: 20px;
		content: "\e259";
		line-height: 40px;
	}

.index_video_scroll_link_symbol
{
	position: absolute;
	left: 11px;
	top: -6px;
	font-size: 30px;
	font-weight: lighter;
	text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.8);
}

.section_video:before
{
	content: "";
	position: fixed;
	width: 100vw;
	height: 100vh;
	background-color: #000;
	opacity: 0.3;
	top: 0;
	left: 0;
}

.index_title_container
{
	margin-top: 10vh;
	width: 90%;
	float: left;
	text-align: left;
	padding-left: 45px;
	color: #ffffff;
	text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.8);
}

	.index_title_container a
	{
		color: #ffffff;
		text-decoration: none;
	}

.index_title
{
	color: #ffffff;
	font-size: 72px;
	position: relative;
	line-height: 65px;
}

.index_title_header
{
	float: left;
}

.index_title_link
{
	background-color: #095d7e;
	color: #ffffff;
	width: 50px;
	height: 50px;
	text-align: center;
	float: left;
	margin-left: 20px;
	border-radius: 50%;
	font-size: 40px;
	line-height: 40px;
	margin-top: 7px;
	position: relative;
	display: table;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

.index_title:hover .index_title_link
{
	background-color: #ffffff;
	color: #095d7e;
}

.index_title_link_s
{
	display: table-cell;
	vertical-align: middle;
	font-family: 'Glyphicons Halflings';
	font-size: 20px;
}

	.index_title_link_s:before
	{
		content: "\e258";
	}

.index_title_container a:hover .index_title:after
{
	color: #095d7e;
	background-color: #ffffff;
}

.index_title_solgan
{
	font-variant: small-caps;
	font-size: 24px;
	width: 100%;
	float: left;
}

.index_title_content
{
	float: left;
	width: 100%;
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px solid #ffffff;
}

.index_exhibition_container
{
	width: 100%;
	float: left;
	position: relative;
}

.index_exhibition_col_left
{
	position: absolute;
	top: 5vh;
	padding-left: 45px;
	left: 0;
}

.index_programme_col_container .index_exhibition_col_hover
{
	height: 100%;
	width: 100%;
}

.index_programme_col_container:hover .index_exhibition_col_hover
{
	opacity: .95;
}

.index_exhibition_col_right
{
	position: absolute;
	top: 10vh;
	padding-right: 45px;
	right: 0;
}

.index_exhibition_col
{
	width: 100%;
	float: left;
	margin-bottom: 30px;
	position: relative;
}

.index_exhibition_col_container
{
	display: table;
	width: 100%;
	opacity: 1;
	background-color: #ffffff;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

.index_col_img
{
	/*width:50%;
	float:left;*/
}

	.index_col_img img
	{
		padding: 5px;
		width: 100%;
	}

.index_col_content
{
	width: 50%;
	display: table-cell;
	vertical-align: middle;
	color: #095d7e;
}

.index_col_title
{
	margin-left: 25px;
	margin-right: 30px;
	border-bottom: 5px solid #095d7e;
	padding-bottom: 2px;
	font-size: 20px;
	font-weight: 200;
	margin-bottom: 2px;
}

.index_exhibition_col_hover
{
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px;
	background-color: #095d7e;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
	z-index: 999;
}

.index_exhibition_col_hover_border
{
	border: 1px solid #ffffff;
	height: 100%;
	display: table;
}

.index_exhibition_col_hover_content
{
	display: table-cell;
	vertical-align: middle;
	color: #ffffff;
	padding: 10px;
}

.index_exhibition_col:hover .index_exhibition_col_hover
{
	opacity: 1;
	transform: translate(15px, -15px);
	-webkit-transform: translate(15px, -15px);
	-moz-transform: translate(15px, -15px);
	-ms-transform: translate(15px, -15px);
	-o-transform: translate(15px, -15px);
	-moz-box-shadow: -15px 15px 20px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: -15px 15px 20px rgba(0, 0, 0, 0.4);
	box-shadow: -15px 15px 20px rgba(0, 0, 0, 0.4);
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=120, Direction=215, Color='rgba(238, 238, 238, 0.4)')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=120, Direction=215, Color='rgba(238, 238, 238, 0.4)');
}

.index_exhibition_col:hover .index_exhibition_col_container
{
	opacity: 0;
}

.index_col_hover_link
{
	background-color: #ffffff;
	color: #095d7e;
	width: 30px;
	height: 30px;
	text-align: center;
	margin: 0 auto;
	border-radius: 50%;
	line-height: 15px;
	margin-top: 7px;
	position: relative;
	display: table;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

	.index_col_hover_link:hover
	{
		background-color: #095d7e;
		color: #ffffff;
		border: 1px solid #ffffff;
	}

.index_col_hover_link_s
{
	display: table-cell;
	vertical-align: middle;
	font-family: 'Glyphicons Halflings';
	font-size: 15px;
}

	.index_col_hover_link_s:before
	{
		content: "\e258";
	}


.index_programme_img
{
	position: relative;
}

	.index_programme_img img
	{
		width: 100%;
		padding: 5px;
		background-color: #ffffff;
	}

.index_programme_col_content_container
{
	background-color: transparent;
	padding-left: 10%;
	padding-right: 10%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.index_programme_container
{
	padding-left: 30px;
	padding-right: 30px;
}

.index_programme_col_content_center
{
	display: table;
	position: relative;
	width: 100%;
	height: 100%;
}

.index_programme_col_content_container
{
	background-color: transparent;
	padding-left: 5%;
	padding-right: 5%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.index_programmes_col
{
	margin-top: 8vh;
}

.index_programme_col_container
{
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

	.index_programme_col_container:hover
	{
		transform: translate(15px, -15px);
		-webkit-transform: translate(15px, -15px);
		-moz-transform: translate(15px, -15px);
		-ms-transform: translate(15px, -15px);
		-o-transform: translate(15px, -15px);
		-moz-box-shadow: -15px 15px 20px rgba(0, 0, 0, 0.4);
		-webkit-box-shadow: -15px 15px 20px rgba(0, 0, 0, 0.4);
		box-shadow: -15px 15px 20px rgba(0, 0, 0, 0.4);
		/* For IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=120, Direction=215, Color='rgba(238, 238, 238, 0.4)')";
		/* For IE 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=120, Direction=215, Color='rgba(238, 238, 238, 0.4)');
	}

.index_programme_col_content_outline
{
	border: 1px solid #095d7e;
	padding: 3px;
}

.index_programme_col_content
{
	background-color: transparent;
	width: 100%;
	margin: 0 auto;
	display: table-cell;
	vertical-align: middle;
}

.index_programme_col_content_border
{
	background-color: #095d7e;
	padding: 30px 10px 30px 10px;
	text-align: center;
	color: #ffffff;
	font-size: 21px;
	text-transform: uppercase;
	font-weight: 200;
	opacity: 0.9;
}

.index_sourcing_container .index_programmes_col
{
	margin-top: 1vh;
}

.index_sourcing_container .index_exhibition_col_hover_border
{
	width: 100%;
}

.index_sourcing_container .index_programme_img
{
	max-height: 70vh;
	overflow: hidden;
	border: 5px solid #ffffff;
}

	.index_sourcing_container .index_programme_img img
	{
		padding: 0px;
	}

.index_sourcing_col
{
	padding: 0;
}

	.index_sourcing_col .index_programme_img
	{
		max-height: 33.5vh;
		margin-bottom: 20px;
	}

.nav_menu
{
	padding: 25px 45px 15px 45px;
	position: absolute;
	top: 40px;
	width: 100%;
	z-index: 2000;
	display: block;
	opacity: 1;
}

.index_newsdesk_head_link .index_newsdesk_head
{
	background-color: #ffffff;
	padding: 14px;
	line-height: 32px;
	font-size: 32px;
	text-align: left;
	color: #095d7e;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
	text-decoration: none;
	position: relative;
	margin-bottom: 15px;
}

#dnn_nav_programme .index_newsdesk_head_link .index_newsdesk_head
{
	line-height: 26px;
	font-size: 28px;
}

.index_newsdesk_head_link, .index_newsdesk_head_link:hover
{
	text-decoration: none;
}

	.index_newsdesk_head_link:hover .index_newsdesk_head
	{
		background-color: #095d7e;
		color: #ffffff;
	}

	.index_newsdesk_head_link .index_newsdesk_head:after
	{
		content: ">";
		position: absolute;
		right: 14px;
	}

.index_newsdesk_con .index_newsdesk_news_con
{
	padding: 5px;
	text-align: left;
	color: #095d7e;
	border-bottom: 1px solid #095d7e;
	line-height: 16px;
}

	.index_newsdesk_con .index_newsdesk_news_con h4, .index_newsdesk_con .index_newsdesk_news_con p
	{
		margin-bottom: 5px;
	}

.index_newsdesk_con
{
	background-color: #ffffff;
	padding: 15px;
	/*min-height:60vh*/
}

#dnn_nav_programme .index_newsdesk_con
{
	min-height: inherit;
	padding-top: 0;
}

.index_newsdesk_hover
{
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

	.index_newsdesk_hover:hover
	{
		transform: translate(5px, -5px);
		-webkit-transform: translate(5px, -5px);
		-moz-transform: translate(5px, -5px);
		-ms-transform: translate(5px, -5px);
		-o-transform: translate(5px, -5px);
		-moz-box-shadow: -15px 15px 20px rgba(0, 0, 0, 0.4);
		-webkit-box-shadow: -15px 15px 20px rgba(0, 0, 0, 0.4);
		box-shadow: -15px 15px 20px rgba(0, 0, 0, 0.4);
		/* For IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=120, Direction=215, Color='rgba(238, 238, 238, 0.4)')";
		/* For IE 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=120, Direction=215, Color='rgba(238, 238, 238, 0.4)');
	}

.index_newsdesk_con .img-responsive
{
	width: 100%;
}

.index_newsdesk_con a:hover .index_newsdesk_news_con
{
	color: #3c3c3c;
}

.index_newsdesk_news_con
{
	position: relative;
}

	.index_newsdesk_news_con:after
	{
		content: "";
		position: absolute;
		right: 0;
		bottom: 10px;
	}

.no_padding
{
	padding: 0;
}

.frame
{
	max-height: 30vh;
	overflow: scroll;
}

	.frame::-webkit-scrollbar
	{
		-webkit-appearance: none;
	}

		.frame::-webkit-scrollbar:vertical
		{
			width: 11px;
		}

		.frame::-webkit-scrollbar:horizontal
		{
			height: 11px;
		}

	.frame::-webkit-scrollbar-thumb
	{
		border-radius: 8px;
		border: 2px solid white; /* should match background, can't be transparent */
		background-color: rgba(0, 0, 0, .5);
	}

@media (max-width: 1199px)
{


	.index_video_content
	{
		font-size: 70px;
		width: 50vw;
		bottom: 20vh;
		line-height: 75px;
	}

	.index_exhibition_col:hover .index_exhibition_col_hover
	{
		transform: translate(15px, -45px);
		-webkit-transform: translate(15px, -45px);
		-moz-transform: translate(15px, -45px);
		-ms-transform: translate(15px, -45px);
		-o-transform: translate(15px, -45px);
	}

	.index_sourcing_container .index_programme_col_content_border
	{
		background-color: #095d7e;
		padding: 10px 5px 10px 5px;
		text-align: center;
		color: #ffffff;
		font-size: 14px;
		text-transform: uppercase;
		font-weight: 200;
		opacity: 0.9;
	}

	.index_sourcing_container .index_programmes_col
	{
		margin-bottom: 5vh;
	}

	.index_sourcing_col .index_programmes_col
	{
		margin-bottom: 3px;
	}
}

@media (max-width: 991px)
{
	.index_style #footer_policy
	{
		position: relative;
		bottom: inherit;
	}

	.index_newsdesk_con
	{
		min-height: inherit;
	}

	.index_exhibition_col_left
	{
		position: inherit;
		padding-left: 45px;
		padding-right: 45px;
	}

	.index_exhibition_col_right
	{
		position: inherit;
		margin-top: -45px;
		padding-right: 45px;
		padding-left: 45px;
	}

	.index_exhibition_col:hover .index_exhibition_col_hover
	{
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
	}

	.index_title
	{
		font-size: 60px;
	}

	.index_title_container
	{
		margin-top: 70px;
	}

	.index_title_solgan
	{
		font-size: 18px;
	}

	section
	{
		height: 100%;
	}

	.index_exhibition_col_hover
	{
		opacity: 1;
		position: inherit;
		margin-top: 10px;
	}

	.index_exhibition_col:hover .index_exhibition_col_container
	{
		opacity: 1;
	}

	.index_section_background
	{
		/*
		-webkit-background-size: inherit;
		-moz-background-size: inherit;
		-o-background-size: inherit;
		background-size: inherit;
			*/
		background-attachment: fixed;
	}

	.index_style #footerContainer
	{
		width: 100%;
		height: 100%;
	}

	section
	{
		width: 100%;
		float: left;
	}

	#dnn_nav_exhibition
	{
		margin-bottom: 20px;
	}

	.index_programme_col_content_center
	{
		top: 25%;
		height: auto;
	}

	.index_sourcing_container .index_programme_img
	{
		max-height: 100%;
		border: none;
	}

		.index_sourcing_container .index_programme_img img
		{
			padding: 5px;
		}

	#index_video
	{
		position: absolute;
		top: 50%;
		left: 50%;
		min-width: 100%;
		min-height: 100%;
		width: auto;
		height: auto;
		z-index: 2;
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
		background: url(http://www.minimit.com/images/picjumbo.com_IMG_6648.jpg) no-repeat;
		background-size: cover;
	}

	.section_video
	{
		background: url(../image/index_video_bg.jpg) no-repeat;
	}

	.footer_sitemap
	{
		margin-bottom: 50px;
	}
}

@media (max-width: 991px)
{
	#nav_video .fullscreen.not-overflow .content-a
	{
		height: 100vh;
	}
}

@media (max-width: 767px)
{
	.index_style #footer_policy
	{
		position: relative;
		bottom: inherit;
	}

	.not-fullscreen, .not-fullscreen .content-a, .fullscreen.not-overflow, .fullscreen.not-overflow .content-a
	{
		height: inherit;
		overflow: visible;
		float: left;
	}

		.fullscreen.not-overflow.section_video
		{
			height: 100%;
			margin-top: -65px;
		}

	.index_video_content
	{
		font-size: 32px;
		width: 80vw;
		font-weight: bold;
		text-align: left;
		position: absolute;
		left: 15px;
		bottom: 30vh;
		color: #ffffff;
		text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.8);
		line-height: 32px;
	}

	.section_video
	{
		height: 100%;
	}

		.section_video:before
		{
			position: absolute;
			top: inherit;
			left: 0;
			height: 100%;
		}

	.sidenav_container a:hover .sidenav_title
	{
		opacity: 0;
		right: -1000px;
	}

	.index_title
	{
		font-size: 20px;
	}

	.index_title_container
	{
		padding-left: 0px;
		padding-right: 0px;
	}

	.index_title_container
	{
		margin-top: 0px;
		width: 100%;
	}

	.revealOnScroll
	{
		opacity: 1;
	}

	.index_exhibition_col_left
	{
		padding-left: 15px;
		padding-right: 15px;
	}

	.index_exhibition_col_container
	{
		opacity: 1;
		padding-bottom: 10px;
	}

	.index_exhibition_col_hover
	{
		opacity: 1;
		position: inherit;
		background-color: #ffffff;
	}

	.index_exhibition_col_hover_content
	{
		color: #095d7e;
	}

	.index_col_hover_link
	{
		background-color: #095d7e;
		color: #ffffff;
	}

		.index_col_hover_link:before
		{
			color: #ffffff;
		}

	.index_exhibition_col_right
	{
		position: inherit;
		margin-top: -25px;
		padding-right: 15px;
		padding-left: 15px;
	}

	.sidenav_container .backTop, .sidenav_container .backTop:hover, .sidenav_container .backTop:focus
	{
		bottom: 20vh;
	}

	.index_col_img img
	{
		padding: 5px;
		width: 100%;
	}

	.index_col_content
	{
		width: 100%;
		display: inherit;
	}

	.index_section_background
	{
		background-position: 50% 0;
	}

	.background
	{
		background-repeat: repeat-y;
	}

	section
	{
		width: 100%;
		float: left;
	}

	#dnn_nav_exhibition
	{
		margin-bottom: 0px;
	}

	#dnn_nav_programme
	{
		margin-bottom: 0px;
	}

	.index_style #footerContainer
	{
		width: 100%;
		height: 100%;
	}

	.index_programme_col_container .index_exhibition_col_hover
	{
		float: left;
	}

	.index_programme_container
	{
		padding: 0px;
	}

	.index_programme_col_content_border
	{
		background-color: #ffffff;
		padding: 10px;
		color: #095d7e;
		opacity: 1;
	}

	.index_programme_col_content_outline
	{
		border: none;
		padding: 0;
	}

	.index_programme_col_content
	{
		display: inherit;
	}

	.index_programme_col_content_center
	{
		display: inherit;
		position: relative;
	}

	.index_programme_col_content_container
	{
		padding-left: 0;
		padding-right: 0;
		position: inherit;
	}

	.carousel
	{
		float: left;
		width: 100%;
		margin-top: 15px;
	}

	.carousel-control.left
	{
		background-image: none;
	}

	.carousel-control.right
	{
		background-image: none;
	}

	#dnn_nav_exhibition, #dnn_nav_sourcing, #nav_contact
	{
		background-color: #edf4f6;
		padding: 15px;
		padding-top: 0;
	}

	.index_title_container
	{
		color: #333;
		text-shadow: none;
	}

	.index_title_solgan
	{
		font-variant: normal;
		font-size: 16px;
	}

	.index_title_content
	{
		border-top: 1px solid #333;
	}

	.index_title
	{
		color: #095d7e;
	}

	#dnn_nav_programme, #dnn_nav_news
	{
		background-color: #ececec;
		padding: 15px;
		padding-top: 0;
	}

	.index_programmes_col
	{
		margin-top: 0;
		padding: 0;
	}

	.index_sourcing_container .index_programmes_col, .index_newsdesk_head_link .index_newsdesk_head
	{
		margin-bottom: 0;
	}

	.index_newsdesk_con
	{
		padding-bottom: 0;
	}

	.index_blog_col
	{
		margin-bottom: 0;
		padding: 0;
	}

	.index_newsdesk_hover:hover
	{
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		/* For IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=120, Direction=215, Color='rgba(238, 238, 238, 0.4)')";
		/* For IE 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=120, Direction=215, Color='rgba(238, 238, 238, 0.4)');
	}

	.index_newsdesk_con
	{
		padding-top: 15px;
		padding-bottom: 15px;
		min-height: inherit;
	}

	.index_sourcing_container .index_programmes_col, .index_newsdesk_head_link .index_newsdesk_head
	{
		margin-bottom: 0;
	}

	.index_newsdesk_head_link .index_newsdesk_head
	{
		font-size: 16px;
		line-height: 18px;
	}

	#dnn_nav_programme .index_newsdesk_head_link .index_newsdesk_head
	{
		font-size: 16px;
		line-height: 18px;
		margin-top: 15px;
		color: #ffffff;
		background: #095d7e;
	}

	.index_newsdesk_head_link .index_newsdesk_head
	{
		color: #ffffff;
		background: #095d7e;
	}

	#searchonID
	{
		height: initial;
	}

	#nav_video .fullscreen.not-overflow .content-a
	{
		height: 100vh;
	}

	.index_title_link
	{
		width: 25px;
		height: 25px;
		font-size: 20px;
		line-height: 20px;
		margin-top: 20px;
	}

	.index_title_link_s
	{
		font-size: 10px;
	}

	.index_blog_col
	{
		margin-top: 0px;
	}

		.index_blog_col .index_newsdesk_head
		{
			margin-top: 10px;
		}

	#nav_contact
	{
		padding-left: 0px;
		padding-right: 0px;
	}

	.nav_menu
	{
		position: relative;
		padding: 15px 15px 0px 15px;
		background-color: rgb(255, 255, 255);
	}

	.nav_fixed
	{
		z-index: 2000;
		position: relative;
	}

	.frame
	{
		max-height: inherit;
	}

	.footer_sitemap
	{
		margin-bottom: 10px;
	}
}

@media (width:768px)
{
	.index_exhibition_col_hover
	{
		display: none;
	}

	.index_programme_container .clearfix.hidden-sm
	{
		display: inherit !important;
	}

	.index_programmes_col
	{
		margin-top: 3vh;
	}
}

@media (min-width:768px) and (max-width:991px)
{
	.carousel
	{
		float: left;
		width: 90%;
		margin-left: 45px;
		margin-top: 30px;
	}

	#dnn_nav_exhibition
	{
		height: 500px;
	}
}

@media (width:768px)
{
	.index_title_header
	{
		float: left;
		font-size: 50px;
	}

}

@media (max-width: 767px)
{
	#carousel_exhibition .carousel-inner
	{
		max-width: 320px;
		margin: 0 auto;
		height: 320px;
	}

	#carousel_programme .carousel-inner
	{
		max-width: 320px;
		margin: 0 auto;
		height: 370px;
	}

	#carousel_sourcing .carousel-inner
	{
		max-width: 320px;
		height: 390px;
		margin: 0 auto;
	}
}

.index_newsdesk_con
{
	overflow-x:hidden;
}