/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *




 */

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */

.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/


.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
#heading
{
	z-index: 43;
	width: 645px;
	min-height: 33px;
	background-color: transparent;
	font-size: 30px;
	color: #282222;
	letter-spacing: 5px;
	line-height: 36px;
	text-transform: uppercase;
	text-align: center;
	font-family: maven-pro, sans-serif;
	font-weight: 900;
	margin-left: 168px;
	margin-top: 59px;
	position: relative;
}

#heading-small-margin
{
	z-index: 43;
	width: 645px;
	min-height: 33px;
	background-color: transparent;
	font-size: 30px;
	color: #282222;
	letter-spacing: 5px;
	line-height: 36px;
	text-transform: uppercase;
	text-align: center;
	font-family: maven-pro, sans-serif;
	font-weight: 900;
	margin-left: 168px;
  margin-top: 20px;
	position: relative;
}

#heading-left {
  font-size: 30px;
  color: #282222;
  letter-spacing: 5px;
  line-height: 36px;
  text-transform: uppercase;
  text-align: left;
  font-family: maven-pro, sans-serif;
  font-weight: 900;
	margin-top: 59px;
	margin-left: 20px;
}

.homepage-heading { width: 500px; }
.homepage-heading h2 {
  text-align: left !important;
  padding: 5px 0;
}

.float-left { float: left; }
.float-right { float: right; }

#body
{
	z-index: 39;
	width: 940px;
	min-height: 195px;
	background-color: transparent;
	line-height: 24px;
	color: #545454;
	font-family: coda, sans-serif;
	font-weight: 400;
	margin-left: 20px;
	margin-top: 13px;
	position: relative;
}

#body h2 {
	font-size: 20px;
	color: #282222;
	letter-spacing: 3px;
	/*line-height: 36px;*/
	text-transform: uppercase;
  text-align: center;
	font-family: maven-pro, sans-serif;
	font-weight: 900;
	/*margin-left: 168px;*/
	/*margin-top: 59px;*/
	position: relative;
}

.heading-left { text-align: left !important; }

.dashboard h2 {
  text-align: left !important;
  padding-top: 25px;
  padding-bottom: 5px;
}

.dashboard a {
  color: #00A7EA !important;
  font-family: maven-pro, sans-serif;
  text-transform: uppercase;
  text-decoration: none !important;
  font-size: 14px;
  line-height: 17px;
}

.dasboard a:visited {
  text-decoration: none;
  color: #00A7EA !important;
}

.dashboard a:hover { 
  color: #655D5D !important;
}

a.blue-link {
  color: #00A7EA !important;
  font-family: maven-pro, sans-serif;
  text-transform: uppercase;
  text-decoration: none !important;
  font-size: 14px;
  line-height: 17px;
}

a.blue-link:visited {
  text-decoration: none;
  color: #00A7EA !important;
}

a.blue-link:hover { 
  color: #655D5D !important;
}

form {
  z-index: 39;
  width: 0.01px;
  height: 100%;
  margin-left: 320px;
  margin-top: 12px;
  position: relative;
  display: inline;
  float: left;
  clear: both;
  margin: 0;
  padding: 0;
  border-width: 0;
}

.input-style {
  line-height: 14px;
  text-align: left;
  color: #6B6B6B;
  font-family: coda, sans-serif;
  font-weight: 400;
  width: 307px;
  min-height: 30px;
  border: 1px solid #C4C4C4 !important;
  background-color: #FFFFFF !important;
  font-size: 14px;
  line-height: 14px;
  text-align: left;
  margin-bottom: 10px;
}

.input-style-small {
  line-height: 14px;
  text-align: left;
  color: #6B6B6B;
  font-family: coda, sans-serif;
  font-weight: 400;
  width: 50px !important;
  min-height: 20px;
  border: 1px solid #C4C4C4 !important;
  background-color: #FFFFFF !important;
  font-size: 14px;
  line-height: 14px;
  text-align: left;
}

div.boolean { width: 307px !important; }

div.links, div.nested-fields { width: 307px; }

.button {
  background-color: #00A7EA;
  color: #FFFFFF;
  font-family: maven-pro, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
  font-size: 15px;
  line-height: 17px;
  padding: 8px 30px;
  margin-top: 5px;
  border: 1px solid #282222;
}

.button-small {
  background-color: #00A7EA;
  color: #FFFFFF;
  font-family: maven-pro, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
  font-size: 13px;
  line-height: 14px;
  padding: 4px 7px 3px 7px;
  border: 1px solid #282222;
}

.required, .optional { width: 307px !important; }
.small-width { width: 40px !important; }
.box-style { margin: 10px 5px 0 0 !important; width: 10px !important; }

.padding-tb { padding: 10px 0 5px 0; }
.padding-b { padding: 0 0 5px 0; }

