/******************************************************* 

CSS FILE FOR FLEXIGLIDE SLIDING FOLDING SECURTY SHUTTERS
Version: 2406271452

*******************************************************/

/************** development
* {
  outline: 1px solid red;
}
***************/

/*---GLOBAL---*/

/* fonts*/
@font-face {
	font-family: 'icomoon';
	src: url('/fonts/icomoon.eot?rrsnov');
	src: url('/fonts/icomoon.eot?rrsnov#iefix') format('embedded-opentype'),
		url('/fonts/icomoon.ttf?rrsnov') format('truetype'),
		url('/fonts/icomoon.woff?rrsnov') format('woff'),
		url('/fonts/icomoon.svg?rrsnov#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-phone1:before {
	content: "\1f321";
}

.icon-envelope-o:before {
	content: "\e900";
}

/*global whitespace reset*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Gill Sans MT", "Gill Sans", "Lucinda Grande", "Lucinda Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 1em;
	background: #fff;
}

img {
	color: #17365D;
	font-size: .9em;
	border: none;
	margin: 10px;
}

figure {
	margin-bottom: 24px;
}

figcaption {
	text-align: center;
	font-size: .9em;
	max-width: 90%;
	margin: auto;
	color: #17365D;
}

/* START crossfading images */
.fg_crossfade {
	position: relative;
}

.fg_crossfade figcaption span {
	display: none;
}

@media only screen and (min-width: 1001px) {
	.fg_crossfade img+img {
		position: absolute;
		top: 0;
		opacity: 0;
		transition: opacity .4s;
	}

	.fg_crossfade:hover img+img {
		opacity: 1;
	}

	.fg_crossfade figcaption span {
		display: inline;
	}
}

/* END crossfading images */

.clear_left {
	clear: left;
}

/*---LINKS---*/
a {
	color: #0070C0;
}

a:active,
a:visited {
	color: #17365D;
}

a:hover {
	color: #00B0F0;
	text-decoration: none;
}

#header a {
	text-decoration: none;
}

#credits a:link {
	color: #595959;
}

#credits a:hover {
	color: #17365D;
}

.external {
	background: url(../img/external_link.gif) no-repeat right top;
	padding-right: 12px;
}

.button,
.button:visited {
	border-top: 1px solid #002060;
	background: #002060;
	background: -webkit-gradient(linear, left top, left bottom, from(#002060), to(#00339a));
	background: -webkit-linear-gradient(top, #002060, #00339a);
	background: -moz-linear-gradient(top, #002060, #00339a);
	background: -ms-linear-gradient(top, #002060, #00339a);
	background: -o-linear-gradient(top, #002060, #00339a);
	padding: 7px 14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
	-moz-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
	box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
	text-shadow: rgba(0, 0, 0, .4) 0 1px 0;
	color: white;
	font-size: 17px;
	text-decoration: none;
	vertical-align: middle;
}

.button:hover {
	border-top-color: #00339a;
	background: #00339a;
	color: #f1f1f1;
}

.button:active {
	border-top-color: #002060;
	background: #002060;
}

#footer_contact .button {
	border-top: 1px solid #ff9900;
	background: #ff9900;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffbf00), to(#ff9900));
	background: -webkit-linear-gradient(top, #ffbf00, #ff9900);
	background: -moz-linear-gradient(top, #ffbf00, #ff9900);
	background: -ms-linear-gradient(top, #ffbf00, #ff9900);
	background: -o-linear-gradient(top, #ffbf00, #ff9900);
}

#footer_contact .button:hover {
	border-top-color: #ffbf00;
	background: #ffbf00;
}

#footer_contact .button:active {
	border-top-color: #ff9900;
	background: #ff9900;
}

#contact_flexiglide #footer_contact .button_container,
.hvp_n_o_contact {
	display: none;
}

/*---HEADINGS AND TYPOGRAPHY---*/
h1,
h2,
h3,
h4,
.hvp_accent {
	color: #0070C0;
	font-weight: 100;
}

#main_content p,
#main_content h1,
#main_content h2,
#main_content h3,
#main_content h4,
#credits p,
#footer_text p,
#footer_text h4,
#full_width p {
	padding: 0 10px;
}

#main_content p {
	line-height: 1.5;
}

#main_content h1 {
	display: block;
	width: 600px;
	border-bottom: 1px solid #D8D8D8;
}

#errorpage h1 {
	color: #17365D;
}

#main_content h2 {
	margin-top: 30px;
}

#main_content h4 {
	font-size: 1.1em;
}

/* CSS3 Animation on target */
@-webkit-keyframes flash {

	0%,
	50%,
	100% {
		opacity: 1;
	}

	25%,
	75% {
		opacity: 0;
	}
}

@-moz-keyframes flash {

	0%,
	50%,
	100% {
		opacity: 1;
	}

	25%,
	75% {
		opacity: 0;
	}
}

@-o-keyframes flash {

	0%,
	50%,
	100% {
		opacity: 1;
	}

	25%,
	75% {
		opacity: 0;
	}
}

@keyframes flash {

	0%,
	50%,
	100% {
		opacity: 1;
	}

	25%,
	75% {
		opacity: 0;
	}
}

#main_content h2:target,
#main_content section:target h2 {
	background: #0070C0;
	color: #fff;

	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;

	-webkit-animation-name: flash;
	-moz-animation-name: flash;
	-o-animation-name: flash;
	animation-name: flash;
}

