@charset "UTF-8";
/* RESET */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }
::-moz-selection { background: #323640; color: #fff; text-shadow: none; }
::selection { background: #323640; color: #fff; text-shadow: none; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: hidden; }
table button, table input { *overflow: hidden; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }
/* END RESET */

/* FONTS */

@font-face { font-family: 'QuattrocentoSans';
	src: url('../../../../flashcab/fonts/QuattrocentoSans/QuattrocentoSans.eot');
	src: local(☺), url('../../../../flashcab/fonts/QuattrocentoSans/QuattrocentoSans.eot#iefix') format('embedded-opentype'),
		url('../../../../flashcab/fonts/QuattrocentoSans/QuattrocentoSans.woff') format('woff'),
		url('../../../../flashcab/fonts/QuattrocentoSans/QuattrocentoSans.ttf') format('truetype'),
		url('../../../../flashcab/fonts/QuattrocentoSans/QuattrocentoSans.svg') format('svg');
	font-weight: normal; font-style: normal; }

/* END FONTS */

/* RESPONSIVE BREAK POINTS */
/* DEFAULT SIZE = 1023px */
/* TABLET = 768px - 1024px */
/* PHONE = 320px - 767px */
@media only screen and (min-width: 1px) and (max-width: 767px) {
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
}
/* END RESPONSIVE BREAK POINTS */

/* GENERAL */

body {
	background-color: #fff;
	color: #002b4f;
	font-family: "QuattrocentoSans";
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1 {
	color: #002b4f;
	font-size: 22px;
	font-weight: normal;
	line-height: 24px;
	text-transform: uppercase;
	margin: 15px 0 5px 0;
}

h2 {
	color: #002b4f;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	text-transform: uppercase;
	margin: 15px 0 5px 0;
}

h3 {
	color: #f26100;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
    text-transform: uppercase;
	margin: 15px 0 15px 0;
}

p {
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	margin: 5px 0 20px 0;
}

i, em {
	color: #002b4f;
}

ul {
	list-style-type: none;
	margin: 5px 0 20px 0;
	padding: 0;
}

li {
	background: url(templates/bullet.png) left 8px no-repeat;
	display: block;
	color: #002b4f;
	list-style-type: none;
	font-size: 14px;
	line-height: 22px;
	margin: 0;
	padding: 0 0 0 20px;
}

.text-right li {
	background: url(templates/bullet.png) right 7px no-repeat;
	padding: 0 20px 0 0;
}

a,
a:hover,
a:active,
a:hover:active {
	color: #f26100;
	text-decoration: none;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
	h1 { font-size: 22px; line-height: 24px; }
	h2 { font-size: 18px; line-height: 22px; }
	h3 { font-size: 16px; line-height: 22px; }
	p { font-size: 14px; line-height: 22px; }
	li { font-size: 14px; line-height: 22px; }
}

/* END GENERAL */

/* HEADER */

header {
	background: #fff url(templates/bg_header.png) center bottom repeat-x;
	position: fixed;
	left: 0;
	width: 100%;
	height: 75px;
	z-index: 3;
	top:50px;
}
@media only screen and (max-width: 1024px) {
	header {
		overflow: hidden;
		position: relative;
		left: auto;
		height: auto;
		z-index: auto;
		padding: 0 0 20px 0;
		top: 30px;
	}
}

/* @media only screen and (min-width: 1px) and (max-width: 767px) {
	header {
        height: 150px;
        background-position: bottom;
        background-repeat:repeat-x;
	}
} */

@media only screen and (max-width: 767px) {
	header .box {
		width: 300px;
		margin: 0 auto;
		height: auto;
		background-position: bottom;
		background-repeat: repeat-x;
	}
}

header .logo {
	background: url(templates/logo-hftp.png) center center no-repeat;
	border-bottom: #e15c2a solid 5px;
	position: absolute;
	top: 0;
	left: 0;
    width: 230px;
    height: 75px;
	z-index: 4;
    background-size: 230px 75px;
}
@media only screen and (min-width: 1px) and (max-width: 1024px) {
	header .logo {
		background: url(templates/logo-hftp.png) center center no-repeat;
		background-size: 203px 66px;
		border-bottom: none;
		float: left;
		position: relative;
		top: auto;
		left: auto;
		width: 203px;
		height: 66px;
		z-index: auto;
		/* margin: 0 0 0 20px; */
		background-size: 203px 66px;
	}
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
	header .logo {
		background: url(templates/logo-hftp.png) center center no-repeat;
		background-size: 203px 66px;
		float: none;
		width: 203px;
		height: 66px;
		margin: 0 auto;
	}
}

header .logo a {
	display: block;
	width: 230px;
	height: 75px;
}
@media only screen and (max-width: 1024px) {
	header .logo a { width: 203px; height: 66px; }
}


header .res {
    overflow: hidden;
    padding: 16px 0 0 242px;
}
@media only screen and (max-width: 1024px) {
	header .res { float: left; padding: 20px 0 0 20px; }
}
@media only screen and (max-width: 767px) {
	header .res { float: none; width: 165px; margin: 0 auto; padding: 5px 0 0 0; }
}

header .res .resbtn {
	float: left;
}

header .res .resbtnBlue {
	float: left;
}

@media only screen and (max-width: 767px) {
	header .res .resbtn { float: none; }
	header .res .resbtnBlue { float: none; }
}

header .res .resbtn a {
	background: #f26100 url(templates/res-arrow.png) right center no-repeat;
	display: block;
	width: 165px;
	color: #FFF;
	font-family: 'QuattrocentoSansRegular', Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	text-align: right;
	padding: 12px 18px 11px 0;
	margin: 0 8px 0 0;
}
@media only screen and (max-width: 767px) {
	header .res .resbtn a { margin: 5px 0 0 0; }
}

header .res .resbtnBlue a {
	background: #3CA9CF url(templates/res-arrow.png) right center no-repeat;
	display: block;
	width: 165px;
	color: #FFF;
	font-family: 'QuattrocentoSansRegular', Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	text-align: right;
	padding: 5px 18px 5px 0;
	margin: 0 8px 0 0;
}
@media only screen and (max-width: 767px) {
	header .res . resbtnBlue a { margin: 0; }
}

header .res .restxt {
	float: left;
	color: #f26100;
	font-size: 12px;
	margin: 0;
	padding: 5px 0 0 12px;
}

@media only screen and (min-width: 1px) and (max-width: 1180px) {
	header .res .restxt { float: none; padding: 0; display: none;}
}

/* END HEADER */

/* FOOTER */
.restxtfooter{
    display: none;
}
@media only screen and (min-width: 1px) and (max-width: 1155px) {
	.restxtfooter{display: none; float: none; margin: 5px 0 15px 0;}
}


footer {
    background: #fff url(templates/bg_footer.png);
	position: fixed;
    background-repeat: repeat-x;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	z-index: 2;
}

@media only screen and (min-width: 1px) and (max-width: 1155px) {
	footer { height: 90px; }
}
@media only screen and (min-width: 1px) and (max-width: 1024px) {
	footer { position: inherit; bottom: auto; left: auto; height: auto; min-height: 60px; z-index: auto; }
}

footer .soc {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 15px 0 0 20px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
	footer .soc { text-align: center; float: none; padding: 15px 0 5px 0; }
}

footer .soc li {
	background-image: none;
	list-style-type: none;
	float: left;
	margin: 0 3px;
	padding: 0;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
	footer .soc li { display: inline-block; float: none; }
}

footer .soc a {
	display: block;
	width: 30px;
	height: 30px;
}

footer .soc .twitter {
	background: url(templates/soc-twitter.png) center center no-repeat;
}

footer .soc .facebook {
	background: url(templates/soc-facebook.png) center center no-repeat;
}

footer .soc .email {
	background: url(templates/soc-email.png) center center no-repeat;
}

footer .soc .linkedin {
	background: url(templates/soc-linkedin.png) center center no-repeat;
}

footer .soc .hftp {
	background: url(templates/soc-hftp.png) center center no-repeat;
}
footer .soc .youtube {
    background: url(../../../i/SITE_150213_11441337_1N6YK/templates/youtube1.png) center center no-repeat;
}

footer .soc .instagram {
    background: url(../../../i/SITE_150213_11441337_1N6YK/templates/Instagram.png) center center no-repeat;
}

footer .add {
	float: left;
	margin: 0;
	padding: 15px 0 0 20px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
	footer .add { float: none; text-align: center; padding: 5px 0 15px 0; }
}

footer .add p {
	font-size: 12px;
	line-height: 15px;
	margin: 0;
	padding: 0;
}

/* END FOOTER */

/* NAV 1 */

#nav1 {
	float: left;
	width: 209px;
}

@media only screen and (min-width: 1px) and (max-width: 1024px) {
	#nav1 { 
        display: none;
    }
    /*.tabBar ul {
        display: none;
    }*/
}

#nav1 ul {
	list-style-type: none;
	margin: 0;
	padding: 80px 0 0 0;
	text-align: right;
}

