/** Copy Each CSS files from customer's site and paste them here in the same order. **/
/** Be sure to correct image references (search for 'url').                         **/
/** Remove styles that disrupt the ecommerce content or change them to only apply   **/
/**    to header and footer divs                                                    **/

div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}

div.wpcf7 .placeheld {
	color: #888;
}

@charset "utf-8";
/* CSS Document */

/* Atleas 2014
 *  Font Awesome 3.0.2
 *  the iconic font designed for use with Twitter Bootstrap
 *  -------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation
 *  can be found at: http://fortawesome.github.com/Font-Awesome/
 *
 *  License
 *  -------------------------------------------------------
 *  - The Font Awesome font is licensed under the SIL Open Font License - http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - The Font Awesome pictograms are licensed under the CC BY 3.0 License - http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome"
 *
 *  Contact
 *  -------------------------------------------------------
 *  Email: dave@davegandy.com
 *  Twitter: http://twitter.com/fortaweso_me
 *  Work: Lead Product Designer @ http://kyruus.com
 */
@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=3.0.1');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=3.0.1') format("embedded-opentype"), url('../fonts/fontawesome-webfont.woff?v=3.0.1') format("woff"), url('../fonts/fontawesome-webfont.ttf?v=3.0.1') format("truetype");
	font-weight: normal;
	font-style: normal;
}

/*  Font Awesome styles ------------------------------------------------------- */

[class^="icon-"], [class*=" icon-"] {
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
text-decoration: inherit;
-webkit-font-smoothing: antialiased; /* sprites.less reset */
display: inline;
width: auto;
height: auto;
line-height: normal;
vertical-align: baseline;
background-image: none;
background-position: 0% 0%;
background-repeat: repeat;
margin-top: 0;
}

/* more sprites.less reset */

.icon-white, .nav-pills > .active > a > [class^="icon-"], .nav-pills > .active > a > [class*=" icon-"], .nav-list > .active > a > [class^="icon-"], .nav-list > .active > a > [class*=" icon-"], .navbar-inverse .nav > .active > a > [class^="icon-"], .navbar-inverse .nav > .active > a > [class*=" icon-"], .dropdown-menu > li > a:hover > [class^="icon-"], .dropdown-menu > li > a:hover > [class*=" icon-"], .dropdown-menu > .active > a > [class^="icon-"], .dropdown-menu > .active > a > [class*=" icon-"], .dropdown-submenu:hover > a > [class^="icon-"], .dropdown-submenu:hover > a > [class*=" icon-"] {
background-image: none;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
	text-decoration: inherit;
	display: inline-block;
	speak: none;
}
/* makes sure icons active on rollover in links */

a [class^="icon-"], a [class*=" icon-"] {
	display: inline-block;
}
/* makes the font 33% larger relative to the icon container */