p,
#sidebar h3,
#sidebar h4,
#footer_text h4,
#main_content ol,
#main_content ul,
#footer li,
blockquote {
	color: #17365D;
}

#sidebar h3 {
	margin: 60px 0 20px 0;
	font-size: 1.2em;
}

#sidebar h4 {
	font-size: 1.2em;
	margin-top: 40px;
}

#main_content h3 {
	margin-top: 20px;
}

#footer h4 {
	font-size: 1.3em;
}

.top_margin {
	margin-top: 30px;
}

p.back_to_top {
	text-align: right;
	font-size: .9em;
}

.back_to_top a {
	color: #A6A6A6;
	padding-right: 20px;
	text-decoration: none;
}

.back_to_top a:hover {
	color: #00B0F0;
	text-decoration: underline;
}

p {
	margin: 10px 0;
}

#main_content ol,
#main_content ul {
	padding: 10px 0 10px 30px;
}

#main_content ul {
	list-style: square;
}

#main_content ol li,
#main_content ul li {
	margin-bottom: 10px;
	line-height: 1.5;
}

#credits p {
	color: #595959;
	text-align: left;
	font-size: .8em;
	max-width: 960px;
	margin: 18px auto 0;
}

blockquote {
	/*font-weight:600;*/
	margin: 40px 0 0 20px;
	width: 540px;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 200%;
}

address {
	font-style: normal;
}

acronym,
abbr {
	border-bottom: 1px dotted #D8D8D8;
	cursor: help;
}

.smaller {
	font-size: .9em;
}

.bigger {
	font-size: 1.2em;
}

.right {
	text-align: right;
}

.lightweight {
	font-weight: 100;
}

.center {
	text-align: center;
}

.hvp_accent {
	font-size: 1.2em;
}

#main_content .downloads,
#sidebar .downloads {
	list-style-type: none;
	line-height: 250%;
}

.pdf,
.doc,
.dwg,
.zip {
	padding-left: 40px;
}

#main_content .pdf,
#main_content .doc,
#main_content .dwg,
#main_content .zip {
	margin-left: -20px;
}

.pdf {
	background: url(../img/pdf.gif) no-repeat 0 50%;
}

.doc {
	background: url(../img/doc.gif) no-repeat 0 50%;
}

.dwg {
	background: url(../img/dwg.gif) no-repeat 0 50%;
}

.zip {
	background: url(../img/zip.gif) no-repeat 0 50%;
}

/*---LOGO---*/
#logo h1 {
	font-weight: 100;
	font-size: 2.7em;
	/* margin:40px 0 0 40px; */
	line-height: .8em;
}

#flexi {
	color: #00B0F0;
}

#glide {
	/*border-bottom:2px solid #17365D;*/
	color: #17365D;
}

#logo_subtext {
	color: #17365D;
	font-size: .55em;
}

#logo {
	clear: both;
	float: left;
	width: 960px;
	height: 300px;
	position: relative;
}

#home #logo {
	height: 184px;
}

/*---LIGHTBOX---*/

/*
lightbox notes 210728
we use slimbox(1) - based on mootools - on the photos page and 
slimbox2 - based on jquary on the homepage
they're more or less the same and ideally we'd use slimbox2 everywhere
for now we have 2lboverlay rules here to deal with slight differences
*/

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background: #000;
	cursor: pointer;
}

#home #lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	cursor: pointer;
}

#lbCenter,
#lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background: #fff;
}

.lbLoading {
	background: #fff url(../img/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background: no-repeat;
}

#lbPrevLink,
#lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0
}

#lbPrevLink:hover {
	background: transparent url(../img/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../img/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../img/closelabel.gif) no-repeat center;
	outline: none;
	margin: 5px 0;
}

#lbCaption,
#lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: 700;
}


/*---LAYOUT---*/

#wrapper {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background: #FFF;
}

#inner_wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#breadcrumbs {
	margin: 20px 0 20px 0;
}

#main_content {
	width: 600px;
	float: left;
	margin-bottom: 40px;
}

.sliding_shutter_gallery_section {
	overflow: hidden;
	margin-bottom: 10px;
}

#sidebar {
	position: relative;
	width: 260px;
	float: right;
	margin-bottom: 40px;
}