span.error { color: #E01818; }

.button:hover, .button-small:hover {
  background-color: #282222;
  cursor: pointer;
}

.padding-left { padding-left: 20px; }

.navbar-right {
  float: right;
  text-align: right;
}

.login-links {
  /*float: right;*/
  padding-top: 20px;
  color: #00A7EA;
  font-family: maven-pro, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
}

.login-links a {
  color: #00A7EA !important;
  font-family: maven-pro, sans-serif;
  font-weight: 700;
  font-style: normal !important;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 6px 4px;
  font-size: 14px;
  line-height: 17px;
}

.login-links a:visited {
  text-decoration: none;
  color: #00A7EA !important;
}

.login-links a:hover { 
  color: #655D5D !important;
}

.navbar-links {
  padding-top: 20px;
}

.navbar-links a {
  color: #282222 !important;
  font-family: maven-pro, sans-serif;
  font-weight: 700;
  font-style: normal !important;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 10px 4px 10px 14px;
  font-size: 14px;
  line-height: 17px;
}

.navbar-links a:visited {
  text-decoration: none;
  color: #282222 !important;
}

.navbar-links a:hover {
  text-decoration: none;
  color: #00A7EA !important;
}

table { margin: 10px 0; }

th, td { padding: 5px 20px 5px 0 !important; }

th { font-weight: bold !important; }

td a {
  color: #00A7EA !important;
  text-decoration: none !important;
}

td a:visited {
  text-decoration: none;
  color: #00A7EA !important;
}

td a:hover { 
  color: #655D5D !important;
}

.link-spacer { padding-bottom: 5px; }

p.alert {
  position: fixed;
  left: 500px;
  top: 0px;
  color: #E01818;
  margin: 10px 0;
  z-index: 100;
  width: 500px;
}

p.error { color: #E01818; }

p.notice {
  position: fixed;
  left: 500px;
  top: 0px;
  color: green;
  margin: 10px 0;
  z-index: 100;
  width: 500px;
}

p.flash {
  position: fixed;
  left: 500px;
  top: 0px;
  margin: 10px 0;
  z-index: 100;
  width: 500px;
}

p.success { color: green; }

.alert-error {
  width: 307px;
  color: #E01818;
}

.form-inputs p { width: 307px; }

.wide-input { width: 500px !important; }
.medium-height { height: 120px !important; }

.footer-link {
  background-color: transparent;
  line-height: 14px;
  text-transform: uppercase;
  text-align: right !important;
  color: #00A7EA !important;
  font-family: coda, sans-serif;
  font-weight: 400;
  position: relative;
  padding: 0 15px;
}

.footer-div {
  display: block;
  width: 700px;
  left: 50%;
  text-align: right !important;
  left: 50%;
  /*margin-left: auto;*/
  /*margin-left: -470px;*/
}

#checkout {
  z-index: 200;
  width: 600px;
}

.pagination a {
  color: #00A7EA !important;
  text-decoration: none !important;
}

.pagination a:visited {
  text-decoration: none;
  color: #00A7EA !important;
}

.pagination a:hover { 
  color: #655D5D !important;
}
html
{
	min-height: 100%;
  min-width: 100%;
	-ms-text-size-adjust: none;
	background-color: #EDEDED;
}

body
{
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	text-align: left;
	font-size: 14px;
	line-height: 17px;
	word-wrap: normal;
	text-rendering: optimizeLegibility;/* kerning, primarily */
	-moz-font-feature-settings: 'liga';
	-ms-font-feature-settings: 'liga';
	-webkit-font-feature-settings: 'liga';
	font-feature-settings: 'liga';
  position: relative;
  /*min-width: 980px;*/
  min-width: 100%;
}

body,div,dl,dt,dd,ul,ol,li,nav,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td,a
{
	margin: 0;
	padding: 0;
	border-width: 0;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img
{
	border: 0;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top;
}

address,caption,cite,code,dfn,em,strong,th,var,optgroup
{
	font-style: inherit;
	font-weight: inherit;
}

del,ins
{
	text-decoration: none;
}

li
{
	list-style: none;
}

caption,th
{
	text-align: left;
}

h1,h2,h3,h4,h5,h6
{
	font-size: 100%;
	font-weight: inherit;
}

input,button,textarea,select,optgroup,option
{
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

a:link
{
	color: #0000FF;
	text-decoration: underline;
}

a:visited
{
	color: #800080;
	text-decoration: underline;
}

a:hover
{
	color: #0000FF;
	text-decoration: underline;
}

a:active
{
	color: #EE0000;
	text-decoration: underline;
}

a.nontext /* used to override default properties of 'a' tag */
{
	color: black;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

.normal_text
{
	color: #000000;
	direction: ltr;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 17px;
	text-align: left;
	text-decoration: none;
	text-indent: 0px;
	text-transform: none;
	vertical-align: 0px;
	padding: 0px;
}

.Tweeter
{
	color: #29ABE2;
	font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
	font-size: 12px;
	padding: 0px 0px 0px 20px;
}

.Text
{
	color: #3C4B4F;
	font-family: Courier New, Courier, monospace;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	padding: 0px;
}

.Heading
{
	color: #000000;
	font-family: Courier New, Courier, monospace;
	font-size: 18px;
	letter-spacing: 10px;
	text-align: center;
	padding: 0px;
}

.list0 li:before
{
	position: absolute;
	right: 100%;
	letter-spacing: 0px;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

.rtl-list li:before
{
	right: auto;
	left: 100%;
}

.nls-None > li:before,.nls-None .list3 > li:before,.nls-None .list6 > li:before
{
	margin-right: 6px;
	content: '•';
}

.nls-None .list1 > li:before,.nls-None .list4 > li:before,.nls-None .list7 > li:before
{
	margin-right: 6px;
	content: '○';
}

.nls-None,.nls-None .list1,.nls-None .list2,.nls-None .list3,.nls-None .list4,.nls-None .list5,.nls-None .list6,.nls-None .list7,.nls-None .list8
{
	padding-left: 34px;
}

.nls-None.rtl-list,.nls-None .list1.rtl-list,.nls-None .list2.rtl-list,.nls-None .list3.rtl-list,.nls-None .list4.rtl-list,.nls-None .list5.rtl-list,.nls-None .list6.rtl-list,.nls-None .list7.rtl-list,.nls-None .list8.rtl-list
{
	padding-left: 0px;
	padding-right: 34px;
}

.nls-None .list2 > li:before,.nls-None .list5 > li:before,.nls-None .list8 > li:before
{
	margin-right: 6px;
	content: '-';
}

.nls-None.rtl-list > li:before,.nls-None .list1.rtl-list > li:before,.nls-None .list2.rtl-list > li:before,.nls-None .list3.rtl-list > li:before,.nls-None .list4.rtl-list > li:before,.nls-None .list5.rtl-list > li:before,.nls-None .list6.rtl-list > li:before,.nls-None .list7.rtl-list > li:before,.nls-None .list8.rtl-list > li:before
{
	margin-right: 0px;
	margin-left: 6px;
}

.TabbedPanelsTab
{
	white-space: nowrap;
}

.MenuBar  .MenuBarView,.MenuBar  .SubMenuView /* Resets for ul and li in menus */
{
	display: block;
	list-style: none;
}

.MenuBar .SubMenu
{
	display: none;
	position: absolute;
}

.NoWrap
{
	white-space: nowrap;
	word-wrap: normal;
}

.rootelem /* the root of the artwork tree */
{
	margin-left: auto;
	margin-right: auto;
}

.colelem /* a child element of a column */
{
	display: inline;
	float: left;
	clear: both;
}

.colelem100 /* a child element of a column that is 100% width */
{
	clear: both;
}

.grpelem /* a child element of a group */
{
	display: inline;
	float: left;
}

.clearfix:after /* force a container to fit around floated items */
{
	content: "\0020";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

*:first-child+html .clearfix /* IE7 */
{
	zoom: 1;
}

.clip_frame /* used to clip the contents as in the case of an image frame */
{
	overflow: hidden;
}

.inclusion_context /* context for positioning a group of elements that share the same height */
{
	display: table;
	table-layout: fixed;
	width: 0.01px;
}

.inclelem /* element of an inclusion context */
{
	display: table-cell;
	vertical-align: top;
}

.f3s_mid /* 3-slice frame, middle slice */
{
	background-repeat: repeat;
}

.f3s_top,.f3s_bot /* 3-slice frame, top slice */
{
	background-repeat: no-repeat;
}

.f9s_top_left,.f9s_bot_left /* 9-slice frame, left corner slice */
{
	background-repeat: no-repeat;
	background-position: left;
}

.f9s_top_right,.f9s_bot_right /* 9-slice frame, right corner slice */
{
	background-repeat: no-repeat;
	background-position: right;
}

.f9s_top_mid,.f9s_bot_mid /* 9-slice frame, top/bottom horizontal slice */
{
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

.f9s_mid_left /* 9-slice frame, left vertical slice */
{
	background-repeat: repeat-y;
	background-position: left;
}

.f9s_mid_right /* 9-slice frame, right vertical slice */
{
	background-repeat: repeat-y;
	background-position: right;
}

.f9s_center /* 9-slice frame, center slice */
{
	background-repeat: repeat;
	background-position: 0px 0px;
}

.popup_anchor /* anchors an abspos popup */
{
	position: relative;
	width: 0px;
	height: 0px;
}

.popup_element
{
	z-index: 100000;
}

.svg
{
	display: block;
	vertical-align: top;
}

span.wrap /* used to force wrap after floated array when nested inside a paragraph */
{
	content: '';
	clear: left;
	display: block;
}

span.actAsInlineDiv /* used to simulate a DIV with inline display when already nested inside a paragraph */
{
	display: inline-block;
}

.position_content,.excludeFromNormalFlow /* used when child content is larger than parent */
{
	float: left;
}

.preload_images /* used to preload images used in non-default states */
{
	position: absolute;
	overflow: hidden;
	left: -9999px;
	top: -9999px;
	height: 1px;
	width: 1px;
}

preload /* used to specifiy the dimension of preload item */
{
	height: 1px;
	width: 1px;
}

.animateStates
{
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

input:focus,textarea:focus /* remove default focussed input styling */
{
	outline: none;
}

textarea
{
	resize: none;
	overflow: auto;
}

.fld-prompt /* form placeholders cursor behavior */
{
	pointer-events: none;
}

.wrapped-input /* form inputs & placeholders let div styling show thru */
{
	position: absolute;
	top: 0;
	left: 0;
	background: transparent;
	border: none;
}

.submit-btn /* form submit buttons on top of sibling elements */
{
	z-index: 50000;
	cursor: pointer;
}

.anchor_item /* used to specify anchor properties */
{
	width: 22px;
	height: 18px;
}

.MenuBar .SubMenuVisible,.MenuBarVertical .SubMenuVisible,.MenuBar .SubMenu .SubMenuVisible,.popup_element.Active,span.actAsPara,.actAsDiv,a.nonblock.nontext,img.block
{
	display: block;
}

.ose_ei
{
	visibility: hidden;
	z-index: 0;
}

.widget_invisible,.js .invi,.js .mse_pre_init,.js .an_invi /* used to hide the widget before loaded */
{
	visibility: hidden;
}

.no_vert_scroll
{
	overflow-y: hidden;
}

.always_vert_scroll
{
	overflow-y: scroll;
}

.always_horz_scroll
{
	overflow-x: scroll;
}

.popup_element.Inactive,.js .disn,.hidden
{
	display: none;
}

.fullscreen
{
	overflow: hidden;
	left: 0px;
	top: 0px;
	position: fixed;
	height: 100%;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.fullwidth
{
	position: absolute;
}

.borderbox
{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.scroll_wrapper
{
	position: absolute;
	overflow: auto;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.browser_width > *
{
	position: absolute;
	left: 0px;
	right: 0px;
}

.list0 li,.MenuBar .MenuItemContainer,.SlideShowContentPanel .fullscreen img
{
	position: relative;
}

.accordion_wrapper
{
	display: inline;
	float: left;
	width: 0px;
}

.fld-checkbox input[type=checkbox],.fld-radiobutton input[type=radio] /* Hide native checkbox */
{
	position: absolute;
	overflow: hidden;
	clip: rect(0px, 0px, 0px, 0px);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

.fld-checkbox input[type=checkbox] + label,.fld-radiobutton input[type=radio] + label
{
	display: inline-block;
	background-repeat: no-repeat;
	cursor: pointer;
	float: left;
	width: 100%;
	height: 100%;
}

.pointer_cursor,.fld-recaptcha-mode,.fld-recaptcha-refresh,.fld-recaptcha-help
{
	cursor: pointer;
}

p,h1,h2,h3,h4,h5,h6,ol,ul,span.actAsPara /* disable Android font boosting */
{
	max-height: 1000000px;
}

.superscript
{
	vertical-align: super;
	font-size: 66%;
	line-height: 0;
}

.subscript
{
	vertical-align: sub;
	font-size: 66%;
	line-height: 0;
}

.wp-slideshow-clip,.SlideShowWidget /* disable pointer events on slide shows */
{
	-ms-touch-action: none;
	touch-action: none;
}

#u1560-5
{
	font-family: maven-pro-n7, sans-serif;
}

#u1951-4
{
	font-family: maven-pro-n7, sans-serif;
}

#u1962-4
{
	font-family: maven-pro-n7, sans-serif;
}

#u3424-4
{
	font-family: maven-pro-n7, sans-serif;
}

#u3425-4
{
	font-family: maven-pro-n7, sans-serif;
}

#u1965-4
{
	font-family: maven-pro-n7, sans-serif;
}

#u1963-4
{
	font-family: maven-pro-n7, sans-serif;
}

#u1969-4
{
	font-family: maven-pro-n7, sans-serif;
}

#u3632-4,#u3637-4,#u3639-4,#u3641-4,#u1549-5
{
	font-family: coda-n4, sans-serif;
}

#u1912-4,#u2638-4
{
	font-family: maven-pro-n7, sans-serif;
}

#u2788-4,#u2224-4
{
	font-family: maven-pro-n7, sans-serif;
}

#u2190-4,#u2180-5,#u2768-4,#u2783-4,#u750-4
{
	font-family: maven-pro-n7, sans-serif;
}

#u2785-4,#u1353-4,#u1947-4
{
	font-family: coda-n4, sans-serif;
}

#u1947,#u2802-4,#u2803-4
{
	font-family: coda-n4, sans-serif;
}

#u1354-4,#u1936-4,#u1944-4
{
	font-family: maven-pro-n7, sans-serif;
}

#u2803,#u2805-4,#u2806-4
{
	font-family: coda-n4, sans-serif;
}

#u2806
{
	font-family: coda-n4, sans-serif;
}
/*html, body {*/
  /*margin: 0;*/
  /*padding: 0;*/
  /*width: 100%;*/
  /*height: 100%;*/
  /*left: 0;*/
  /*right: 0;*/
  /*min-width: 100%;*/
  /*min-height: 100%;*/
/*}*/


.version.index /* version checker */
{
	color: #00001D;
	background-color: #B775D2;
}


#page
{
	z-index: 1;
  width: 980px;
	min-height: 542.9500000000021px;
	background-image: none;
	border-style: none;
	border-color: #000000;
	background-color: transparent;
	padding-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}

#page_position_content
{
	width: 0.01px;
}

#u1869
{
	z-index: 43;
	min-height: 89px;
	padding-bottom: 9px;
}

#u1869_align_to_page
{
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	left: -100px;
}

#u1560-5
{
	z-index: 45;
	width: 349px;
	min-height: 36px;
	margin-right: -10000px;
	margin-top: 31px;
	left: 122px;
}

#u1560-5.MuseLinkActive
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 36px;
	width: 349px;
	margin: 31px -10000px 0px 0px;
}

#u4349
{
	z-index: 50;
	width: 462px;
	margin-right: -10000px;
	margin-top: 9px;
	left: 599px;
}

#u1951-4
{
	z-index: 51;
	width: 113px;
	min-height: 26px;
	margin-right: -10000px;
	margin-top: 40px;
}

#u1951-4:hover
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 26px;
	width: 113px;
	margin: 40px -10000px 0px 0px;
}

#u1951-4.MuseLinkActive
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 26px;
	width: 113px;
	margin: 40px -10000px 0px 0px;
}

#u1962-4
{
	z-index: 55;
	width: 118px;
	min-height: 26px;
	margin-right: -10000px;
	margin-top: 40px;
	left: 113px;
}

#u1962-4:hover
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 26px;
	width: 118px;
	margin: 40px -10000px 0px 0px;
}

#u1962-4.MuseLinkActive
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 26px;
	width: 118px;
	margin: 40px -10000px 0px 0px;
}

#ppu3424-4
{
	/*width: 0.01px;*/
	padding-bottom: 0px;
	margin-right: -10000px;
  /*margin-left: 231px;*/
}

#pu3424-4
{
	/*width: 0.01px;*/
	/*margin-left: 87px;*/
}

#u3424-4
{
	z-index: 67;
  /*width: 53px;*/
  width: 20px;
	min-height: 26px;
	margin-right: -10000px;
}

#u1965-4
{
	z-index: 63;
	/*width: 74px;*/
	min-height: 26px;
	margin-right: -10000px;
  /*left: 71px;*/
}

#u3424-4:hover
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 26px;
	width: 53px;
	margin: 0px -10000px 0px 0px;
}

#u3424-4.MuseLinkActive
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 26px;
	width: 53px;
	margin: 0px -10000px 0px 0px;
}

#u3425-4
{
	z-index: 71;
	width: 17px;
	min-height: 26px;
	margin-right: -10000px;
	left: 54px;
}

#u3425-4:hover
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 26px;
	width: 17px;
	margin: 0px -10000px 0px 0px;
}

#u1965-4:hover
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 26px;
	width: 74px;
	margin: 0px -10000px 0px 0px;
}

#u1965-4.MuseLinkActive
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 26px;
	width: 74px;
	margin: 0px -10000px 0px 0px;
}

#pu1963-4
{
	width: 0.01px;
	margin-top: 10px;
}

#u1963-4
{
	z-index: 59;
	width: 113px;
	min-height: 26px;
	margin-right: -10000px;
}

#u1963-4:hover
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 26px;
	width: 113px;
	margin: 0px -10000px 0px 0px;
}

#u1963-4.MuseLinkActive
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 26px;
	width: 113px;
	margin: 0px -10000px 0px 0px;
}