.icon-large:before {
	vertical-align: -10%;
	font-size: 1.3333333333333333em;
}
.btn [class^="icon-"], .btn [class*=" icon-"], .nav [class^="icon-"], .nav [class*=" icon-"] {
	display: inline; /* keeps button heights with and without icons the same */
}
.btn [class^="icon-"].icon-large, .btn [class*=" icon-"].icon-large, .nav [class^="icon-"].icon-large, .nav [class*=" icon-"].icon-large {
	line-height: .9em;
}
.btn [class^="icon-"].icon-spin, .btn [class*=" icon-"].icon-spin, .nav [class^="icon-"].icon-spin, .nav [class*=" icon-"].icon-spin {
	display: inline-block;
}
.nav-tabs [class^="icon-"], .nav-tabs [class*=" icon-"], .nav-pills [class^="icon-"], .nav-pills [class*=" icon-"] { /* keeps button heights with and without icons the same */
}
.nav-tabs [class^="icon-"], .nav-tabs [class^="icon-"].icon-large, .nav-tabs [class*=" icon-"], .nav-tabs [class*=" icon-"].icon-large, .nav-pills [class^="icon-"], .nav-pills [class^="icon-"].icon-large, .nav-pills [class*=" icon-"], .nav-pills [class*=" icon-"].icon-large {
	line-height: .9em;
}
li [class^="icon-"], li [class*=" icon-"], .nav li [class^="icon-"], .nav li [class*=" icon-"] {
	display: inline-block;
	width: 1.25em;
	text-align: center;
}
li [class^="icon-"].icon-large, li [class*=" icon-"].icon-large, .nav li [class^="icon-"].icon-large, .nav li [class*=" icon-"].icon-large { /* increased font size for icon-large */
	width: 1.5625em;
}
ul.icons {
	list-style-type: none;
	text-indent: -.75em;
}
ul.icons li [class^="icon-"], ul.icons li [class*=" icon-"] {
	width: .75em;
}
.icon-muted {
	color: #eeeeee;
}
.icon-border {
	border: solid 1px #eeeeee;
	padding: .2em .25em .15em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.icon-2x {
	font-size: 2em;
}
.icon-2x.icon-border {
	border-width: 2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.icon-3x {
	font-size: 3em;
}
.icon-3x.icon-border {
	border-width: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.icon-4x {
	font-size: 4em;
}
.icon-4x.icon-border {
	border-width: 4px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.pull-right {
	float: right;
}
.pull-left {
	float: left;
}
[class^="icon-"].pull-left, [class*=" icon-"].pull-left {
	margin-right: .3em;
}
[class^="icon-"].pull-right, [class*=" icon-"].pull-right {
	margin-left: .3em;
}
.btn [class^="icon-"].pull-left.icon-2x, .btn [class^="icon-"].pull-right.icon-2x, .btn [class*=" icon-"].pull-left.icon-2x, .btn [class*=" icon-"].pull-right.icon-2x {
	margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large, .btn [class*=" icon-"].icon-spin.icon-large {
	line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x, .btn.btn-small [class^="icon-"].pull-right.icon-2x, .btn.btn-small [class*=" icon-"].pull-left.icon-2x, .btn.btn-small [class*=" icon-"].pull-right.icon-2x {
	margin-top: .25em;
}
.btn.btn-large [class^="icon-"], .btn.btn-large [class*=" icon-"] {
	margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class^="icon-"].pull-right.icon-2x, .btn.btn-large [class*=" icon-"].pull-left.icon-2x, .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
	margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class*=" icon-"].pull-left.icon-2x {
	margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x, .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
	margin-left: .2em;
}
.icon-spin {
	display: inline-block;
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	-webkit-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
}
 @-moz-keyframes spin {
0% {
-moz-transform: rotate(0deg);
}
 100% {
-moz-transform: rotate(359deg);
}
}
 @-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
}
 100% {
-webkit-transform: rotate(359deg);
}
}
 @-o-keyframes spin {
0% {
-o-transform: rotate(0deg);
}
 100% {
-o-transform: rotate(359deg);
}
}
 @-ms-keyframes spin {
0% {
-ms-transform: rotate(0deg);
}
 100% {
-ms-transform: rotate(359deg);
}
}
 @keyframes spin {
0% {
transform: rotate(0deg);
}
 100% {
transform: rotate(359deg);
}
}
 @-moz-document url-prefix() {
.icon-spin {
height: .9em;
}
 .btn .icon-spin {
height: auto;
}
 .icon-spin.icon-large {
height: 1.25em;
}
 .btn .icon-spin.icon-large {
height: .75em;
}
}
/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */

.icon-glass:before {
	content: "\f000";
}
.icon-music:before {
	content: "\f001";
}
.icon-search:before {
	content: "\f002";
}
.icon-envelope:before {
	content: "\f003";
}
.icon-heart:before {
	content: "\f004";
}
.icon-star:before {
	content: "\f005";
}
.icon-star-empty:before {
	content: "\f006";
}
.icon-user:before {
	content: "\f007";
}
.icon-film:before {
	content: "\f008";
}
.icon-th-large:before {
	content: "\f009";
}
.icon-th:before {
	content: "\f00a";
}
.icon-th-list:before {
	content: "\f00b";
}
.icon-ok:before {
	content: "\f00c";
}
.icon-remove:before {
	content: "\f00d";
}
.icon-zoom-in:before {
	content: "\f00e";
}
.icon-zoom-out:before {
	content: "\f010";
}
.icon-off:before {
	content: "\f011";
}
.icon-signal:before {
	content: "\f012";
}
.icon-cog:before {
	content: "\f013";
}
.icon-trash:before {
	content: "\f014";
}
.icon-home:before {
	content: "\f015";
}
.icon-file:before {
	content: "\f016";
}
.icon-time:before {
	content: "\f017";
}
.icon-road:before {
	content: "\f018";
}
.icon-download-alt:before {
	content: "\f019";
}
.icon-download:before {
	content: "\f01a";
}
.icon-upload:before {
	content: "\f01b";
}
.icon-inbox:before {
	content: "\f01c";
}
.icon-play-circle:before {
	content: "\f01d";
}
.icon-repeat:before {
	content: "\f01e";
}
/* \f020 doesn't work in Safari. all shifted one down */

.icon-refresh:before {
	content: "\f021";
}
.icon-list-alt:before {
	content: "\f022";
}
.icon-lock:before {
	content: "\f023";
}
.icon-flag:before {
	content: "\f024";
}
.icon-headphones:before {
	content: "\f025";
}
.icon-volume-off:before {
	content: "\f026";
}
.icon-volume-down:before {
	content: "\f027";
}
.icon-volume-up:before {
	content: "\f028";
}
.icon-qrcode:before {
	content: "\f029";
}
.icon-barcode:before {
	content: "\f02a";
}
.icon-tag:before {
	content: "\f02b";
}
.icon-tags:before {
	content: "\f02c";
}
.icon-book:before {
	content: "\f02d";
}
.icon-bookmark:before {
	content: "\f02e";
}
.icon-print:before {
	content: "\f02f";
}
.icon-camera:before {
	content: "\f030";
}
.icon-font:before {
	content: "\f031";
}
.icon-bold:before {
	content: "\f032";
}
.icon-italic:before {
	content: "\f033";
}
.icon-text-height:before {
	content: "\f034";
}
.icon-text-width:before {
	content: "\f035";
}
.icon-align-left:before {
	content: "\f036";
}
.icon-align-center:before {
	content: "\f037";
}
.icon-align-right:before {
	content: "\f038";
}
.icon-align-justify:before {
	content: "\f039";
}
.icon-list:before {
	content: "\f03a";
}
.icon-indent-left:before {
	content: "\f03b";
}
.icon-indent-right:before {
	content: "\f03c";
}
.icon-facetime-video:before {
	content: "\f03d";
}
.icon-picture:before {
	content: "\f03e";
}
.icon-pencil:before {
	content: "\f040";
}
.icon-map-marker:before {
	content: "\f041";
}
.icon-adjust:before {
	content: "\f042";
}
.icon-tint:before {
	content: "\f043";
}
.icon-edit:before {
	content: "\f044";
}
.icon-share:before {
	content: "\f045";
}
.icon-check:before {
	content: "\f046";
}
.icon-move:before {
	content: "\f047";
}
.icon-step-backward:before {
	content: "\f048";
}
.icon-fast-backward:before {
	content: "\f049";
}
.icon-backward:before {
	content: "\f04a";
}
.icon-play:before {
	content: "\f04b";
}
.icon-pause:before {
	content: "\f04c";
}
.icon-stop:before {
	content: "\f04d";
}
.icon-forward:before {
	content: "\f04e";
}
.icon-fast-forward:before {
	content: "\f050";
}
.icon-step-forward:before {
	content: "\f051";
}
.icon-eject:before {
	content: "\f052";
}
.icon-chevron-left:before {
	content: "\f053";
}
.icon-chevron-right:before {
	content: "\f054";
}
.icon-plus-sign:before {
	content: "\f055";
}
.icon-minus-sign:before {
	content: "\f056";
}
.icon-remove-sign:before {
	content: "\f057";
}
.icon-ok-sign:before {
	content: "\f058";
}
.icon-question-sign:before {
	content: "\f059";
}
.icon-info-sign:before {
	content: "\f05a";
}
.icon-screenshot:before {
	content: "\f05b";
}
.icon-remove-circle:before {
	content: "\f05c";
}
.icon-ok-circle:before {
	content: "\f05d";
}
.icon-ban-circle:before {
	content: "\f05e";
}
.icon-arrow-left:before {
	content: "\f060";
}
.icon-arrow-right:before {
	content: "\f061";
}
.icon-arrow-up:before {
	content: "\f062";
}
.icon-arrow-down:before {
	content: "\f063";
}
.icon-share-alt:before {
	content: "\f064";
}
.icon-resize-full:before {
	content: "\f065";
}
.icon-resize-small:before {
	content: "\f066";
}
.icon-plus:before {
	content: "\f067";
}
.icon-minus:before {
	content: "\f068";
}
.icon-asterisk:before {
	content: "\f069";
}
.icon-exclamation-sign:before {
	content: "\f06a";
}
.icon-gift:before {
	content: "\f06b";
}
.icon-leaf:before {
	content: "\f06c";
}
.icon-fire:before {
	content: "\f06d";
}
.icon-eye-open:before {
	content: "\f06e";
}
.icon-eye-close:before {
	content: "\f070";
}
.icon-warning-sign:before {
	content: "\f071";
}
.icon-plane:before {
	content: "\f072";
}
.icon-calendar:before {
	content: "\f073";
}
.icon-random:before {
	content: "\f074";
}
.icon-comment:before {
	content: "\f075";
}
.icon-magnet:before {
	content: "\f076";
}
.icon-chevron-up:before {
	content: "\f077";
}
.icon-chevron-down:before {
	content: "\f078";
}
.icon-retweet:before {
	content: "\f079";
}
.icon-shopping-cart:before {
	content: "\f07a";
}
.icon-folder-close:before {
	content: "\f07b";
}
.icon-folder-open:before {
	content: "\f07c";
}
.icon-resize-vertical:before {
	content: "\f07d";
}
.icon-resize-horizontal:before {
	content: "\f07e";
}
.icon-bar-chart:before {
	content: "\f080";
}
.icon-twitter-sign:before {
	content: "\f081";
}
.icon-facebook-sign:before {
	content: "\f082";
}
.icon-camera-retro:before {
	content: "\f083";
}
.icon-key:before {
	content: "\f084";
}
.icon-cogs:before {
	content: "\f085";
}
.icon-comments:before {
	content: "\f086";
}
.icon-thumbs-up:before {
	content: "\f087";
}
.icon-thumbs-down:before {
	content: "\f088";
}
.icon-star-half:before {
	content: "\f089";
}
.icon-heart-empty:before {
	content: "\f08a";
}
.icon-signout:before {
	content: "\f08b";
}
.icon-linkedin-sign:before {
	content: "\f08c";
}
.icon-pushpin:before {
	content: "\f08d";
}
.icon-external-link:before {
	content: "\f08e";
}
.icon-signin:before {
	content: "\f090";
}
.icon-trophy:before {
	content: "\f091";
}
.icon-github-sign:before {
	content: "\f092";
}
.icon-upload-alt:before {
	content: "\f093";
}
.icon-lemon:before {
	content: "\f094";
}
.icon-phone:before {
	content: "\f095";
}
.icon-check-empty:before {
	content: "\f096";
}
.icon-bookmark-empty:before {
	content: "\f097";
}
.icon-phone-sign:before {
	content: "\f098";
}
.icon-twitter:before {
	content: "\f099";
}
.icon-facebook:before {
	content: "\f09a";
}
.icon-github:before {
	content: "\f09b";
}
.icon-unlock:before {
	content: "\f09c";
}
.icon-credit-card:before {
	content: "\f09d";
}
.icon-rss:before {
	content: "\f09e";
}
.icon-hdd:before {
	content: "\f0a0";
}
.icon-bullhorn:before {
	content: "\f0a1";
}
.icon-bell:before {
	content: "\f0a2";
}
.icon-certificate:before {
	content: "\f0a3";
}
.icon-hand-right:before {
	content: "\f0a4";
}
.icon-hand-left:before {
	content: "\f0a5";
}
.icon-hand-up:before {
	content: "\f0a6";
}
.icon-hand-down:before {
	content: "\f0a7";
}
.icon-circle-arrow-left:before {
	content: "\f0a8";
}
.icon-circle-arrow-right:before {
	content: "\f0a9";
}
.icon-circle-arrow-up:before {
	content: "\f0aa";
}
.icon-circle-arrow-down:before {
	content: "\f0ab";
}
.icon-globe:before {
	content: "\f0ac";
}
.icon-wrench:before {
	content: "\f0ad";
}
.icon-tasks:before {
	content: "\f0ae";
}
.icon-filter:before {
	content: "\f0b0";
}
.icon-briefcase:before {
	content: "\f0b1";
}
.icon-fullscreen:before {
	content: "\f0b2";
}
.icon-group:before {
	content: "\f0c0";
}
.icon-link:before {
	content: "\f0c1";
}
.icon-cloud:before {
	content: "\f0c2";
}
.icon-beaker:before {
	content: "\f0c3";
}
.icon-cut:before {
	content: "\f0c4";
}
.icon-copy:before {
	content: "\f0c5";
}
.icon-paper-clip:before {
	content: "\f0c6";
}
.icon-save:before {
	content: "\f0c7";
}
.icon-sign-blank:before {
	content: "\f0c8";
}
.icon-reorder:before {
	content: "\f0c9";
}
.icon-list-ul:before {
	content: "\f0ca";
}
.icon-list-ol:before {
	content: "\f0cb";
}
.icon-strikethrough:before {
	content: "\f0cc";
}
.icon-underline:before {
	content: "\f0cd";
}
.icon-table:before {
	content: "\f0ce";
}
.icon-magic:before {
	content: "\f0d0";
}
.icon-truck:before {
	content: "\f0d1";
}
.icon-pinterest:before {
	content: "\f0d2";
}
.icon-pinterest-sign:before {
	content: "\f0d3";
}
.icon-google-plus-sign:before {
	content: "\f0d4";
}
.icon-google-plus:before {
	content: "\f0d5";
}
.icon-money:before {
	content: "\f0d6";
}
.icon-caret-down:before {
	content: "\f0d7";
}
.icon-caret-up:before {
	content: "\f0d8";
}
.icon-caret-left:before {
	content: "\f0d9";
}
.icon-caret-right:before {
	content: "\f0da";
}
.icon-columns:before {
	content: "\f0db";
}
.icon-sort:before {
	content: "\f0dc";
}
.icon-sort-down:before {
	content: "\f0dd";
}
.icon-sort-up:before {
	content: "\f0de";
}
.icon-envelope-alt:before {
	content: "\f0e0";
}
.icon-linkedin:before {
	content: "\f0e1";
}
.icon-undo:before {
	content: "\f0e2";
}
.icon-legal:before {
	content: "\f0e3";
}
.icon-dashboard:before {
	content: "\f0e4";
}
.icon-comment-alt:before {
	content: "\f0e5";
}
.icon-comments-alt:before {
	content: "\f0e6";
}
.icon-bolt:before {
	content: "\f0e7";
}
.icon-sitemap:before {
	content: "\f0e8";
}
.icon-umbrella:before {
	content: "\f0e9";
}
.icon-paste:before {
	content: "\f0ea";
}
.icon-lightbulb:before {
	content: "\f0eb";
}
.icon-exchange:before {
	content: "\f0ec";
}
.icon-cloud-download:before {
	content: "\f0ed";
}
.icon-cloud-upload:before {
	content: "\f0ee";
}
.icon-user-md:before {
	content: "\f0f0";
}
.icon-stethoscope:before {
	content: "\f0f1";
}
.icon-suitcase:before {
	content: "\f0f2";
}
.icon-bell-alt:before {
	content: "\f0f3";
}
.icon-coffee:before {
	content: "\f0f4";
}
.icon-food:before {
	content: "\f0f5";
}
.icon-file-alt:before {
	content: "\f0f6";
}
.icon-building:before {
	content: "\f0f7";
}
.icon-hospital:before {
	content: "\f0f8";
}
.icon-ambulance:before {
	content: "\f0f9";
}
.icon-medkit:before {
	content: "\f0fa";
}
.icon-fighter-jet:before {
	content: "\f0fb";
}
.icon-beer:before {
	content: "\f0fc";
}
.icon-h-sign:before {
	content: "\f0fd";
}
.icon-plus-sign-alt:before {
	content: "\f0fe";
}
.icon-double-angle-left:before {
	content: "\f100";
}
.icon-double-angle-right:before {
	content: "\f101";
}
.icon-double-angle-up:before {
	content: "\f102";
}
.icon-double-angle-down:before {
	content: "\f103";
}
.icon-angle-left:before {
	content: "\f104";
}
.icon-angle-right:before {
	content: "\f105";
}
.icon-angle-up:before {
	content: "\f106";
}
.icon-angle-down:before {
	content: "\f107";
}
.icon-desktop:before {
	content: "\f108";
}
.icon-laptop:before {
	content: "\f109";
}
.icon-tablet:before {
	content: "\f10a";
}
.icon-mobile-phone:before {
	content: "\f10b";
}
.icon-circle-blank:before {
	content: "\f10c";
}
.icon-quote-left:before {
	content: "\f10d";
}
.icon-quote-right:before {
	content: "\f10e";
}
.icon-spinner:before {
	content: "\f110";
}
.icon-circle:before {
	content: "\f111";
}
.icon-reply:before {
	content: "\f112";
}
.icon-github-alt:before {
	content: "\f113";
}
.icon-folder-close-alt:before {
	content: "\f114";
}
.icon-folder-open-alt:before {
	content: "\f115";
}
.body_color {
	color: #454343 !important;
}
.body_color * {
	color: #454343;
}
.body_link_color {
	color: black !important;
}
.body_link_color * {
	color: black;
}
.hr_color {
	color: #eeeded !important;
}
.hr_color * {
	color: #eeeded;
}
.red {
	color: #e43c41 !important;
}
.red * {
	color: #e43c41;
}
.dark_red {
	color: #c02f36 !important;
}
.dark_red * {
	color: #c02f36;
}
/* @group Universal */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
 [hidden] {
display: none;
}
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
html, button, input, select, textarea {
	font-family: sans-serif;
}
body {
	margin: 0;
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
mark {
	background: #ff0;
	color: #000;
}
code, kbd, pre, samp {
	font-family: monospace, serif;
	font-size: 1em;
}
pre {
	white-space: pre-wrap;
}
q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
	font-size: 75%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}
button, input {
	line-height: normal;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
 input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance: none;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table {

}
* {
	position: relative;
	outline: 0;
	zoom: 1;
}
*:active, *:visited, *:focus {
	outline: 0 !important;
}
/*CSS Document*/
/* SEN */
@font-face {
	font-family: 'RalewayExtraLight';
/*
	src: url('../fonts/Raleway-ExtraLight-webfont.eot');
	src: url('../fonts/Raleway-ExtraLight-webfont.eot?#iefix') format("embedded-opentype"), url('../fonts/Raleway-ExtraLight-webfont.woff') format("woff"), url('../fonts/Raleway-ExtraLight-webfont.ttf') format("truetype"), url('../fonts/Raleway-ExtraLight-webfont.svg#RalewayExtraLight') format("svg");
*/
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'RalewaySemiBold';
/*
	src: url('../fonts/Raleway-SemiBold-webfont.eot');
	src: url('../fonts/Raleway-SemiBold-webfont.eot?#iefix') format("embedded-opentype"), url('../fonts/Raleway-SemiBold-webfont.woff') format("woff"), url('../fonts/Raleway-SemiBold-webfont.ttf') format("truetype"), url('../fonts/Raleway-SemiBold-webfont.svg#RalewaySemiBold') format("svg");
*/
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'RalewayBold';
/*
	src: url('../fonts/Raleway-Bold-webfont.eot');
	src: url('../fonts/Raleway-Bold-webfont.eot?#iefix') format("embedded-opentype"), url('../fonts/Raleway-Bold-webfont.woff') format("woff"), url('../fonts/Raleway-Bold-webfont.ttf') format("truetype"), url('../fonts/Raleway-Bold-webfont.svg#RalewayBold') format("svg");
*/
	font-weight: normal;
	font-style: normal;
}

body {
	font: 16px "RalewayExtraLight", sans-serif;
	line-height: 1.5;
	color: #454343;
}
p {
	color: #454343;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "RalewayBold", sans-serif;
	color: #454343;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
a {
	color: black !important;
	text-decoration: none;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	font-stretch: inherit;
	letter-spacing: inherit;
}
a:hover, a.hover, a.active {
	text-decoration: underline;
}
pre, code {
	font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace;
}
strong, b, .strong {
	font-family: "RalewaySemiBold", sans-serif !important;
	font-weight: normal !important;
}
strong *, b *, .strong * {
	font-family: "RalewaySemiBold", sans-serif;
	font-weight: normal;
}
em, .italic {
	font-family: "RalewayExtraLight", sans-serif;
	font-style: italic;
}
em *, .italic * {
	font-family: "RalewayExtraLight", sans-serif;
	font-style: italic;
}
.caps {
	text-transform: uppercase !important;
}
.caps * {
	text-transform: uppercase;
}
h1 {
	font-size: 39px;
	margin: 0;
}
h2 {
	font-size: 18px;
	margin: 0;
}
h3 {
	font-size: 16px;
	margin: 0;
}
h4 {
	font-size: 21px;
	margin: 0;
}
h5 {
	font-size: 15px;
	margin: 0;
}
h6 {
	font-size: 17px;
	margin: 0;
}
ol {
	list-style: decimal;
}
ul {
	list-style: disc;
}
html {
	height: 100%;
}
body {
	width: 100%;
	min-width: 320px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	color: #454343; /* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
	zoom: 1; /* jQuery UI - v1.10.3 - 2013-05-03
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */ /* Layout helpers
----------------------------------*/ /* Interaction Cues
----------------------------------*/ /* Icons
----------------------------------*/ /* states and images */ /* Misc visuals
----------------------------------*/ /* Overlays */ /* to make room for the icon, a width needs to be set here */ /* button elements seem to need a little more width */ /* button text element */ /* no icon support for input elements, provide padding by default */ /* button icon element(s) */ /* button sets */ /* workarounds */ /* reset extra padding in Firefox, see h5bp.com/l */ /* with multiple calendars */ /* RTL support */ /* icon support */ /* left-aligned */ /* right-aligned */ /* For IE8 - See #6727 */ /* more specificity required here to overide default borders */ /* vertical centre icon */ /* TR overrides */ /* CSS Styles that are needed by jScrollPane for it to operate correctly.  Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane may not operate correctly without them. */ /* Yuk! CSS Hack for IE6 3 pixel bug :( */ /*

Supersized - Fullscreen Slideshow jQuery Plugin
Version : 3.2.7
Site : www.buildinternet.com/project/supersized

Author : Sam Dunn
Company : One Mighty Roar (www.onemightyroar.com)
License : MIT License / GPL License

*/ /*Speed*/ /*Quality*/ /*

Supersized - Fullscreen Slideshow jQuery Plugin
Version : 3.2.7
Site : www.buildinternet.com/project/supersized

Theme : Shutter 1.2
Author : Sam Dunn
Company : One Mighty Roar (www.onemightyroar.com)
License : MIT License / GPL License

*/ /* Controls Bar
----------------------------*/ /* Progress Bar
----------------------------*/ /* Thumbnail Navigation
----------------------------*/ /* Thumbnail Tray
----------------------------*/
}
body:before, body:after {
	content: '.';
	display: block;
	overflow: hidden;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
}
body:after {
	clear: both;
}
body div#wrap {
	height: 100%;
}
body > div#wrap {
	height: auto;
	min-height: 100%;
}
body .mw {
	width: 320px;
	margin-left: auto !important;
	margin-right: auto !important;
}
body div#body_wrap {
	position: static;
	width: 100%;
	height: auto;
	min-height: 120px;
	padding-top: 1px;
}
body div#body_wrap section#body {
	position: static;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-bottom: 90px;
	min-height: 290px;
}
body .ui-helper-hidden {
	display: none;
}
body .ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
body .ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
body .ui-helper-clearfix:before, body .ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
body .ui-helper-clearfix:after {
	clear: both;
}
body .ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
body .ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0);
}
body .ui-front {
	z-index: 100;
}
body .ui-state-disabled {
	cursor: default !important;
}
body .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}
body .ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../images/00000099-5.png?1374796033');
	background: rgba(0, 0, 0, 0.6);
}
body .ui-resizable {
	position: relative;
}
body .ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
body .ui-resizable-disabled .ui-resizable-handle, body .ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
body .ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
body .ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
body .ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
body .ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
body .ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
body .ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
body .ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
body .ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
body .ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
body .ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
body .ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
body .ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
body .ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
body .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
body .ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
body .ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
body .ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
body .ui-button, body .ui-button:link, body .ui-button:visited, body .ui-button:hover, body .ui-button:active {
	text-decoration: none;
}
body .ui-button-icon-only {
	width: 2.2em;
}
body button.ui-button-icon-only {
	width: 2.4em;
}
body .ui-button-icons-only {
	width: 3.4em;
}
body button.ui-button-icons-only {
	width: 3.7em;
}
body .ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
body .ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
body .ui-button-icon-only .ui-button-text, body .ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
body .ui-button-text-icon-primary .ui-button-text, body .ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
body .ui-button-text-icon-secondary .ui-button-text, body .ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
body .ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
body input.ui-button {
	padding: .4em 1em;
}
body .ui-button-icon-only .ui-icon, body .ui-button-text-icon-primary .ui-icon, body .ui-button-text-icon-secondary .ui-icon, body .ui-button-text-icons .ui-icon, body .ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
body .ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
body .ui-button-text-icon-primary .ui-button-icon-primary, body .ui-button-text-icons .ui-button-icon-primary, body .ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
body .ui-button-text-icon-secondary .ui-button-icon-secondary, body .ui-button-text-icons .ui-button-icon-secondary, body .ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}
body .ui-buttonset {
	margin-right: 7px;
}
body .ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}
 body input.ui-button::-moz-focus-inner, body button.ui-button::-moz-focus-inner {
border: 0;
padding: 0;
}
body .ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
body .ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
body .ui-datepicker .ui-datepicker-prev, body .ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
body .ui-datepicker .ui-datepicker-prev-hover, body .ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
body .ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
body .ui-datepicker .ui-datepicker-next {
	right: 2px;
}
body .ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
body .ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
body .ui-datepicker .ui-datepicker-prev span, body .ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
body .ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
body .ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
body .ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
body .ui-datepicker select.ui-datepicker-month, body .ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
body .ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
body .ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
body .ui-datepicker td {
	border: 0;
	padding: 1px;
}
body .ui-datepicker td span, body .ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
body .ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
body .ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
body .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}
body .ui-datepicker.ui-datepicker-multi {
	width: auto;
}
body .ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
body .ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
body .ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
body .ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
body .ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
body .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, body .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
body .ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
body .ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}
body .ui-datepicker-rtl {
	direction: rtl;
}
body .ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
body .ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
body .ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
body .ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
body .ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
body .ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
body .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, body .ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
body .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, body .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
body .ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
body .ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
body .ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
body .ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 21px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
body .ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
body .ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
body .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
body .ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
body .ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
body .ui-draggable .ui-dialog-titlebar {
	cursor: move;
	display: none;
}
body .ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
body .ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
body .ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%; /* support: IE10, see #8844 */
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
body .ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
body .ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
body .ui-menu .ui-menu-item a.ui-state-focus, body .ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}
body .ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
body .ui-menu .ui-state-disabled a {
	cursor: default;
}
body .ui-menu-icons {
	position: relative;
}
body .ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}
body .ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}
body .ui-menu .ui-menu-icon {
	position: static;
	float: right;
}
body .ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
body .ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
body .ui-progressbar .ui-progressbar-overlay {
	background: url("images/animated-overlay.gif");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
body .ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
body .ui-slider {
	position: relative;
	text-align: left;
}
body .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
body .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}
body .ui-slider.ui-state-disabled .ui-slider-handle, body .ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}
body .ui-slider-horizontal {
	height: .8em;
}
body .ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
body .ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
body .ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
body .ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}
body .ui-slider-vertical {
	width: .8em;
	height: 100px;
}
body .ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
body .ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
body .ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
body .ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
body .ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
body .ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
body .ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
body .ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
body .ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
body .ui-spinner-up {
	top: 0;
}
body .ui-spinner-down {
	bottom: 0;
}
body .ui-spinner .ui-icon-triangle-1-s { /* need to fix icons sprite */
	background-position: -65px -16px;
}
body .ui-tabs {
	position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
body .ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
body .ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
body .ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
body .ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
body .ui-tabs .ui-tabs-nav li.ui-tabs-active a, body .ui-tabs .ui-tabs-nav li.ui-state-disabled a, body .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
}
body .ui-tabs .ui-tabs-nav li a, body .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}
body .ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
body .ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body body .ui-tooltip {
	border-width: 2px;
}
body .jspContainer {
	overflow: hidden;
	position: relative;
}
body .jspPane {
	position: absolute;
}
body .jspVerticalBar {
	position: absolute;
	top: 1px;
	right: 3px;
	width: 10px;
	background: #F5F5F5;
	border: 3px solid #fff;
	-webkit-box-shadow: 0 0 3px #cccccc;
	-moz-box-shadow: 0 0 3px #cccccc;
	box-shadow: 0 0 3px #cccccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
body .jspVerticalBar .jspDrag {
	background: #CBCBCB;
	border: 1px solid #B2B2B2;
	width: 3px;
	margin: 0 auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
body .jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
}
body .jspVerticalBar *, body .jspHorizontalBar * {
	margin: 0;
	padding: 0;
}
body .jspCap {
	display: none;
}
body .jspHorizontalBar .jspCap {
	float: left;
}
body .jspTrack {
	position: relative;
}
body .jspDrag {
	position: relative;
	top: 0;
	left: 0px;
	cursor: pointer;
}
body .jspHorizontalBar .jspTrack, body .jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}
body .jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}
body .jspArrow.jspDisabled {
	cursor: default;
	background: #80808d;
}
body .jspVerticalBar .jspArrow {
	height: 16px;
}
body .jspHorizontalBar .jspArrow {
	width: 16px;
	float: left;
	height: 100%;
}
body .jspVerticalBar .jspArrow:focus {
	outline: none;
}
body .jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}
body * html .jspCorner {
	margin: 0 -3px 0 0;
}
body #supersized-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	text-indent: -999em;
	background: url('../../images/public/jquery/supersized/progress.gif?1372271560') no-repeat center center;
}
body #supersized {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	overflow: hidden;
	z-index: -999;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