#sidebar img {
	margin: 0 10px 10px 0;
}

#full_width {
	clear: both;
	width: 100%;
	margin-bottom: 40px;
}

#footer {
	clear: both;
	width: 100%;
	overflow: hidden;
}

#home #footer {
	background: #277dca;
}

#home #footer p,
#home #footer a,
#home #footer h4, 
#home #footer li {
	color: #fff;
}

#footer_inner {
	max-width: 960px;
	margin: auto;
}

#footer_text {
	width: 280px;
	float: left;
	margin: 20px 0;
}

#footer_downloads {
	width: 280px;
	float: left;
	margin: 20px 0 20px 50px;
}
#footer_offices {
	margin-top: 20px;
}
#footer_offices li {
	margin-left: 17px;
}
#footer_offices b {
	display: inline-block;
	margin-bottom: 5px;
}
@media screen and (min-width:798px) {
	#footer_offices b {		
		width: 120px;
	}
}

#footer_contact {
	width: 280px;
	float: right;
	margin: 20px 0;
}

.button_container {
	margin: 30px 0;
}

#footer_links {
	width: 600px;
	float: right;
	margin: 20px 0;
}

#footer_links b {
	float: right;
	padding: 0 10px;
}

#credits {
	clear: both;
	width: 100%;
	margin: 20px auto 10px;
	border-top: 1px solid #D8D8D8;
	border-bottom: 1px solid #fff;
	background: #FCFCFC;
}

.img_float_right {
	float: right;
	margin: 20px 0 25px 25px;
}

.img_float_left {
	float: left;
	margin: 20px 25px 25px 10px;
}

.block_float_right {
	float: right;
	margin: 0 0 40px 25px;
}

.block_float_left {
	float: left;
	margin: 0 25px 40px 0;
}

.locking_post {
	margin-right: 20px;
}

.inline_image {
	margin: 0;
	padding: 0 5px;
}

h2,
h3,
.clear_left {
	clear: left;
}

/*---MISC---*/
.preload {
	display: none;
	position: absolute;
}


/*---NAVIGATION---*/
/*Top Navigation*/
#top_navigation {}

#top_navigation_inner {
	max-width: 960px;
	text-align: right;
	margin: 10px auto;
	font-size: 1.2em;
}

#top_navigation_inner p {
	font-weight: 600;
}

#top_navigation_inner span {
	position: relative;
	top: 2px;
	padding-right: 6px;
}

#top_navigation_inner b {
	margin-right: 60px;
}

#top_navigation_inner a {
	text-decoration: none;
	color: #17365D;
	border-bottom: 1px solid #fff;
	transition: all .4s;
	padding-bottom: 2px;
}

#top_navigation_inner a:hover {
	border-bottom: 1px solid #17365D;
}

li#link_homepage {
	background: url(../img/flexiglide-link-homepage.gif) no-repeat 0 1px;
	padding-left: 24px;
	margin-left: 10px;
}

li#link_sitemap {
	background: url(../img/flexiglide-link-sitemap.gif) no-repeat 0 2px;
	padding-left: 28px;
	margin-left: 10px;
}

li#link_contact {
	background: url(../img/flexiglide-link-contact.gif) no-repeat 0 4px;
	padding-left: 24px;
	margin-left: 10px;
}

/* Breadcrumbs */

#breadcrumbs {
	clear: left;
	float: left;
	width: 960px;
}

#breadcrumbs ol {
	margin-left: 10px;
}

#breadcrumbs li {
	display: inline;
	font-size: .8em;
}

#breadcrumbs a:hover {
	text-decoration: none;
}

/* Main navigation */

#main_navigation {
	clear: both;
	list-style: none;
	background: #3A8DDA url(../img/main-nav-bg.jpg) repeat-x;
	background-size: contain;
	float: left;
	width: 960px;
}

#main_navigation ul,
#main_navigation li {
	float: left;
	list-style: none;
}

#main_navigation a {
	display: block;
	padding: 9px 22px;
	color: #000;
	font-weight: 600;
	text-decoration: none;
	border-left: 1px solid #3A8DDF;
}

#main_navigation ul ul li a {
	border: none;
	font-weight: 100;
}

#main_navigation li a:hover,
#main_navigation ul li a.active_page,
#home #main_navigation ul li.main_navigation_home a,
.about_flexiglide #main_navigation ul li a.about_flexiglide,
.products #main_navigation ul li a.products,
.architects #main_navigation ul li a.architects,
.more #main_navigation ul li a.more {
	color: #FFF;
	background: #61A4E1;
}

#main_navigation li li a.active_page,
#main_navigation li li a.active_page:hover {
	color: #000;
	background: none;
	cursor: default;
}

#main_navigation li li a {
	padding: 5px;
	color: #FFF;
}

