/* Welcome to Compass. * In this file you should write your main styles. (or centralize your imports) * Import this file using the following HTML or equivalent: * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */ /* normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */ /* ============================================================================= HTML5 display definitions ========================================================================== */ /* * Corrects block display not defined in IE6/7/8/9 & FF3 */ /* line 21, ../sass/partials/_part.normalize.scss */ article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; } /* * Corrects inline-block display not defined in IE6/7/8/9 & FF3 */ /* line 31, ../sass/partials/_part.normalize.scss */ audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; } /* * Prevents modern browsers from displaying 'audio' without controls * Remove excess height in iOS5 devices */ /* line 42, ../sass/partials/_part.normalize.scss */ audio:not([controls]) { display: none; height: 0; } /* * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4 * Known issue: no IE6 support */ /* line 52, ../sass/partials/_part.normalize.scss */ [hidden] { display: none; } /* ============================================================================= Base ========================================================================== */ /* * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units * http://clagnut.com/blog/348/#c790 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom * www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */ /* line 68, ../sass/partials/_part.normalize.scss */ html { font-size: 100%; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ -ms-text-size-adjust: 100%; /* 2 */ } /* * Addresses font-family inconsistency between 'textarea' and other form elements. */ /* line 82, ../sass/partials/_part.normalize.scss */ html, button, input, select, textarea { font-family: sans-serif; } /* * Addresses margins handled incorrectly in IE6/7 */ /* line 90, ../sass/partials/_part.normalize.scss */ body { margin: 0; } /* ============================================================================= Links ========================================================================== */ /* * Addresses outline displayed oddly in Chrome */ /* line 103, ../sass/partials/_part.normalize.scss */ a:focus { outline: thin dotted; } /* * Improves readability when focused and also mouse hovered in all browsers * people.opera.com/patrickl/experiments/keyboard/test */ /* line 113, ../sass/partials/_part.normalize.scss */ a:hover, a:active { outline: 0; } /* ============================================================================= Typography ========================================================================== */ /* * Addresses font sizes and margins set differently in IE6/7 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5 */ /* line 127, ../sass/partials/_part.normalize.scss */ h1 { font-size: 2em; margin: 0.67em 0; } /* line 132, ../sass/partials/_part.normalize.scss */ h2 { font-size: 1.5em; margin: 0.83em 0; } /* line 137, ../sass/partials/_part.normalize.scss */ h3 { font-size: 1.17em; margin: 1em 0; } /* line 142, ../sass/partials/_part.normalize.scss */ h4 { font-size: 1em; margin: 1.33em 0; } /* line 147, ../sass/partials/_part.normalize.scss */ h5 { font-size: 0.83em; margin: 1.67em 0; } /* line 152, ../sass/partials/_part.normalize.scss */ h6 { font-size: 0.75em; margin: 2.33em 0; } /* * Addresses styling not present in IE7/8/9, S5, Chrome */ /* line 161, ../sass/partials/_part.normalize.scss */ abbr[title] { border-bottom: 1px dotted; } /* * Addresses style set to 'bolder' in FF3+, S4/5, Chrome */ /* line 170, ../sass/partials/_part.normalize.scss */ b, strong { font-weight: bold; } /* line 174, ../sass/partials/_part.normalize.scss */ blockquote { margin: 1em 40px; } /* * Addresses styling not present in S5, Chrome */ /* line 182, ../sass/partials/_part.normalize.scss */ dfn { font-style: italic; } /* * Addresses styling not present in IE6/7/8/9 */ /* line 190, ../sass/partials/_part.normalize.scss */ mark { background: #ff0; color: #000; } /* * Addresses margins set differently in IE6/7 */ /* line 200, ../sass/partials/_part.normalize.scss */ p, pre { margin: 1em 0; } /* * Corrects font family set oddly in IE6, S4/5, Chrome * en.wikipedia.org/wiki/User:Davidgothberg/Test59 */ /* line 212, ../sass/partials/_part.normalize.scss */ pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; } /* * Improves readability of pre-formatted text in all browsers */ /* line 222, ../sass/partials/_part.normalize.scss */ pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; } /* * 1. Addresses CSS quotes not supported in IE6/7 * 2. Addresses quote property not supported in S4 */ /* 1 */ /* line 235, ../sass/partials/_part.normalize.scss */ q { quotes: none; } /* 2 */ /* line 242, ../sass/partials/_part.normalize.scss */ q:before, q:after { content: ''; content: none; } /* line 247, ../sass/partials/_part.normalize.scss */ small { font-size: 75%; } /* * Prevents sub and sup affecting line-height in all browsers * gist.github.com/413930 */ /* line 257, ../sass/partials/_part.normalize.scss */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } /* line 264, ../sass/partials/_part.normalize.scss */ sup { top: -0.5em; } /* line 268, ../sass/partials/_part.normalize.scss */ sub { bottom: -0.25em; } /* ============================================================================= Lists ========================================================================== */ /* * Addresses margins set differently in IE6/7 */ /* line 284, ../sass/partials/_part.normalize.scss */ dl, menu, ol, ul { margin: 1em 0; } /* line 288, ../sass/partials/_part.normalize.scss */ dd { margin: 0 0 0 40px; } /* * Addresses paddings set differently in IE6/7 */ /* line 298, ../sass/partials/_part.normalize.scss */ menu, ol, ul { padding: 0 0 0 40px; } /* * Corrects list images handled incorrectly in IE7 */ /* line 307, ../sass/partials/_part.normalize.scss */ nav ul, nav ol { list-style: none; list-style-image: none; } /* ============================================================================= Embedded content ========================================================================== */ /* * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3 * 2. Improves image quality when scaled in IE7 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */ /* line 323, ../sass/partials/_part.normalize.scss */ img { border: 0; /* 1 */ -ms-interpolation-mode: bicubic; /* 2 */ } /* * Corrects overflow displayed oddly in IE9 */ /* line 332, ../sass/partials/_part.normalize.scss */ svg:not(:root) { overflow: hidden; } /* ============================================================================= Figures ========================================================================== */ /* * Addresses margin not present in IE6/7/8/9, S5, O11 */ /* line 345, ../sass/partials/_part.normalize.scss */ figure { margin: 0; } /* ============================================================================= Forms ========================================================================== */ /* * Corrects margin displayed oddly in IE6/7 */ /* line 358, ../sass/partials/_part.normalize.scss */ form { margin: 0; } /* * Define consistent border, margin, and padding */ /* line 366, ../sass/partials/_part.normalize.scss */ fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } /* * 1. Corrects color not being inherited in IE6/7/8/9 * 2. Corrects text not wrapping in FF3 * 3. Corrects alignment displayed oddly in IE6/7 */ /* line 378, ../sass/partials/_part.normalize.scss */ legend { border: 0; /* 1 */ padding: 0; white-space: normal; /* 2 */ *margin-left: -7px; /* 3 */ } /* * 1. Corrects font size not being inherited in all browsers * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome * 3. Improves appearance and consistency in all browsers */ /* line 394, ../sass/partials/_part.normalize.scss */ button, input, select, textarea { font-size: 100%; /* 1 */ margin: 0; /* 2 */ vertical-align: baseline; /* 3 */ *vertical-align: middle; /* 3 */ } /* * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet */ /* line 406, ../sass/partials/_part.normalize.scss */ button, input { line-height: normal; /* 1 */ } /* * 1. Improves usability and consistency of cursor style between image-type 'input' and others * 2. Corrects inability to style clickable 'input' types in iOS * 3. Removes inner spacing in IE7 without affecting normal text inputs * Known issue: inner spacing remains in IE6 */ /* line 420, ../sass/partials/_part.normalize.scss */ button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; /* 1 */ -webkit-appearance: button; /* 2 */ *overflow: visible; /* 3 */ } /* * Re-set default cursor for disabled elements */ /* line 431, ../sass/partials/_part.normalize.scss */ button[disabled], input[disabled] { cursor: default; } /* * 1. Addresses box sizing set to content-box in IE8/9 * 2. Removes excess padding in IE8/9 * 3. Removes excess padding in IE7 Known issue: excess padding remains in IE6 */ /* line 443, ../sass/partials/_part.normalize.scss */ input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ *height: 13px; /* 3 */ *width: 13px; /* 3 */ } /* * 1. Addresses appearance set to searchfield in S5, Chrome * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof) */ /* line 455, ../sass/partials/_part.normalize.scss */ input[type="search"] { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; } /* * Removes inner padding and search cancel button in S5, Chrome on OS X */ /* line 467, ../sass/partials/_part.normalize.scss */ input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; } /* * Removes inner padding and border in FF3+ * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */ /* line 477, ../sass/partials/_part.normalize.scss */ button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } /* * 1. Removes default vertical scrollbar in IE6/7/8/9 * 2. Improves readability and alignment in all browsers */ /* line 487, ../sass/partials/_part.normalize.scss */ textarea { overflow: auto; /* 1 */ vertical-align: top; /* 2 */ } /* ============================================================================= Tables ========================================================================== */ /* * Remove most spacing between table cells */ /* line 501, ../sass/partials/_part.normalize.scss */ table { border-collapse: collapse; border-spacing: 0; } /* normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */ /* ============================================================================= HTML5 display definitions ========================================================================== */ /* * Corrects block display not defined in IE6/7/8/9 & FF3 */ /* line 21, ../sass/partials/_part.normalize.scss */ article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; } /* * Corrects inline-block display not defined in IE6/7/8/9 & FF3 */ /* line 31, ../sass/partials/_part.normalize.scss */ audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; } /* * Prevents modern browsers from displaying 'audio' without controls * Remove excess height in iOS5 devices */ /* line 42, ../sass/partials/_part.normalize.scss */ audio:not([controls]) { display: none; height: 0; } /* * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4 * Known issue: no IE6 support */ /* line 52, ../sass/partials/_part.normalize.scss */ [hidden] { display: none; } /* ============================================================================= Base ========================================================================== */ /* * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units * http://clagnut.com/blog/348/#c790 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom * www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */ /* line 68, ../sass/partials/_part.normalize.scss */ html { font-size: 100%; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ -ms-text-size-adjust: 100%; /* 2 */ } /* * Addresses font-family inconsistency between 'textarea' and other form elements. */ /* line 82, ../sass/partials/_part.normalize.scss */ html, button, input, select, textarea { font-family: sans-serif; } /* * Addresses margins handled incorrectly in IE6/7 */ /* line 90, ../sass/partials/_part.normalize.scss */ body { margin: 0; } /* ============================================================================= Links ========================================================================== */ /* * Addresses outline displayed oddly in Chrome */ /* line 103, ../sass/partials/_part.normalize.scss */ a:focus { outline: thin dotted; } /* * Improves readability when focused and also mouse hovered in all browsers * people.opera.com/patrickl/experiments/keyboard/test */ /* line 113, ../sass/partials/_part.normalize.scss */ a:hover, a:active { outline: 0; } /* ============================================================================= Typography ========================================================================== */ /* * Addresses font sizes and margins set differently in IE6/7 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5 */ /* line 127, ../sass/partials/_part.normalize.scss */ h1 { font-size: 2em; margin: 0.67em 0; } /* line 132, ../sass/partials/_part.normalize.scss */ h2 { font-size: 1.5em; margin: 0.83em 0; } /* line 137, ../sass/partials/_part.normalize.scss */ h3 { font-size: 1.17em; margin: 1em 0; } /* line 142, ../sass/partials/_part.normalize.scss */ h4 { font-size: 1em; margin: 1.33em 0; } /* line 147, ../sass/partials/_part.normalize.scss */ h5 { font-size: 0.83em; margin: 1.67em 0; } /* line 152, ../sass/partials/_part.normalize.scss */ h6 { font-size: 0.75em; margin: 2.33em 0; } /* * Addresses styling not present in IE7/8/9, S5, Chrome */ /* line 161, ../sass/partials/_part.normalize.scss */ abbr[title] { border-bottom: 1px dotted; } /* * Addresses style set to 'bolder' in FF3+, S4/5, Chrome */ /* line 170, ../sass/partials/_part.normalize.scss */ b, strong { font-weight: bold; } /* line 174, ../sass/partials/_part.normalize.scss */ blockquote { margin: 1em 40px; } /* * Addresses styling not present in S5, Chrome */ /* line 182, ../sass/partials/_part.normalize.scss */ dfn { font-style: italic; } /* * Addresses styling not present in IE6/7/8/9 */ /* line 190, ../sass/partials/_part.normalize.scss */ mark { background: #ff0; color: #000; } /* * Addresses margins set differently in IE6/7 */ /* line 200, ../sass/partials/_part.normalize.scss */ p, pre { margin: 1em 0; } /* * Corrects font family set oddly in IE6, S4/5, Chrome * en.wikipedia.org/wiki/User:Davidgothberg/Test59 */ /* line 212, ../sass/partials/_part.normalize.scss */ pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; } /* * Improves readability of pre-formatted text in all browsers */ /* line 222, ../sass/partials/_part.normalize.scss */ pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; } /* * 1. Addresses CSS quotes not supported in IE6/7 * 2. Addresses quote property not supported in S4 */ /* 1 */ /* line 235, ../sass/partials/_part.normalize.scss */ q { quotes: none; } /* 2 */ /* line 242, ../sass/partials/_part.normalize.scss */ q:before, q:after { content: ''; content: none; } /* line 247, ../sass/partials/_part.normalize.scss */ small { font-size: 75%; } /* * Prevents sub and sup affecting line-height in all browsers * gist.github.com/413930 */ /* line 257, ../sass/partials/_part.normalize.scss */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } /* line 264, ../sass/partials/_part.normalize.scss */ sup { top: -0.5em; } /* line 268, ../sass/partials/_part.normalize.scss */ sub { bottom: -0.25em; } /* ============================================================================= Lists ========================================================================== */ /* * Addresses margins set differently in IE6/7 */ /* line 284, ../sass/partials/_part.normalize.scss */ dl, menu, ol, ul { margin: 1em 0; } /* line 288, ../sass/partials/_part.normalize.scss */ dd { margin: 0 0 0 40px; } /* * Addresses paddings set differently in IE6/7 */ /* line 298, ../sass/partials/_part.normalize.scss */ menu, ol, ul { padding: 0 0 0 40px; } /* * Corrects list images handled incorrectly in IE7 */ /* line 307, ../sass/partials/_part.normalize.scss */ nav ul, nav ol { list-style: none; list-style-image: none; } /* ============================================================================= Embedded content ========================================================================== */ /* * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3 * 2. Improves image quality when scaled in IE7 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */ /* line 323, ../sass/partials/_part.normalize.scss */ img { border: 0; /* 1 */ -ms-interpolation-mode: bicubic; /* 2 */ } /* * Corrects overflow displayed oddly in IE9 */ /* line 332, ../sass/partials/_part.normalize.scss */ svg:not(:root) { overflow: hidden; } /* ============================================================================= Figures ========================================================================== */ /* * Addresses margin not present in IE6/7/8/9, S5, O11 */ /* line 345, ../sass/partials/_part.normalize.scss */ figure { margin: 0; } /* ============================================================================= Forms ========================================================================== */ /* * Corrects margin displayed oddly in IE6/7 */ /* line 358, ../sass/partials/_part.normalize.scss */ form { margin: 0; } /* * Define consistent border, margin, and padding */ /* line 366, ../sass/partials/_part.normalize.scss */ fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } /* * 1. Corrects color not being inherited in IE6/7/8/9 * 2. Corrects text not wrapping in FF3 * 3. Corrects alignment displayed oddly in IE6/7 */ /* line 378, ../sass/partials/_part.normalize.scss */ legend { border: 0; /* 1 */ padding: 0; white-space: normal; /* 2 */ *margin-left: -7px; /* 3 */ } /* * 1. Corrects font size not being inherited in all browsers * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome * 3. Improves appearance and consistency in all browsers */ /* line 394, ../sass/partials/_part.normalize.scss */ button, input, select, textarea { font-size: 100%; /* 1 */ margin: 0; /* 2 */ vertical-align: baseline; /* 3 */ *vertical-align: middle; /* 3 */ } /* * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet */ /* line 406, ../sass/partials/_part.normalize.scss */ button, input { line-height: normal; /* 1 */ } /* * 1. Improves usability and consistency of cursor style between image-type 'input' and others * 2. Corrects inability to style clickable 'input' types in iOS * 3. Removes inner spacing in IE7 without affecting normal text inputs * Known issue: inner spacing remains in IE6 */ /* line 420, ../sass/partials/_part.normalize.scss */ button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; /* 1 */ -webkit-appearance: button; /* 2 */ *overflow: visible; /* 3 */ } /* * Re-set default cursor for disabled elements */ /* line 431, ../sass/partials/_part.normalize.scss */ button[disabled], input[disabled] { cursor: default; } /* * 1. Addresses box sizing set to content-box in IE8/9 * 2. Removes excess padding in IE8/9 * 3. Removes excess padding in IE7 Known issue: excess padding remains in IE6 */ /* line 443, ../sass/partials/_part.normalize.scss */ input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ *height: 13px; /* 3 */ *width: 13px; /* 3 */ } /* * 1. Addresses appearance set to searchfield in S5, Chrome * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof) */ /* line 455, ../sass/partials/_part.normalize.scss */ input[type="search"] { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; } /* * Removes inner padding and search cancel button in S5, Chrome on OS X */ /* line 467, ../sass/partials/_part.normalize.scss */ input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; } /* * Removes inner padding and border in FF3+ * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */ /* line 477, ../sass/partials/_part.normalize.scss */ button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } /* * 1. Removes default vertical scrollbar in IE6/7/8/9 * 2. Improves readability and alignment in all browsers */ /* line 487, ../sass/partials/_part.normalize.scss */ textarea { overflow: auto; /* 1 */ vertical-align: top; /* 2 */ } /* ============================================================================= Tables ========================================================================== */ /* * Remove most spacing between table cells */ /* line 501, ../sass/partials/_part.normalize.scss */ table { border-collapse: collapse; border-spacing: 0; } /* HTML5 FIX */ /* line 12, ../sass/partials/_part.html5.scss */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } /* line 3, ../sass/partials/_part.default.scss */ .disabled { display: none !important; } /* line 4, ../sass/partials/_part.default.scss */ .enabled { display: block !important; } /* line 6, ../sass/partials/_part.default.scss */ .hidden { visibility: hidden !important; } /* line 7, ../sass/partials/_part.default.scss */ .visible { visibility: visible !important; } /* line 9, ../sass/partials/_part.default.scss */ .clear { clear: both !important; } /* line 11, ../sass/partials/_part.default.scss */ .fill { overflow: hidden !important; } /* line 13, ../sass/partials/_part.default.scss */ .flLeft { float: left !important; } /* line 14, ../sass/partials/_part.default.scss */ .flRight { float: right !important; } /* line 5, ../sass/partials/_part.form.scss */ fieldset { border: 0px; padding: 0px; } /* line 9, ../sass/partials/_part.form.scss */ fieldset legend { display: none; } /* line 14, ../sass/partials/_part.form.scss */ label.textarea, label.input_text, label.input_checkbox, label.input_radio, label.input_time, label.input_date, label.input_week, label.input_month, label.input_datetime, label.input_email, label.input_range, label.input_url, label.input_number, label.input_tel, label.input_color { display: block; } /* line 17, ../sass/partials/_part.form.scss */ label.textarea span.form_notification, label.textarea span.form_error, label.input_text span.form_notification, label.input_text span.form_error, label.input_checkbox span.form_notification, label.input_checkbox span.form_error, label.input_radio span.form_notification, label.input_radio span.form_error, label.input_time span.form_notification, label.input_time span.form_error, label.input_date span.form_notification, label.input_date span.form_error, label.input_week span.form_notification, label.input_week span.form_error, label.input_month span.form_notification, label.input_month span.form_error, label.input_datetime span.form_notification, label.input_datetime span.form_error, label.input_email span.form_notification, label.input_email span.form_error, label.input_range span.form_notification, label.input_range span.form_error, label.input_url span.form_notification, label.input_url span.form_error, label.input_number span.form_notification, label.input_number span.form_error, label.input_tel span.form_notification, label.input_tel span.form_error, label.input_color span.form_notification, label.input_color span.form_error { -webkit-transition: all ease-in-out 0.25s; -moz-transition: all ease-in-out 0.25s; -khtml-transition: all ease-in-out 0.25s; -o-transition: all ease-in-out 0.25s; -ie-transition: all ease-in-out 0.25s; transition: all ease-in-out 0.25s; } /* line 26, ../sass/partials/_part.form.scss */ label.textarea input, label.textarea textarea, label.input_text input, label.input_text textarea, label.input_checkbox input, label.input_checkbox textarea, label.input_radio input, label.input_radio textarea, label.input_time input, label.input_time textarea, label.input_date input, label.input_date textarea, label.input_week input, label.input_week textarea, label.input_month input, label.input_month textarea, label.input_datetime input, label.input_datetime textarea, label.input_email input, label.input_email textarea, label.input_range input, label.input_range textarea, label.input_url input, label.input_url textarea, label.input_number input, label.input_number textarea, label.input_tel input, label.input_tel textarea, label.input_color input, label.input_color textarea { position: relative; z-index: 2; -webkit-transition: all ease-in-out 0.25s; -moz-transition: all ease-in-out 0.25s; -khtml-transition: all ease-in-out 0.25s; -o-transition: all ease-in-out 0.25s; -ie-transition: all ease-in-out 0.25s; transition: all ease-in-out 0.25s; } /* line 38, ../sass/partials/_part.form.scss */ label.textarea span, label.input_text span, label.input_checkbox span, label.input_radio span, label.input_time span, label.input_date span, label.input_week span, label.input_month span, label.input_datetime span, label.input_email span, label.input_range span, label.input_url span, label.input_number span, label.input_tel span, label.input_color span { display: block; } /* line 43, ../sass/partials/_part.form.scss */ label.textarea input:focus + span.form_notification, label.textarea textarea:focus + span.form_notification, label.input_text input:focus + span.form_notification, label.input_text textarea:focus + span.form_notification, label.input_checkbox input:focus + span.form_notification, label.input_checkbox textarea:focus + span.form_notification, label.input_radio input:focus + span.form_notification, label.input_radio textarea:focus + span.form_notification, label.input_time input:focus + span.form_notification, label.input_time textarea:focus + span.form_notification, label.input_date input:focus + span.form_notification, label.input_date textarea:focus + span.form_notification, label.input_week input:focus + span.form_notification, label.input_week textarea:focus + span.form_notification, label.input_month input:focus + span.form_notification, label.input_month textarea:focus + span.form_notification, label.input_datetime input:focus + span.form_notification, label.input_datetime textarea:focus + span.form_notification, label.input_email input:focus + span.form_notification, label.input_email textarea:focus + span.form_notification, label.input_range input:focus + span.form_notification, label.input_range textarea:focus + span.form_notification, label.input_url input:focus + span.form_notification, label.input_url textarea:focus + span.form_notification, label.input_number input:focus + span.form_notification, label.input_number textarea:focus + span.form_notification, label.input_tel input:focus + span.form_notification, label.input_tel textarea:focus + span.form_notification, label.input_color input:focus + span.form_notification, label.input_color textarea:focus + span.form_notification { height: auto; padding: 5px 5px; visibility: visible; opacity: 1; } /* line 51, ../sass/partials/_part.form.scss */ label.textarea.error input:focus + span.form_error, label.textarea.error textarea:focus + span.form_error, label.input_text.error input:focus + span.form_error, label.input_text.error textarea:focus + span.form_error, label.input_checkbox.error input:focus + span.form_error, label.input_checkbox.error textarea:focus + span.form_error, label.input_radio.error input:focus + span.form_error, label.input_radio.error textarea:focus + span.form_error, label.input_time.error input:focus + span.form_error, label.input_time.error textarea:focus + span.form_error, label.input_date.error input:focus + span.form_error, label.input_date.error textarea:focus + span.form_error, label.input_week.error input:focus + span.form_error, label.input_week.error textarea:focus + span.form_error, label.input_month.error input:focus + span.form_error, label.input_month.error textarea:focus + span.form_error, label.input_datetime.error input:focus + span.form_error, label.input_datetime.error textarea:focus + span.form_error, label.input_email.error input:focus + span.form_error, label.input_email.error textarea:focus + span.form_error, label.input_range.error input:focus + span.form_error, label.input_range.error textarea:focus + span.form_error, label.input_url.error input:focus + span.form_error, label.input_url.error textarea:focus + span.form_error, label.input_number.error input:focus + span.form_error, label.input_number.error textarea:focus + span.form_error, label.input_tel.error input:focus + span.form_error, label.input_tel.error textarea:focus + span.form_error, label.input_color.error input:focus + span.form_error, label.input_color.error textarea:focus + span.form_error { visibility: visible; height: auto; opacity: 1; } /* line 52, ../sass/partials/_part.form.scss */ label.textarea.error input:focus + span.form_notification, label.textarea.error textarea:focus + span.form_notification, label.input_text.error input:focus + span.form_notification, label.input_text.error textarea:focus + span.form_notification, label.input_checkbox.error input:focus + span.form_notification, label.input_checkbox.error textarea:focus + span.form_notification, label.input_radio.error input:focus + span.form_notification, label.input_radio.error textarea:focus + span.form_notification, label.input_time.error input:focus + span.form_notification, label.input_time.error textarea:focus + span.form_notification, label.input_date.error input:focus + span.form_notification, label.input_date.error textarea:focus + span.form_notification, label.input_week.error input:focus + span.form_notification, label.input_week.error textarea:focus + span.form_notification, label.input_month.error input:focus + span.form_notification, label.input_month.error textarea:focus + span.form_notification, label.input_datetime.error input:focus + span.form_notification, label.input_datetime.error textarea:focus + span.form_notification, label.input_email.error input:focus + span.form_notification, label.input_email.error textarea:focus + span.form_notification, label.input_range.error input:focus + span.form_notification, label.input_range.error textarea:focus + span.form_notification, label.input_url.error input:focus + span.form_notification, label.input_url.error textarea:focus + span.form_notification, label.input_number.error input:focus + span.form_notification, label.input_number.error textarea:focus + span.form_notification, label.input_tel.error input:focus + span.form_notification, label.input_tel.error textarea:focus + span.form_notification, label.input_color.error input:focus + span.form_notification, label.input_color.error textarea:focus + span.form_notification { visibility: visible; opacity: 1; } /* line 55, ../sass/partials/_part.form.scss */ label.textarea input:focus, label.textarea textarea:focus, label.input_text input:focus, label.input_text textarea:focus, label.input_checkbox input:focus, label.input_checkbox textarea:focus, label.input_radio input:focus, label.input_radio textarea:focus, label.input_time input:focus, label.input_time textarea:focus, label.input_date input:focus, label.input_date textarea:focus, label.input_week input:focus, label.input_week textarea:focus, label.input_month input:focus, label.input_month textarea:focus, label.input_datetime input:focus, label.input_datetime textarea:focus, label.input_email input:focus, label.input_email textarea:focus, label.input_range input:focus, label.input_range textarea:focus, label.input_url input:focus, label.input_url textarea:focus, label.input_number input:focus, label.input_number textarea:focus, label.input_tel input:focus, label.input_tel textarea:focus, label.input_color input:focus, label.input_color textarea:focus { background: #fefae9; border-color: #f3d241; color: #322903; } /* line 61, ../sass/partials/_part.form.scss */ label.textarea span.form_notification, label.textarea span.form_error, label.input_text span.form_notification, label.input_text span.form_error, label.input_checkbox span.form_notification, label.input_checkbox span.form_error, label.input_radio span.form_notification, label.input_radio span.form_error, label.input_time span.form_notification, label.input_time span.form_error, label.input_date span.form_notification, label.input_date span.form_error, label.input_week span.form_notification, label.input_week span.form_error, label.input_month span.form_notification, label.input_month span.form_error, label.input_datetime span.form_notification, label.input_datetime span.form_error, label.input_email span.form_notification, label.input_email span.form_error, label.input_range span.form_notification, label.input_range span.form_error, label.input_url span.form_notification, label.input_url span.form_error, label.input_number span.form_notification, label.input_number span.form_error, label.input_tel span.form_notification, label.input_tel span.form_error, label.input_color span.form_notification, label.input_color span.form_error { position: relative; z-index: 1; margin-top: -1px; border-width: 1px; border-style: solid; padding: 0 5px; height: 0px; overflow: hidden; font-size: 90%; visibility: hidden; opacity: 0; /*@include single-transition(height, 0.2s, ease-in-out, 0);*/ } /* line 77, ../sass/partials/_part.form.scss */ label.textarea span.form_notification, label.input_text span.form_notification, label.input_checkbox span.form_notification, label.input_radio span.form_notification, label.input_time span.form_notification, label.input_date span.form_notification, label.input_week span.form_notification, label.input_month span.form_notification, label.input_datetime span.form_notification, label.input_email span.form_notification, label.input_range span.form_notification, label.input_url span.form_notification, label.input_number span.form_notification, label.input_tel span.form_notification, label.input_color span.form_notification { border-color: #8febff; color: #008ba8; background: #f4fdff; } /* line 82, ../sass/partials/_part.form.scss */ label.textarea span.form_error, label.input_text span.form_error, label.input_checkbox span.form_error, label.input_radio span.form_error, label.input_time span.form_error, label.input_date span.form_error, label.input_week span.form_error, label.input_month span.form_error, label.input_datetime span.form_error, label.input_email span.form_error, label.input_range span.form_error, label.input_url span.form_error, label.input_number span.form_error, label.input_tel span.form_error, label.input_color span.form_error { border-color: #f50000; color: #a80000; background: #ffc2c2; } /* @font-face { font-family: 'font-naam'; src: url('../../files/base/fonts/font-naam/font-naam.eot'); src: url('../../files/base/fonts/font-naam/font-naam.eot?#iefix') format('embedded-opentype'), url('../../files/base/fonts/font-naam/font-naam.woff') format('woff'), url('../../files/base/fonts/font-naam/font-naam.ttf') format('truetype'); font-weight: normal; font-style: normal; } */ /* line 20, ../sass/partials/_part.typographic.scss */ h1, h2, h3 { color: white; font-family: Helvetica, Arial; } /* line 25, ../sass/partials/_part.typographic.scss */ p { padding-bottom: 10px; } /* line 14, ../sass/partials/_part.interpreter.scss */ body { font-family: "Myriad pro", Arial, Helvetica; color: #494949; width: 100%; height: 100%; background-color: #c3c3c3; font-size: 12px; line-height: 17px; margin: 0 auto; } /* line 24, ../sass/partials/_part.interpreter.scss */ body a { font-family: "Myriad pro", Arial, Helvetica; color: white; } /* line 28, ../sass/partials/_part.interpreter.scss */ body a:hover { color: #a6a6a6; } /* line 31, ../sass/partials/_part.interpreter.scss */ body a:active { color: black; } /* line 34, ../sass/partials/_part.interpreter.scss */ body a:visited { color: #f2f2f2; } /* line 37, ../sass/partials/_part.interpreter.scss */ body a:focus { color: #a6a6a6; } /* line 41, ../sass/partials/_part.interpreter.scss */ body h1, body h2, body h3 { font-family: "Myriad pro", Arial, Helvetica; color: black; font-weight: normal; } /* line 47, ../sass/partials/_part.interpreter.scss */ body h2, body h3 { font-size: 180%; } /* line 49, ../sass/partials/_part.interpreter.scss */ body aside.right h2, body aside.right h3 { font-size: 150%; } /* line 51, ../sass/partials/_part.interpreter.scss */ body h4, body h5, body h6 { font-family: "Myriad pro", Arial, Helvetica; color: black; font-size: 110%; font-weight: bold; } /* line 58, ../sass/partials/_part.interpreter.scss */ body .color_1 { color: black; } /* line 59, ../sass/partials/_part.interpreter.scss */ body .color_2 { color: white; } /* line 60, ../sass/partials/_part.interpreter.scss */ body .color_3 { color: white; } /* line 61, ../sass/partials/_part.interpreter.scss */ body .color_4 { color: #dbdcd6; } /* line 6, ../sass/pages/_page.global.scss */ html { height: 100%; } /* line 7, ../sass/pages/_page.global.scss */ body { min-height: 100%; } /* line 8, ../sass/pages/_page.global.scss */ html, body { padding: 0px; margin: 0px; } /* line 10, ../sass/pages/_page.global.scss */ body { background: url("/Media/Images/background.jpg") top left; } /* line 14, ../sass/pages/_page.global.scss */ body section#wrapper { } /* line 25, ../sass/pages/_page.global.scss */ body section#header h1 { color: white; font-size: 15px; line-height: 20px; margin: 0; padding: 65px 15px 15px 25px; } /* line 31, ../sass/pages/_page.global.scss */ body section#header span { display: block; float: right; margin-right: 40px; margin-top: 65px; letter-spacing: 2px; line-height: 20px; font-size: 15px; color: white; } /* line 43, ../sass/pages/_page.global.scss */ body section#content { font-size: 15px; margin-left: 50px; padding: 40px 30px 30px 40px !important; width: 831px; height: 461px; margin-bottom: 10px; margin-top: -8px; } /* line 53, ../sass/pages/_page.global.scss */ body section#nav a.but_left { display: block; text-decoration: none; float: left; margin-top: 3px; margin-left: 17px; } /* line 61, ../sass/pages/_page.global.scss */ body section#nav a.but_next, body a.but_next_1 { display: block; float: right; text-decoration: none; margin-top: 3px; margin-right: 16px; } /* line 14, ../sass/pages/_page.transistions.scss */ section#wrapper { -webkit-transition: height ease-in-out 1s; -moz-transition: height ease-in-out 1s; -ie-transition: height ease-in-out 1s; -o-transition: height ease-in-out 1s; -khtml-transition: height ease-in-out 1s; transition: height ease-in-out 1s; -webkit-transition: margin ease-in-out 1s; -moz-transition: margin ease-in-out 1s; -ie-transition: margin ease-in-out 1s; -o-transition: margin ease-in-out 1s; -khtml-transition: margin ease-in-out 1s; transition: margin ease-in-out 1s; -webkit-transition: opacity ease-in-out 1s; -moz-transition: opacity ease-in-out 1s; -ie-transition: opacity ease-in-out 1s; -o-transition: opacity ease-in-out 1s; -khtml-transition: opacity ease-in-out 1s; transition: opacity ease-in-out 1s; } /* line 20, ../sass/pages/_page.transistions.scss */ section#wrapper nav#home { -webkit-transition: top ease-in-out 1s; -moz-transition: top ease-in-out 1s; -ie-transition: top ease-in-out 1s; -o-transition: top ease-in-out 1s; -khtml-transition: top ease-in-out 1s; transition: top ease-in-out 1s; } /* line 28, ../sass/pages/_page.transistions.scss */ section#wrapper .item a.prevButton, section#wrapper .item a.nextButton, section#wrapper .item div.pageName { -webkit-transition: opacity ease-in-out 1s; -moz-transition: opacity ease-in-out 1s; -ie-transition: opacity ease-in-out 1s; -o-transition: opacity ease-in-out 1s; -khtml-transition: opacity ease-in-out 1s; transition: opacity ease-in-out 1s; } /* line 34, ../sass/pages/_page.transistions.scss */ section#wrapper section#articles { -webkit-transition: opacity ease-in-out 1s; -moz-transition: opacity ease-in-out 1s; -ie-transition: opacity ease-in-out 1s; -o-transition: opacity ease-in-out 1s; -khtml-transition: opacity ease-in-out 1s; transition: opacity ease-in-out 1s; -webkit-transition: top ease-in-out 1s; -moz-transition: top ease-in-out 1s; -ie-transition: top ease-in-out 1s; -o-transition: top ease-in-out 1s; -khtml-transition: top ease-in-out 1s; transition: top ease-in-out 1s; } /* line 38, ../sass/pages/_page.transistions.scss */ section#wrapper section#articles article.animation { -webkit-transition: top ease-in-out 1s; -moz-transition: top ease-in-out 1s; -ie-transition: top ease-in-out 1s; -o-transition: top ease-in-out 1s; -khtml-transition: top ease-in-out 1s; transition: top ease-in-out 1s; } /* line 46, ../sass/pages/_page.transistions.scss */ section#wrapper.pageHome nav#home { top: 0%; } /* line 51, ../sass/pages/_page.transistions.scss */ section#wrapper.pageHome section#articles { top: 100%; opacity: 0; filter: alpha(opacity=0); } /* line 59, ../sass/pages/_page.transistions.scss */ section#wrapper.pageArticle nav#home { top: -100%; } /* line 63, ../sass/pages/_page.transistions.scss */ section#wrapper.pageArticle section#articles { top: 0%; } /* line 70, ../sass/pages/_page.transistions.scss */ section#articles article.active { top: 0px; } /* line 74, ../sass/pages/_page.transistions.scss */ section#articles article.left { top: -100%; opacity: 0; filter: alpha(opacity=0); } /* line 79, ../sass/pages/_page.transistions.scss */ section#articles article.right { top: 100%; opacity: 0; filter: alpha(opacity=0); } /* line 84, ../sass/pages/_page.transistions.scss */ section#articles article.active, section#articles article.right.active, section#articles article.left.active { opacity: 1; filter: alpha(opacity=100); } /* line 89, ../sass/pages/_page.transistions.scss */ section#wrapper nav#home header, section#wrapper nav#home header ul.splash { -webkit-transition: margin-top ease-in-out 1s; -moz-transition: margin-top ease-in-out 1s; -ie-transition: margin-top ease-in-out 1s; -o-transition: margin-top ease-in-out 1s; -khtml-transition: margin-top ease-in-out 1s; transition: margin-top ease-in-out 1s; } /* line 94, ../sass/pages/_page.transistions.scss */ .image .photo, .image, .image.active .photo, .image.active { -webkit-transition: all ease-in-out 1s; -moz-transition: all ease-in-out 1s; -ie-transition: all ease-in-out 1s; -o-transition: all ease-in-out 1s; -khtml-transition: all ease-in-out 1s; transition: all ease-in-out 1s; } /* line 6, ../sass/pages/_page.login.scss */ html { height: 100%; } /* line 7, ../sass/pages/_page.login.scss */ body { min-height: 100%; } /* line 8, ../sass/pages/_page.login.scss */ html, body { padding: 0px; margin: 0px; } /* line 12, ../sass/pages/_page.login.scss */ body section#loginheader { margin: 0 auto; } /* line 15, ../sass/pages/_page.login.scss */ body section#loginheader h1 { color: white; font-size: 15px; padding: 60px 20px 15px; line-height: 23px; } /* line 23, ../sass/pages/_page.login.scss */ body section#login { margin: 0 auto; } /* line 26, ../sass/pages/_page.login.scss */ body section#login form { padding: 40px; font-size: 15px; } /* line 30, ../sass/pages/_page.login.scss */ body section#login form h1 { font-size: 18px; font-weight: bold; } /* line 35, ../sass/pages/_page.login.scss */ body section#login form label { float: left; width: 150px; } /* line 38, ../sass/pages/_page.login.scss */ body section#login form label span { color: #df2c26; } /* line 43, ../sass/pages/_page.login.scss */ body section#login form input, body section#login form input[type=text] { /* clear: both; */ width: 265px; padding: 5px; height: 15px; background-color: #F2F2F2; border: 0; margin-bottom: 10px; } /* line 53, ../sass/pages/_page.login.scss */ body section#login form input[type="submit"] { width: 76px; height: 22px; color: white; float: right; font-size: 10px; margin-right: 5px; } /* line 62, ../sass/pages/_page.login.scss */ body section#login form p.notice { font-size: 10px; } /* line 65, ../sass/pages/_page.login.scss */ body section#login form p.notice span { color: #df2c26; } /* line 72, ../sass/pages/_page.login.scss */ body section#lostpassword { margin: 0 auto; font-size: 14px; color: 4b4b4b; } /* line 77, ../sass/pages/_page.login.scss */ body section#lostpassword p { padding: 30px 40px 40px; } /* line 81, ../sass/pages/_page.login.scss */ body section#lostpassword a { color: #4b4b4b; font-size: 12px; } /* line 3, ../sass/pages/_page.question.scss */ body section#content span.question_nr { display: block; text-align: left; font-size: 18px; font-weight: bold; float: left; margin-right: 10px; margin-top: 20px; } /* line 13, ../sass/pages/_page.question.scss */ body section#content p.question { float: left; width: 735px; line-height: 20px; } /* line 20, ../sass/pages/_page.question.scss */ body section#content a.but_a, body section#content a.but_b, body section#content a.but_c, body section#content a.but_d, but_next { display: block; float: left; margin-right: 10px; text-decoration: none; } /* line 27, ../sass/pages/_page.question.scss */ body section#content p.answer { float: right; width: 735px; margin: 0; margin-bottom: 20px; line-height: 20px; } /* line 3, ../sass/pages/_page.video.scss */ body section#content .video { padding: 10px; } /* line 6, ../sass/pages/_page.video.scss */ body section#content #my_video_1.vjs-default-skin { height: 467px; width: 836px; } /* line 10, ../sass/pages/_page.video.scss */ body section#content #my_video_1.vjs-default-skin div.vjs-big-play-button { background: transparent; box-shadow: 0px 0px 0px transparent; border-width: 0px; margin: -58px 0 0 -59px; width: 118px; height: 117px; -moz-box-shadow: 0 0 0 transparent; -webkit-box-shadow: 0 0 0 transparent; -o-box-shadow: 0 0 0 transparent; -ie-box-shadow: 0 0 0 transparent; -khtml-box-shadow: 0 0 0 transparent; box-shadow: 0 0 0 transparent; } /* line 25, ../sass/pages/_page.video.scss */ body section#content #my_video_1.vjs-default-skin div.vjs-big-play-button span { display: block; width: 118px; height: 117px; left: auto; top: auto; margin: 0; background-image: url("/Media/Images/sprite.png"); background-position: -10px -1590px; background-repeat: no-repeat; -moz-box-shadow: 0 0 0 transparent; -webkit-box-shadow: 0 0 0 transparent; -o-box-shadow: 0 0 0 transparent; -ie-box-shadow: 0 0 0 transparent; -khtml-box-shadow: 0 0 0 transparent; box-shadow: 0 0 0 transparent; } /* line 1, ../sass/modules/_modu.iosScrollable.scss */ .iphoneUI .iosSlider .slider .item .text { display: none; } /* line 5, ../sass/modules/_modu.iosScrollable.scss */ .iphoneUI .iosSlider .slider .item .text .bg { display: none; } /* line 9, ../sass/modules/_modu.iosScrollable.scss */ .iosSlider, .navigation { position: relative; top: 0; left: 0; overflow: hidden; width: 100%; height: 100%; } /* line 18, ../sass/modules/_modu.iosScrollable.scss */ .iosSlider .prevButton, .iosSlider .nextButton, .navigation .prevButton, .navigation .nextButton { position: absolute; top: 50%; margin-top: -22px; z-index: 7; opacity: 0; filter: alpha(opacity=0); -webkit-transition: opacity ease-in-out 1s; -moz-transition: opacity ease-in-out 1s; -ie-transition: opacity ease-in-out 1s; -o-transition: opacity ease-in-out 1s; -khtml-transition: opacity ease-in-out 1s; transition: opacity ease-in-out 1s; } /* line 26, ../sass/modules/_modu.iosScrollable.scss */ .iosSlider .prevButton:hover, .iosSlider .nextButton:hover, .navigation .prevButton:hover, .navigation .nextButton:hover { opacity: 1; filter: alpha(opacity=100); -webkit-transition: opacity ease-in-out 1s; -moz-transition: opacity ease-in-out 1s; -ie-transition: opacity ease-in-out 1s; -o-transition: opacity ease-in-out 1s; -khtml-transition: opacity ease-in-out 1s; transition: opacity ease-in-out 1s; } /* line 34, ../sass/modules/_modu.iosScrollable.scss */ .iosSlider .prevButton, .navigation .prevButton { left: 0; } /* line 37, ../sass/modules/_modu.iosScrollable.scss */ .iosSlider .prevButton span.help, .navigation .prevButton span.help { left: 30px; position: absolute; top: -50px; } /* line 44, ../sass/modules/_modu.iosScrollable.scss */ .iosSlider .nextButton, .navigation .nextButton { right: 0; } /* line 47, ../sass/modules/_modu.iosScrollable.scss */ .iosSlider .nextButton span.help, .navigation .nextButton span.help { right: 30px; position: absolute; top: -50px; } /* line 54, ../sass/modules/_modu.iosScrollable.scss */ .iosSlider .slider, .navigation .slider { width: 100%; height: 100%; } /* line 59, ../sass/modules/_modu.iosScrollable.scss */ .iosSlider .slider .item, .navigation .slider .item { position: relative; top: 0; left: 0; width: 100%; height: 100%; margin: 0; overflow: hidden; } /* line 68, ../sass/modules/_modu.iosScrollable.scss */ .iosSlider .slider .item .image, .navigation .slider .item .image { text-align: center; height: 100%; } /* line 72, ../sass/modules/_modu.iosScrollable.scss */ .iosSlider .slider .item .image .photo, .navigation .slider .item .image .photo { position: absolute; height: 800px; width: 1012px; left: 50%; margin-left: -506px; } /* line 82, ../sass/modules/_modu.iosScrollable.scss */ .iosSlider .slider .item .video, .navigation .slider .item .video { position: absolute; height: 549px; width: 976px; top: 50%; left: 50%; margin: -275px 0 0 -488px; } /* line 90, ../sass/modules/_modu.iosScrollable.scss */ .iosSlider .slider .item .video video, .navigation .slider .item .video video { height: 549px; width: 976px; } /* line 97, ../sass/modules/_modu.iosScrollable.scss */ .iosSlider .slider .item .image.active, .navigation .slider .item .image.active { height: auto; } /* line 100, ../sass/modules/_modu.iosScrollable.scss */ .iosSlider .slider .item .image.active .photo, .navigation .slider .item .image.active .photo { position: absolute; height: 1080px; width: 1366px; left: 50%; margin-left: -683px; } /* line 110, ../sass/modules/_modu.iosScrollable.scss */ .iosSlider .slider .item .text, .navigation .slider .item .text { position: absolute; bottom: 0; right: 0; width: 180px; height: 260px; padding: 20px; } /* line 118, ../sass/modules/_modu.iosScrollable.scss */ .iosSlider .slider .item .text .bg, .navigation .slider .item .text .bg { position: absolute; top: 0; right: 0; width: 220px; height: 300px; background: #000; opacity: 0.5; } /* line 129, ../sass/modules/_modu.iosScrollable.scss */ .iosSlider .slider .item .title, .navigation .slider .item .title { position: relative; top: 0; left: 0; text-indent: -1px; } /* line 135, ../sass/modules/_modu.iosScrollable.scss */ .iosSlider .slider .item .title span, .navigation .slider .item .title span { color: #fff; font: bold 40px/40px "Helvetica Neue", Helvetica, Arial, sans-serif; text-shadow: 0 -1px 1px black; } /* line 142, ../sass/modules/_modu.iosScrollable.scss */ .iosSlider .slider .item .desc, .navigation .slider .item .desc { position: relative; top: 0; left: 0; margin: 10px 0 0 0; } /* line 148, ../sass/modules/_modu.iosScrollable.scss */ .iosSlider .slider .item .desc span, .navigation .slider .item .desc span { color: #fff; font: normal 16px/22px "Helvetica Neue", Helvetica, Arial, sans-serif; text-shadow: 0 -1px 1px black; } /* line 155, ../sass/modules/_modu.iosScrollable.scss */ .iosSlider .slider .item .button, .navigation .slider .item .button { position: absolute; right: 20px; bottom: 20px; padding: 0 10px 0 10px; margin: 10px 0 0 0; background: #aaa; border: 1px solid #000; cursor: pointer; } /* line 165, ../sass/modules/_modu.iosScrollable.scss */ .iosSlider .slider .item .button span, .navigation .slider .item .button span { color: #000; font: normal 14px/30px "Helvetica Neue", Helvetica, Arial, sans-serif; text-shadow: 0 1px 1px #fff; } /* DESKTOP - 1080px > */ @media only screen and (min-height: 1080px) { /* line 7, ../sass/devices/_desktop.scss */ html body section#wrapper .image.active, html body section#wrapper .image { height: auto; } /* line 10, ../sass/devices/_desktop.scss */ } @media only screen and (max-width: 950px) { /* line 27, ../sass/devices/_desktop.scss */ html body nav#home header { margin-top: -185px !important; } /* line 31, ../sass/devices/_desktop.scss */ html body nav#home ul.splash { margin-top: -360px !important; } } /* NETBOOK - 1080px > */ @media only screen and (max-height: 1080px) { /* line 9, ../sass/devices/_netbook.scss */ html body section#wrapper .iosSlider .slider .item .image.active .photo { margin-top: -166px; } } /* line 48, ../sass/screen.scss */ ::selection { background: white; color: black; } /* line 52, ../sass/screen.scss */ ::-moz-selection { background: white; color: black; } /* CSS in 10-2012 toegevoegd */ #layerContent { margin: 5px 30px; } #layerContent h1{ margin-top: 5px; } body section#content p.answer { width: 675px; } .asterix { color: #AE0042; } #layerContent .result_text { width: 340px; } #layerContent .chartContainer { width: 300px; } #layerContent h2, #layerContent h3 { margin: 0; } #layerContent p { margin: 0 0 10px; } #layerContent input[type=text] { padding: 0 5px; width: 265px; } body a.but_next_1, body a.but_back_1 { cursor: default !important; }
@font-face { font-family: Lato-Regular; src: url('/Table_Fixed_Header/fonts/Lato/Lato-Regular.ttf'); } #wrapper{ padding: 20px; } body{ margin:0px; padding:0px; font-family: "Lato-Regular" background-color: #FFF !important; background: none; } table{ min-width:800px; box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15); -webkit-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15); -o-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15); -ms-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15); border-radius: 10px; float:left; margin: 20px; } table tr td, table tr th{ padding:6px; font-family: "Lato-Regular"; font-size: 14px; color: #808080; line-height: 1.4; text-align: left; border-bottom: 1px solid #f2f2f2; padding-top: 10px; padding-bottom: 10px; } table tr th{ color: #4272d7; } table tr td:first-child, table tr th:first-child{ padding-left: 20px; } table tr td:first-child, table tr th:last-child{ padding-right: 20px; } table thead tr{ background-color:transparent !important; } table tr a.delete{ color:red; text-decoration: none; } nav.leftMenu{ width:200px; height:800px; background-color:#EFEFEF; float:left; font-size:small; color:#666; text-align:center; margin-top:-30px; } section.content{ margin-left:200px; padding-left:10px; } section.content a{ color:#000; font-weight:bold; } div.imgButton{ width:150px; height:160px; background-color:#09C; text-align:center; } div.imgButton:hover{ background-color:#09F; } div.imgButton a{ text-decoration:none; } div span.imgLink{ color:#000; } nav.breadcrumTrail{ margin-left:200px; background-color:#EFEFEF; padding-left:20px; padding-bottom:4px; padding-top:4px; background-image:url('/Media/Images/Icons/breadcrumb.png'); background-repeat:no-repeat; background-position:4px 7px; } nav.breadcrumTrail ul{ padding:0px; margin:0px; list-style:none; } nav.breadcrumTrail ul li{ display:inline-block; } nav.breadcrumTrail a{ color:#999; } nav.breadcrumTrail a:visited{ color:#999; } div.debugBox{ padding:2px; margin:10px; border:1px #000 solid; } 
#confirmOverlay{ width:100%; height:100%; position:fixed; top:0; left:0; background:url('/Media/Images/Confirm/ie.png'); background: -moz-linear-gradient(rgba(11,11,11,0.1), rgba(11,11,11,0.6)) repeat-x rgba(11,11,11,0.2); background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(11,11,11,0.1)), to(rgba(11,11,11,0.6))) repeat-x rgba(11,11,11,0.2); z-index:100000; } #confirmBox{ background:url('/Media/Images/Confirm/body_bg.jpg') repeat-x left bottom #e5e5e5; width:460px; position:fixed; left:50%; top:50%; margin:-130px 0 0 -230px; border: 1px solid rgba(33, 33, 33, 0.6); -moz-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset; -webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset; box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset; } #confirmBox h1, #confirmBox p{ font:26px/1 'Cuprum','Lucida Sans Unicode', 'Lucida Grande', sans-serif; background:url('/Media/Images/Confirm/header_bg.jpg') repeat-x left bottom #f5f5f5; padding: 18px 25px; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6); color:#666; } #confirmBox h1{ letter-spacing:0.3px; color:#888; } #confirmBox p{ background:none; font-size:16px; line-height:1.4; padding-top: 35px; } #confirmButtons{ padding:15px 0 25px; text-align:center; } #confirmBox .confirmButton{ display:inline-block; background:url('/Media/Images/Confirm/buttons.png') no-repeat; color:white; position:relative; height: 33px; font:17px/33px 'Cuprum','Lucida Sans Unicode', 'Lucida Grande', sans-serif; margin-right: 15px; padding: 0 35px 0 40px; text-decoration:none; border:none; } #confirmBox .confirmButton:last-child{ margin-right:0;} #confirmBox .confirmButton span{ position:absolute; top:0; right:-5px; background:url('/Media/Images/Confirm/buttons.png') no-repeat; width:5px; height:33px } #confirmBox .blue{ background-position:left top;text-shadow:1px 1px 0 #5889a2;} #confirmBox .blue span{ background-position:-195px 0;} #confirmBox .blue:hover{ background-position:left bottom;} #confirmBox .blue:hover span{ background-position:-195px bottom;} #confirmBox .gray{ background-position:-200px top;text-shadow:1px 1px 0 #707070;} #confirmBox .gray span{ background-position:-395px 0;} #confirmBox .gray:hover{ background-position:-200px bottom;} #confirmBox .gray:hover span{ background-position:-395px bottom;}