body #supersized li {
	margin: 0;
	padding: 0;
}
body #supersized img {
	width: auto;
	height: auto;
	position: static;
	display: none;
	outline: none;
	border: none;
}
body #supersized.speed img {
	-ms-interpolation-mode: nearest-neighbor;
	image-rendering: -moz-crisp-edges;
}
body #supersized.quality img {
	-ms-interpolation-mode: bicubic;
	image-rendering: optimizeQuality;
}
body #supersized li {
	display: block;
	list-style: none;
	z-index: -30;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}
body #supersized a {
	width: 100%;
	height: 100%;
	display: block;
}
body #supersized li.prevslide {
	z-index: -20;
}
body #supersized li.activeslide {
	z-index: -10;
}
body #supersized li.image-loading {
	background: transparent url('../../images/public/jquery/supersized/progress.gif?1372271560') no-repeat center center;
	width: 100%;
	height: 100%;
}
body #supersized li.image-loading img {
	visibility: hidden;
}
body #supersized li.prevslide img, body #supersized li.activeslide img {
	position: absolute;
	display: inline;
}
body #controls-wrapper {
	margin: 0 auto;
	height: 42px;
	width: 100%;
	bottom: 0px;
	left: 0;
	z-index: 4;
	background: #c02f36;
}
body #controls {
	overflow: hidden;
	height: 100%;
	position: relative;
	text-align: left;
	z-index: 5;
}
body #slidecounter {
	float: left;
	color: #fff;
	margin: 0px 10px 0 15px;
	line-height: 42px;
}
body #slidecaption {
	overflow: hidden;
	float: left;
	color: #FFF;
	margin: 0 20px 0 0;
	line-height: 42px;
}
body #navigation {
	float: right;
	margin: 0px 20px 0 0;
}
body #play-button {
	display: block;
	float: left;
	width: 44px;
	height: 44px;
	margin-top: 1px;
	border-right: 1px solid #fff;
	text-align: center;
}
body #play-button span {
	display: block;
	margin-top: 9px;
	font-size: 22px;
	color: #fff;
}
body #play-button:hover {
	cursor: pointer;
	text-decoration: none;
}
body #prevslide, body #nextslide {
	position: fixed;
	height: auto;
	width: auto;
	top: 50%;
	margin-top: -51px;
	opacity: 0.6;
	font-size: 60px;
	color: #e43c41;
}
@media screen and (max-height: 500px) {
body #prevslide, body #nextslide {
	visibility: hidden;
}
}
body #prevslide {
	left: 10px;
}
body #nextslide {
	right: 10px;
}
body #prevslide:active, body #nextslide:active {
	margin-top: -56px;
}
body #prevslide:hover, body #nextslide:hover {
	cursor: pointer;
	text-decoration: none;
}
body ul#slide-list {
	padding: 15px 0;
	float: left;
	position: absolute;
	left: 50%;
}
body ul#slide-list li {
	list-style: none;
	width: 12px;
	height: 12px;
	float: left;
	margin: 0 5px 0 0;
}
body ul#slide-list li.current-slide a, body ul#slide-list li.current-slide a:hover {
	background-position: 0 0px;
}
body ul#slide-list li a {
	display: block;
	width: 12px;
	height: 12px;
	background: url('../../images/public/jquery/supersized/nav-dot.png?1372271560') no-repeat 0 -24px;
}
body ul#slide-list li a:hover {
	background-position: 0 -12px;
	cursor: pointer;
}
body #tray-button {
	float: right;
	margin-top: 1px;
	border-left: 1px solid #fff;
	width: 44px;
	height: 44px;
	text-align: center;
}
body #tray-button span {
	display: block;
	margin-top: 9px;
	font-size: 22px;
	color: #fff;
}
body #tray-button:hover {
	background-position: 0 1px;
	cursor: pointer;
	text-decoration: none;
}
body #progress-back {
	z-index: 5;
	left: 0;
	height: 8px;
	width: 100%;
	background: url('../../images/public/jquery/supersized/progress-back.png?1372271560') repeat-x;
}
body #progress-bar {
	position: relative;
	height: 8px;
	width: 100%;
	background: url('../../images/public/jquery/supersized/progress-bar.png?1372271560') repeat-x;
}
body #nextthumb, body #prevthumb {
	z-index: 2;
	display: none;
	position: fixed;
	bottom: 61px;
	height: 75px;
	width: 100px;
	overflow: hidden;
	background: #ddd;
	border: 1px solid #fff;
	-webkit-box-shadow: 0 0 5px #000;
}
body #nextthumb {
	right: 12px;
}
body #prevthumb {
	left: 12px;
}
body #nextthumb img, body #prevthumb img {
	width: 150px;
	height: auto;
}
body #nextthumb:active, body #prevthumb:active {
	bottom: 59px;
}
body #nextthumb:hover, body #prevthumb:hover {
	cursor: pointer;
}
body #thumb-tray {
	position: absolute;
	z-index: 3;
	bottom: 3px;
	left: 0;
	background: url('../../images/public/rgbapng/c02f3699-5.png?1374796033');
	background: rgba(192, 47, 54, 0.6);
	height: 150px;
	width: 100%;
	overflow: hidden;
	text-align: center;
	-moz-box-shadow: 0px 0px 4px #000;
	-webkit-box-shadow: 0px 0px 4px #000;
	box-shadow: 0px 0px 4px #000;
}
body #thumb-back, body #thumb-forward {
	position: absolute;
	z-index: 5;
	bottom: 42px;
	height: 108px;
	width: 40px;
}
body #thumb-back {
	left: 0;
	background: url('../../images/public/jquery/supersized/thumb-back.png?1372271560') no-repeat center center;
}
body #thumb-forward {
	right: 0;
	background: url('../../images/public/jquery/supersized/thumb-forward.png?1372271560') no-repeat center center;
}
body #thumb-back:hover, body #thumb-forward:hover {
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0.1);
}
body #thumb-back:hover {
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}
body #thumb-forward:hover {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}
body ul#thumb-list {
	display: inline-block;
	list-style: none;
	position: relative;
	left: 0px;
	padding: 0 0px;
	margin: 5px 0 0 0;
}
body ul#thumb-list li {
	background: #111;
	list-style: none;
	display: inline;
	width: 150px;
	height: 108px;
	overflow: hidden;
	float: left;
	margin: 0;
}
body ul#thumb-list li img {
	width: 150px;
	height: auto;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}