#main_navigation li li a:hover {
	color: #000;
	background: #3A8DDA;
}

#main_navigation li ul {
	background: #3A8DDA url(../img/dropdown-bg.jpg) repeat-x;
	position: absolute;
	z-index: 999;
	left: -999em;
	height: auto;
	width: 200px;
	border-left: 1px solid #4995DD;
	border-bottom: 1px solid #4995DD;
}

#main_navigation li ul a {
	width: 190px;
}

#main_navigation li:hover ul ul {
	left: -999em;
}

#main_navigation li:hover ul,
#main_navigation li li:hover ul,
#main_navigation li.sfhover ul {
	left: auto;
}

#main_navigation li.main_navigation_home a {
	border-left: none;
}

#main_navigation li.main_navigation_last a {
	border-right: 1px solid #3A8DDF;
}

#main_navigation li.main_navigation_home a:hover {
	background: #ff9900;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffbf00), to(#ff9900));
	background: -webkit-linear-gradient(top, #ffbf00, #ff9900);
	background: -moz-linear-gradient(top, #ffbf00, #ff9900);
	background: -ms-linear-gradient(top, #ffbf00, #ff9900);
	background: -o-linear-gradient(top, #ffbf00, #ff9900);
}

#main_navigation ul li.main_navigation_last ul,
#main_navigation ul li.main_navigation_last ul {
	margin-left: -100px;
	text-align: right;
}

/*Sidebar Navigation + Onpage Sidebar Navigation*/
#sidebar .sidebar_navigation li,
#onpage_sidebar_navigation li,
#sidebar_page_navigation {
	list-style: none;
	color: #0070C0;
}

#sidebar .sidebar_navigation a,
#onpage_sidebar_navigation a,
#sidebar_page_navigation a {
	text-decoration: none;
}

#sidebar .sidebar_navigation a:hover,
#sidebar_page_navigation a:hover {
	text-decoration: underline;
}

#onpage_sidebar_navigation li {
	list-style: square;
	margin: 0 0 5px 20px;
	font-size: .9em;
}

#onpage_sidebar_navigation a:hover {
	color: #00B0F0;
}

#sidebar .sidebar_navigation img {
	margin: 0 10px 10px 0;
	top: 25px;
	position: relative;
}

/*Sitemap*/
#sitemap #main_content ul {
	list-style: none;
	margin-left: -10px;
}

#sitemap #main_content a {
	text-decoration: none;
	font-size: 1.2em;
}


/*---FORMS---*/

/*styling contact form*/
form {
	margin: 0;
	padding: 0;
}

#box {
	margin-top: 40px;
	padding-left: 10px;
}

#error li {
	list-style: none outside;
	border: 1px solid red;
	padding: 2px 10px;
	background: #F2DBDB;
	margin-left: -30px;
	color: red;
}

legend {
	font-size: 1.2em;
	color: #0070C0;
}

legend span {
	font-size: .8em;
	color: #17365D;
	font-weight: 100;
}

.heading {
	font-size: 1.6em;
	color: #17365D;
	font-weight: 600;
}

fieldset {
	border: none;
	margin: 0 0 10px 0;
}

label {
	clear: both;
	float: left;
	width: 20%;
	color: #17365D;
	font-size: 1em;
	font-weight: 600;
	padding-left: 10px;
	margin-bottom: 12px;
}

label.form_info {
	width: 100%;
}

label span {
	font-size: .8em;
	font-weight: 100;
}

.required {
	color: red;
}

input,
textarea {
	width: 70%;
	padding: 3px;
	float: right;
	margin-bottom: 10px;
	font-family: courier, serif;
}

.c_button input {
	border: none;
	margin-left: 31%;
	font-size: 1.2em;
	color: #fff;
	background: #17365D;
	padding: 4px 12px;
	cursor: pointer;
	width: auto;
	font-family: "Gill Sans MT", "Gill Sans", "Lucinda Grande", "Lucinda Sans Unicode", Arial, Helvetica, sans-serif;
}

.c_button input:hover {
	background: #00B0F0;
}

.c_button input:active {
	background: #0070C0;
}

#response .success {
	border: 1px solid #00B050;
	padding: 2px 10px;
	background: #EAF1DD;
}

#working {
	color: #00B0F0;
	padding: 20px 15px;
	background: url(../img/loading.gif) no-repeat left center;
	border: 1px solid #00B0F0;
	text-indent: 20px;
}


/*---TABLES---*/
table {
	width: 100%;
	margin: 15px 10px;
	border-top: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
	border-collapse: collapse;
	color: #17365D;
}

#FlexiGlide_styles_table a,
#FlexiGlide_styles_table a:hover {
	text-decoration: none;
	color: #17365D;
	display: block;
	height: 80px;
}

table img {
	margin: 0;
}

table a img {
	border: none;
}