#nav1 li {
	background-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav1 li a {
	display: block;
	color: #002b4f;
	font-size: 17px;
	line-height: 20px;
	text-transform: uppercase;
	margin: 0;
	padding: 6px 20px 4px 0;
}

#nav1 li a:hover,
#nav1 li.active a {
	background: url(templates/nav1-arrow.png) right center no-repeat #3ca9cf;
	color: #fff;
}

#nav1 ul ul {
	display: none;
	font-family: "QuattrocentoSans", Arial, Helvetica, sans-serif;
	padding: 5px 0 30px 0;
}

#nav1 ul .active ul {
	display: block;
}

#nav1 li.active li a {
	background-image: none;
    background-color: #fff;
	display: block;
	color: #002b4f;
	font-size: 13px;
	line-height: 13px;
	text-transform: uppercase;
	margin: 0;
	padding: 3px 10px 3px 0;
}

#nav1 li.active li a:hover,
#nav1 li.active li.active a {
	background: url(templates/nav1-arrow-small.png) right center no-repeat;
	color: #e7a516;
}

/* END NAV 1 */


/* MOBI NAV 1 */

#mobinav1 {
	background-color: #8cbc3f;
	display: none;
}

@media only screen and (min-width: 1px) and (max-width: 1024px) {
	#mobinav1 { 
        display: block !important;
        position: relative;
        top:96px;;
        /*z-index: 9999;*/
        left: 0;
    }
}