body ul#thumb-list li.current-thumb img, body ul#thumb-list li:hover img {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}
body ul#thumb-list li:hover {
	cursor: pointer;
}
body .block {
	display: block;
}
body .hide {
	display: none;
}
body .visible {
	visibility: visible;
}
body .invisible {
	visibility: hidden;
}
body .no_display {
	display: none !important;
}
body .box_center {
	margin: 0 auto;
}
body .no_list_style {
	padding: 0;
	list-style: none;
}
body .no_list_style li {
	margin: 0;
}
body .no_margin {
	margin: 0 !important;
}
body .no_margin * {
	margin: 0;
}
body .no_padding {
	padding: 0 !important;
}
body .no_padding * {
	padding: 0;
}
body hr {
	border: 0 #eeeded solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
body .clear { /* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
	zoom: 1;
}
body .clear:before, body .clear:after {
	content: '.';
	display: block;
	overflow: hidden;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
}
body .clear:after {
	clear: both;
}
body span.button_wrapper a {
	display: block;
	color: #fff;
	border: 1px solid transparent;
	background: #e43c41;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-webkit-box-shadow: inset 0 1px 1px rgba(50, 5, 13, 0.21), inset 0 0 3px rgba(105, 9, 26, 0.19);
	-moz-box-shadow: inset 0 1px 1px rgba(50, 5, 13, 0.21), inset 0 0 3px rgba(105, 9, 26, 0.19);
	box-shadow: inset 0 1px 1px rgba(50, 5, 13, 0.21), inset 0 0 3px rgba(105, 9, 26, 0.19);
}
body span.button_wrapper a:hover, body span.button_wrapper a.hover, body span.button_wrapper a.active {
	color: #e43c41;
	background: #fff;
	border: 1px solid #e43c41;
	text-decoration: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
body span.button_wrapper a.button_large {
	padding: 7px 25px;
	font-size: 18px;
	font-family: "RalewaySemiBold", sans-serif;
}
html.no-borderimage body span.button_wrapper a { /*fallback*/
}
body header.home {
	margin: 50px 0 0 25px;
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
body header.home {
	margin-left: 10px;
}
}
body header.home h1.home_header {
	font-size: 64px;
	font-family: "RalewayExtraLight", sans-serif;
	color: #454343;
	line-height: 1.2;
}
body header.home h1.home_header span {
	font-family: "RalewaySemiBold", sans-serif;
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
body header.home h1.home_header {
	font-family: "RalewaySemiBold", sans-serif;
	font-size: 40px;
	line-height: 1.2;
	color: #fff;
	text-shadow: 1px 1px 0 black;
	text-align: center;
}
}
body header.sub {
	margin: 0;
}
body header.sub h1 {
	margin-left: 10px;
	margin-bottom: 0;
	font-size: 40px;
	line-height: 1.2;
	color: #fff;
	text-shadow: 1px 1px 0 black;
}
@media screen and (max-width: 383px) {
body header.sub h1 {
	text-align: center;
}
}
body header.article, body header.contact {
	margin: 0 0 20px 0;
}
body header.article h2, body header.contact h2 {
	font-family: "RalewayExtraLight", sans-serif;
	font-size: 30px;
	line-height: 1;
}
body header.contact {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eeeded;
	overflow: hidden;
}
body header.contact h2 {
	float: left;
}
body header.contact div.close_button {
	float: right;
}
body header.contact div.close_button a {
	display: block;
	width: 21px;
	height: 21px;
	background: url('../../images/public/buttons/button-modal-close.png?1372271560') no-repeat;
}
body article.body {
	height: auto;
	font-family: "RalewaySemiBold", sans-serif;
	padding-right: 10px;
}
body article.body h2 {
	font-family: "RalewayExtraLight", sans-serif;
	font-size: 30px;
	line-height: 1;
	margin-bottom: 20px;
	text-transform: uppercase;
}
body article.body p {
	font-size: 13px !important;
	margin-bottom: 20px;
}
body article.body ul.body_list {
	display: block;
	width: auto;
	height: auto;
	margin: 0 0 20px 20px;
	padding: 0 0 0 15px;
	list-style: outside url('../../images/public/icons/icon-list-caret.png?1372271560');
	overflow: hidden;
}
body article.body ul.body_list li {
	padding: 0;
	font-size: 13px !important;
}
body article.body ul.body_list a {
	font-size: 13px !important;
	white-space: nowrap;
}
body div#key_wrap {
	margin: 85px 0 85px 25px;
}
body div#key_wrap ul#keys {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
body div#key_wrap ul#keys li {
	width: 320px;
	height: 21px;
	margin: 0 0 6px 0;
	padding: 5px 0 10px 30px;
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
body div#key_wrap ul#keys li {
	width: 240px;
}
}
body div#key_wrap ul#keys li svg {
	display: block;
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
	width: 100%;
	height: 100%;
	z-index: 0;
}
html.no-inlinesvg body div#key_wrap ul#keys li svg {
	display: none;
}
body div#key_wrap ul#keys li a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 350px;
	height: 36px;
	color: #fff;
	font-size: 18px;
	font-family: "RalewaySemiBold", sans-serif;
	text-align: left;
	background: url('../images/button-key-3d.png?1372271560') no-repeat 6px 0px;
	z-index: 100;
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
body div#key_wrap ul#keys li a {
	width: 240px;
}
}
body div#key_wrap ul#keys li a:hover, body div#key_wrap ul#keys li a.hover, body div#key_wrap ul#keys li a.active {
	text-decoration: none;
}
body div#key_wrap ul#keys li a span {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
*vertical-align: top;
	zoom: 1;