caption {
	text-align: left;
	color: #0070C0;
	font-size: 1.3em;
	margin: 10px 0;
}

th,
td {
	padding: 5px;
	text-align: left;
}

#FlexiGlide_styles_table th#image {
	width: 20%;
}

#model-types td {
	width: 13%;
}

#image,
#feature,
#colours {
	text-indent: -999em;
}

th#style {
	width: 40%;
}

th#resource,
th#type {
	width: 20%;
}

tr {
	border-bottom: 1px solid #D8D8D8;
}

.no_border {
	border-bottom: none;
}

td {
	font-size: .9em;
}

#FlexiGlide_styles_table td {
	height: 80px;
}

.odd {
	background: #F2F2F2;
}

#FlexiGlide_styles_table tbody tr:hover,
#FlexiGlide_architect_resources_table_p1 tbody tr:hover,
#FlexiGlide_architect_resources_table_p2 tbody tr:hover {
	background: #E1F7FF;
}

#model-types,
#FlexiGlide_architect_resources_table_p1,
#FlexiGlide_architect_resources_table_p2 {
	width: 940px;
}

#FlexiGlide_architect_resources_table_p2 {
	margin-top: 40px;
}

#model-types td,
#model-types thead th,
#FlexiGlide_architect_resources_table_p1 td,
#FlexiGlide_architect_resources_table_p1 thead th,
#FlexiGlide_architect_resources_table_p2 td,
#FlexiGlide_architect_resources_table_p2 thead th {
	text-align: center;
}

#model-types th a,
#FlexiGlide_architect_resources_table_p1 th a,
#FlexiGlide_architect_resources_table_p2 th a {
	text-decoration: none;
}


/*---ANATOMY---*/

#flexiglide_anatomy {
	position: relative;
}

#flexiglide_anatomy li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#flexiglide_anatomy a .hotspot {
	position: absolute;
	display: block;
	border: 2px solid #00B0F0;
	background: url(../img/70_percent_transparent_pixel.png);
}

#flexiglide_anatomy a:hover .hotspot {
	background: url(../img/transparent_pixel.png);
	border: 2px solid yellow;
}

#flexiglide_anatomy a .anatomy_note {
	position: absolute;
	color: #17365D;
	display: none;
	border: 2px solid yellow;
	padding: 5px;
	width: 280px;
	z-index: 9;
	background: #FFFFBB;
}

#flexiglide_anatomy a:hover .anatomy_note {
	display: block;
}

.anatomy_note_title {
	font-size: 1.2em;
}

.anatomy_note_text {
	font-size: .9em;
}

.anatomy_note_link {
	font-size: .8em;
	float: right;
	margin-top: 10px;
}

.anatomy_note_link:hover {
	text-decoration: underline;
}

#flexiglide_anatomy .anatomy_locking_post a .hotspot {
	top: 90px;
	left: 520px;
	width: 25px;
	height: 270px;
}

#flexiglide_anatomy .anatomy_locking_post a .anatomy_note {
	top: 150px;
	left: 230px;
}

#flexiglide_anatomy .anatomy_floor_socket a .hotspot {
	top: 360px;
	left: 280px;
	width: 25px;
	height: 25px;
}

#flexiglide_anatomy .anatomy_floor_socket a .anatomy_note {
	top: 280px;
	left: -10px;
}

#flexiglide_anatomy .anatomy_locking_post_handle a .hotspot {
	top: 220px;
	left: 280px;
	width: 25px;
	height: 25px;
}

#flexiglide_anatomy .anatomy_locking_post_handle a .anatomy_note {
	top: 145px;
	left: -10px;
}

#flexiglide_anatomy .anatomy_locking_mechanism a .hotspot {
	top: 245px;
	left: 20px;
	width: 25px;
	height: 50px;
}

#flexiglide_anatomy .anatomy_locking_mechanism a .anatomy_note {
	top: 295px;
	left: 40px;
}

#flexiglide_anatomy .anatomy_top_track a .hotspot {
	top: 75px;
	left: 50px;
	width: 450px;
	height: 10px;
}

#flexiglide_anatomy .anatomy_top_track a .anatomy_note {
	top: 85px;
	left: 40px;
}

#flexiglide_anatomy .anatomy_shutter_panel a .hotspot {
	top: 164px;
	left: 98px;
	width: 21px;
	height: 68px;
}

#flexiglide_anatomy .anatomy_shutter_panel a .anatomy_note {
	top: 220px;
	left: 115px;
}


/*---HEADERS---*/
#header {
	max-width: 960px;
	margin: auto;
}

#page_header {
	/*default header*/
	position: absolute;
	width: 100%;
	height: 100%;
}