@media only screen and (min-width: 1px) and (max-width: 1024px) {
	#mobinav1 { 
        top: 3px;
    }
}

#mobinav1 .toggle {
	margin: 50px 0 0;
}

#mobinav1 .toggle a {
	background: url(templates/mobinav1-toggle.png) right top no-repeat;
	border-bottom: 1px solid #aace61;
	display: block;
	color: #fff;
	font-size: 20px;
	line-height: 40px;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 0 20px;
}

#mobinav1 .toggle a.active {
	background: #8cbc3f url(templates/mobinav1-toggle.png) right bottom no-repeat;
	text-decoration: none;
}

#mobinav1 .navshow {
	background-color: #aace61;
	display: none;
}

#mobinav1 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#mobinav1 li {
	background-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#mobinav1 li a {
	border-bottom: 1px solid #aace61;
	display: block;
	color: #fff;
	font-family: "QuattrocentoSans", Arial, Helvetica, sans-serif;
	line-height: 15px;
	text-transform: uppercase;
	margin: 0;
	padding: 10px 20px;
}

#mobinav1 li.active a {
	background-color: #464646;
}

#mobinav1 li.active li a {
	border-bottom: 1px solid #5e5e5e;
	background-color: #525252;
}
#mobinav1 li.active li.active a {
	background-color: #5e5e5e;
}


#mobinav1 ul ul {
	border-top: 2px solid #5e5e5e;
	border-bottom: 8px solid #5e5e5e;
	background-color: #5e5e5e;
	display: none;
}

#mobinav1 ul .active ul {
	display: block;
	padding: 0 0 0 15px;
}


/* END MOBI NAV 1 */


/* MAIN */

#main {
	background: url(templates/main-bg.png) right top;
	width: 680px;
}

#home #main {
	background: url(templates/main-bg.png) right top;
	/*width: 660px;*/
}

#wide #main {
	background: url(templates/main-bg.png) right top;
	width: 1030px;
}

@media only screen and (min-width: 1px) and (max-width: 1024px) {
	#main, #home #main, #wide #main { width: 100%; min-height: inherit !important; background: url(templates/main-bg.png) left top; margin-left: 0 !important; }
}

#main .box {
	padding: 155px 0 110px 0;
}
@media only screen and (min-width: 1px) and (max-width: 1024px) {
	#main .box { padding: 30px 0; }
}