*display: inline;
	position: absolute;
	white-space: nowrap;
	left: 30px;
	top: 5px;
	text-transform: uppercase;
}
body div.sub_wrap {
	position: absolute;
	left: 10px;
	top: auto;
	bottom: 120px;
	width: 512px;
	height: 400px;
	margin-top: 80px;
	overflow: hidden;
}
@media screen and (max-width: 383px) {
body div.sub_wrap {
	left: 0;
	width: 100%;
}
}
html.no-borderimage body div.sub_wrap {
	overflow: visible;
}
body div.sub_wrap div.inner_content {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 360px;
	border: 1px solid transparent;
	border-width: 34px 36px 48px 36px;
	-webkit-border-image: url('../../images/public/layout/layout-content-box.png?1372271560') 34 36 48 36 fill stretch stretch;
	-moz-border-image: url('../../images/public/layout/layout-content-box.png?1372271560') 34 36 48 36 fill stretch stretch;
	-ms-border-image: url('../../images/public/layout/layout-content-box.png?1372271560') 34 36 48 36 fill stretch stretch;
	-o-border-image: url('../../images/public/layout/layout-content-box.png?1372271560') 34 36 48 36 fill stretch stretch;
	border-image: url('../../images/public/layout/layout-content-box.png?1372271560') 34 36 48 36 fill stretch stretch;
	overflow: hidden;
	overflow-x: visible;
}
@media screen and (max-width: 350px) {
body div.sub_wrap div.inner_content {
	border: 0;
	padding: 34px 10px 48px 10px;
	background: #fff;
}
}
html.no-borderimage body div.sub_wrap div.inner_content {
	background: #fff;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-webkit-box-shadow: 0 0 8px black;
	-moz-box-shadow: 0 0 8px black;
	box-shadow: 0 0 8px black;
}
html.no-boxshadow body div.sub_wrap div.inner_content {
	padding: 34px 36px 47px 36px;
	border: 2px solid #eeeded;
}
body div.sub_wrap div.inner_content div.content {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 99%;
	height: 184px;
	padding-right: 1%;
	overflow: auto;
}
body div.sub_wrap div.inner_content div.scroller {
	float: left;
	width: 5%;
	margin-top: 25px;
}
body div.sub_wrap div.inner_content div.links {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	width: 98%;
	height: 75px;
	left: 0;
	bottom: 0;
	padding: 15px 10px 0 0;
	border-top: 1px solid #eeeded;
	overflow: visible;
}
body div.sub_wrap div.inner_content div.links.pdfs {
	padding-left: 71px;
	background: url('../../images/public/icons/icon-pdf.png?1372271560') no-repeat left bottom;
}
body div.sub_wrap div.inner_content div.links ul.content_links {
	display: block;
	float: left;
	width: auto;
	height: auto;
	margin: 0 40px 0 0;
	padding: 0 0 0 15px;
	list-style: outside url('../../images/public/icons/icon-list-caret.png?1372271560');
	overflow: visible;
}
body div.sub_wrap div.inner_content div.links ul.content_links li {
	padding: 0;
	font-size: 12px;
	white-space: nowrap;
}
body div.sub_wrap div.inner_content div.links ul.content_links a {
	font-size: 12px;
	white-space: nowrap;
}
body nav.sub_page > ul {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #eeeded;
	font-size: 0px;
	text-align: center;
}
body nav.sub_page > ul > li {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
*vertical-align: middle;
	zoom: 1;
*display: inline;
	width: auto;
	height: auto;
	margin: 0 5px 0 0;
	padding: 0;
}
body nav.sub_page > ul > li.current-menu-item a {
	background: url('../../images/public/icons/icon-active-nav-triangle.png?1372271560') no-repeat center bottom;
	border-bottom: 3px solid #e43c41;
	font-family: "RalewaySemiBold", sans-serif;
	text-decoration: none;
}
body nav.sub_page > ul > li a {
	display: block;
	height: 100%;
	font-size: 12px;
	padding: 0 8px 10px;
	margin-bottom: 6px;
	-webkit-transition: border 0.3s ease-out, background 0.3s ease-out;
	-moz-transition: border 0.3s ease-out, background 0.3s ease-out;
	-o-transition: border 0.3s ease-out, background 0.3s ease-out;
	transition: border 0.3s ease-out, background 0.3s ease-out;
	white-space: nowrap;
	background-position: center top;
	border-bottom: 3px solid transparent;
	text-align: center;
	text-transform: uppercase;
}
body nav.sub_page > ul > li a.last {
	border-right: 0;
}
body nav.sub_page > ul > li a:hover, body nav.sub_page > ul > li a.hover, body nav.sub_page > ul > li a.active {
	background: url('../../images/public/icons/icon-active-nav-triangle.png?1372271560') no-repeat center bottom;
	border-bottom: 3px solid #e43c41;
	font-family: "RalewaySemiBold", sans-serif;
	text-decoration: none;
	-webkit-transition: border 0.3s ease-out, background 0.3s ease-out;
	-moz-transition: border 0.3s ease-out, background 0.3s ease-out;
	-o-transition: border 0.3s ease-out, background 0.3s ease-out;
	transition: border 0.3s ease-out, background 0.3s ease-out;
}
body div#contact_modal {
	display: none;
	width: 872px;
	height: 628px;
}
body div#contact_modal div.contact_wrap {
	position: relative;
	width: 500px;
	left: 0;
	margin: 0;
	border: 1px solid transparent;
	border-width: 34px 36px 48px 36px;
	-webkit-border-image: url('../../images/public/layout/layout-content-box.png?1372271560') 34 36 48 36 fill stretch stretch;
	-moz-border-image: url('../../images/public/layout/layout-content-box.png?1372271560') 34 36 48 36 fill stretch stretch;
	-ms-border-image: url('../../images/public/layout/layout-content-box.png?1372271560') 34 36 48 36 fill stretch stretch;
	-o-border-image: url('../../images/public/layout/layout-content-box.png?1372271560') 34 36 48 36 fill stretch stretch;
	border-image: url('../../images/public/layout/layout-content-box.png?1372271560') 34 36 48 36 fill stretch stretch;
}
html.no-borderimage body div#contact_modal div.contact_wrap {
	overflow: visible;
	background: #fff;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-webkit-box-shadow: 0 0 8px black;
	-moz-box-shadow: 0 0 8px black;
	box-shadow: 0 0 8px black;
}
body div#contact_modal div.contact_wrap div.inner_content {
	width: auto;
	max-width: auto;
	height: auto;
}
body div#contact_modal form {
	padding: 0;
}
body div#contact_modal form label {
	display: block;
	font-size: 12px;
	padding: 0 0 10px 2px;
	line-height: 1.1;
}
body div#contact_modal form div.field { /* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
	zoom: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 5px 10px;
	margin-bottom: 25px;
	background: #f4f4f4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	-webkit-box-shadow: inset 0 1px 1px rgba(33, 33, 33, 0.21), inset 0 0 3px rgba(121, 121, 121, 0.09);
	-moz-box-shadow: inset 0 1px 1px rgba(33, 33, 33, 0.21), inset 0 0 3px rgba(121, 121, 121, 0.09);
	box-shadow: inset 0 1px 1px rgba(33, 33, 33, 0.21), inset 0 0 3px rgba(121, 121, 121, 0.09);
}
body div#contact_modal form div.field:before, body div#contact_modal form div.field:after {
	content: '.';
	display: block;
	overflow: hidden;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
}
body div#contact_modal form div.field:after {
	clear: both;
}
body div#contact_modal form div.field:last-child {
	margin-bottom: 5px;
}
html.no-boxshadow body div#contact_modal form div.field {
	border: 1px solid #dad8d8;
	border-top-width: 2px;
}
body div#contact_modal form div.field.button {
	background: transparent;
	border: none;
	padding: 5px 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