#errorpage #page_header,
#architects #page_header,
#how #page_header,
#anatomy #page_header,
#guidelines #page_header,
#products #page_header,
#barrier #page_header,
#contact_flexiglide #page_header,
#more #page_header,
#downloads #page_header,
#case_study_barrier #page_header {
	background: url(../images/headers/h-barrier.jpg) no-repeat;
}

#home #page_header {
	background: url(../images/headers/h-home-2406.webp) no-repeat;
}

#about_flexiglide #page_header,
#folding #page_header,
#company_profile #page_header,
#why_flexiglide #page_header,
#vision_glass #page_header,
#faq #page_header,
#testimonials #page_header,
#case_studies #page_header,
#case_study_vision_glass #page_header,
#export #page_header,
#service #page_header,
#news #page_header,
#terms_conditions #page_header {
	background: url(../images/headers/h-glass.jpg) no-repeat;
}

#classic_chainlink #page_header,
#case_study_chainlink #page_header {
	background: url(../images/headers/h-chainlink.jpg) no-repeat;
}

#vision_guard #page_header,
#case_study_vision_guard #page_header,
#gallery #page_header,
#where_we_work #page_header {
	background: url(../images/headers/h-guard.jpg) no-repeat;
}

#vision_air #page_header,
#case_study_vision_air #page_header,
#about_website #page_header,
#sitemap #page_header {
	background: url(../images/headers/h-air.jpg) no-repeat;
}

#protector #page_header,
#case_study_protector #page_header {
	background: url(../images/headers/h-protector.jpg) no-repeat;
}

.tmpbanner {
	position: absolute;
	right: 335px;
	bottom: 0;
}

.tmpbanner img {
	width: 140px;
}


/*---HOME---*/
#fg_home_intro,
#fg_home_work_with_us {
	margin: 48px auto;
	width: 90%;
	max-width: 650px;
	font-size: 1.1em;
	line-height: 1.5;
}

#fg_home_intro h1,
#fg_home_work_with_us h1 {
	text-align: center;
	font-size: 2em;
}

#fg_home_intro h1+p,
#fg_home_work_with_us h1+p {
	text-align: center;
	font-size: 1.2em;
	margin-bottom: 36px;
}

#fg_home_intro h2,
#fg_home_work_with_us h2 {
	margin-top: 42px;
}

#fg_home_intro ul,
#fg_home_work_with_us ul {
	margin-left: 20px;
}

#fg_home_intro li,
#fg_home_work_with_us li {
	margin-top: 9px;
	color: #17365D;
}

#fg_alt_contact {
	background: #3A8DDA url(../img/main-nav-bg.jpg) repeat-x bottom;
	margin: auto;
}
#fg_alt_contact h2 {
	text-align: center;
	color: #fff;
	padding-top: 12px;
}
#fg_alt_contact p {
    display: inline-block;
    width: 19.5%;
	margin: 20px 0;
	text-align: center;
	color: #fff;
	transition: transform .1s;
}
#fg_alt_contact p:hover {
    transform: scale(1.05);
}
#fg_alt_contact p ::selection {
    background: #FFD500;
	color: #17365D;
}
#fg_alt_contact p em,
#fg_alt_contact p b {
    display: block;
	font-style: normal;
	font-weight: 400;
}
#fg_alt_contact p em {	
	font-weight: 600;
	padding-bottom: 4px;
	font-size: 1.1em;
}
@media screen and (max-width: 720px) {
	#fg_alt_contact {
		max-width: 400px;
	}
	#fg_alt_contact p {
		display: block;
		margin: auto;
		padding: 24px 0;
		width: 100%;
	}
	
}

.fw_panel {
	clear: both;
	width: 960px;
	height: 131px;
	position: relative;
	border: 1px solid #D8D8D8;
	float: left;
	margin: 10px 0;
}

.fw_panel:hover,
.ot_panel:hover,
.tt_panel:hover {
	cursor: pointer;
	border: 1px solid #00B0F0;
}

.fw_panel h2,
.fw_panel p {
	margin-left: 215px;
	float: left;
	display: inline;
}

.fw_panel h2 {
	margin-top: 10px;
}

.fw_panel p {
	margin-top: 0;
	margin-bottom: 0;
}

.fw_panel em,
.ot_panel em,
.tt_panel em {
	float: right;
	display: inline;
	clear: both;
	margin-right: 20px;
	margin-bottom: 5px;
	font-style: normal;
}

.fw_panel img {
	position: absolute;
	clear: both;
	margin: 0;
}

img#arch_res {
	top: 0;
	left: 20px;
}

img#arch_res_ico {
	top: 20px;
	right: 25px;
}

img#comp_chrt {
	top: -10px;
	left: -10px;
}

img#hs {
	top: 15px;
	left: 20px;
}

.ot_panel {
	width: 330px;
	height: 155px;
	position: relative;
	border: 1px solid #D8D8D8;
	float: left;
	display: inline;
	margin: 10px 0;
}