#u1969-4
{
	z-index: 75;
	width: 118px;
	min-height: 26px;
	margin-right: -10000px;
	margin-top: 1px;
	left: 113px;
}

#u1969-4:hover
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 26px;
	width: 118px;
	margin: 1px -10000px 0px 0px;
}

#u1969-4.MuseLinkActive
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 26px;
	width: 118px;
	margin: 1px -10000px 0px 0px;
}

#u1869-bw
{
	z-index: 43;
	min-height: 89px;
}

#u1559
{
	z-index: 44;
	height: 11px;
}

#u1559-bw
{
	z-index: 44;
	margin-top: 89px;
	height: 11px;
}

#u3904
{
	z-index: 225;
	min-height: 269px;
	padding-bottom: 142px;
	background: transparent url("/assets/bn-1-u3904-fr.png") no-repeat center center;
	background-size: cover;
}

#u1912-4
{
	z-index: 226;
	width: 667px;
	min-height: 128px;
	background-color: transparent;
	line-height: 56px;
	color: #FFFFFF;
	font-size: 40px;
	text-align: center;
	font-family: maven-pro, sans-serif;
	font-weight: 700;
	position: relative;
	margin-right: -10000px;
	margin-top: 141px;
	left: 251px;
}

#u3904-bw
{
	z-index: 225;
	min-height: 269px;
}