html.no-boxshadow body div#contact_modal form div.field.button {
	background: transparent;
	border: none;
	padding: 5px 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
body div#contact_modal form div.field input[type=text], body div#contact_modal form div.field textarea, body div#contact_modal form div.field input[type=email] {
	width: 100%;
	font-size: 12px;
	line-height: auto;
	background: transparent;
	border: none;
}
body div#contact_modal form div.field textarea {
	height: 150px;
}
body div#contact_modal form div.field input[type=button], body div#contact_modal form div.field input[type=submit] {
	float: right;
	display: block;
	color: #fff;
	padding: 20px;
	margin-top: 7px;
	border: 1px solid transparent;
	background: #e43c41;
	font-family: "RalewaySemiBold", sans-serif;
	font-size: 14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-webkit-box-shadow: inset 0 1px 1px rgba(50, 5, 13, 0.21), inset 0 0 3px rgba(105, 9, 26, 0.19);
	-moz-box-shadow: inset 0 1px 1px rgba(50, 5, 13, 0.21), inset 0 0 3px rgba(105, 9, 26, 0.19);
	box-shadow: inset 0 1px 1px rgba(50, 5, 13, 0.21), inset 0 0 3px rgba(105, 9, 26, 0.19);
}
body div#contact_modal form div.field input[type=button]:hover, body div#contact_modal form div.field input[type=button].hover, body div#contact_modal form div.field input[type=button].active, body div#contact_modal form div.field input[type=submit]:hover, body div#contact_modal form div.field input[type=submit].hover, body div#contact_modal form div.field input[type=submit].active {
	color: #e43c41;
	background: #fff;
	border: 1px solid #e43c41;
	text-decoration: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