#hl_pics div {
	margin: auto;
    width: fit-content;
}
#hl_pics img {
	margin: 15px 0 5px 15px;
	float: left;
	display: inline-block;
}

#hl_pics em {
	padding-top: 15px;
}

.tt_panel {
	width: 605px;
	height: 155px;
	position: relative;
	border: 1px solid #D8D8D8;
	float: right;
	display: inline;
	margin: 10px 0;
}

#hl_prof img {
	position: absolute;
	clear: both;
	top: 10px;
	left: 10px;
	float: left;
	display: inline;
}

#hl_prof h2 {
	font-size: 1em;
	margin: 10px;
	margin-left: 150px;
	float: left;
	display: inline;
	width: 400px;
}

#hl_prof strong {
	font-size: 1.4em;
	margin: 10px;
	margin-left: 150px;
	display: block;
	float: left;
	display: inline;
	width: 400px;
	color: #002060;
}

.infopane {
	display: inline;
	margin: 10px;
}

.infopane h3 {
	font-size: 1.4em;
}

.infopane1 {
	float: left;
	width: 500px;
}

.infopane2 {
	float: right;
	width: 360px;
}

#roller_shutters_sliding_shutters {
	clear: both;
	text-align: center;
	background: gold;
	padding: 6px 0;
	margin: 0;
	position: relative;
}

#roller_shutters_sliding_shutters p a:hover {
	color: #17365D;
}

#roller_shutters_sliding_shutters p a.difference {
	text-decoration: none;
}

#roller_shutters_sliding_shutters p a.difference:hover {
	text-decoration: underline;
}

#roller_shutters_sliding_shutters .close_div {
	position: absolute;
	font-size: .8em;
	right: 6px;
	top: 3px;
	text-indent: -9999px;
	background: url(../img/close.png);
	height: 16px;
	width: 16px;
	cursor: pointer;
}

#home .button {
	padding: 7px 14px;
	font-size: 22px;
}

#home #credits {
	background: #277DCA;
	margin-bottom: 0;
	border-top: 1px solid #2575bd;
	border-bottom: 0;
	margin-top: 0;
}

#home #credits p,
#home #credits a {
	color: #FFF;
}

#home #credits p {
	padding-bottom: 12px;
}

#folding-sliding-shutters {
	width: 95%;
	max-width: 600px;
	margin: 20px auto 40px;
	line-height: 1.5;
	text-align: justify;
}

/*---NEWS---*/
.news_intro {
	margin-top: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #D8D8D8;
	overflow: hidden;
	width: 650px;
}

.news_intro:hover {
	cursor: pointer;
}

.news_intro_img {
	float: left;
	width: 32%;
}

.news_intro_img img {
	width: 100%;
}

.news_intro_img a:hover {
	background: 0;
}

.news_intro_text {
	float: right;
	width: 65%;
}

#news .news_intro_text h2 {
	width: 100%;
	margin-top: 5px;
}

.news_intro_text p:last-child {
	text-align: right;
}


/*==============home menu====================*/
.menu-section {
	position: relative;
	float: left;
	width: 100%;
}

#primary-nav {
	background: #3A8DDA url(../img/main-nav-bg.jpg) repeat-x bottom;
	float: left;
	width: 100%;
}

.menu {
	list-style: none;
	max-width: 960px;
	margin: auto;
}

#primary-nav-button {
	background: #3A8DDA url(../img/main-nav-bg.jpg) repeat-x;
	display: none;
	border: transparent;
	position: relative;
	bottom: 5px;
	right: 0;
	padding: 0;
	text-decoration: none;
	color: #333;
	text-align: center;
	font-weight: bold;
	font-size: 0;
	width: 100%;
}

#primary-nav-button.selected {
	background: rgba(0, 0, 0, 0.1);
}

#primary-nav-button:before {
	/* content: '☰'; */
	content: '\2261';
	display: block;
	font-size: 36px;
	font-style: normal;
	font-weight: normal;
	line-height: 27px;
	height: 1em;
	width: 1em;
	color: inherit;
	speak: none;
	color: #fff;
}

.menu li {
	float: left;
	position: relative;
}

.menu li:last-child {
	margin-right: 0;
}

.menu .sub-menu li {
	width: 100%;
}

.menu li a {
	display: block;
	text-decoration: none;
}

#top-nav li a {
	color: #8CC152;
	padding: 5px 0;
}

#top-nav .sub-menu {
	background: #fff;
}

#top-nav .sub-menu li a {
	padding: 5px;
}

#top-nav .sub-menu li>a:hover,
#top-nav .sub-menu li.selected>a {
	background: #8CC152;
	color: #000;
}

#primary-nav li a {
	color: #f9f9f9;
	font-weight: 600;
	padding: 12px 18px;
	border-left: 1px solid #3A8DDF;
}