#u4632
{
	z-index: 211;
	width: 41px;
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	margin-left: 470px;
	position: relative;
}

#u4617
{
	z-index: 212;
	width: 41px;
	background-color: transparent;
	padding-bottom: 37px;
	position: relative;
	margin-right: -10000px;
}

#u4625
{
	z-index: 213;
	width: 20px;
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	padding-bottom: 0px;
	position: relative;
	margin-right: -10000px;
	margin-top: 7px;
	left: 11px;
}

#u4626
{
	z-index: 214;
	width: 10px;
	background-color: transparent;
	-webkit-transform: matrix(0,-1,1,0,-5,15);
	-ms-transform: matrix(0,-1,1,0,-5,15);
	transform: matrix(0,-1,1,0,-5,15);
	margin-left: 5px;
	top: -5px;
	margin-bottom: -10px;
	position: relative;
}

#u4628
{
	z-index: 216;
	width: 10px;
	background-color: transparent;
	-webkit-transform: matrix(0,-1,1,0,-5,15);
	-ms-transform: matrix(0,-1,1,0,-5,15);
	transform: matrix(0,-1,1,0,-5,15);
	margin-left: 5px;
	top: -10px;
	margin-bottom: -15px;
	position: relative;
}

#u2638-4
{
	z-index: 174;
	width: 928px;
	min-height: 33px;
	background-color: transparent;
	font-size: 30px;
	color: #282222;
	letter-spacing: 5px;
	line-height: 36px;
	text-transform: uppercase;
	text-align: center;
	font-family: maven-pro, sans-serif;
	font-weight: 900;
	margin-left: 20px;
	position: relative;
}

#slideshowu2644
{
	z-index: 178;
	width: 0.01px;
	height: 420px;
	margin-left: 83px;
	margin-top: 54px;
	position: relative;
}

#u2648
{
	position: absolute;
	width: 651px;
	height: 333px;
	background-color: transparent;
	left: 82px;
}

#u2648popup
{
	z-index: 179;
}

#u2649
{
	z-index: 180;
	width: 651px;
	height: 333px;
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	margin-right: -10000px;
	position: relative;
}

#u2676
{
	z-index: 182;
	width: 651px;
	height: 333px;
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	margin-right: -10000px;
	position: relative;
}

#u2676_img
{
	margin-top: -35px;
	margin-bottom: -36px;
}

#u2696
{
	z-index: 184;
	width: 651px;
	height: 333px;
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	margin-right: -10000px;
	position: relative;
}

#u2696_img
{
	margin-top: -12px;
	margin-bottom: -12px;
}

#u2705
{
	z-index: 186;
	width: 651px;
	height: 333px;
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	margin-right: -10000px;
	position: relative;
}

#u2676_clip,#u2696_clip,#u2705_clip
{
	overflow: hidden;
	width: 651px;
	height: 333px;
}

#u2705_img
{
	margin-left: -42px;
	margin-right: -42px;
}

#u2724
{
	z-index: 188;
	width: 651px;
	height: 333px;
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	margin-right: -10000px;
	position: relative;
}