#main #area1 {
	float: right;
	width: 400px;
	margin: 76px 40px 0 0;
}
/*#home #main #area1 {
	width: 400px;
}*/
#wide #main #area1 {
	width: 750px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
	#main #area1, #home #main #area1, #wide #main #area1 { width: auto; margin: 0 10px; float:none !important; }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#main #area1, #home #main #area1, #wide #main #area1 { width: 71%; margin: 0; padding: 0 20px 0 0; }
#main #area1 {margin-top: 50px;}
}

#hidebtn {
	position: fixed;
	bottom: 60px;
	left: 660px;
	width: 75px;
	height: 75px;
	z-index: 5;
}
@media only screen and (min-width: 1px) and (max-width: 1155px) {
	#hidebtn {bottom: 90px; }
}

@media only screen and (min-width: 1px) and (max-width: 1024px) {
	#hidebtn { display: none; }
}

#hidebtn a {
	background: url(templates/main-hide.png) bottom left no-repeat;
	display: block;
	width: 75px;
	height: 75px;
}
#hidebtn a:hover {
	background: url(templates/main-hide.png) top left no-repeat;
}
#hidebtn.active a {
	background: url(templates/main-hide.png) bottom right no-repeat;
}
#hidebtn.active a:hover {
	background: url(templates/main-hide.png) top right no-repeat;
}


#homehidebtn {
	position: fixed;
	bottom: 60px;
	left: 660px;
	width: 75px;
	height: 75px;
	z-index: 5;
}
@media only screen and (min-width: 1px) and (max-width: 1155px) {
	#homehidebtn { bottom: 90px; }
}

@media only screen and (min-width: 1px) and (max-width: 1024px) {
	#homehidebtn { display: none; }
}

#homehidebtn a {
	background: url(templates/main-hide.png) bottom left no-repeat;
	display: block;
	width: 75px;
	height: 75px;
}
#homehidebtn a:hover {
	background: url(templates/main-hide.png) top left no-repeat;
}
#homehidebtn.active a {
	background: url(templates/main-hide.png) bottom right no-repeat;
}
#homehidebtn.active a:hover {
	background: url(templates/main-hide.png) top right no-repeat;
}


#widehidebtn {
	position: fixed;
	bottom: 60px;
	left: 1010px;
	width: 75px;
	height: 75px;
	z-index: 5;
}
@media only screen and (min-width: 1px) and (max-width: 1024px) {
	#widehidebtn { display: none; }
}
#widehidebtn a {
	background: url(templates/main-hide.png) bottom left no-repeat;
	display: block;
	width: 75px;
	height: 75px;
}
#widehidebtn a:hover {
	background: url(templates/main-hide.png) top left no-repeat;
}
#widehidebtn.active a {
	background: url(templates/main-hide.png) bottom right no-repeat;
}
#widehidebtn.active a:hover {
	background: url(templates/main-hide.png) top right no-repeat;
}

/* END MAIN */


/* HOME HERO */

.homehero {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -2;
}

.homeheroback {
	background: url(templates/slideshow-arrow-back.png) center center;
	position: fixed;
	left: 685px;
	top: 300px;
	width: 25px;
	height: 25px;
	opacity: 0.7;
    filter: alpha(opacity=70);
	z-index: 8;
}
.homeheroback:hover {
	opacity: 1;
    filter: alpha(opacity=100);
}
.homeheroback a {
	display: block;
	width: 25px;
	height: 25px;
}

.homeheronext {
	background: url(templates/slideshow-arrow-next.png) center center;
	position: fixed;
	right: 20px;
	top: 300px;
	width: 25px;
	height: 25px;
	opacity: 0.7;
    filter: alpha(opacity=70);
	z-index: 8;
}
.homeheronext:hover {
	opacity: 1;
    filter: alpha(opacity=100);
}
.homeheronext a {
	display: block;
	width: 25px;
	height: 25px;
}

@media only screen and (min-width: 1px) and (max-width: 1024px) {
	.homehero {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		z-index: auto;
		width: 100%;
	}
	.homehero img {
		width: 100% !important;
		height: auto !important;
		margin: 0 !important;
	}
	.homeheroback {
		display: none;
	}
	.homeheronext {
		display: none;
	}
}