#primary-nav li.active>a,
#primary-nav li>a:hover,
#primary-nav li.selected>a {
	background: #61A4E1;
	color: #fff;
}

.downarrow {
	background: none;
	display: inline-block;
	padding: 0;
	text-align: center;
	min-width: 3px;
}

.sub-menu .downarrow {
	position: absolute;
	right: 0;
	padding-right: 10px;
}

.downarrow:before {
	content: '\25be';
	color: inherit;
	display: block;
	font-family: sans-serif;
	font-size: 1em;
	line-height: 1.1;
	width: 1em;
	height: 1em;
}

.menu .sub-menu {
	display: none;
	position: absolute;
	left: 0;
	max-height: 1000px;
}

.menu .sub-menu.hide {
	display: none;
}

#primary-nav .sub-menu {
	background: #3A8DDA url(../img/dropdown-bg.jpg) repeat-x;
	min-width: 195px;
	z-index: 200;
}

#primary-nav .sub-menu li {
	border-bottom: 1px solid #1195dd;
}

#primary-nav .sub-menu li:last-child {
	border-bottom: 0;
}

#primary-nav .sub-menu .downarrow:before {
	content: '\25b8';
}

#primary-nav.mobile {
	display: none;
	position: absolute;
	top: 34px;
	z-index: 999;
	width: 100%;
}

#primary-nav.mobile li {
	width: 100%;
	margin: 0;
}

#primary-nav.mobile li.selected>a {
	border-bottom: 1px solid #7cb142;
}

#primary-nav.mobile li:last-child {
	border: none;
}

#primary-nav.mobile li a {
	padding: 5%;
}

#primary-nav.mobile .sub-menu li a {
	padding-left: 7%;
}

#primary-nav.mobile .sub-menu .submenu li a {
	padding-left: 9%;
}

#primary-nav.mobile .sub-menu .sub-menu .sub-menu li a {
	padding-left: 11%;
}

#primary-nav.mobile .sub-menu {
	float: left;
	position: relative;
	width: 100%;
}

.mobile .downarrow,
.mobile .sub-menu .downarrow {
	position: absolute;
	right: 0;
	padding-right: 5%;
}

#primary-nav.mobile .sub-menu .downarrow:before {
	content: '\25be';
}

#primary-nav-button.mobile {
	display: inline-block;
}

#primary-nav .sub-menu li a {
	color: #fff;
	font-weight: normal;
	font-size: 15px;
	padding: 8px 13px;
}

.sub-menu {
	list-style: none;
}

#return-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.7);
	width: 50px;
	height: 50px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 10000;
}

#return-to-top i {
	color: #fff;
	margin: 0;
	position: relative;
	left: 16px;
	top: 13px;
	font-size: 19px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#return-to-top:hover {
	background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
	color: #fff;
	top: 5px;
}

/* homepage photo gallery */
#homepage_photo_gallery {
	text-align: center;
	clear: both;
	margin-top: 48px;
	overflow: hidden;
}

#homepage_photo_gallery h2 {
	font-size: 2em;
	margin: 36px auto 18px;
}

#homepage_photo_gallery img {
	margin: 5px auto;
	text-align: center;
	display: block;
}

@media (min-width: 480px) {
	#homepage_photo_gallery img {
		display: inline;
	}
}

@media (min-width: 1001px) {
	#homepage_photo_gallery img {
		width: 8.74%;
		height: auto;
		margin: auto;
	}
}

/* iframes */
iframe {
	max-width: 100%;
}

/* intro boxes */
.fg_intro p:last-child {
	text-align: right;
	font-weight: 600;
}

/*--- Social media icons---*/
@font-face {
	font-family: 'icomoon';
	src: url('../hvp-icomoon/fonts/icomoon.eot?hzm6zx');
	src: url('../hvp-icomoon/fonts/icomoon.eot?hzm6zx#iefix') format('embedded-opentype'),
		url('../hvp-icomoon/fonts/icomoon.ttf?hzm6zx') format('truetype'),
		url('../hvp-icomoon/fonts/icomoon.woff?hzm6zx') format('woff'),
		url('../hvp-icomoon/fonts/icomoon.svg?hzm6zx#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1.67;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-facebook2:before {
	content: "\ea91";
}

.icon-twitter:before {
	content: "\ea96";
}

.icon-youtube:before {
	content: "\ea9d";
}

.icon-linkedin:before {
	content: "\eac9";
}

#main_content .social_media_contact_icons {
	list-style: none;
}

#main_content .social_media_contact_icons li {
	margin-left: -20px;
}

#main_content span[class^="icon-"]:before,
#main_content span[class*=" icon-"]:before {
	margin-right: 10px;
}

#menu span[class^="icon-"]:before,
#menu span[class*=" icon-"]:before {
	margin-right: 5px;
}