#u2724_img
{
	padding-left: 19px;
	padding-right: 18px;
}

#u2733
{
	z-index: 190;
	width: 651px;
	height: 333px;
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	margin-right: -10000px;
	position: relative;
}

#u2652
{
	position: absolute;
	width: 411px;
	top: 375px;
	left: 202px;
}

#u2652popup
{
	z-index: 192;
}

#u2653
{
	z-index: 193;
	width: 60px;
	height: 45px;
	border-color: #6B6B6B;
	background-color: #827E7E;
	background-color: rgba(40,34,34,0.58);
	position: relative;
	margin-right: -10000px;
	-pie-background: rgba(40,34,34,0.58);
}

#u2679
{
	z-index: 195;
	width: 60px;
	height: 45px;
	border-color: #6B6B6B;
	background-color: #827E7E;
	background-color: rgba(40,34,34,0.58);
	position: relative;
	margin-right: -10000px;
	left: 70px;
	-pie-background: rgba(40,34,34,0.58);
}

#u2679_clip
{
	overflow: hidden;
	width: 60px;
	height: 45px;
}

#u2679_img
{
	margin-left: -6px;
	margin-right: -6px;
	opacity: 0.58;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=57.99999999999999)";
	filter: alpha(opacity=57.99999999999999);
}

#u2699
{
	z-index: 197;
	width: 60px;
	height: 45px;
	border-color: #6B6B6B;
	background-color: #827E7E;
	background-color: rgba(40,34,34,0.58);
	position: relative;
	margin-right: -10000px;
	left: 140px;
	-pie-background: rgba(40,34,34,0.58);
}

#u2708
{
	z-index: 199;
	width: 60px;
	height: 45px;
	border-color: #6B6B6B;
	background-color: #827E7E;
	background-color: rgba(40,34,34,0.58);
	position: relative;
	margin-right: -10000px;
	left: 210px;
	-pie-background: rgba(40,34,34,0.58);
}

#u2727
{
	z-index: 201;
	width: 60px;
	height: 45px;
	border-color: #6B6B6B;
	background-color: #827E7E;
	background-color: rgba(40,34,34,0.58);
	position: relative;
	margin-right: -10000px;
	left: 280px;
	-pie-background: rgba(40,34,34,0.58);
}

#u2736
{
	z-index: 203;
	width: 60px;
	height: 45px;
	border-color: #6B6B6B;
	background-color: #827E7E;
	background-color: rgba(40,34,34,0.58);
	position: relative;
	margin-right: -10000px;
	left: 351px;
	-pie-background: rgba(40,34,34,0.58);
}

#u2653.SSSlideLinkSelected,#u2679.SSSlideLinkSelected,#u2699.SSSlideLinkSelected,#u2708.SSSlideLinkSelected,#u2727.SSSlideLinkSelected,#u2736.SSSlideLinkSelected
{
	border-style: none;
	border-color: transparent;
	width: 60px;
	height: 45px;
	min-height: 0px;
	margin: 0px -10000px 0px 0px;
}

#u2653_img,#u2699_img,#u2708_img,#u2727_img,#u2736_img
{
	opacity: 0.58;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=57.99999999999999)";
	filter: alpha(opacity=57.99999999999999);
}

#u2645-3
{
	position: absolute;
	width: 20px;
	min-height: 20px;
	border-style: none;
	border-color: transparent;
	padding: 10px;
	text-align: center;
	line-height: 20px;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	top: 152px;
	background: transparent url("/assets/arrow_left.png") no-repeat center center;
}

#u2645-3popup
{
	z-index: 205;
}

#u2655-3
{
	position: absolute;
	width: 20px;
	min-height: 20px;
	border-style: none;
	border-color: transparent;
	padding: 10px;
	line-height: 20px;
	text-align: center;
	color: #999999;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	top: 152px;
	left: 775px;
	background: transparent url("/assets/arrow_right.png") no-repeat center center;
}

#u2655-3popup
{
	z-index: 208;
}

.SSFirstButton,.SSPreviousButton,.SSNextButton,.SSLastButton,.SSSlideLink,.SSCloseButton /* slideshowFreeStyle */
{
	cursor: pointer;
}

.SSSlideLoading /* slideshowFreeStyle */
{
	background: url("/assets/loading.gif") no-repeat center center;
}

#u4661
{
	z-index: 37;
	width: 905px;
	height: 39px;
	margin-left: 41px;
	position: relative;
}

#u4768
{
	z-index: 38;
	width: 905px;
	height: 39px;
	margin-left: 41px;
	position: relative;
}

#u3904_align_to_page,#u2786_align_to_page,#u1802_align_to_page
{
	margin-left: auto;
	margin-right: auto;
  width: 980px;
  position: relative;
  left: -100px;
}

#u2786
{
  z-index: 114;
  min-height: 279px;
  /*padding-bottom: 132px;*/
  padding-bottom: 50px;
  /*background: transparent url("/assets/bn-2.jpg") no-repeat center center;*/
  /*background-size: cover;*/
}

#u2788-4
{
	z-index: 115;
  /*width: 667px;*/
  width: 900px;
	min-height: 128px;
	background-color: transparent;
  /*line-height: 56px;*/
	color: #FFFFFF;
	/*font-size: 40px;*/
	text-align: center;
	font-family: maven-pro, sans-serif;
	font-weight: 700;
	position: relative;
  margin-top: 50px;
  display: block;
  left: 120px;
}


#u2786-bw
{
	z-index: 114;
  min-height: 279px;
}

#u4640
{
	z-index: 218;
	width: 41px;
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	margin-left: 470px;
	position: relative;
}

#u4646
{
	z-index: 219;
	width: 41px;
	background-color: transparent;
	padding-bottom: 37px;
	position: relative;
	margin-right: -10000px;
}

#u4641
{
	z-index: 220;
	width: 20px;
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	padding-bottom: 0px;
	position: relative;
	margin-right: -10000px;
	margin-top: 7px;
	left: 11px;
}

#u4644
{
	z-index: 221;
	width: 10px;
	background-color: transparent;
	-webkit-transform: matrix(0,-1,1,0,-5,15);
	-ms-transform: matrix(0,-1,1,0,-5,15);
	transform: matrix(0,-1,1,0,-5,15);
	margin-left: 5px;
	top: -5px;
	margin-bottom: -10px;
	position: relative;
}

#u4642
{
	z-index: 223;
	width: 10px;
	background-color: transparent;
	-webkit-transform: matrix(0,-1,1,0,-5,15);
	-ms-transform: matrix(0,-1,1,0,-5,15);
	transform: matrix(0,-1,1,0,-5,15);
	margin-left: 5px;
	top: -10px;
	margin-bottom: -15px;
	position: relative;
}

#u2224-4
{
	z-index: 162;
	width: 928px;
	min-height: 33px;
	background-color: transparent;
	font-size: 30px;
	color: #282222;
	letter-spacing: 5px;
	line-height: 36px;
	text-transform: uppercase;
	text-align: center;
	font-family: maven-pro, sans-serif;
	font-weight: 900;
	margin-left: 20px;
	position: relative;
}