body div#contact_modal form div.field table {
	float: left;
	display: block;
	margin: 0;
	font-size: 12px;
	line-height: 1.1;
}
body div#contact_modal form div.field table td {
	padding: 3px;
}
body div#contact_modal form div.field.captcha input[type=text], body div#contact_modal form div.field.captcha textarea {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
*vertical-align: middle;
	zoom: 1;
*display: inline;
	width: 40%;
}
body div#contact_modal form div.field.captcha img {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
*vertical-align: middle;
	zoom: 1;
*display: inline;
	max-width: 50%;
	height: auto;
	margin: 0 0 0 8%;
}
body div#coast_gallery div#gallery_bottom {
	position: fixed;
	width: 100%;
	height: 50px;
	left: 0;
	bottom: 90px;
}
@media screen and (max-height: 400px) {
body div#coast_gallery div#gallery_bottom {
	visibility: hidden;
}
}
body div#header_wrap {
	width: 100%;
	height: auto;
	margin: 0 auto;
	border-bottom: 1px solid #eeeded;
	-webkit-box-shadow: 0 1px 2px #eeeded;
	-moz-box-shadow: 0 1px 2px #eeeded;
	box-shadow: 0 1px 2px #eeeded;
}
html.no-boxshadow body div#header_wrap {
	border-bottom: 2px solid #eeeded;
}
body div#header_wrap header#main {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	background: white url('../images/layout-red-line.png?1372271560') repeat-x;
	font-size: 0;
}
@media screen and (max-width: 957px) {
body div#header_wrap header#main {
	text-align: center;
}
}
body div#header_wrap header#main h1#logo {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: bottom;
*vertical-align: bottom;
	zoom: 1;
*display: inline;
	width: 131px;
	height: 94px;
	margin: 15px 15px 0px 25px;
	background: url('../images/logo-header.png?1372271560') no-repeat;
	text-indent: -9999em;
}
@media screen and (max-width: 957px) {
body div#header_wrap header#main h1#logo {
	margin: 15px 0 10px 0;
}
}
body div#header_wrap header#main h1#logo a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('../images/ffffff03-5.png?1374796033');
	background: rgba(255, 255, 255, 0.01);
}
body div#header_wrap header#main nav#main {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: bottom;
*vertical-align: bottom;
	zoom: 1;
*display: inline;
	margin-bottom: 10px;
	margin-right: 10px;
}
body div#header_wrap header#main nav#main > ul#main_nav {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
body div#header_wrap header#main nav#main > ul#main_nav > li {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
*vertical-align: middle;
	zoom: 1;
*display: inline;
	width: auto;
	height: 24px;
	margin: 0;
	padding: 0 2.5px;
	border-right: 1px solid #eeeded;
}
@media screen and (max-width: 820px) {
body div#header_wrap header#main nav#main > ul#main_nav > li {
	margin-bottom: 7px;
}
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
body div#header_wrap header#main nav#main > ul#main_nav > li:nth-child(2n+2) {
	border-right: 1px solid transparent;
}
}
body div#header_wrap header#main nav#main > ul#main_nav > li.deca {
	display: none;
}
@media screen and (max-width: 1040px) {
body div#header_wrap header#main nav#main > ul#main_nav > li.deca {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
*vertical-align: middle;
	zoom: 1;
*display: inline;
}
}
body div#header_wrap header#main nav#main > ul#main_nav > li.deca > a {
	color: #e43c41 !important;
	font-family: "RalewaySemiBold", sans-serif !important;
	text-transform: uppercase;
}
body div#header_wrap header#main nav#main > ul#main_nav > li.deca > a:hover, body div#header_wrap header#main nav#main > ul#main_nav > li.deca > a.hover {
	background: transparent !important;
	text-decoration: underline;
	-webkit-transition: color 0.3s linear;
-webkit-transition-delay: !important;
	-moz-transition: color 0.3s linear !important;
	-o-transition: color 0.3s linear !important;
	transition: color 0.3s linear !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