/* END HOME HERO */


/* HERO 01 */

.hero01 {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -2;
}

.hero01back {
	background: url(templates/slideshow-arrow-back.png) center center;
	position: fixed;
	left: 700px;
	top: 300px;
	width: 25px;
	height: 25px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	z-index: 8;
}
#wide .hero01back {
	left: 1050px;
}
.hero01back:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.hero01back a {
	display: block;
	width: 25px;
	height: 25px;
}

.hero01next {
	background: url(templates/slideshow-arrow-next.png) center center;
	position: fixed;
	right: 20px;
	top: 300px;
	width: 25px;
	height: 25px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	z-index: 8;
}
.hero01next:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.hero01next a {
	display: block;
	width: 25px;
	height: 25px;
}

@media only screen and (min-width: 1px) and (max-width: 1024px) {
	.hero01 {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		z-index: auto;
		width: 100%;
	}
	.hero01 img {
		width: 100% !important;
		height: auto !important;
		margin: 0 !important;
	}
	.hero01back {
		display: none;
	}
	.hero01next {
		display: none;
	}
}

/* END HERO 01 */


/* CC01 */

.cc01 {
	overflow: hidden;
	margin: 20px 0;
}

.cc01 h1 {
    font-size: 26px;
    text-transform: uppercase;
}

.cc01_left_onethird{
    width: 30%;
    float: left;
    padding-right: 25px;
}
.cc01_right_twothrid{
    width: 60%;
    float:right;
}

.cc01_left_half{
    width: 52%;
    float: left;
    padding-right: 25px;
}
.cc01_right_half{
    width: 45%;
    float:right;
}

/* END CC01 */


/* CC02 */

.cc02 {
	overflow: hidden;
	max-width: 768px;
	margin: 40px auto;
}

.cc02 img {
	width: 100%;
	height: auto;
}

/* END CC02 */


/* CC03 */

.cc03 {
	overflow: hidden;
	max-width: 400px;
	margin: 40px 0 5px 0;
}

.cc03b {
	border-bottom: 1px dotted #e7a516;
	margin: 5px 0 20px 0;
}

.cc03 h1,
.cc03 h2,
.cc03 h3 {
	color: #e7a516;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	line-height: 22px;
	margin: 0;
}

.cc03 .name {
	float: left;
	width: 80%;
}

.cc03 .name p {
	font-size: 16px;
	line-height: 22px;
	margin: 5px 0;
}

.cc03 .name em,
.cc03 .name i {
	font-size: 13px;
	line-height: 15px;
}

.cc03 .price {
	float: right;
/*	text-align: right; */
	width: 15%;
}

.cc03 .price p {
	color: #e7a516;
	font-size: 20px;
	line-height: 22px;
	margin: 5px 0;
}

/* END CC03 */


/* CC04 */

.cc04 {
	overflow: hidden;
	max-width: 1170px;
	margin: 25px auto;
}

.cc04 ul {
	list-style-type: none;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
}

.cc04 li {
	background-image: none;
	display: inline-block;
	list-style-type: none;
	margin: 0 10px;
	padding: 0;
}

.cc04 a {
	background-color: #f26100;
	display: block;
	color: #FFF;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 20px;
	min-width: 170px;
	margin: 10px 0 10px 0;
	padding: 5px 15px;
}

.cc04 a:hover {
	background-color: #ff7923;
	color: #FFF;
	text-decoration: none;
}

/* END CC04 */


/* CC05 */

.cc05 {
	display: block;
	position: relative;
	width: 100%;
	margin: 30px auto;
	padding: 0 0 56.25% 0;
}

.cc05 iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.cc05 video {
	width: 100% !important;
	height: auto !important;
}


/* END CC05 */


/* CC07 */

.cc07 {
	overflow: hidden;
	max-width: 1170px;
	margin: 25px auto;
}

.cc07 td{
	padding: 12px;
}

.cell-light{
    background-color: #eaeaea;
    
}

.cell-medium{
    background-color: #cccccc;
    
}

/* END CC06 */


		div#opentablebox.container-fluid {
			padding-right:0;
			padding-left:0;
			}
		#opentablebox{
			margin-bottom:40px;
		}
		#opentablebox p{
			margin:0;
		}
		#opentablebox #submit{
			margin-top:5px;
		}
		#opentablebox .col-lg-3 {
			margin: 0 0 10px 0;
			width: 100%;
			padding-right: 0px;
			padding-left: 0px;
			}
		#opentablebox .sc01 {
			margin: 10px 0;
			}