#u2638-4:hover,#u2224-4:hover
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 33px;
	width: 928px;
	margin: 0px 0px 0px 20px;
}

#pu2159
{
	width: 0.01px;
	margin-left: 90px;
	margin-top: 39px;
}

#u2159
{
	z-index: 142;
	width: 186px;
	background-color: transparent;
	position: relative;
	margin-right: -10000px;
	margin-top: 1px;
}

#u2766
{
	z-index: 144;
	width: 186px;
	background-color: transparent;
	position: relative;
	margin-right: -10000px;
	left: 614px;
}

#u2190-4
{
	z-index: 154;
	width: 182px;
	min-height: 49px;
	background-color: transparent;
	line-height: 18px;
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	font-family: maven-pro, sans-serif;
	font-weight: 900;
	position: relative;
	margin-right: -10000px;
	margin-top: 74px;
	left: 618px;
}

#u2201
{
	z-index: 158;
	width: 62px;
	background-color: transparent;
	position: relative;
	margin-right: -10000px;
	margin-top: 64px;
	left: 215px;
}

#u2188
{
	z-index: 146;
	width: 187px;
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	position: relative;
	margin-right: -10000px;
	margin-top: 1px;
	left: 306px;
}

#u2182
{
	z-index: 147;
	width: 187px;
	background-color: transparent;
	position: relative;
	margin-right: -10000px;
}

#u2180-5
{
	z-index: 149;
	width: 182px;
	min-height: 49px;
	background-color: transparent;
	line-height: 18px;
	color: #545454;
	font-size: 18px;
	text-align: center;
	font-family: maven-pro, sans-serif;
	font-weight: 900;
	position: relative;
	margin-right: -10000px;
	margin-top: 71px;
	left: 2px;
}

#u2180
{
	color: #00A7EA;
}

#u2210
{
	z-index: 160;
	width: 62px;
	background-color: transparent;
	-webkit-transform: matrix(-1,0,0,-1,62,62);
	-ms-transform: matrix(-1,0,0,-1,62,62);
	transform: matrix(-1,0,0,-1,62,62);
	position: relative;
	margin-right: -10000px;
	margin-top: 64px;
	left: 523px;
}

#u2768-4
{
	z-index: 166;
	width: 182px;
	min-height: 49px;
	background-color: transparent;
	line-height: 18px;
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	font-family: maven-pro, sans-serif;
	font-weight: 900;
	position: relative;
	margin-right: -10000px;
	margin-top: 74px;
	left: 4px;
}

#u2190-2,#u2180-3,#u2768-2
{
	padding: 16px 20px;
}

#u2785-4
{
	z-index: 170;
	/*width: 667px;*/
  width: 800px;
	min-height: 128px;
	background-color: transparent;
	/*line-height: 61px;*/
	color: #545454;
	/*font-size: 36px;*/
	text-align: center;
	font-family: coda, sans-serif;
	font-weight: 400;
	/*margin-left: 156px;*/
	margin-left: 70px;
	/*margin-top: 72px;*/
  margin-top: 20px;
	position: relative;
}

#u4660
{
	z-index: 39;
	width: 905px;
  /*height: 39px;*/
  height: 0px;
	margin-left: 17px;
	position: relative;
}

#u4769
{
	z-index: 40;
	width: 905px;
	height: 39px;
	margin-left: 17px;
	position: relative;
}

#u1802
{
	z-index: 109;
	min-height: 296px;
	/*padding-bottom: 115px;*/
	padding-bottom: 0px;
	/*background: transparent url("/assets/bn-3.jpg") no-repeat center bottom;*/
	/*background-size: cover;*/
}

#u2783-4
{
	z-index: 110;
	width: 667px;
	min-height: 128px;
	background-color: transparent;
	/*line-height: 56px;*/
	color: #FFFFFF;
	/*font-size: 40px;*/
	text-align: center;
	font-family: maven-pro, sans-serif;
	font-weight: 700;
	position: relative;
	margin-right: -10000px;
	/*margin-top: 168px;*/
	margin-top: 60px;
	left: 251px;
}

#u1802-bw
{
	z-index: 109;
	min-height: 296px;
	margin-top: 4px;
}

#u4649
{
	z-index: 135;
	width: 41px;
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	margin-left: 469px;
	position: relative;
}

#u4655
{
	z-index: 136;
	width: 41px;
	background-color: transparent;
	padding-bottom: 37px;
	position: relative;
	margin-right: -10000px;
}

#u4650
{
	z-index: 137;
	width: 20px;
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	padding-bottom: 0px;
	position: relative;
	margin-right: -10000px;
	margin-top: 7px;
	left: 11px;
}

#u4653
{
	z-index: 138;
	width: 10px;
	background-color: transparent;
	-webkit-transform: matrix(0,-1,1,0,-5,15);
	-ms-transform: matrix(0,-1,1,0,-5,15);
	transform: matrix(0,-1,1,0,-5,15);
	margin-left: 5px;
	top: -5px;
	margin-bottom: -10px;
	position: relative;
}

#u4651
{
	z-index: 140;
	width: 10px;
	background-color: transparent;
	-webkit-transform: matrix(0,-1,1,0,-5,15);
	-ms-transform: matrix(0,-1,1,0,-5,15);
	transform: matrix(0,-1,1,0,-5,15);
	margin-left: 5px;
	top: -10px;
	margin-bottom: -15px;
	position: relative;
}

#u750-4
{
	z-index: 98;
	width: 941px;
	min-height: 33px;
	background-color: transparent;
	font-size: 30px;
	color: #282222;
	letter-spacing: 5px;
	line-height: 36px;
	text-transform: uppercase;
	text-align: center;
	font-family: maven-pro, sans-serif;
	font-weight: 900;
	margin-left: 5px;
	position: relative;
}

#u750-4:hover
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 33px;
	width: 941px;
	margin: 0px 0px 0px 5px;
}

#u2638-4:hover p,#u2224-4:hover p,#u750-4:hover p
{
	color: #00A7EA;
	visibility: inherit;
}

#pu1932
{
	width: 0.01px;
	margin-left: 20px;
	margin-top: 40px;
}

#u1932
{
	z-index: 79;
	width: 263px;
	background-color: #FFFFFF;
	border-radius: 2px;
	position: relative;
	margin-right: -10000px;
	padding: 19px 20px 31px;
}

#u1354-4
{
	z-index: 82;
	width: 261px;
	min-height: 24px;
	background-color: transparent;
	line-height: 19px;
	text-transform: uppercase;
	font-size: 16px;
	color: #000000;
	font-family: maven-pro, sans-serif;
	font-weight: 700;
	margin-left: 1px;
	margin-top: 8px;
	position: relative;
}