body div#header_wrap header#main nav#main > ul#main_nav > li:last-child, body div#header_wrap header#main nav#main > ul#main_nav > li.last {
	padding-right: 0px;
	border-right: 0;
}
body div#header_wrap header#main nav#main > ul#main_nav > li > a {
	display: block;
	font-size: 16px;
	margin-top: -10px;
	padding: 10px 15px 10px;
	-webkit-transition: color 0.3s linear, background 0.3s linear;
	-moz-transition: color 0.3s linear, background 0.3s linear;
	-o-transition: color 0.3s linear, background 0.3s linear;
	transition: color 0.3s linear, background 0.3s linear;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	white-space: nowrap;
	text-align: center;
	text-transform: uppercase;
}
@media screen and (max-width: 350px) {
body div#header_wrap header#main nav#main > ul#main_nav > li > a {
	font-size: 12px;
}
}
body div#header_wrap header#main nav#main > ul#main_nav > li > a.last {
	padding-right: 0px;
}
body div#header_wrap header#main nav#main > ul#main_nav > li > a.hover {
	text-decoration: none !important;
	background: #e43c41;
	color: #fff !important;
	-webkit-transition: color 0.3s linear, background 0.3s linear !important;
	-moz-transition: color 0.3s linear, background 0.3s linear !important;
	-o-transition: color 0.3s linear, background 0.3s linear !important;
	transition: color 0.3s linear, background 0.3s linear !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(50, 5, 13, 0.21), inset 0 0 3px rgba(105, 9, 26, 0.19) !important;
	-moz-box-shadow: inset 0 1px 1px rgba(50, 5, 13, 0.21), inset 0 0 3px rgba(105, 9, 26, 0.19) !important;
	box-shadow: inset 0 1px 1px rgba(50, 5, 13, 0.21), inset 0 0 3px rgba(105, 9, 26, 0.19) !important;
}
body div#header_wrap header#main nav#main > ul#main_nav > li > a:hover {
	text-decoration: none;
}
body div#header_wrap header#main nav#main > ul#main_nav > li > a:hover span {
	text-decoration: none;
}
body div#header_wrap header#main nav#main > ul#main_nav > li > a.active {
	font-family: "RalewaySemiBold", sans-serif;
	text-decoration: none;
}
body div#header_wrap header#main nav#main > ul#main_nav > li.current-menu-parent a {
	font-family: "RalewaySemiBold", sans-serif;
	text-decoration: none;
}
body div#header_wrap header#main nav#main > ul#main_nav > li ul {
	display: none;
	position: absolute;
	min-width: 100%;
	left: 3px;
	list-style: none;
	margin: 0;
	padding: 10px 0 10px 0;
	text-align: left;
	z-index: 8000;
	overflow: hidden;
	background: #c02f36;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	-webkit-box-shadow: inset 0 1px 1px rgba(50, 5, 13, 0.21) bottom, inset 0 0 3px rgba(105, 9, 26, 0.19);
	-moz-box-shadow: inset 0 1px 1px rgba(50, 5, 13, 0.21) bottom, inset 0 0 3px rgba(105, 9, 26, 0.19);
	box-shadow: inset 0 1px 1px rgba(50, 5, 13, 0.21) bottom, inset 0 0 3px rgba(105, 9, 26, 0.19);
}
body div#header_wrap header#main nav#main > ul#main_nav > li ul > li {
	display: block;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}
body div#header_wrap header#main nav#main > ul#main_nav > li ul > li > a {
	display: block;
	white-space: nowrap;
	font-size: 12px;
	font-family: "RalewaySemiBold", sans-serif;
	color: #fff;
	padding: 7px 15px 5px 10px;
	border: 1px solid transparent;
	border-width: 4px 4px 4px 4px;
	text-transform: uppercase;
}
html.no-borderimage body div#header_wrap header#main nav#main > ul#main_nav > li ul > li > a {
	-webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	transition: background 0.3s linear;
}
body div#header_wrap header#main nav#main > ul#main_nav > li ul > li > a:hover, body div#header_wrap header#main nav#main > ul#main_nav > li ul > li > a.hover, body div#header_wrap header#main nav#main > ul#main_nav > li ul > li > a.active {
	text-decoration: none;
	border: 1px solid transparent;
	border-width: 4px 4px 4px 4px;
}
html.no-borderimage body div#header_wrap header#main nav#main > ul#main_nav > li ul > li > a:hover, html.no-borderimage body div#header_wrap header#main nav#main > ul#main_nav > li ul > li > a.hover, html.no-borderimage body div#header_wrap header#main nav#main > ul#main_nav > li ul > li > a.active {
	-webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	transition: background 0.3s linear;
	background: url('../../images/public/rgbapng/ffffff33-5.png?1374796033');
	background: rgba(255, 255, 255, 0.2);
}
body div#header_wrap header#main div#deca_ordering_cta {
	float: right;
	margin: 50px 25px 0 0;
}
@media screen and (max-width: 1040px) {
body div#header_wrap header#main div#deca_ordering_cta {
	display: none;
}
}
body div#footer_wrap {
	width: 100%;
	height: 90px;
	margin-top: -90px;
}
@media screen and (max-width: 670px) {
body div#footer_wrap {
	height: auto;
	text-align: center;
}
}
body div#footer_wrap footer#main {
	width: 100%;
	height: 90px;
	margin: 0 auto;
	background: white url('../images/layout-red-line.png?1372271560') repeat-x;
}
@media screen and (max-width: 670px) {
body div#footer_wrap footer#main {
	height: auto;
	text-align: center;
}
}
body div#footer_wrap footer#main div#footer_top {
	padding-top: 15px;
	overflow: hidden;
}
body div#footer_wrap footer#main div#footer_top nav#footer_nav {
	float: left;
	margin-left: 10px;
}
@media screen and (max-width: 670px) {
body div#footer_wrap footer#main div#footer_top nav#footer_nav {
	float: none;
	display: block;
	text-align: center;
	margin-left: 2px;
}
}
body div#footer_wrap footer#main div#footer_top nav#footer_nav > ul#footer_nav {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
@media screen and (max-width: 670px) {
body div#footer_wrap footer#main div#footer_top nav#footer_nav > ul#footer_nav {
	margin-bottom: 10px;
}
}
body div#footer_wrap footer#main div#footer_top nav#footer_nav > ul#footer_nav > li {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
*vertical-align: middle;
	zoom: 1;
*display: inline;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0 2.5px;
	border-right: 1px solid #eeeded;
}
body div#footer_wrap footer#main div#footer_top nav#footer_nav > ul#footer_nav > li:last-child {
	padding-right: 0px;
	border-right: 0;
}
body div#footer_wrap footer#main div#footer_top nav#footer_nav > ul#footer_nav > li a {
	font-size: 13px;
	padding: 0 15px;
	text-transform: uppercase;
}
body div#footer_wrap footer#main div#footer_top nav#footer_socials {
	float: right;
	margin-right: 25px;
}
@media screen and (max-width: 670px) {
body div#footer_wrap footer#main div#footer_top nav#footer_socials {
	float: none;
	display: block;
	text-align: center;
	margin-right: 0px;
	margin-bottom: 10px;
}
}
body div#footer_wrap footer#main div#footer_top nav#footer_socials ul#footer_socials {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	font-size: 0px;
}
body div#footer_wrap footer#main div#footer_top nav#footer_socials ul#footer_socials li {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
*vertical-align: middle;
	zoom: 1;
*display: inline;
	margin: 0 5px 0 0;
	padding: 0;
}
body div#footer_wrap footer#main div#footer_top nav#footer_socials ul#footer_socials li:last-child {
	margin: 0;
}
body div#footer_wrap footer#main div#footer_top nav#footer_socials ul#footer_socials a {
	display: block;
	width: 26px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-align: center;
}
body div#footer_wrap footer#main div#footer_top nav#footer_socials ul#footer_socials a span {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
*vertical-align: middle;
	zoom: 1;
*display: inline;
	margin-left: -1.5px;
	color: #e43c41;
	font-size: 24px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
body div#footer_wrap footer#main div#footer_top nav#footer_socials ul#footer_socials a:hover, body div#footer_wrap footer#main div#footer_top nav#footer_socials ul#footer_socials a.hover, body div#footer_wrap footer#main div#footer_top nav#footer_socials ul#footer_socials a.active {
	text-decoration: none;
	background: #e43c41;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
body div#footer_wrap footer#main div#footer_top nav#footer_socials ul#footer_socials a:hover span, body div#footer_wrap footer#main div#footer_top nav#footer_socials ul#footer_socials a.hover span, body div#footer_wrap footer#main div#footer_top nav#footer_socials ul#footer_socials a.active span {
	color: #fff;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
body div#footer_wrap footer#main div#footer_bottom {
	margin-top: 10px;
	overflow: hidden;
}
body div#footer_wrap footer#main div#footer_bottom > ul#footer_contact {
	float: left;
	display: block;
	width: auto;
	height: auto;
	margin: 0 0 0 15px;
	padding: 0;
	list-style: none;
}
@media screen and (max-width: 670px) {
body div#footer_wrap footer#main div#footer_bottom > ul#footer_contact {
	float: none;
	display: block;
	text-align: center;
	margin-left: 0px;
}
}
body div#footer_wrap footer#main div#footer_bottom > ul#footer_contact > li {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
*vertical-align: middle;
	zoom: 1;
*display: inline;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0 10px;
	border-right: 1px solid #eeeded;
	font-size: 13px;
}
body div#footer_wrap footer#main div#footer_bottom > ul#footer_contact > li:last-child {
	padding-right: 0px;
	border-right: 0;
}
body div#footer_wrap footer#main div#footer_bottom div#footer_copy {
	float: right;
	margin-right: 25px;
}
@media screen and (max-width: 670px) {
body div#footer_wrap footer#main div#footer_bottom div#footer_copy {
	float: none;
	display: block;
	text-align: center;
	margin-right: 0px;
}
}
body div#footer_wrap footer#main div#footer_bottom div#footer_copy span {
	font-size: 13px;
}

header#main {
	display: flex;
}

.menu-main-container {
    margin-top: 76px;
    margin-bottom: 0px !important;
}

ul.sub-menu li a {
    color: white !important;
}