#hitecnav {
	background-color: #0084b5;
	height: 50px;
	overflow: hidden;
position: fixed;
width: 100vw;
z-index: 900;
}

#hitecnav ul {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

#hitecnav ul li {
	display: inline;
	height: 50px;
background: none;
}

#hitecnav ul li a {
	display: inline-block;
	background-color: #0096c1;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: 500;
	margin-top: 10px;
	margin-left: 5px;
	padding: 0 20px;
	height: 50px;
	line-height: 40px;
	text-decoration: none;
}

#hitecnav ul li a.active,
#hitecnav ul li a:hover {
	color: #000000;
	background-color: #e1f3fc;
	text-decoration: none;
}











/* BOILERPLATE OVERRIDES */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.scaleme { overflow: hidden; }
.CMSPublishButtons { position: fixed; bottom: 0; right: 0; z-index: 999; }
/* END BOILERPLATE OVERRIDES */




.scimgSimple {
border-bottom: 1px solid #f5c3a8;
background-color: #FFF;
padding: 32px 0;
}
.scimgSimple img {
max-height:150px;
max-width:500px;
width: auto;
display: block;
margin-left: auto;
margin-right: auto;
}

.scimgSimple100 {
border-bottom: 1px solid #f5c3a8;
background-color: #FFF;
width:100%;
}
.scimgSimple100 img {
max-width:100%;
padding: 2%;
width: auto;
}

.clear{
    clear: both;
}


/*  Div Table  */

.divTable {
  display: table;
    width: 100%;
}

.divTable p {
    line-height: normal;
    padding: 0;
    margin: 0;
}
.rowTop {
  display: table-row;
    background-color: #696969;
    color: #fff;
    font-weight: bold;
    
}
.rowLight {
  display: table-row;
    background-color: #f3f3f3;
}
.rowDark {
  display: table-row;
    background-color: #e6e6e6;
}
.column {
  display: table-cell;
    width: 50%;
    padding: 5px 10px 5px 10px;
}

/*  End Div Table  */


.col-sm-6{
    padding-top: 15px;
}

.col-sm-6 img{
    padding: 15px;
    border: 1px solid #c8c8c8;
}

.col-sm-3 img{
    padding: 5px;
    border: 1px solid #c8c8c8;
}




/* TAB BAR */