#u1353-4
{
	z-index: 94;
	width: 260px;
	min-height: 45px;
	background-color: transparent;
	line-height: 24px;
	color: #545454;
	font-family: coda, sans-serif;
	font-weight: 400;
	margin-left: 3px;
	margin-top: 15px;
	position: relative;
}

#u1947-4
{
	z-index: 105;
	width: 136px;
	min-height: 5px;
	border-style: none;
	border-color: transparent;
	background-color: #545454;
	text-align: center;
	color: #FFFFFF;
	font-family: coda, sans-serif;
	font-weight: 400;
	margin-left: 3px;
	margin-top: 35px;
	position: relative;
}

#u1947-4:hover
{
	background-color: #00A7EA;
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 5px;
	width: 136px;
	margin: 35px 0px 0px 3px;
}

#u1933
{
	z-index: 80;
	width: 271px;
	background-color: #FFFFFF;
	border-radius: 2px;
	position: relative;
	margin-right: -10000px;
	left: 311px;
	padding: 20px 17px 32px 15px;
}

/*#u1680*/
/*{*/
	/*z-index: 102;*/
	/*width: 271px;*/
	/*height: 191px;*/
	/*position: relative;*/
	/*background: transparent url("/assets/5-u1680-fr.jpg") no-repeat left top;*/
	/*background-size: cover;*/
/*}*/

#u1936-4
{
	z-index: 86;
	width: 261px;
	min-height: 24px;
	background-color: transparent;
	line-height: 19px;
	text-transform: uppercase;
	font-size: 16px;
	color: #000000;
	font-family: maven-pro, sans-serif;
	font-weight: 700;
	margin-left: 6px;
	margin-top: 8px;
	position: relative;
}

#u2802-4
{
	z-index: 119;
	width: 260px;
	min-height: 45px;
	background-color: transparent;
	line-height: 24px;
	color: #545454;
	font-family: coda, sans-serif;
	font-weight: 400;
	margin-left: 2px;
	margin-top: 15px;
	position: relative;
}

#u2803-4
{
	z-index: 123;
	width: 136px;
	min-height: 5px;
	border-style: none;
	border-color: transparent;
	background-color: #545454;
	text-align: center;
	color: #FFFFFF;
	font-family: coda, sans-serif;
	font-weight: 400;
	margin-left: 2px;
	margin-top: 35px;
	position: relative;
}

#u2803-4:hover
{
	background-color: #00A7EA;
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 5px;
	width: 136px;
	margin: 35px 0px 0px 2px;
}

#u1941
{
	z-index: 81;
	width: 271px;
	background-color: #FFFFFF;
	border-radius: 2px;
	position: relative;
	margin-right: -10000px;
	left: 623px;
	padding: 19px 16px 46.30589700996916px;
}

#u1944-4
{
	z-index: 90;
	width: 261px;
	min-height: 24px;
	background-color: transparent;
	line-height: 19px;
	text-transform: uppercase;
	font-size: 16px;
	color: #000000;
	font-family: maven-pro, sans-serif;
	font-weight: 700;
	margin-left: 5px;
	margin-top: 8px;
	position: relative;
}

#u2805-4
{
	z-index: 127;
	width: 260px;
	min-height: 45px;
	background-color: transparent;
	line-height: 24px;
	color: #545454;
	font-family: coda, sans-serif;
	font-weight: 400;
	margin-left: 4px;
	margin-top: 9px;
	position: relative;
}

#u2806-4
{
	z-index: 131;
	width: 136px;
	min-height: 5px;
	border-style: none;
	border-color: transparent;
	background-color: #545454;
	text-align: center;
	color: #FFFFFF;
	font-family: coda, sans-serif;
	font-weight: 400;
	margin-left: 4px;
	margin-top: 34px;
	position: relative;
}

#u2806-4:hover
{
	background-color: #00A7EA;
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 5px;
	width: 136px;
	margin: 34px 0px 0px 4px;
}

#u1947-2,#u2803-2,#u2806-2
{
	padding: 16px 8px;
}

#u1947,#u2803,#u2806
{
	font-family: coda, sans-serif;
	font-weight: 400;
}

/*#spacer {*/
  /*height: 160px;*/
/*}*/

/*#spacer2 {*/
  /*height: 190px;*/
/*}*/

/*#spacer3 {*/
  /*height: 290px;*/
/*}*/

#u4770
{
	z-index: 42;
	width: 905px;
	height: 39px;
	margin-left: 29px;
	top: -3px;
	margin-bottom: -3px;
	position: relative;
}

#u2770
{
	z-index: 41;
	width: 905px;
	height: 39px;
	margin-left: 29px;
	position: relative;
}

.ie #u4661,.ie #u4768,.ie #u4660,.ie #u4769,.ie #u4770,.ie #u2770
{
	background-color: #FFFFFF;
	opacity: 0.01;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
	filter: alpha(opacity=1);
}

#pu1869,#pu3632-4
{
	width: 0.01px;
	margin-left: -100px;
}

#u3632-4,#u3632-4-bw
{
	z-index: 2;
	min-height: 121px;
}

#u4874
{
  display: block;
  /*text-align: center !important;*/
	z-index: 11;
	width: 100%;
  margin-right: -10000px;
	margin-top: 38px;
  /*left: 50% !important;*/
  /*margin-left: 350px;*/
  left: 355px;
}

#u3637-4
{
	z-index: 12;
	width: 190px;
	margin-right: -10000px;
}

#u3639-4
{
	z-index: 20;
	width: 190px;
	margin-right: -10000px;
	left: 190px;
}

#u3641-4
{
	z-index: 16;
	width: 190px;
	margin-right: -10000px;
	left: 380px;
}

#u4999
{
	z-index: 24;
	width: 202px;
	margin-right: -10000px;
	margin-top: 73px;
	left: 489px;
}

#u4969
{
	z-index: 27;
	width: 27px;
	margin-right: -10000px;
}

#u4975
{
	z-index: 29;
	width: 27px;
	margin-right: -10000px;
	left: 35px;
}

#u4993
{
	z-index: 35;
	width: 27px;
	margin-right: -10000px;
	left: 70px;
}

#u4981
{
	z-index: 31;
	width: 27px;
	margin-right: -10000px;
	left: 105px;
}

#u4950
{
	z-index: 25;
	width: 27px;
	margin-right: -10000px;
	left: 140px;
}

#u4987
{
	z-index: 33;
	width: 27px;
	margin-right: -10000px;
	left: 175px;
}

#u1549-5,#u1549-5-bw
{
	z-index: 6;
	min-height: 80px;
}

#page .verticalspacer
{
	clear: both;
}
.uppercase { text-transform: uppercase; }

#u1869
{
	background-color: #FFFFFF;
}

#u1869_align_to_page
{
	position: relative;
}

#u1560-5
{
	background-color: transparent;
	line-height: 58px;
	font-size: 48px;
	font-family: maven-pro, sans-serif;
	font-weight: 900;
	position: relative;
}

#u1560-5.MuseLinkActive
{
	background-color: transparent;
}

#u1560-5.MuseLinkActive p,#u1560-5.MuseLinkActive span
{
	font-size: 48px;
}

#u1560
{
	color: #00A7EA;
}

#u1560-2
{
	color: #282222;
}

#u1951-4
{
	background-color: transparent;
	text-align: center;
	color: #282222;
	font-family: maven-pro, sans-serif;
	font-weight: 700;
	position: relative;
}

#u1951-4:hover p
{
	color: #00A7EA;
	visibility: inherit;
}

.navbar_link { padding: 6px 4px; }

#u1962-4
{
	background-color: transparent;
	text-align: center;
	color: #282222;
	font-family: maven-pro, sans-serif;
	font-weight: 700;
	position: relative;
}

#u1951-4.MuseLinkActive p,#u1962-4:hover p
{
	color: #00A7EA;
	visibility: inherit;
}

#u3424-4
{
	background-color: transparent;
	text-align: center;
	color: #00A7EA;
	font-family: maven-pro, sans-serif;
	font-weight: 700;
	position: relative;
}

#u3424-4:hover p
{
	color: #545454;
	visibility: inherit;
}

#u3425-4
{
	background-color: transparent;
	text-align: center;
	color: #00A7EA;
	font-family: maven-pro, sans-serif;
	font-weight: 700;
	position: relative;
}

#u1965-4
{
	background-color: transparent;
	text-align: center;
	color: #00A7EA;
	font-family: maven-pro, sans-serif;
	font-weight: 700;
	position: relative;
}

#u3425-4:hover p,#u1965-4:hover p
{
	color: #545454;
	visibility: inherit;
}

#u1963-4
{
	background-color: transparent;
	text-align: center;
	color: #282222;
	font-family: maven-pro, sans-serif;
	font-weight: 700;
	position: relative;
}

#u1962-4.MuseLinkActive p,#u3424-4.MuseLinkActive p,#u1965-4.MuseLinkActive p,#u1963-4:hover p
{
	color: #00A7EA;
	visibility: inherit;
}

#u1969-4
{
	background-color: transparent;
	text-align: center;
	color: #282222;
	font-family: maven-pro, sans-serif;
	font-weight: 700;
	position: relative;
}

#u1963-4.MuseLinkActive p,#u1969-4:hover p
{
	color: #00A7EA;
	visibility: inherit;
}

#u1969-4.MuseLinkActive p
{
	color: #00A7EA;
	visibility: inherit;
}

#u1559
{
	border-style: none;
	border-color: transparent;
	background-color: #282222;
}

#u3637-4,#u3639-4,#u3641-4
{
	background-color: transparent;
	line-height: 14px;
	text-transform: uppercase;
	text-align: center;
	color: #00A7EA;
	font-family: coda, sans-serif;
	font-weight: 400;
	position: relative;
}

#u4349,#u4874,#u4999
{
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	position: relative;
}

#u4969,#u4975,#u4993,#u4981,#u4950,#u4987
{
	background-color: transparent;
	position: relative;
}

#u3632-4,#u1549-5
{
	border-style: none;
	background-color: #282222;
	font-size: 12px;
	color: #7F7F7F;
	letter-spacing: 2px;
	line-height: 14px;
	text-align: center;
	font-family: coda, sans-serif;
	font-weight: 400;
}
.full-width {
  left: 0px;
  right: 0px;
  margin: 0;
  padding: 0;
  border-width: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.text-overlay {
  z-index: 88;
  width: 660px;
  min-height: 128px;
  background-color: transparent;
  line-height: 56px;
  color: #FFFFFF;
  font-size: 40px;
  font-family: maven-pro, sans-serif;
  font-weight: 700;
  position: absolute;
  margin-top: 141px;
  margin-left: -330px;
  left: 50%;
}

.first-banner {
  z-index: 88;
  width: 660px;
  min-height: 128px;
  background-color: transparent;
  color: #FFFFFF;
  font-family: maven-pro, sans-serif;
  font-weight: 700;
  position: absolute;
  margin-top: 141px;
  margin-left: -330px;
  left: 50%;
}

.centre-text { text-align: center; }

.paragraph { padding-bottom: 10px; }

.page-body h2 { padding-bottom: 15px; }

.media-image {
  height: 150px;
}

.media-div {
  float: left;
  padding: 10px 0;
}

.page-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.projects_div {
	width: 100%;
	/*margin-left: 20px;*/
	margin-top: 40px;
}

.project_box {
	z-index: 79;
	width: 263px;
	background-color: #FFFFFF;
	border-radius: 2px;
  float: left;
  position: relative;
	padding: 19px 20px 31px;
  margin: 0 10px;
}

.homepage_project_img {
  /*width: 270px;*/
  width: 263px;
  height: 192px;
}

.project_title {
	z-index: 82;
	width: 261px;
	min-height: 24px;
	background-color: transparent;
	line-height: 19px;
	text-transform: uppercase;
	font-size: 16px;
	color: #000000;
	font-family: maven-pro, sans-serif;
	font-weight: 700;
	margin-left: 1px;
	margin-top: 8px;
	position: relative;
}

.project_text {
	z-index: 94;
	width: 260px;
  height: 120px;
	/*min-height: 45px;*/
	background-color: transparent;
	line-height: 24px;
	color: #545454;
	font-family: coda, sans-serif;
	font-weight: 400;
	margin-left: 3px;
	margin-top: 15px;
	position: relative;
}

a.project_link {
	z-index: 105;
	width: 136px;
	min-height: 5px;
	border-style: none;
	border-color: transparent;
	background-color: #545454;
	text-align: center;
	color: #FFFFFF;
	font-family: coda, sans-serif;
	font-weight: 400;
	margin-left: 3px;
	margin-top: 35px;
	position: relative;
}

a.project_link:hover {
	background-color: #00A7EA;
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 5px;
	width: 136px;
	margin: 35px 0px 0px 3px;
}

p.project_link {
	padding: 16px 8px;
	font-family: coda, sans-serif;
	font-weight: 400;
}

.margin-bottom { margin-bottom: 25px; }

.project_img_large {
  max-width: 650px;
  max-height: 370px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

.project_page a {
  text-decoration: none;
  color: #00A7EA;
}

.project_page a:visited {
  color: #00A7EA;
}

.project_page a:hover { 
  color: #655D5D;
}

.align-left { text-align: left !important; }
.register-form {
  float: left;
  width: 450px;
}

.hidden {
  display: hidden;
}

.select-form {
  width: 100%;
  padding-top: 10px;
}

.form-heading {
  font-size: 30px;
  color: #282222;
  letter-spacing: 5px;
  line-height: 36px;
  text-transform: uppercase;
  text-align: left;
  font-family: maven-pro, sans-serif;
  font-weight: 900;
	margin-top: 20px;
	margin-left: 20px;
}
#owl-slider .item img {
  display: block;
  height: 350px;
  width: 700px;
  /*padding-left: 145px;*/
  /*position: relative;*/
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

#slider-div {
  width: 980px;
}