.tabBar {
	background: rgb(47, 186, 233);
	background: -moz-linear-gradient(top, rgba(47, 186, 233, 1) 0%, rgba(18, 95, 142, 1) 91%, rgba(12, 71, 114, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(47, 186, 233, 1) 0%, rgba(18, 95, 142, 1) 91%, rgba(12, 71, 114, 1) 100%);
	background: linear-gradient(to bottom, rgba(47, 186, 233, 1) 0%, rgba(18, 95, 142, 1) 91%, rgba(12, 71, 114, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#2fbae9', endColorstr='#0c4772', GradientType=0);
	width: 100%;
	height: 50px;
	text-align: center;
	font-size: 13px;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	position: fixed;
	width: 100%;
	z-index: 900;
top:0;
}

.tabBar .blue, .home2 .overlay ul li a.blue {
	background: rgb(166, 237, 249);
	background: -moz-linear-gradient(top, rgba(166, 237, 249, 1) 0%, rgba(112, 206, 236, 1) 60%, rgba(74, 176, 219, 1) 88%, rgba(23, 147, 196, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(166, 237, 249, 1) 0%, rgba(112, 206, 236, 1) 60%, rgba(74, 176, 219, 1) 88%, rgba(23, 147, 196, 1) 100%);
	background: linear-gradient(to bottom, rgba(166, 237, 249, 1) 0%, rgba(112, 206, 236, 1) 60%, rgba(74, 176, 219, 1) 88%, rgba(23, 147, 196, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6edf9', endColorstr='#1793c4', GradientType=0);
}

.tabBar .blue:hover, .home2 .overlay ul li a.blue:hover {
	background: rgba(166, 237, 249, 1.0);
}

.tabBar .orange, .home2 .overlay ul li a.orange {
	background: rgb(255, 206, 175);
	background: -moz-linear-gradient(top, rgba(255, 206, 175, 1) 0%, rgba(255, 182, 135, 1) 41%, rgba(255, 140, 67, 1) 88%, rgba(243, 123, 48, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(255, 206, 175, 1) 0%, rgba(255, 182, 135, 1) 41%, rgba(255, 140, 67, 1) 88%, rgba(243, 123, 48, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 206, 175, 1) 0%, rgba(255, 182, 135, 1) 41%, rgba(255, 140, 67, 1) 88%, rgba(243, 123, 48, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffceaf', endColorstr='#f37b30', GradientType=0);
}

.tabBar .orange:hover, .home2 .overlay ul li a.orange:hover {
	background: rgba(255, 206, 175, 1.0);
}

.tabBar .green, .home2 .overlay ul li a.green {
	background: rgb(191, 242, 155);
	background: -moz-linear-gradient(top, rgba(191, 242, 155, 1) 0%, rgba(173, 224, 137, 1) 41%, rgba(149, 200, 113, 1) 88%, rgba(125, 176, 89, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(191, 242, 155, 1) 0%, rgba(173, 224, 137, 1) 41%, rgba(149, 200, 113, 1) 88%, rgba(125, 176, 89, 1) 100%);
	background: linear-gradient(to bottom, rgba(191, 242, 155, 1) 0%, rgba(173, 224, 137, 1) 41%, rgba(149, 200, 113, 1) 88%, rgba(125, 176, 89, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#bff29b', endColorstr='#7db059', GradientType=0);
}

.tabBar .green:hover, .home2 .overlay ul li a.green:hover {
	background: rgba(191, 242, 155, 1.0);
}

.tabBar .active,
.tabBar .active:hover {
	background: rgba(255, 255, 255, 1.0);
}

.tabBar ul {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
	padding: 0;
	margin: 0;
}

.tabBar ul li {
	display: inline-block;
	margin: 0 5px;
	line-height: 12px;
}

.tabBar ul a li {
	padding: 12px 20px 13px 20px;
	color: #4c4c4c;
	text-decoration: none;
}

@media only screen and (min-width: 1px) and (max-width: 1024px) {
	.tabBar {
		height: 34px;
		font-size: 9px;
	}
	.tabBar ul li {
		margin: 0 2.5px;
		line-height: 12px;
		font-size: 9px !important;
	}
	.tabBar ul a li {
		padding: 8px 20px 9px 20px;
	}
}

@media only screen and (min-width: 1px) and (max-width: 1024px) {
	.tabBar {
		display: none;
	}
}

@media only screen and (min-width: 1px) and (max-width: 1387px) {
	/*.tabBar ul {
		display: none;
	}*/
}

@media only screen and (min-width: 1px) and (max-width: 1650px) {
	/*.tabBar ul {
		display: none;
	}*/
    .tabBar ul a li {
        padding: 10px 8px 13px 8px !important;
        font-size: 11px;
    }
}

@media only screen and (min-width: 1px) and (max-width: 1298px) {
	/*.tabBar ul {
		display: none;
	}*/
    .tabBar ul a li {
        font-size: 10px;
    }
}

@media only screen and (min-width: 1px) and (max-width: 1087px) {
	/*.tabBar ul {
		display: none;
	}*/
    .tabBar ul a li {
        font-size: 9px;
    }
}


/* END TAB BAR */


/* OVERLAY */


.home2 button {
	line-height: normal;
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}

.home2 button,
.home2 html input[type="button"],
.home2 input[type="reset"],
.home2 input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

.home2 button[disabled] {
	cursor: default;
}

.home2 button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/* Overlay style */
.home2 .overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.95);
}

/* Overlay closing cross */
.home2 .overlay .overlay-close {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 20px;
	top: 20px;
	overflow: hidden;
	border: none;
	background: url(../../../i/SITE_150213_11441337_1N6YK/templates/cross.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
}

/* Menu style */
.home2 .overlay nav {
	text-align: center;
	position: relative;
top:135px;
}

.home2 .overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
}

.home2 .overlay ul li {
	display: block;
	min-height: 54px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background:none;
	padding: 0 0 0 0;
}

.home2 .overlay ul li a {
	font-weight: 300;
	display: block;
	color: #4c4c4c;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;height: auto;
width: 90vw;
background-color: lightgray;
padding: 15px 10px;
text-transform: uppercase;
margin-bottom: 20px;
	font-size: 24px;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
}

.home2 .overlay ul li a:hover,
.home2 .overlay ul li a:focus {
	color: #4c4c4c;
}

/* Effects */
.home2 .overlay-scale {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
	transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}

.home2 .overlay-scale.open {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);	
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	z-index:1001;
	overflow: scroll;
}

@media screen and (max-height: 30.5em) {
	.home2 .overlay nav {
		height: 70%;
		font-size: 34px;
	}
	.home2 .overlay ul li {
		min-height: 34px;
	}
}

.home2 section button {
	border: none;
	outline: none;
	display: inline-block;
	font-weight: 400;
	text-transform: uppercase;
	border-radius: 0px;
	height:69px;
	width:67px;
	background: url(../../../i/SITE_150213_11441337_1N6YK/templates/hftp-network-icon.jpg) center center no-repeat;
}
.home2 button#trigger-overlay {display:none;}

img.overlay-logo {
position: absolute;
top: 25px;
left: 50%;
transform: translateX(-50%);
}

@media only screen and (max-width: 1387px){
	.home2 button#trigger-overlay {
		 display: inline;
		 position: fixed;
		 z-index: 999;
		 right: 0;
		 top: 120px;
	}
}
/* END OVERLAY */

/* GDPR - Cookie Advisory */
#cookieAdvisory {
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    position: fixed;
    z-index: 9999;
    background: rgba(0,0,0,0.75);
    color: #fff;
}
#cookieAdvisory .advisoryTop{
    margin: 20px;
}
#confirmAdvisory{
    width: 185px;
    text-transform: uppercase;
    line-height: 1.6em;
    font-size: 13px;
    background: #e76925 url(../../../../i/SITE_140522_15240301_R71DX/templates/hc02-arrow.png) right center no-repeat;
    display: inline-block;
    color: #fff !important;
    text-decoration: none !important;
    padding: 8px 35px 7px 25px;
}
#cookieAdvisory a {
    color: #e76925;
    text-decoration: underline;
}

/* END GDPR - Cookie Advisory */

.sctxt-custom {
height: 200px;
cursor: pointer;
}

.sctxt-custom-big {
height: 700px !important;
}

/* Accordion SC06B */
.sc06 .cc02header {
    background: #9bc55b url(https://www.hftp.org/i/SITE_140522_15240301_R71DX/templates/cc02-arrow-down.png) center right no-repeat;
    overflow: hidden;
    cursor: pointer;
    padding: 10px 50px 10px 15px;
    transition: all 250ms ease;
}

.sc06 .cc02header.active {
    background: #9bc55b url(https://www.hftp.org/i/SITE_140522_15240301_R71DX/templates/cc02-arrow-up.png) center right no-repeat;
}

.sc06 .cc02header h2 {
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    margin: 0;
display:inline-block;
}

.sc06 .cc02hide {
    display: none;
    overflow: hidden;
    padding: 20px 0;
}

.sc06 .cc02img {
    float: left;
    width: 40%;
}

.sc06 .cc02img img {
    width: 100%;
    height: auto;
}

.fa-chevron-down {
    content: "\f078";
    float: right;
    color: white;
}

/* Accordion CC01 */
.cc01 .cc02header {
    background: #9bc55b url(https://www.hftp.org/i/SITE_140522_15240301_R71DX/templates/cc02-arrow-down.png) center right no-repeat;
    overflow: hidden;
    cursor: pointer;
    padding: 10px 50px 10px 15px;
    transition: all 250ms ease;
}

.cc01 .cc02header.active {
    background: #9bc55b url(https://www.hftp.org/i/SITE_140522_15240301_R71DX/templates/cc02-arrow-up.png) center right no-repeat;
}

.cc01 .cc02header h2 {
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    margin: 0;
display:inline-block;
}

.format2 h2 {
   text-transform: none !important;
   color: #000 !important;
}

.cc01 .cc02hide {
    display: none;
    overflow: hidden;
    padding: 20px 0;
}

.cc01 .cc02img {
    float: left;
    width: 40%;
}

.cc01 .cc02img img {
    width: 100%;
    height: auto;
}