@charset "UTF-8";
/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */
/* Import Sass mixins, variables, Compass modules, etc. */
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);
/* line 41, ../sass/_mixins.scss */
body.elle-girl #header .region-header #block-superfish-1, #header #block-superfish-1,
#header #block-superfish-2, .menu_block_wrap {
  *zoom: 1;
}
/* line 43, ../sass/_mixins.scss */
body.elle-girl #header .region-header #block-superfish-1:before, #header #block-superfish-1:before,
#header #block-superfish-2:before, .menu_block_wrap:before, body.elle-girl #header .region-header #block-superfish-1:after, #header #block-superfish-1:after,
#header #block-superfish-2:after, .menu_block_wrap:after {
  content: " ";
  display: table;
}
/* line 48, ../sass/_mixins.scss */
body.elle-girl #header .region-header #block-superfish-1:after, #header #block-superfish-1:after,
#header #block-superfish-2:after, .menu_block_wrap:after {
  clear: both;
}

/* HTML element (SMACSS base) rules */
/**
 * @file
 * Normalize.css is intended to be used as an alternative to CSS resets.
 *
 * This file is a slight fork of these original sources:
 * - normalize.css v2.1.2 | MIT License | git.io/normalize
 * - normalize.scss v2.1.2 | MIT/GPLv2 License | bit.ly/normalize-with-compass
 *
 * It's suggested that you read the normalize.scss file and customise it to meet
 * your needs, rather then including the file in your project and overriding the
 * defaults later in your CSS.
 * @see http://nicolasgallagher.com/about-normalize-css/
 *
 * Also: @see http://meiert.com/en/blog/20080419/reset-style-sheets-are-bad/
 *       @see http://snook.ca/archives/html_and_css/no_css_reset/
 */
/**
 * HTML5 display definitions
 */
/* Correct `block` display not defined in IE 8/9. */
/* line 23, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

/* Correct `inline-block` display not defined in IE 8/9. */
/* line 38, ../sass/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 52, ../sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* Address styling not present in IE 8/9. */
/* line 58, ../sass/_normalize.scss */
[hidden] {
  display: none;
}

/**
 * Base
 *
 * Instead of relying on the fonts that are available on a user's computer, you
 * can use web fonts which, like images, are resources downloaded to the user's
 * browser. Because of the bandwidth and rendering resources required, web fonts
 * should be used with care.
 *
 * Numerous resources for web fonts can be found on Google. Here are a few
 * websites where you can find Open Source fonts to download:
 * - http://www.fontsquirrel.com/fontface
 * - http://www.theleagueofmoveabletype.com
 *
 * In order to use these fonts, you will need to convert them into formats
 * suitable for web fonts. We recommend the free-to-use Font Squirrel's
 * Font-Face Generator:
 *   http://www.fontsquirrel.com/fontface/generator
 *
 * The following is an example @font-face declaration. This font can then be
 * used in any ruleset using a property like this:  font-family: Example, serif;
 *
 * Since we're using Sass, you'll need to declare your font faces here, then you
 * can add them to the font variables in the _init.scss partial.
 */
/*
@font-face {
  font-family: 'Example';
  src: url('../fonts/example.eot');
  src: url('../fonts/example.eot?iefix') format('eot'),
    url('../fonts/example.woff') format('woff'),
    url('../fonts/example.ttf') format('truetype'),
    url('../fonts/example.svg#webfontOkOndcij') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
/* line 106, ../sass/_normalize.scss */
html {
  font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;
  /* 1 */
  font-size: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  line-height: 1.5em;
}

/* Remove default margin. */
/* line 126, ../sass/_normalize.scss */
body {
  margin: 0;
  padding: 0;
}

/**
 * Links
 *
 * The order of link states are based on Eric Meyer's article:
 * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
 */
/* Address `outline` inconsistency between Chrome and other browsers. */
/* line 148, ../sass/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/* Improve readability when focused and also mouse hovered in all browsers. */
/* line 153, ../sass/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/**
 * Typography
 *
 * To achieve a pleasant vertical rhythm, we use Compass' Vertical Rhythm mixins
 * so that the line height of our base font becomes the basic unit of vertical
 * measurement. We use multiples of that unit to set the top and bottom margins
 * for our block level elements and to set the line heights of any fonts.
 * For more information, see http://24ways.org/2006/compose-to-a-vertical-rhythm
 */
/* Set 1 unit of vertical rhythm on the top and bottom margin. */
/* line 169, ../sass/_normalize.scss */
p,
pre {
  margin: 1.5em 0;
}

/* line 173, ../sass/_normalize.scss */
blockquote {
  /* Also indent the quote on both sides. */
  margin: 1.5em 30px;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 182, ../sass/_normalize.scss */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.5em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

/* line 190, ../sass/_normalize.scss */
h2 {
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 195, ../sass/_normalize.scss */
h3 {
  font-size: 1.17em;
  line-height: 1.2820512821em;
  margin-top: 1.2820512821em;
  margin-bottom: 1.2820512821em;
}

/* line 200, ../sass/_normalize.scss */
h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

/* line 205, ../sass/_normalize.scss */
h5 {
  font-size: 0.83em;
  line-height: 1.8072289157em;
  margin-top: 1.8072289157em;
  margin-bottom: 1.8072289157em;
}

/* line 210, ../sass/_normalize.scss */
h6 {
  font-size: 0.67em;
  line-height: 2.2388059701em;
  margin-top: 2.2388059701em;
  margin-bottom: 2.2388059701em;
}

/* Address styling not present in IE 8/9, Safari 5, and Chrome. */
/* line 217, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */
/* line 222, ../sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* Address styling not present in Safari 5 and Chrome. */
/* line 228, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

/* Address differences between Firefox and other browsers. */
/* line 233, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  border: 1px solid #666;
  padding-bottom: -1px;
  margin: 1.5em 0;
}

/* Address styling not present in IE 8/9. */
/* line 242, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* Correct font family set oddly in Safari 5 and Chrome. */
/* line 248, ../sass/_normalize.scss */
code,
kbd,
pre,
samp,
tt,
var {
  font-family: "Courier New", "DejaVu Sans Mono", monospace, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
}

/* Improve readability of pre-formatted text in all browsers. */
/* line 262, ../sass/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/* Set consistent quote types. */
/* line 274, ../sass/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/* Address inconsistent and variable font size in all browsers. */
/* line 279, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

/* Prevent `sub` and `sup` affecting `line-height` in all browsers. */
/* line 284, ../sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 291, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 294, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/**
 * Lists
 */
/* line 301, ../sass/_normalize.scss */
dl,
menu,
ol,
ul {
  /* Address margins set differently in IE 6/7. */
  margin: 1.5em 0;
}

/* line 310, ../sass/_normalize.scss */
ol ol,
ol ul,
ul ol,
ul ul {
  /* Turn off margins on nested lists. */
  margin: 0;
}

/* line 316, ../sass/_normalize.scss */
dd {
  margin: 0 0 0 30px;
  /* LTR */
}

/* Address paddings set differently in IE 6/7. */
/* line 321, ../sass/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 30px;
  /* LTR */
}

/**
 * Embedded content and figures
 *
 * @todo Look into adding responsive embedded video.
 */
/* line 341, ../sass/_normalize.scss */
img {
  /* Remove border when inside `a` element in IE 8/9. */
  border: 0;
  /* Suppress the space beneath the baseline */
  /* vertical-align: bottom; */
  /* Responsive images */
  max-width: 100%;
  height: auto;
  /* Correct IE 8 not scaling image height when resized. */
  width: auto;
}

/* Correct overflow displayed oddly in IE 9. */
/* line 362, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Address margin not present in IE 8/9 and Safari 5. */
/* line 367, ../sass/_normalize.scss */
figure {
  margin: 0;
}

/**
 * Forms
 */
/* Define consistent border, margin, and padding. */
/* line 383, ../sass/_normalize.scss */
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-width: 0.0625em;
  border-top-style: solid;
  padding-top: 0.4625em;
  border-bottom-width: 0.0625em;
  border-bottom-style: solid;
  padding-bottom: 0.9125em;
  border-left-width: 0.0625em;
  border-left-style: solid;
  padding-left: 0.9125em;
  border-right-width: 0.0625em;
  border-right-style: solid;
  padding-right: 0.9125em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 398, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 * 4. Improve appearance and consistency with IE 6/7.
 * 5. Keep form elements constrained in their containers.
 */
/* line 413, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  max-width: 100%;
  /* 5 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 5 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 432, ../sass/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 443, ../sass/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 457, ../sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 471, ../sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 482, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 497, ../sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 506, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* Remove inner padding and border in Firefox 4+. */
/* line 512, ../sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 522, ../sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* Drupal-style form labels. */
/* line 528, ../sass/_normalize.scss */
label {
  display: block;
  font-weight: bold;
}

/**
 * Tables
 */
/* line 536, ../sass/_normalize.scss */
table {
  /* Remove most spacing between table cells. */
  border-collapse: collapse;
  border-spacing: 0;
  /* Prevent cramped-looking tables */
  /* width: 100%; */
  /* Add vertical rhythm margins. */
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

/* Layout rules */
/**
 * @file
 * Positioning for a responsive layout.
 *
 * Define CSS classes to create a fluid grid layout with optional sidebars
 * depending on whether blocks are placed in the left or right sidebars.
 *
 * This layout uses the Zen Grids plugin for Compass: http://zengrids.com
 */
/**
 * Center the page.
 *
 * For screen sizes larger than 1200px, prevent excessively long lines of text
 * by setting a max-width.
 */
/* line 33, ../sass/layouts/_responsive.scss */
#page {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}

/* Apply the shared properties of grid items in a single, efficient ruleset. */
/* line 40, ../sass/layouts/_responsive.scss */
#header,
#content,
#navigation,
.region-sidebar-first,
.region-sidebar-second,
#footer {
  padding-left: 5px;
  padding-right: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}

/* Containers for grid items and flow items. */
/* line 45, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#header:before, #header:after,
#main:before,
#main:after,
#footer:before,
#footer:after {
  content: "";
  display: table;
}
/* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#header:after,
#main:after,
#footer:after {
  clear: both;
}

/* Navigation bar */
@media all and (min-width: 480px) {
  /* line 59, ../sass/layouts/_responsive.scss */
  #main {
    /* Move all the children of #main down to make room. */
    padding-top: 3em;
    position: relative;
  }

  /* line 64, ../sass/layouts/_responsive.scss */
  #navigation {
    /* Move the navbar up inside #main's padding. */
    position: absolute;
    top: 0;
    height: 3em;
    width: 100%;
  }
}
/**
 * Use 3 grid columns for smaller screens.
 */
@media all and (min-width: 480px) and (max-width: 959px) {
  /**
   * The layout when there is only one sidebar, the left one.
   */
  /* line 85, ../sass/layouts/_responsive.scss */
  .sidebar-first {
    /* Span 2 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
  }
  /* line 87, ../sass/layouts/_responsive.scss */
  .sidebar-first #content {
    float: left;
    width: 10%;
    margin-left: 5%;
    margin-right: -15%;
  }
  /* line 92, ../sass/layouts/_responsive.scss */
  .sidebar-first .region-sidebar-first {
    float: left;
    width: 5%;
    margin-left: 0%;
    margin-right: -5%;
  }

  /**
   * The layout when there is only one sidebar, the right one.
   */
  /* line 100, ../sass/layouts/_responsive.scss */
  .sidebar-second {
    /* Span 2 columns, starting in 1st column from left. */
    /* Span 1 column, starting in 3rd column from left. */
  }
  /* line 102, ../sass/layouts/_responsive.scss */
  .sidebar-second #content {
    float: left;
    width: 10%;
    margin-left: 0%;
    margin-right: -10%;
  }
  /* line 107, ../sass/layouts/_responsive.scss */
  .sidebar-second .region-sidebar-second {
    float: left;
    width: 5%;
    margin-left: 10%;
    margin-right: -15%;
  }

  /**
   * The layout when there are two sidebars.
   */
  /* line 115, ../sass/layouts/_responsive.scss */
  .two-sidebars {
    /* Span 2 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
    /* Start a new row and span all 3 columns. */
  }
  /* line 117, ../sass/layouts/_responsive.scss */
  .two-sidebars #content {
    float: left;
    width: 10%;
    margin-left: 5%;
    margin-right: -15%;
  }
  /* line 122, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-first {
    float: left;
    width: 5%;
    margin-left: 0%;
    margin-right: -5%;
  }
  /* line 127, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second {
    float: left;
    width: 15%;
    margin-left: 0%;
    margin-right: -15%;
    padding-left: 0;
    padding-right: 0;
    clear: left;
    /* Apply the shared properties of grid items in a single, efficient ruleset. */
    /* Span 1 column, starting in the 1st column from left. */
    /* Span 1 column, starting in the 2nd column from left. */
    /* Span 1 column, starting in the 3rd column from left. */
  }
  /* line 133, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block {
    padding-left: 5px;
    padding-right: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 137, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block:nth-child(3n+1) {
    float: left;
    width: 5%;
    margin-left: 0%;
    margin-right: -5%;
    clear: left;
  }
  /* line 142, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block:nth-child(3n+2) {
    float: left;
    width: 5%;
    margin-left: 5%;
    margin-right: -10%;
  }
  /* line 146, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block:nth-child(3n) {
    float: left;
    width: 5%;
    margin-left: 10%;
    margin-right: -15%;
  }
}
/**
 * Use 5 grid columns for larger screens.
 */
@media all and (min-width: 960px) {
  /**
   * The layout when there is only one sidebar, the left one.
   */
  /* line 163, ../sass/layouts/_responsive.scss */
  .sidebar-first {
    /* Span 4 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
  }
  /* line 165, ../sass/layouts/_responsive.scss */
  .sidebar-first #content {
    float: left;
    width: 20%;
    margin-left: 5%;
    margin-right: -25%;
  }
  /* line 170, ../sass/layouts/_responsive.scss */
  .sidebar-first .region-sidebar-first {
    float: left;
    width: 5%;
    margin-left: 0%;
    margin-right: -5%;
  }

  /**
   * The layout when there is only one sidebar, the right one.
   */
  /* line 178, ../sass/layouts/_responsive.scss */
  .sidebar-second {
    /* Span 4 columns, starting in 1st column from left. */
    /* Span 1 column, starting in 5th column from left. */
  }
  /* line 180, ../sass/layouts/_responsive.scss */
  .sidebar-second #content {
    float: left;
    width: 20%;
    margin-left: 0%;
    margin-right: -20%;
  }
  /* line 185, ../sass/layouts/_responsive.scss */
  .sidebar-second .region-sidebar-second {
    float: left;
    width: 5%;
    margin-left: 20%;
    margin-right: -25%;
  }

  /**
   * The layout when there are two sidebars.
   */
  /* line 193, ../sass/layouts/_responsive.scss */
  .two-sidebars {
    /* Span 3 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
    /* Span 1 column, starting in 5th column from left. */
  }
  /* line 195, ../sass/layouts/_responsive.scss */
  .two-sidebars #content {
    float: left;
    width: 15%;
    margin-left: 5%;
    margin-right: -20%;
  }
  /* line 200, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-first {
    float: left;
    width: 5%;
    margin-left: 0%;
    margin-right: -5%;
  }
  /* line 205, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second {
    float: left;
    width: 5%;
    margin-left: 20%;
    margin-right: -25%;
  }
}
/*My CSS*/
@media all and (min-width: 480px) {
  /* line 215, ../sass/layouts/_responsive.scss */
  #header-top {
    padding-left: 5px;
    padding-right: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 217, ../sass/layouts/_responsive.scss */
  #header-top #block-views-ad-block-block {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  /* line 223, ../sass/layouts/_responsive.scss */
  #header-top #block-imageblock-3 {
    float: left;
    display: inline-block;
    width: 20%;
  }
  /* line 228, ../sass/layouts/_responsive.scss */
  #header-top #block-search-form {
    float: left;
    display: inline-block;
    width: 65%;
  }
  /* line 232, ../sass/layouts/_responsive.scss */
  #header-top #block-search-form input#edit-search-block-form--2, #header-top #block-search-form input#edit-search-block-form--4 {
    width: 80%;
  }
  /* line 236, ../sass/layouts/_responsive.scss */
  #header-top #block-block-3 {
    float: right;
  }
  /* line 239, ../sass/layouts/_responsive.scss */
  #header-top #block-menu-block-1 {
    clear: both;
    float: left;
  }
  /* line 243, ../sass/layouts/_responsive.scss */
  #header-top #block-menu-block-2 {
    float: right;
  }

  /* line 249, ../sass/layouts/_responsive.scss */
  #header #block-search-form {
    float: right;
    display: block;
    width: 55%;
    margin-bottom: 10px;
  }
  /* line 254, ../sass/layouts/_responsive.scss */
  #header #block-search-form input#edit-search-block-form--2, #header #block-search-form input#edit-search-block-form--4 {
    width: 80%;
  }
  /* line 258, ../sass/layouts/_responsive.scss */
  #header #block-menu-block-5 {
    float: right;
  }
  /* line 261, ../sass/layouts/_responsive.scss */
  #header #block-superfish-1 {
    display: none;
  }
  /* line 264, ../sass/layouts/_responsive.scss */
  #header a#logo {
    display: none;
  }
  /* line 267, ../sass/layouts/_responsive.scss */
  #header #block-block-4, #header #block-block-5 {
    float: right;
  }

  /* line 272, ../sass/layouts/_responsive.scss */
  #content {
    /*DECOR page*/
    /*DECOR page*/
    /*WEDDING Page*/
    /*WEDDING Page*/
    /*accessories Page*/
    /*accessories Page*/
    /*ELLE GIRL*/
    /*ELLE GIRL*/
    /*頻道頁面*/
    /*頻道頁面*/
    /*node content area*/
    /*node content area*/
    /** ELLE TV **/
    /*ELLE TV*/
    /** column area **/
    /** column area **/
    /** EVENT AREA **/
    /** EVENT AREA **/
    /** User Login Register Area  **/
    /** User Login Register Area  **/
    /** Weform Area **/
    /** Weform Area **/
    /** 網站地圖 **/
    /** 網站地圖 **/
  }
  /* line 276, ../sass/layouts/_responsive.scss */
  #content .region-highlighted #block-views-elle-slideshow-block-5 {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 5px;
    padding-right: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 282, ../sass/layouts/_responsive.scss */
  #content #block-views-elle-tv-block {
    float: left;
    width: 65%;
    margin-left: 0%;
    margin-right: -65%;
  }
  /* line 285, ../sass/layouts/_responsive.scss */
  #content #block-views-elle-tv-block ul li:first-child {
    display: inline-block;
    width: 100%;
  }
  /* line 289, ../sass/layouts/_responsive.scss */
  #content #block-views-elle-tv-block ul li:nth-child(2) {
    clear: both;
    display: inline-block;
    width: 50%;
    overflow: hidden;
    float: left;
  }
  /* line 296, ../sass/layouts/_responsive.scss */
  #content #block-views-elle-tv-block ul li:nth-child(3) {
    display: inline-block;
    width: 50%;
    overflow: hidden;
    float: left;
  }
  /* line 305, ../sass/layouts/_responsive.scss */
  #content #block-views-ad-block-block-1 {
    float: right;
    width: 30%;
    margin-right: 0%;
    margin-left: -30%;
  }
  /* line 309, ../sass/layouts/_responsive.scss */
  #content #block-views-ad-block-block-2, #content #block-views-ad-block-block-3 {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    margin: 20px 0px;
  }
  /* line 314, ../sass/layouts/_responsive.scss */
  #content #block-nodeblock-49, #content #block-nodeblock-55 {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 318, ../sass/layouts/_responsive.scss */
  #content #block-views-elle-hot-news-block {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 323, ../sass/layouts/_responsive.scss */
  #content #block-views-elle-hot-news-block li.news-block .views-field-field-image {
    float: right;
    width: 60%;
    margin-right: 0%;
    margin-left: -60%;
  }
  /* line 326, ../sass/layouts/_responsive.scss */
  #content #block-views-elle-hot-news-block li.news-block .views-field-sharethis {
    float: left;
    width: 30%;
    margin-left: 5%;
    margin-right: -35%;
  }
  /* line 329, ../sass/layouts/_responsive.scss */
  #content #block-views-elle-hot-news-block li.news-block .views-field-title {
    clear: left;
    float: left;
    width: 30%;
    margin-left: 5%;
    margin-right: -35%;
  }
  /* line 333, ../sass/layouts/_responsive.scss */
  #content #block-views-elle-hot-news-block li.news-block .views-field-body {
    clear: left;
    float: left;
    width: 30%;
    margin-left: 5%;
    margin-right: -35%;
  }
  /* line 339, ../sass/layouts/_responsive.scss */
  #content #extra-social {
    display: none !important;
  }
  /* line 342, ../sass/layouts/_responsive.scss */
  #content #block-views-elle-shopping-block {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 347, ../sass/layouts/_responsive.scss */
  #content #block-views-elle-shopping-block li.shopping-block:nth-child(1) {
    float: left;
    width: 19.2%;
    margin-left: 0%;
    margin-right: -19.2%;
  }
  /* line 350, ../sass/layouts/_responsive.scss */
  #content #block-views-elle-shopping-block li.shopping-block:nth-child(2) {
    float: left;
    width: 19.2%;
    margin-left: 20.2%;
    margin-right: -39.4%;
  }
  /* line 353, ../sass/layouts/_responsive.scss */
  #content #block-views-elle-shopping-block li.shopping-block:nth-child(3) {
    float: left;
    width: 19.2%;
    margin-left: 40.4%;
    margin-right: -59.6%;
  }
  /* line 356, ../sass/layouts/_responsive.scss */
  #content #block-views-elle-shopping-block li.shopping-block:nth-child(4) {
    float: left;
    width: 19.2%;
    margin-left: 60.6%;
    margin-right: -79.8%;
  }
  /* line 359, ../sass/layouts/_responsive.scss */
  #content #block-views-elle-shopping-block li.shopping-block:nth-child(5) {
    float: left;
    width: 19.2%;
    margin-left: 80.8%;
    margin-right: -100%;
  }
  /* line 364, ../sass/layouts/_responsive.scss */
  #content #block-hellosanta-elle-instagram {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 367, ../sass/layouts/_responsive.scss */
  #content #block-hellosanta-elle-instagram ul.instagram-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 376, ../sass/layouts/_responsive.scss */
  #content #block-hellosanta-elle-instagram ul.instagram-list li.instagram-block {
    float: left;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  /* line 381, ../sass/layouts/_responsive.scss */
  #content #block-hellosanta-elle-instagram ul.instagram-list li.instagram-block:nth-child(1) {
    float: left;
    width: 30%;
    margin-left: 0%;
    margin-right: -30%;
  }
  /* line 384, ../sass/layouts/_responsive.scss */
  #content #block-hellosanta-elle-instagram ul.instagram-list li.instagram-block:nth-child(2) {
    float: left;
    width: 30%;
    margin-left: 35%;
    margin-right: -65%;
  }
  /* line 387, ../sass/layouts/_responsive.scss */
  #content #block-hellosanta-elle-instagram ul.instagram-list li.instagram-block:nth-child(3) {
    float: left;
    width: 30%;
    margin-left: 70%;
    margin-right: -100%;
  }
  /* line 393, ../sass/layouts/_responsive.scss */
  #content #block-views-elle-editor-block {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 396, ../sass/layouts/_responsive.scss */
  #content #block-views-elle-editor-block ul.editor-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 405, ../sass/layouts/_responsive.scss */
  #content #block-views-elle-editor-block ul.editor-list li.editor-block {
    float: left;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  /* line 410, ../sass/layouts/_responsive.scss */
  #content #block-views-elle-editor-block ul.editor-list li.editor-block:nth-child(1) {
    float: left;
    width: 30%;
    margin-left: 0%;
    margin-right: -30%;
  }
  /* line 413, ../sass/layouts/_responsive.scss */
  #content #block-views-elle-editor-block ul.editor-list li.editor-block:nth-child(2) {
    float: left;
    width: 30%;
    margin-left: 35%;
    margin-right: -65%;
  }
  /* line 416, ../sass/layouts/_responsive.scss */
  #content #block-views-elle-editor-block ul.editor-list li.editor-block:nth-child(3) {
    float: left;
    width: 30%;
    margin-left: 70%;
    margin-right: -100%;
  }
  /* line 424, ../sass/layouts/_responsive.scss */
  #content .decor-area {
    float: left;
    width: 65%;
    margin-left: 0%;
    margin-right: -65%;
  }
  /* line 429, ../sass/layouts/_responsive.scss */
  #content .decor-area ul.decor-list li.decor-block .views-field-field-image {
    width: 35%;
    margin-right: 10px;
  }
  /* line 438, ../sass/layouts/_responsive.scss */
  #content #block-views-ad-block-block-4 {
    float: right;
    width: 30%;
    margin-right: 0%;
    margin-left: -30%;
  }
  /* line 441, ../sass/layouts/_responsive.scss */
  #content #block-views-nodequeue-1-block {
    clear: right;
    float: right;
    width: 30%;
    margin-right: 0%;
    margin-left: -30%;
  }
  /* line 445, ../sass/layouts/_responsive.scss */
  #content #block-nodeblock-62, #content #block-nodeblock-63 {
    clear: right;
    float: right;
    width: 30%;
    margin-right: 0%;
    margin-left: -30%;
  }
  /* line 449, ../sass/layouts/_responsive.scss */
  #content #block-views-ad-block-block-5, #content #block-views-ad-block-block-6 {
    clear: right;
    float: right;
    width: 30%;
    margin-right: 0%;
    margin-left: -30%;
  }
  /* line 453, ../sass/layouts/_responsive.scss */
  #content #block-views-ad-block-block-7 {
    clear: both;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    text-align: center;
  }
  /* line 462, ../sass/layouts/_responsive.scss */
  #content .wedding-area {
    float: left;
    width: 70%;
    margin-left: 0%;
    margin-right: -70%;
  }
  /* line 465, ../sass/layouts/_responsive.scss */
  #content .wedding-area ul.wedding-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 472, ../sass/layouts/_responsive.scss */
  #content .wedding-area ul.wedding-list li.wedding-block {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: left;
    overflow: hidden;
    width: 25%;
    margin-right: 4.5%;
  }
  /* line 487, ../sass/layouts/_responsive.scss */
  #content #block-views-ad-block-block-12 {
    float: right;
    width: 30%;
    margin-right: 0%;
    margin-left: -30%;
  }
  /* line 490, ../sass/layouts/_responsive.scss */
  #content #block-views-nodequeue-1-block-1 {
    clear: right;
    float: right;
    width: 30%;
    margin-right: 0%;
    margin-left: -30%;
  }
  /* line 494, ../sass/layouts/_responsive.scss */
  #content #block-views-ad-block-block-13, #content #block-views-ad-block-block-14 {
    clear: right;
    float: right;
    width: 30%;
    margin-right: 0%;
    margin-left: -30%;
  }
  /* line 498, ../sass/layouts/_responsive.scss */
  #content #block-views-ad-block-block-15 {
    clear: both;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    text-align: center;
  }
  /* line 507, ../sass/layouts/_responsive.scss */
  #content .accessories-area {
    float: left;
    width: 65%;
    margin-left: 0%;
    margin-right: -65%;
  }
  /* line 510, ../sass/layouts/_responsive.scss */
  #content .accessories-area ul.accessories-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 517, ../sass/layouts/_responsive.scss */
  #content .accessories-area ul.accessories-list li.accessories-block {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: left;
    overflow: hidden;
    width: 25%;
    margin-right: 7.5%;
  }
  /* line 530, ../sass/layouts/_responsive.scss */
  #content #block-views-ad-block-block-16 {
    float: right;
    width: 30%;
    margin-right: 0%;
    margin-left: -30%;
  }
  /* line 533, ../sass/layouts/_responsive.scss */
  #content #block-views-nodequeue-1-block-2 {
    clear: right;
    float: right;
    width: 30%;
    margin-right: 0%;
    margin-left: -30%;
  }
  /* line 537, ../sass/layouts/_responsive.scss */
  #content #block-views-ad-block-block-17, #content #block-views-ad-block-block-18 {
    clear: right;
    float: right;
    width: 30%;
    margin-right: 0%;
    margin-left: -30%;
  }
  /* line 541, ../sass/layouts/_responsive.scss */
  #content #block-views-ad-block-block-19 {
    clear: both;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    text-align: center;
  }
  /* line 549, ../sass/layouts/_responsive.scss */
  #content .girl-area {
    float: left;
    width: 60%;
    margin-left: 0%;
    margin-right: -60%;
  }
  /* line 554, ../sass/layouts/_responsive.scss */
  #content .girl-area ul.girl-list li.girl-block .views-field-field-image {
    float: left;
    width: 35%;
    margin-left: 0%;
    margin-right: -35%;
  }
  /* line 557, ../sass/layouts/_responsive.scss */
  #content .girl-area ul.girl-list li.girl-block .views-field-sharethis {
    float: right;
    width: 60%;
    margin-right: 0%;
    margin-left: -60%;
  }
  /* line 560, ../sass/layouts/_responsive.scss */
  #content .girl-area ul.girl-list li.girl-block .views-field-title {
    clear: right;
    float: right;
    width: 60%;
    margin-right: 0%;
    margin-left: -60%;
  }
  /* line 564, ../sass/layouts/_responsive.scss */
  #content .girl-area ul.girl-list li.girl-block .views-field-body, #content .girl-area ul.girl-list li.girl-block .views-field-nid {
    clear: right;
    float: right;
    width: 60%;
    margin-right: 0%;
    margin-left: -60%;
  }
  /* line 572, ../sass/layouts/_responsive.scss */
  #content #block-views-ad-block-block-8 {
    float: right;
    width: 30%;
    margin-right: 0%;
    margin-left: -30%;
  }
  /* line 575, ../sass/layouts/_responsive.scss */
  #content #block-views-nodequeue-1-block-3 {
    clear: right;
    float: right;
    width: 30%;
    margin-right: 0%;
    margin-left: -30%;
  }
  /* line 579, ../sass/layouts/_responsive.scss */
  #content #block-views-ad-block-block-9, #content #block-views-ad-block-block-10 {
    clear: right;
    float: right;
    width: 30%;
    margin-right: 0%;
    margin-left: -30%;
  }
  /* line 583, ../sass/layouts/_responsive.scss */
  #content #block-views-ad-block-block-11 {
    clear: both;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    text-align: center;
  }
  /* line 593, ../sass/layouts/_responsive.scss */
  #content #block-views-nodequeue-1-block-4 {
    float: right;
    width: 30%;
    margin-right: 0%;
    margin-left: -30%;
  }
  /* line 596, ../sass/layouts/_responsive.scss */
  #content #block-views-ad-folder-banner-block-1 {
    clear: both;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    text-align: center;
  }
  /* line 601, ../sass/layouts/_responsive.scss */
  #content #block-views-ad-folder-banner-block-2, #content #block-views-ad-folder-banner-block-3 {
    clear: right;
    float: right;
    width: 30%;
    margin-right: 0%;
    margin-left: -30%;
  }
  /* line 605, ../sass/layouts/_responsive.scss */
  #content #block-views-ad-folder-banner-block-4 {
    clear: both;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    text-align: center;
  }
  /* line 615, ../sass/layouts/_responsive.scss */
  #content .node-article-area, #content .search-results.node-results {
    float: left;
    width: 65%;
    margin-left: 0%;
    margin-right: -65%;
  }
  /* line 618, ../sass/layouts/_responsive.scss */
  #content .node-article-area .view-elle-editor-node, #content .search-results.node-results .view-elle-editor-node {
    display: inline-block;
    position: relative;
  }
  /* line 621, ../sass/layouts/_responsive.scss */
  #content .node-article-area .view-elle-editor-node h2.editor-name, #content .search-results.node-results .view-elle-editor-node h2.editor-name {
    border-bottom: 1px solid #7d7d7d;
    font-size: 15px;
  }
  /* line 625, ../sass/layouts/_responsive.scss */
  #content .node-article-area .view-elle-editor-node .views-field-field-avatar, #content .search-results.node-results .view-elle-editor-node .views-field-field-avatar {
    float: left;
    margin: 10px;
  }
  /* line 629, ../sass/layouts/_responsive.scss */
  #content .node-article-area .view-elle-editor-node p, #content .search-results.node-results .view-elle-editor-node p {
    margin: 5px 0px;
  }
  /* line 636, ../sass/layouts/_responsive.scss */
  #content #block-views-ad-article-block-block {
    float: right;
    width: 30%;
    margin-right: 0%;
    margin-left: -30%;
  }
  /* line 640, ../sass/layouts/_responsive.scss */
  #content #block-views-nodequeue-1-block-5 {
    clear: right;
    float: right;
    width: 30%;
    margin-right: 0%;
    margin-left: -30%;
  }
  /* line 645, ../sass/layouts/_responsive.scss */
  #content #block-views-ad-article-block-block-1 {
    clear: right;
    float: right;
    width: 30%;
    margin-right: 0%;
    margin-left: -30%;
  }
  /* line 650, ../sass/layouts/_responsive.scss */
  #content #block-views-ad-article-block-block-2 {
    clear: left;
    float: left;
    width: 30%;
    margin-left: 0%;
    margin-right: -30%;
  }
  /* line 655, ../sass/layouts/_responsive.scss */
  #content #block-views-ad-article-block-block-3 {
    float: left;
    width: 30%;
    margin-left: 35%;
    margin-right: -65%;
  }
  /* line 666, ../sass/layouts/_responsive.scss */
  #content #block-views-elle-tv-block-1 {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 670, ../sass/layouts/_responsive.scss */
  #content #block-views-elle-tv-block-1 ul li.views-row-1 {
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -50%;
  }
  /* line 673, ../sass/layouts/_responsive.scss */
  #content #block-views-elle-tv-block-1 ul li.views-row-2 {
    float: right;
    width: 45%;
    margin-right: 0%;
    margin-left: -45%;
  }
  /* line 676, ../sass/layouts/_responsive.scss */
  #content #block-views-elle-tv-block-1 ul li.views-row-2 .field-name-field-cover-image {
    float: left;
    width: 20%;
    padding-left: 5px;
    padding-right: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 683, ../sass/layouts/_responsive.scss */
  #content #block-views-elle-tv-block-1 ul li.views-row-3, #content #block-views-elle-tv-block-1 ul li.views-row-4 {
    clear: right;
    float: right;
    width: 45%;
    margin-right: 0%;
    margin-left: -45%;
  }
  /* line 687, ../sass/layouts/_responsive.scss */
  #content #block-views-elle-tv-block-1 ul li.views-row-3 .field-name-field-cover-image, #content #block-views-elle-tv-block-1 ul li.views-row-4 .field-name-field-cover-image {
    float: left;
    width: 20%;
    padding-left: 5px;
    padding-right: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 698, ../sass/layouts/_responsive.scss */
  #content .elletv {
    clear: both;
  }
  /* line 701, ../sass/layouts/_responsive.scss */
  #content .elletv li.elletv-block:nth-child(3n+1) {
    clear: left;
    float: left;
    width: 30%;
    margin-left: 0%;
    margin-right: -30%;
    padding-left: 5px;
    padding-right: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 706, ../sass/layouts/_responsive.scss */
  #content .elletv li.elletv-block:nth-child(3n+2) {
    float: left;
    width: 30%;
    margin-left: 35%;
    margin-right: -65%;
    padding-left: 5px;
    padding-right: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 710, ../sass/layouts/_responsive.scss */
  #content .elletv li.elletv-block:nth-child(3n) {
    float: left;
    width: 30%;
    margin-left: 70%;
    margin-right: -100%;
    padding-left: 5px;
    padding-right: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 717, ../sass/layouts/_responsive.scss */
  #content #block-views-elle-tv-block-2 {
    clear: both;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 721, ../sass/layouts/_responsive.scss */
  #content #block-views-elle-tv-block-2 li.elletv-block:nth-child(3n+1) {
    clear: left;
    float: left;
    width: 30%;
    margin-left: 0%;
    margin-right: -30%;
    padding-left: 5px;
    padding-right: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 726, ../sass/layouts/_responsive.scss */
  #content #block-views-elle-tv-block-2 li.elletv-block:nth-child(3n+2) {
    float: left;
    width: 30%;
    margin-left: 35%;
    margin-right: -65%;
    padding-left: 5px;
    padding-right: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 730, ../sass/layouts/_responsive.scss */
  #content #block-views-elle-tv-block-2 li.elletv-block:nth-child(3n) {
    float: left;
    width: 30%;
    margin-left: 70%;
    margin-right: -100%;
    padding-left: 5px;
    padding-right: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 737, ../sass/layouts/_responsive.scss */
  #content #block-views-ad-block-block-20 {
    float: right;
    width: 30%;
    margin-right: 0%;
    margin-left: -30%;
  }
  /* line 742, ../sass/layouts/_responsive.scss */
  #content #block-views-nodequeue-1-block-6, #content #block-views-ad-block-block-21 {
    clear: right;
    float: right;
    width: 30%;
    margin-right: 0%;
    margin-left: -30%;
  }
  /* line 751, ../sass/layouts/_responsive.scss */
  #content #block-views-elle-editor-block-2 {
    float: left;
    width: 65%;
    margin-left: 0%;
    margin-right: -65%;
  }
  /* line 755, ../sass/layouts/_responsive.scss */
  #content #block-views-elle-editor-block-2 ul.editor-list li.editor-block {
    padding-left: 5px;
    padding-right: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 757, ../sass/layouts/_responsive.scss */
  #content #block-views-elle-editor-block-2 ul.editor-list li.editor-block:nth-child(1) {
    float: left;
    width: 35%;
    margin-left: 0%;
    margin-right: -35%;
  }
  /* line 760, ../sass/layouts/_responsive.scss */
  #content #block-views-elle-editor-block-2 ul.editor-list li.editor-block:nth-child(2) {
    float: right;
    width: 25%;
    margin-right: 0%;
    margin-left: -25%;
  }
  /* line 763, ../sass/layouts/_responsive.scss */
  #content #block-views-elle-editor-block-2 ul.editor-list li.editor-block:nth-child(3) {
    clear: right;
    float: right;
    width: 25%;
    margin-right: 0%;
    margin-left: -25%;
  }
  /* line 771, ../sass/layouts/_responsive.scss */
  #content #block-views-elle-editor-block-3, #content #block-views-elle-editor-block-4, #content #block-views-elle-editor-block-5 {
    clear: left;
    float: left;
    width: 65%;
    margin-left: 0%;
    margin-right: -65%;
  }
  /* line 776, ../sass/layouts/_responsive.scss */
  #content #block-views-elle-editor-block-3 ul.editor-list li.editor-block, #content #block-views-elle-editor-block-4 ul.editor-list li.editor-block, #content #block-views-elle-editor-block-5 ul.editor-list li.editor-block {
    padding-left: 5px;
    padding-right: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 778, ../sass/layouts/_responsive.scss */
  #content #block-views-elle-editor-block-3 ul.editor-list li.editor-block:nth-child(1), #content #block-views-elle-editor-block-4 ul.editor-list li.editor-block:nth-child(1), #content #block-views-elle-editor-block-5 ul.editor-list li.editor-block:nth-child(1) {
    float: left;
    width: 35%;
    margin-left: 0%;
    margin-right: -35%;
  }
  /* line 781, ../sass/layouts/_responsive.scss */
  #content #block-views-elle-editor-block-3 ul.editor-list li.editor-block:nth-child(2), #content #block-views-elle-editor-block-4 ul.editor-list li.editor-block:nth-child(2), #content #block-views-elle-editor-block-5 ul.editor-list li.editor-block:nth-child(2) {
    float: right;
    width: 25%;
    margin-right: 0%;
    margin-left: -25%;
  }
  /* line 784, ../sass/layouts/_responsive.scss */
  #content #block-views-elle-editor-block-3 ul.editor-list li.editor-block:nth-child(3), #content #block-views-elle-editor-block-4 ul.editor-list li.editor-block:nth-child(3), #content #block-views-elle-editor-block-5 ul.editor-list li.editor-block:nth-child(3) {
    clear: right;
    float: right;
    width: 25%;
    margin-right: 0%;
    margin-left: -25%;
  }
  /* line 792, ../sass/layouts/_responsive.scss */
  #content #block-views-nodequeue-1-block-8 {
    clear: right;
    float: right;
    width: 30%;
    margin-right: 0%;
    margin-left: -30%;
  }
  /* line 799, ../sass/layouts/_responsive.scss */
  #content .column-area ul.editor-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 808, ../sass/layouts/_responsive.scss */
  #content .column-area ul.editor-list li.editor-block {
    float: left;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 5px;
    padding-right: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    width: 50%;
    margin-bottom: 20px;
  }
  /* line 816, ../sass/layouts/_responsive.scss */
  #content .column-area ul.editor-list li.editor-block .list-wrapper {
    padding-left: 150px !important;
    position: relative;
  }
  /* line 819, ../sass/layouts/_responsive.scss */
  #content .column-area ul.editor-list li.editor-block .list-wrapper .views-field-field-avatar {
    position: absolute;
    left: 5%;
    top: 50%;
    margin-top: -50px;
  }
  /* line 830, ../sass/layouts/_responsive.scss */
  #content #block-views-ad-block-block-23 {
    clear: both;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 837, ../sass/layouts/_responsive.scss */
  #content #block-views-elle-editor-block-1 ul.editor-list li.editor-block {
    width: 100%;
  }
  /* line 839, ../sass/layouts/_responsive.scss */
  #content #block-views-elle-editor-block-1 ul.editor-list li.editor-block .list-wrapper {
    padding-left: 20% !important;
    padding-right: 10% !important;
    position: relative;
  }
  /* line 843, ../sass/layouts/_responsive.scss */
  #content #block-views-elle-editor-block-1 ul.editor-list li.editor-block .list-wrapper .views-field-field-avatar {
    position: absolute;
    left: 5%;
    top: 50%;
    margin-top: -50px;
  }
  /* line 856, ../sass/layouts/_responsive.scss */
  #content ul.columnist-list li.columnist-article .list-wrapper {
    padding-bottom: 20px;
    padding-left: 150px;
    margin-top: 20px;
    padding-right: 10px;
    position: relative;
  }
  /* line 862, ../sass/layouts/_responsive.scss */
  #content ul.columnist-list li.columnist-article .list-wrapper .views-field-field-image {
    position: absolute;
    left: 10px;
    top: 0px;
  }
  /* line 872, ../sass/layouts/_responsive.scss */
  #content #block-views-ad-block-block-24 {
    float: right;
    width: 30%;
    margin-right: 0%;
    margin-left: -30%;
  }
  /* line 875, ../sass/layouts/_responsive.scss */
  #content #block-views-ad-block-block-25 {
    clear: right;
    float: right;
    width: 30%;
    margin-right: 0%;
    margin-left: -30%;
  }
  /* line 885, ../sass/layouts/_responsive.scss */
  #content .event-area ul.event-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 894, ../sass/layouts/_responsive.scss */
  #content .event-area ul.event-list li.event-block {
    float: left;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 5px;
    padding-right: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    width: 20%;
    margin-bottom: 20px;
    margin-right: 15%;
  }
  /* line 903, ../sass/layouts/_responsive.scss */
  #content .event-area ul.event-list li.event-block:nth-child(3n+1) {
    margin-left: 5%;
  }
  /* line 906, ../sass/layouts/_responsive.scss */
  #content .event-area ul.event-list li.event-block:nth-child(3n) {
    margin-right: 5%;
  }
  /* line 913, ../sass/layouts/_responsive.scss */
  #content #block-views-ad-block-block-27 {
    float: right;
    width: 30%;
    margin-right: 0%;
    margin-left: -30%;
  }
  /* line 917, ../sass/layouts/_responsive.scss */
  #content #block-views-nodequeue-1-block-7 {
    clear: right;
    float: right;
    width: 30%;
    margin-right: 0%;
    margin-left: -30%;
  }
  /* line 922, ../sass/layouts/_responsive.scss */
  #content #block-views-ad-block-block-28 {
    clear: right;
    float: right;
    width: 30%;
    margin-right: 0%;
    margin-left: -30%;
  }
  /* line 931, ../sass/layouts/_responsive.scss */
  #content #block-views-ad-special-block-6 {
    float: left;
    width: 65%;
    margin-left: 0%;
    margin-right: -65%;
    padding-left: 5px;
    padding-right: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 935, ../sass/layouts/_responsive.scss */
  #content form#user-login, #content form#user-register-form {
    float: right;
    width: 30%;
    margin-right: 0%;
    margin-left: -30%;
    padding-left: 5px;
    padding-right: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 944, ../sass/layouts/_responsive.scss */
  #content .node-webform {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 5px;
    padding-right: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 949, ../sass/layouts/_responsive.scss */
  #content .node-webform .view-eva-company-info {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 953, ../sass/layouts/_responsive.scss */
  #content .node-webform .view-eva-company-info .views-field-field-company-addr {
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -50%;
  }
  /* line 956, ../sass/layouts/_responsive.scss */
  #content .node-webform .view-eva-company-info .views-field-field-company-name {
    float: right;
    width: 45%;
    margin-right: 0%;
    margin-left: -45%;
  }
  /* line 959, ../sass/layouts/_responsive.scss */
  #content .node-webform .view-eva-company-info .views-field-field-company-eng-name {
    clear: right;
    float: right;
    width: 45%;
    margin-right: 0%;
    margin-left: -45%;
  }
  /* line 963, ../sass/layouts/_responsive.scss */
  #content .node-webform .view-eva-company-info .views-field-field-company-addr-1, #content .node-webform .view-eva-company-info .views-field-field-company-eng-addr {
    clear: right;
    float: right;
    width: 45%;
    margin-right: 0%;
    margin-left: -45%;
  }
  /* line 967, ../sass/layouts/_responsive.scss */
  #content .node-webform .view-eva-company-info .views-field-field-company-phone {
    clear: right;
    float: right;
    width: 45%;
    margin-right: 0%;
    margin-left: -45%;
  }
  /* line 971, ../sass/layouts/_responsive.scss */
  #content .node-webform .view-eva-company-info .views-field-field-company-fax {
    clear: right;
    float: right;
    width: 45%;
    margin-right: 0%;
    margin-left: -45%;
  }
  /* line 976, ../sass/layouts/_responsive.scss */
  #content .node-webform .field-name-webform-title {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    margin-top: 30px;
  }
  /* line 981, ../sass/layouts/_responsive.scss */
  #content .node-webform .webform-client-form {
    clear: left;
    float: left;
    width: 90%;
    margin-left: 5%;
    margin-right: -95%;
  }
  /* line 984, ../sass/layouts/_responsive.scss */
  #content .node-webform .webform-client-form .webform-component--username {
    display: block;
    width: 30%;
    margin-right: 5%;
    float: left;
  }
  /* line 990, ../sass/layouts/_responsive.scss */
  #content .node-webform .webform-client-form .webform-component-email {
    display: block;
    width: 30%;
    float: left;
  }
  /* line 995, ../sass/layouts/_responsive.scss */
  #content .node-webform .webform-client-form .webform-component--title {
    display: block;
    width: 30%;
    float: right;
  }
  /* line 1009, ../sass/layouts/_responsive.scss */
  #content #block-menu-block-6 ul.menu li:nth-child(3n+1) {
    clear: both;
    float: left;
    width: 25%;
    margin-left: 0%;
    margin-right: -25%;
  }
  /* line 1013, ../sass/layouts/_responsive.scss */
  #content #block-menu-block-6 ul.menu li:nth-child(3n+2) {
    float: left;
    width: 25%;
    margin-left: 37.5%;
    margin-right: -62.5%;
  }
  /* line 1016, ../sass/layouts/_responsive.scss */
  #content #block-menu-block-6 ul.menu li:nth-child(3n) {
    float: right;
    width: 25%;
    margin-right: 0%;
    margin-left: -25%;
  }

  /* line 1034, ../sass/layouts/_responsive.scss */
  .region-bottom #block-menu-block-4 li#global-website ul.menu li {
    width: 12%;
  }
}
@media all and (min-width: 481px) and (max-width: 999px) {
  /* line 1045, ../sass/layouts/_responsive.scss */
  #main {
    padding-top: 0px !important;
  }

  /* line 1049, ../sass/layouts/_responsive.scss */
  #content #block-views-ad-block-block-1 {
    display: none;
  }
  /* line 1051, ../sass/layouts/_responsive.scss */
  #content #block-views-elle-tv-block {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 1053, ../sass/layouts/_responsive.scss */
  #content #block-views-elle-tv-block img {
    width: 100%;
  }
}
@media all and (min-width: 1000px) {
  /* line 1068, ../sass/layouts/_responsive.scss */
  body.elle-girl #header-top {
    display: none;
  }
  /* line 1069, ../sass/layouts/_responsive.scss */
  body.elle-girl #header {
    padding-top: 0px;
  }
  /* line 1071, ../sass/layouts/_responsive.scss */
  body.elle-girl #header .extend-header {
    display: block !important;
    background: #000;
    padding-left: -3000px;
    margin-left: -3000px;
    padding-right: -3000px;
    margin-right: -3000px;
    width: auto !important;
  }

  /* line 1085, ../sass/layouts/_responsive.scss */
  #header-top #block-views-ad-block-block {
    float: left;
    display: block;
    width: 49%;
  }
  /* line 1090, ../sass/layouts/_responsive.scss */
  #header-top #block-search-form {
    float: right;
    display: block;
    width: 49%;
  }
  /* line 1094, ../sass/layouts/_responsive.scss */
  #header-top #block-search-form input#edit-search-block-form--2, #header-top #block-search-form input#edit-search-block-form--4 {
    width: 80%;
  }
  /* line 1098, ../sass/layouts/_responsive.scss */
  #header-top #block-menu-block-1 {
    display: inline-block;
    clear: both;
    float: left;
  }
  /* line 1103, ../sass/layouts/_responsive.scss */
  #header-top #block-menu-block-2 {
    float: right;
    display: inline-block;
  }
  /* line 1108, ../sass/layouts/_responsive.scss */
  #header-top #block-block-3, #header-top #block-imageblock-3 {
    display: none;
  }

  /* line 1113, ../sass/layouts/_responsive.scss */
  #header #block-superfish-1 {
    display: block;
  }
  /* line 1114, ../sass/layouts/_responsive.scss */
  #header a#logo {
    display: inline-block;
    float: none;
    max-width: 192px;
  }
  /* line 1119, ../sass/layouts/_responsive.scss */
  #header #block-block-4, #header #block-block-5 {
    display: none;
  }
}
@media all and (min-width: 768px) and (max-width: 1000px) {
  /* line 1130, ../sass/layouts/_responsive.scss */
  body.page-node.front #header, body.node-type-article #header, body.page-node #header, body.page-user #header {
    display: none;
  }

  /* line 1135, ../sass/layouts/_responsive.scss */
  #header #block-search-form {
    float: left !important;
    display: inline-block !important;
    width: 55%;
    margin-bottom: 10px;
  }
  /* line 1140, ../sass/layouts/_responsive.scss */
  #header #block-search-form input#edit-search-block-form--2 {
    width: 80%;
  }
  /* line 1143, ../sass/layouts/_responsive.scss */
  #header #block-search-form input#edit-search-block-form--4 {
    width: 70%;
  }
  /* line 1148, ../sass/layouts/_responsive.scss */
  #header #block-menu-block-5 {
    text-align: left !important;
    float: none !important;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  /* line 1162, ../sass/layouts/_responsive.scss */
  body.page-node.front #header, body.node-type-article #header, body.page-node #header, body.page-user #header {
    display: none;
  }

  /* line 1168, ../sass/layouts/_responsive.scss */
  #header #block-search-form {
    float: left !important;
    display: inline-block !important;
    width: 70% !important;
  }
  /* line 1173, ../sass/layouts/_responsive.scss */
  #header #block-search-form .form-item input#edit-search-block-form--2 {
    width: 77%;
  }
  /* line 1176, ../sass/layouts/_responsive.scss */
  #header #block-search-form .form-item input#edit-search-block-form--4 {
    width: 70%;
  }
  /* line 1181, ../sass/layouts/_responsive.scss */
  #header #block-block-4, #header #block-block-5 {
    float: right;
  }
  /* line 1184, ../sass/layouts/_responsive.scss */
  #header #block-menu-block-5 {
    text-align: left !important;
  }

  /* line 1189, ../sass/layouts/_responsive.scss */
  #header-top #block-search-form {
    width: 70% !important;
  }
  /* line 1192, ../sass/layouts/_responsive.scss */
  #header-top #block-search-form .form-item input#edit-search-block-form--2, #header-top #block-search-form .form-item input#edit-search-block-form--4 {
    width: 77%;
  }

  /* line 1200, ../sass/layouts/_responsive.scss */
  #main #content {
    /** Weform Area **/
    /** Weform Area **/
    /** 網站地圖 **/
    /** 網站地圖 **/
  }
  /* line 1201, ../sass/layouts/_responsive.scss */
  #main #content #block-views-elle-hot-news-block {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 1206, ../sass/layouts/_responsive.scss */
  #main #content #block-views-elle-hot-news-block li.news-block .views-field-field-image {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 1208, ../sass/layouts/_responsive.scss */
  #main #content #block-views-elle-hot-news-block li.news-block .views-field-field-image img {
    width: 100%;
  }
  /* line 1212, ../sass/layouts/_responsive.scss */
  #main #content #block-views-elle-hot-news-block li.news-block .views-field-sharethis {
    padding-left: 5px;
    padding-right: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 1217, ../sass/layouts/_responsive.scss */
  #main #content #block-views-elle-hot-news-block li.news-block .views-field-title {
    padding-left: 5px;
    padding-right: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 1222, ../sass/layouts/_responsive.scss */
  #main #content #block-views-elle-hot-news-block li.news-block .views-field-body {
    padding-left: 5px;
    padding-right: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 1232, ../sass/layouts/_responsive.scss */
  #main #content .column-area ul.editor-list li.editor-block {
    padding-left: 5px;
    padding-right: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    width: 100%;
  }
  /* line 1238, ../sass/layouts/_responsive.scss */
  #main #content .girl-area {
    float: left;
    width: 65%;
    margin-left: 0%;
    margin-right: -65%;
  }
  /* line 1243, ../sass/layouts/_responsive.scss */
  #main #content .girl-area ul.girl-list li.girl-block .views-field-field-image {
    float: left;
    width: 65%;
    margin-left: 0%;
    margin-right: -65%;
  }
  /* line 1246, ../sass/layouts/_responsive.scss */
  #main #content .girl-area ul.girl-list li.girl-block .views-field-sharethis {
    clear: left;
    float: right;
    width: 65%;
    margin-right: 0%;
    margin-left: -65%;
  }
  /* line 1250, ../sass/layouts/_responsive.scss */
  #main #content .girl-area ul.girl-list li.girl-block .views-field-title {
    clear: right;
    float: right;
    width: 65%;
    margin-right: 0%;
    margin-left: -65%;
  }
  /* line 1254, ../sass/layouts/_responsive.scss */
  #main #content .girl-area ul.girl-list li.girl-block .views-field-body, #main #content .girl-area ul.girl-list li.girl-block .views-field-nid {
    clear: right;
    float: right;
    width: 65%;
    margin-right: 0%;
    margin-left: -65%;
  }
  /* line 1263, ../sass/layouts/_responsive.scss */
  #main #content .wedding-area ul.wedding-list li.wedding-block {
    padding-top: 0px;
    width: 46.5%;
    margin-right: 5%;
  }
  /* line 1267, ../sass/layouts/_responsive.scss */
  #main #content .wedding-area ul.wedding-list li.wedding-block:nth-child(2n) {
    margin-right: 0px;
  }
  /* line 1270, ../sass/layouts/_responsive.scss */
  #main #content .wedding-area ul.wedding-list li.wedding-block .views-field-field-image {
    padding: 0px;
    width: 100%;
  }
  /* line 1273, ../sass/layouts/_responsive.scss */
  #main #content .wedding-area ul.wedding-list li.wedding-block .views-field-field-image img {
    width: 100%;
  }
  /* line 1283, ../sass/layouts/_responsive.scss */
  #main #content .node-webform {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 5px;
    padding-right: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 1288, ../sass/layouts/_responsive.scss */
  #main #content .node-webform .view-eva-company-info {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 1292, ../sass/layouts/_responsive.scss */
  #main #content .node-webform .view-eva-company-info .views-field-field-company-addr {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 1295, ../sass/layouts/_responsive.scss */
  #main #content .node-webform .view-eva-company-info .views-field-field-company-name {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 1299, ../sass/layouts/_responsive.scss */
  #main #content .node-webform .view-eva-company-info .views-field-field-company-eng-name {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 1303, ../sass/layouts/_responsive.scss */
  #main #content .node-webform .view-eva-company-info .views-field-field-company-addr-1, #main #content .node-webform .view-eva-company-info .views-field-field-company-eng-addr {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 1307, ../sass/layouts/_responsive.scss */
  #main #content .node-webform .view-eva-company-info .views-field-field-company-phone {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 1311, ../sass/layouts/_responsive.scss */
  #main #content .node-webform .view-eva-company-info .views-field-field-company-fax {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 1316, ../sass/layouts/_responsive.scss */
  #main #content .node-webform .field-name-webform-title {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    margin-top: 30px;
  }
  /* line 1321, ../sass/layouts/_responsive.scss */
  #main #content .node-webform .webform-client-form {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 1324, ../sass/layouts/_responsive.scss */
  #main #content .node-webform .webform-client-form .webform-component--username {
    display: block;
    width: 47.5%;
    margin-right: 5%;
    float: left;
    margin-bottom: 0px;
  }
  /* line 1331, ../sass/layouts/_responsive.scss */
  #main #content .node-webform .webform-client-form .webform-component-email {
    display: block;
    width: 47.5%;
    float: left;
    margin-bottom: 0px;
  }
  /* line 1337, ../sass/layouts/_responsive.scss */
  #main #content .node-webform .webform-client-form .webform-component--title {
    clear: both;
    display: block;
    width: 100%;
    float: left;
  }
  /* line 1351, ../sass/layouts/_responsive.scss */
  #main #content #block-menu-block-6 ul.menu li:nth-child(2n+1) {
    clear: both;
    float: left;
    width: 42.5%;
    margin-left: 5%;
    margin-right: -47.5%;
  }
  /* line 1355, ../sass/layouts/_responsive.scss */
  #main #content #block-menu-block-6 ul.menu li:nth-child(2n) {
    clear: none;
    float: left;
    width: 42.5%;
    margin-left: 52.5%;
    margin-right: -95%;
  }
  /* line 1359, ../sass/layouts/_responsive.scss */
  #main #content #block-menu-block-6 ul.menu li ul.menu li {
    display: inline-block;
    width: 100%;
    margin: 0px;
    padding: 0px;
  }

  /* line 1379, ../sass/layouts/_responsive.scss */
  .region-bottom #block-menu-block-4 li#global-website ul.menu li {
    width: 18%;
  }
}
@media all and (max-width: 479px) {
  /* line 1389, ../sass/layouts/_responsive.scss */
  body.page-node.front #header, body.node-type-article #header, body.page-node #header, body.page-user #header {
    display: none;
  }

  /* line 1395, ../sass/layouts/_responsive.scss */
  body.front #header #logo {
    display: none;
  }
  /* line 1396, ../sass/layouts/_responsive.scss */
  body.front #header #block-superfish-1 {
    display: none;
  }

  /* line 1403, ../sass/layouts/_responsive.scss */
  #header-top #block-imageblock-3 .block-image img {
    width: 50%;
  }
  /* line 1407, ../sass/layouts/_responsive.scss */
  #header-top #block-search-form {
    width: 100%;
  }
  /* line 1410, ../sass/layouts/_responsive.scss */
  #header-top #block-search-form .form-item input#edit-search-block-form--2, #header-top #block-search-form .form-item input#edit-search-block-form--4 {
    width: 70%;
  }
  /* line 1416, ../sass/layouts/_responsive.scss */
  #header-top #block-views-ad-block-block {
    display: none;
  }
  /* line 1419, ../sass/layouts/_responsive.scss */
  #header-top #block-block-3 {
    position: absolute;
    right: 10px;
    top: 30px;
    width: 40px;
    height: 45px;
  }
  /* line 1426, ../sass/layouts/_responsive.scss */
  #header-top #block-menu-block-2, #header-top #block-menu-block-1 {
    display: none;
  }

  /* line 1431, ../sass/layouts/_responsive.scss */
  #header #block-search-form {
    text-align: left !important;
    float: left !important;
    display: inline-block !important;
    width: 80% !important;
  }
  /* line 1437, ../sass/layouts/_responsive.scss */
  #header #block-search-form .form-item input#edit-search-block-form--2 {
    width: 70%;
  }
  /* line 1442, ../sass/layouts/_responsive.scss */
  #header #block-block-4, #header #block-block-5 {
    float: right;
  }
  /* line 1445, ../sass/layouts/_responsive.scss */
  #header #block-menu-block-5 {
    clear: both;
    text-align: left !important;
    margin-bottom: 5px !important;
  }
  /* line 1450, ../sass/layouts/_responsive.scss */
  #header #block-superfish-1 {
    display: none;
  }

  /* line 1455, ../sass/layouts/_responsive.scss */
  #main #content {
    /** Weform Area **/
    /** Weform Area **/
    /** 網站地圖 **/
    /** 網站地圖 **/
  }
  /* line 1457, ../sass/layouts/_responsive.scss */
  #main #content #block-views-elle-slideshow-block ul.flex-direction-nav {
    display: none;
  }
  /* line 1460, ../sass/layouts/_responsive.scss */
  #main #content #block-views-nodequeue-1-block-4 {
    display: none;
  }
  /* line 1467, ../sass/layouts/_responsive.scss */
  #main #content .accessories-area ul.accessories-list li.accessories-block .views-field-field-image img {
    width: 100%;
  }
  /* line 1475, ../sass/layouts/_responsive.scss */
  #main #content .column-area ul.editor-list li.editor-block {
    margin-bottom: 20px;
  }
  /* line 1482, ../sass/layouts/_responsive.scss */
  #main #content .wedding-area ul.wedding-list li.wedding-block {
    padding-top: 0px;
  }
  /* line 1484, ../sass/layouts/_responsive.scss */
  #main #content .wedding-area ul.wedding-list li.wedding-block .views-field-field-image {
    padding: 0px;
    width: 100%;
  }
  /* line 1487, ../sass/layouts/_responsive.scss */
  #main #content .wedding-area ul.wedding-list li.wedding-block .views-field-field-image img {
    width: 100%;
  }
  /* line 1493, ../sass/layouts/_responsive.scss */
  #main #content #block-views-elle-shopping-block .view-elle-shopping {
    text-align: center;
  }
  /* line 1498, ../sass/layouts/_responsive.scss */
  #main #content #block-hellosanta-elle-instagram li.instagram-block {
    margin-bottom: 20px;
  }
  /* line 1503, ../sass/layouts/_responsive.scss */
  #main #content #block-views-elle-editor-block li.views-row {
    margin-bottom: 20px;
  }
  /* line 1524, ../sass/layouts/_responsive.scss */
  #main #content .node-webform {
    display: block;
    width: 100%;
  }
  /* line 1528, ../sass/layouts/_responsive.scss */
  #main #content .node-webform .view-eva-company-info {
    display: inline-block;
    width: 100%;
  }
  /* line 1532, ../sass/layouts/_responsive.scss */
  #main #content .node-webform .view-eva-company-info .views-field-field-company-addr {
    display: inline-block;
    width: 100%;
  }
  /* line 1536, ../sass/layouts/_responsive.scss */
  #main #content .node-webform .view-eva-company-info .views-field-field-company-name {
    display: inline-block;
    width: 100%;
  }
  /* line 1540, ../sass/layouts/_responsive.scss */
  #main #content .node-webform .view-eva-company-info .views-field-field-company-eng-name {
    display: inline-block;
    width: 100%;
  }
  /* line 1544, ../sass/layouts/_responsive.scss */
  #main #content .node-webform .view-eva-company-info .views-field-field-company-addr-1, #main #content .node-webform .view-eva-company-info .views-field-field-company-eng-addr {
    display: inline-block;
    width: 100%;
  }
  /* line 1548, ../sass/layouts/_responsive.scss */
  #main #content .node-webform .view-eva-company-info .views-field-field-company-phone {
    display: inline-block;
    width: 100%;
  }
  /* line 1552, ../sass/layouts/_responsive.scss */
  #main #content .node-webform .view-eva-company-info .views-field-field-company-fax {
    display: inline-block;
    width: 100%;
  }
  /* line 1557, ../sass/layouts/_responsive.scss */
  #main #content .node-webform .field-name-webform-title {
    display: inline-block;
    width: 100%;
  }
  /* line 1561, ../sass/layouts/_responsive.scss */
  #main #content .node-webform .webform-client-form {
    display: inline-block;
    width: 100%;
  }
  /* line 1564, ../sass/layouts/_responsive.scss */
  #main #content .node-webform .webform-client-form .webform-component--username {
    display: inline-block;
    width: 100%;
  }
  /* line 1568, ../sass/layouts/_responsive.scss */
  #main #content .node-webform .webform-client-form .webform-component-email {
    display: inline-block;
    width: 100%;
  }
  /* line 1572, ../sass/layouts/_responsive.scss */
  #main #content .node-webform .webform-client-form .webform-component--title {
    display: inline-block;
    width: 100%;
  }
  /* line 1581, ../sass/layouts/_responsive.scss */
  #main #content #block-menu-block-6 {
    padding-left: 5px;
    padding-right: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 1584, ../sass/layouts/_responsive.scss */
  #main #content #block-menu-block-6 ul.menu li {
    display: inline-block;
    width: 90%;
    padding: 0px 5%;
  }
  /* line 1588, ../sass/layouts/_responsive.scss */
  #main #content #block-menu-block-6 ul.menu li ul.menu li {
    display: inline-block;
    width: 100%;
    margin: 0px;
    padding: 0px;
  }
  /* line 1600, ../sass/layouts/_responsive.scss */
  #main #content .node-article-area .view-elle-editor-node {
    display: inline-block;
    position: relative;
  }
  /* line 1603, ../sass/layouts/_responsive.scss */
  #main #content .node-article-area .view-elle-editor-node h2.editor-name {
    border-bottom: 1px solid #7d7d7d;
    font-size: 15px;
  }
  /* line 1607, ../sass/layouts/_responsive.scss */
  #main #content .node-article-area .view-elle-editor-node .views-field-field-avatar {
    text-align: left;
    margin: 10px;
  }
  /* line 1611, ../sass/layouts/_responsive.scss */
  #main #content .node-article-area .view-elle-editor-node p {
    margin: 5px 0px;
  }

  /* line 1623, ../sass/layouts/_responsive.scss */
  .region-bottom #block-menu-block-4 ul.menu li.is-expanded {
    text-align: center !important;
    width: 100%;
  }
  /* line 1626, ../sass/layouts/_responsive.scss */
  .region-bottom #block-menu-block-4 ul.menu li.is-expanded span.nolink {
    width: auto !important;
    border-bottom: 1px solid #828282;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-right: 0px !important;
    display: inline-block !important;
  }
  /* line 1634, ../sass/layouts/_responsive.scss */
  .region-bottom #block-menu-block-4 ul.menu li.is-expanded span.nolink:after {
    display: none !important;
  }
  /* line 1638, ../sass/layouts/_responsive.scss */
  .region-bottom #block-menu-block-4 ul.menu li.is-expanded li.menu-mlid-710 {
    width: auto;
  }
  /* line 1640, ../sass/layouts/_responsive.scss */
  .region-bottom #block-menu-block-4 ul.menu li.is-expanded li.menu-mlid-710 span.nolink {
    display: inline-block;
    list-style-image: none;
    list-style-type: none;
    margin-right: 20px;
    position: relative;
    bottom: -5px;
    border-bottom: 0px;
  }
  /* line 1650, ../sass/layouts/_responsive.scss */
  .region-bottom #block-menu-block-4 ul.menu li.is-expanded ul.menu {
    display: block !important;
    text-align: center;
    border: 0px !important;
  }
  /* line 1658, ../sass/layouts/_responsive.scss */
  .region-bottom #block-menu-block-4 li#global-website {
    display: none;
    margin-bottom: 20px;
  }
  /* line 1661, ../sass/layouts/_responsive.scss */
  .region-bottom #block-menu-block-4 li#global-website ul.menu {
    margin-left: 0px !important;
    text-align: left;
    padding: 0px 5%;
    border-left: 0px !important;
  }
  /* line 1666, ../sass/layouts/_responsive.scss */
  .region-bottom #block-menu-block-4 li#global-website ul.menu li {
    display: inline-block;
    width: 18%;
    text-align: left;
  }
}
/* Component (SMACSS module) rules */
/**
 * @file
 * SMACSS Modules
 *
 * Adds modular sets of styles.
 *
 * Additional useful selectors can be found in Zen's online documentation.
 * https://drupal.org/node/1707736
 */
/**
 * Wireframes.
 */
/* line 15, ../sass/components/_misc.scss */
.with-wireframes #header,
.with-wireframes #main,
.with-wireframes #content,
.with-wireframes #navigation,
.with-wireframes .region-sidebar-first,
.with-wireframes .region-sidebar-second,
.with-wireframes #footer,
.with-wireframes .region-bottom {
  outline: 1px solid #ccc;
}

/**
 * Accessibility features.
 */
/* element-invisible as defined by http://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
/* line 39, ../sass/components/_misc.scss */
.element-invisible,
.element-focusable,
#navigation .block-menu .block__title,
#navigation .block-menu-block .block__title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* Turns off the element-invisible effect. */
/* line 45, ../sass/components/_misc.scss */
.element-focusable:active, .element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 */
/* line 62, ../sass/components/_misc.scss */
#skip-link {
  margin: 0;
}
/* line 65, ../sass/components/_misc.scss */
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}

/**
 * Branding header.
 */
/* Wrapping link for logo. */
/* line 81, ../sass/components/_misc.scss */
.header__logo {
  float: left;
  /* LTR */
  margin: 0;
  padding: 0;
}

/* Logo image. */
/* line 88, ../sass/components/_misc.scss */
.header__logo-image {
  vertical-align: bottom;
}

/* Wrapper for website name and slogan. */
/* line 93, ../sass/components/_misc.scss */
.header__name-and-slogan {
  float: left;
}

/* The name of the website. */
/* line 98, ../sass/components/_misc.scss */
.header__site-name {
  margin: 0;
  font-size: 2em;
  line-height: 1.5em;
}

/* The link around the name of the website. */
/* line 105, ../sass/components/_misc.scss */
.header__site-link:link, .header__site-link:visited {
  color: #000;
  text-decoration: none;
}
/* line 111, ../sass/components/_misc.scss */
.header__site-link:hover, .header__site-link:focus {
  text-decoration: underline;
}

/* The slogan (or tagline) of a website. */
/* line 118, ../sass/components/_misc.scss */
.header__site-slogan {
  margin: 0;
}

/* The secondary menu (login, etc.) */
/* line 123, ../sass/components/_misc.scss */
.header__secondary-menu {
  float: right;
  /* LTR */
}

/* Wrapper for any blocks placed in the header region. */
/* line 128, ../sass/components/_misc.scss */
.header__region {
  /* Clear the logo. */
  clear: both;
}

/**
 * Navigation bar.
 */
/* line 136, ../sass/components/_misc.scss */
#navigation {
  /* Sometimes you want to prevent overlapping with main div. */
  /* overflow: hidden; */
  /* Main menu and secondary menu links and menu block links. */
}
/* line 140, ../sass/components/_misc.scss */
#navigation .block {
  margin-bottom: 0;
}
/* line 150, ../sass/components/_misc.scss */
#navigation .links,
#navigation .menu {
  margin: 0;
  padding: 0;
  text-align: left;
  /* LTR */
}
/* line 156, ../sass/components/_misc.scss */
#navigation .links li,
#navigation .menu li {
  /* A simple method to get navigation links to appear in one line. */
  float: left;
  /* LTR */
  padding: 0 10px 0 0;
  /* LTR */
  list-style-type: none;
  list-style-image: none;
}

/**
 * Breadcrumb navigation.
 */
/* line 170, ../sass/components/_misc.scss */
.breadcrumb ol {
  margin: 0;
  padding: 0;
}
/* line 174, ../sass/components/_misc.scss */
.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/**
 * Titles.
 */
/* line 185, ../sass/components/_misc.scss */
.page__title,
.node__title,
.block__title,
.comments__title,
.comments__form-title,
.comment__title {
  /* Comment title. */
  margin: 0;
}

/**
 * Messages.
 */
/* line 197, ../sass/components/_misc.scss */
.messages, .messages--status, .messages--warning, .messages--error {
  margin: 1.5em 0;
  padding: 10px 10px 10px 50px;
  /* LTR */
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAD6UlEQVR42s2WX0xbVRzH3YwmC4k+GF/0ZS/S267/bmnX9nL7bwstZlnbjTDYyoC5GCbB0ZW5pdJCe6swbLFA6bpWIGuRMWVjKGP+21QW3SZBSAjGh4XEaTZTH82Cm/3ztS2xs7mw4KLRk3xyzj33/H6fe5Pz7zEA/yr/vUDukj9FH6drqTaqT8EoPs/UV+nX6TD1BlUh9AqLHlmgPKLcRHmoCOWmElK/FOKTYpS8UwLJkASiUyLI3pKhlClN0g46qj+qL/pbArlbrlO1q25JeiSgR2iYJ8ywXLSg/qP6LNl2ro8+Q4MMkKCd9K2t3q3KdQnkXXIF5aISkgEJzONm1F2qW52pDJN1MI2bUBIuAdVOJWSMTPNQgX6/vkjVpvpREpag6oMqWCYta1IzbsHh9ga0RJtzY8URMdRO9U/KSuWmNQUqh2pY3CtG+fvlqJyofMAFNrZAE+7e/RWR4X4cD9tgOGsA2U2CdtMDqwqyMyIzQ5KKqAKmcyaYxkzYd3YvjGNGFtXRPRj58DT+LOemRrFnrBLyITmUDmUyO/NYgu2d26ukHVJo3tXAMGpAs+cQmh0NeClan30uwN7TgnQ6nRd4r3thOGOAJqYB2UVC79AfZAnKHGUxQa8A2tNaNLW/jKvXv8Dyb8s4yryKA4O10A3roIvpUB+swTdz1/LJZ27PQBvT5lBH1RD4BChzlQ2wBNtc22aE/ULQgzRCl4P5BPcT93GMOYz9wb2QhCRgAq35d8u/L2PXe7tADVGgBlcQ+AXQtmlvsP/gzbJZvp8PMkJCFBYh8m0knyiVSsHe0YIGZz1+/uVOvt8z7QGvnwf+ST5EIRHIUyR4fh50rbp5lsDcYR4ReAXgBrng9q/Qfa0bfy035r7Ot2dvz4IX4IEIEAXwvDzscOw4zxJUd1YfEXlE4Aa4BQHMlwzSSBeI7iXvoTxWDqKPYCFsFaKmr+YVliB0JfS89DVpiuhlB9k/tSOZTuYFvq98yI7L0/MAsVWcGp0bfW61hbahwltxSeARsIKyWKesSKQSWIwvYkvvllwfx88pgOvhwthu/AzAxlVX8vz385tLbaVxwpcLZtEw0QDjsBGctzksiE4CimZFfHp++oWHbnbuUfdB0komMgHsRN1r0MWBsEmYODF5onY92/UTwcvBxuzXcN1ccHycVSn2FaPYWwzCQUDWKIt7z3utAJ5c74Hz+OLSomynY+cVfiM/xW3JiDyZpB3FuZrj4oCwE+Ad4qWMjPHjpTtL0mzMoxyZz9yM39Q7Y85Ok930icqm+k59TL2wm9l90dZv8y/8sPAigGf/iUN/Q4anM2zOsdLe+L+4VfwBVVjDs2rTYx0AAAAASUVORK5CYII=');
  background-position: 8px 8px;
  /* LTR */
  background-repeat: no-repeat;
  border: 1px solid #be7;
}

/* line 212, ../sass/components/_misc.scss */
.messages--warning {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACuElEQVRIiWP4//8/Ay0xSYqntTpnT252zqeJBf0Njhsykrz/pyd6/e9vcNpGVQv6q2wlm0qc/r0+IPD/3UG+/61l9v9mdrjIUc2C7hqHUzc3S///eZwBjO9tF/vfWe1wjioWTKixVm8otPn38wQT3IKfxxn/t5Va/utpsNSg2ILWcttrNzdJgQ3+dpQRjEHs+9tE/zeXWt+gyILOamuTqlxrsOtPLub+7+emBsSq/88v5wL7oqHQ9H9nmbkF2RbUF1rev7lJEuziuU3i/90ddcB4UZsoJC62ifyvK7R4QJYFrcUGrmUZ5v9hYb9hosh/bzcDMN42VRgeF9W5hv8bi/XdSbagKtfs2c1NEvCIPbaQ/7+/pwkYn17Ki0hR24T/l2eZPCfJgsZ83dCiNOP/yCnn7iau/8G+5mD8aBsHSoqqyNL9X5erHUm0BcVpRm9ubhZHMoTh/4eDzP/DA23+RwTZ/P96hAlF7t5Wof8FyfpvibKgNk8noyDZ4D9quofg1Bjr/1kJlhjiIF+Upmn/r83RzCJoQXaC3qcbm8SwGMLwvybP/H8jMGlik7u7VeB/Zqz2J7wWVGdr1uTG62J1PQgfWST1/+hiCaxyIF8UJqv9r8hQrcVpQVqkzrcbG0WwGvB2H/P/lnx5MAaxsam5vYn3f2KY+jesFpSlqfZnxWjidP2OGWL/g/0swBjExu4Lhv958Ur/i5KU+lEsCA1lYI4JUv95bZ0gTo2Pt3P+z0myBmMQG5e6mxu4/kf4Kf8EmQm3oCRNebKrvSawIGPBqRG9sMOp5hjjfwdrlf/58bKT4RaUpWvtcLZV/39iscD/H0AFP46jYwYiMeP/44u4/9tbKQODSXUH3II9G7v18hI0n8YGKv+IDVT6joxj/BVx4mgcOCde/SnITPRUJAHEGlTCEkQV19TAAN8FC67hZdFXAAAAAElFTkSuQmCC');
  border-color: #ed5;
}

/* line 221, ../sass/components/_misc.scss */
.messages--error {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACpElEQVR42rWWTUgbQRiGQ0Tx4MWDeFM8eBA9iKAoggiCoCiiIiL4L3oQV1CJB0UEf6iRYFpK7UniTw9VSqL2kvQsVDBpSZrtRo35czVNW3oprRf17exSl4yzu1ikAy9h59vvedhkMrMGAGoxknAk2w8MJ/WosXThiZkZt9jdLeglPjn5ATc3mhJNuNjbK0QbG3ExMICL/n6IfX0gcxB7ekDAELu6IHZ2IlJbi1hLS1BLogmPtbUhMTv7oMSamzUlqnByMxLT0/8STQkDj9TV4ZLj5OysrODl8jIu5Gs68dFR7JG6dWkJ0fFx+TpSX89IDMnwcHU1yKec12Yz3rlc4HkeLwjkXJpPip3U3+7vIx6P4ymph4eG5PlwTQ0lMdytlmBxMWKtrXLeT0zA5XTibvj9fjxfXETkb/3N/Dz2dneVuiTZtliU/rPSUsQ5ziuxZYG03IIlJdKKUPJjdRUAKMmzuTnskB/VYbdTtd9HR4g2NCi9Z2VliDY1BSnBaUEBzsrLqXyzWCiQ9HU5HA4afniIUFWV0hOqqMBpURErOM7NxWlhIZOvCwvA7S3Uxq+DA5AnZ3pO8vJYQSArC8c5Oeqx2Rj4udeLQH6+6v2B7GxW8DkjA0JmJpONwUHY7XZGIAgCzCYTeJUewmIFfqMRfEoKlQ2yJbza2oLWcLvdeDI2hk/3+iQWKzAYkJzNjg5srq9TwJ9OJ76YTNScx+ORJT66X1/grKyEbW2NgfPp6XKd/JMZySrHaQsSU1Oe+0/w3WpVgyu5HBlR6lc+H8gioevDwz6JrWwV5+3txyoSFk5DcOX1MnCyJ4Vwfb1zt1UY9SR8aioDpuppaVpwZbPTl+hHF04dOKzk8XBF8DgJC3/woU/W/EciOtELOWi8DDwp//215Q+p7kiKh2lQSAAAAABJRU5ErkJggg==');
  border-color: #ed541d;
}

/* line 231, ../sass/components/_misc.scss */
.messages__list {
  margin: 0;
}

/* line 234, ../sass/components/_misc.scss */
.messages__item {
  list-style-image: none;
}

/* Core/module installation error messages. */
/* line 239, ../sass/components/_misc.scss */
.messages--error p.error {
  color: #333;
}

/* System status report. */
/* line 244, ../sass/components/_misc.scss */
.ok,
.messages--status {
  background-color: #f8fff0;
  color: #234600;
}

/* line 249, ../sass/components/_misc.scss */
.warning,
.messages--warning {
  background-color: #fffce5;
  color: #840;
}

/* line 254, ../sass/components/_misc.scss */
.error,
.messages--error {
  background-color: #fef5f1;
  color: #8c2e0b;
}

/**
 * Tabs.
 */
/* Basic positioning styles shared by primary and secondary tabs. */
/* line 265, ../sass/components/_misc.scss */
.tabs-primary, .tabs-secondary {
  overflow: hidden;
  *zoom: 1;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYmJiYmJiIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(100%, #bbbbbb), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(bottom, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  background-image: -webkit-linear-gradient(bottom, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  background-image: linear-gradient(to top, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  /* IE 9 and earlier don't understand gradients. */
  list-style: none;
  border-bottom: 1px solid #bbb \0/ie;
  margin: 1.5em 0;
  padding: 0 2px;
  white-space: nowrap;
}

/* line 275, ../sass/components/_misc.scss */
.tabs-primary__tab, .tabs-primary__tab.is-active, .tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  float: left;
  /* LTR */
  margin: 0 3px;
}

/* line 279, ../sass/components/_misc.scss */
a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active, a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  border: 1px solid #e9e9e9;
  border-right: 0;
  border-bottom: 0;
  display: block;
  line-height: 1.5em;
  text-decoration: none;
}

/* Primary tabs. */
/* line 292, ../sass/components/_misc.scss */
.tabs-primary__tab, .tabs-primary__tab.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  text-shadow: 1px 1px 0 #fff;
  border: 1px solid #bbb;
  border-bottom-color: transparent;
  /* IE 9 and earlier don't understand gradients. */
  border-bottom: 0 \0/ie;
}

/* line 301, ../sass/components/_misc.scss */
.tabs-primary__tab.is-active {
  border-bottom-color: #fff;
}

/* line 307, ../sass/components/_misc.scss */
a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #333;
  background-color: #dedede;
  letter-spacing: 1px;
  padding: 0 1em;
  text-align: center;
}

/* line 317, ../sass/components/_misc.scss */
a.tabs-primary__tab-link:hover, a.tabs-primary__tab-link:focus {
  background-color: #e9e9e9;
  border-color: #f2f2f2;
}

/* line 321, ../sass/components/_misc.scss */
a.tabs-primary__tab-link:active, a.tabs-primary__tab-link.is-active {
  background-color: transparent;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE9E9E9', endColorstr='#00E9E9E9');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e9e9), color-stop(100%, rgba(233, 233, 233, 0)));
  background-image: -moz-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -webkit-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  border-color: #fff;
}

/* Secondary tabs. */
/* line 345, ../sass/components/_misc.scss */
.tabs-secondary {
  font-size: .9em;
  /* Collapse bottom margin of ul.primary. */
  margin-top: -1.5em;
}

/* line 351, ../sass/components/_misc.scss */
.tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  margin: 0.75em 3px;
}

/* line 358, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  -moz-border-radius: 0.75em;
  -webkit-border-radius: 0.75em;
  border-radius: 0.75em;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-shadow: 1px 1px 0 #fff;
  background-color: #f2f2f2;
  color: #666;
  padding: 0 .5em;
}

/* line 367, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link:hover, a.tabs-secondary__tab-link:focus {
  background-color: #dedede;
  border-color: #999;
  color: #333;
}

/* line 372, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link:active, a.tabs-secondary__tab-link.is-active {
  text-shadow: 1px 1px 0 #333;
  background-color: #666;
  border-color: #000;
  color: #fff;
}

/**
 * Inline styles.
 */
/* List of links generated by theme_links(). */
/* line 400, ../sass/components/_misc.scss */
.inline {
  display: inline;
  padding: 0;
}
/* line 404, ../sass/components/_misc.scss */
.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
  /* LTR */
}

/* The inline field label used by the Fences module. */
/* line 412, ../sass/components/_misc.scss */
span.field-label {
  padding: 0 1em 0 0;
  /* LTR */
}

/**
 * "More" links.
 */
/* line 419, ../sass/components/_misc.scss */
.more-link {
  text-align: right;
  /* LTR */
}

/* line 422, ../sass/components/_misc.scss */
.more-help-link {
  text-align: right;
  /* LTR */
}

/* line 425, ../sass/components/_misc.scss */
.more-help-link a {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA7UlEQVR42qWTPQqDQBCFcwSPkCNITpAj5AjeIm1uYpkyR7Cy2Mot7OwsBAsRwUKwmOwLGRle3EIy8PyBfZ/z3J2TiPylz8VWWZZpUB40BonRKyizaxkA88MYYiqCEgv4MTvnZJom0VqWRbz3FlJZgLYtqmEY1Lg9r+sKsIXcLSC3AC019H0vqLquLeC5AfiHYSGkcdAJimKIBQiJ4+CO92OAtm0FNc8zOjkMwE5Q63FAtbeg6zpAYvG8BWR7i5qmQYwY4MIHqYhE2DOPQWcGJBQF2XU72ZzyUeZ5GCNt5/hybJgYdAXsq5sOEE/jG6dC5IOqCXTmAAAAAElFTkSuQmCC');
  background-position: 0 50%;
  /* LTR */
  background-repeat: no-repeat;
  padding: 1px 0 1px 20px;
  /* LTR */
}

/**
 * Pager.
 */
/* A list of page numbers when more than 1 page of content is available. */
/* line 440, ../sass/components/_misc.scss */
.pager {
  clear: both;
  padding: 0;
  text-align: center;
}

/* line 445, ../sass/components/_misc.scss */
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis, .pager-current {
  display: inline;
  padding: 0 0.5em;
  list-style-type: none;
  background-image: none;
}

/* line 452, ../sass/components/_misc.scss */
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis {
  /* A concatenation of several list items using an ellipsis. */
}

/* The current page's list item. */
/* line 462, ../sass/components/_misc.scss */
.pager-current {
  font-weight: bold;
}

/**
 * Blocks.
 */
/* Block wrapper. */
/* line 472, ../sass/components/_misc.scss */
.block {
  margin-bottom: 1.5em;
}

/**
 * Menus.
 */
/* line 479, ../sass/components/_misc.scss */
.menu__item.is-leaf {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHBAMAAAA2fErgAAAAD1BMVEX///+/v7+Li4sAAADAwMBFvsw8AAAAAXRSTlMAQObYZgAAAB1JREFUCFtjYAADYwMGBmYVZSDhKAwkFJWhYiAAAB2+Aa/9ugeaAAAAAElFTkSuQmCC');
  list-style-type: square;
}

/* line 486, ../sass/components/_misc.scss */
.menu__item.is-expanded {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  list-style-type: circle;
}

/* line 493, ../sass/components/_misc.scss */
.menu__item.is-collapsed {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
  /* LTR */
  list-style-type: disc;
}

/* The active item in a Drupal menu. */
/* line 502, ../sass/components/_misc.scss */
.menu a.active {
  color: #000;
}

/**
 * Marker.
 */
/* The "new" or "updated" marker. */
/* line 511, ../sass/components/_misc.scss */
.new,
.update {
  color: #c00;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
}

/**
 * Unpublished note.
 */
/* The word "Unpublished" displayed underneath the content. */
/* line 523, ../sass/components/_misc.scss */
.unpublished {
  height: 0;
  overflow: visible;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  /* A very nice CSS3 property. */
  word-wrap: break-word;
}

/**
 * Comments.
 */
/* Wrapper for the list of comments and its title. */
/* line 551, ../sass/components/_misc.scss */
.comments {
  margin: 1.5em 0;
}

/* Preview of the comment before submitting new or updated comment. */
/* line 556, ../sass/components/_misc.scss */
.comment-preview {
  /* Drupal core will use a #ffffea background. See #1110842. */
  background-color: #ffffea;
}

/* Wrapper for a single comment. */
/* line 562, ../sass/components/_misc.scss */
.comment {
  /* Comment's permalink wrapper. */
}
/* line 565, ../sass/components/_misc.scss */
.comment .permalink {
  text-transform: uppercase;
  font-size: 75%;
}

/* Nested comments are indented. */
/* line 572, ../sass/components/_misc.scss */
.indented {
  /* Drupal core uses a 25px left margin. */
  margin-left: 30px;
  /* LTR */
}

/**
 * Forms.
 */
/* Wrapper for a form element (or group of form elements) and its label. */
/* line 582, ../sass/components/_misc.scss */
.form-item {
  margin: 1.5em 0;
  /* Pack groups of checkboxes and radio buttons closer together. */
  /* Form items in a table. */
  /* Highlight the form elements that caused a form submission error. */
  /* The descriptive help text (separate from the label). */
}
/* line 586, ../sass/components/_misc.scss */
.form-checkboxes .form-item, .form-radios .form-item {
  /* Drupal core uses "0.4em 0". */
  margin: 0;
}
/* line 593, ../sass/components/_misc.scss */
tr.odd .form-item, tr.even .form-item {
  margin: 0;
}
/* line 599, ../sass/components/_misc.scss */
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}
/* line 606, ../sass/components/_misc.scss */
.form-item .description {
  font-size: 0.85em;
}

/* line 613, ../sass/components/_misc.scss */
.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2.4em;
}

/* The part of the label that indicates a required field. */
/* line 619, ../sass/components/_misc.scss */
.form-required {
  color: #c00;
}

/* Labels for radios and checkboxes. */
/* line 624, ../sass/components/_misc.scss */
label.option {
  display: inline;
  font-weight: normal;
}

/* Buttons used by contrib modules like Media. */
/* line 630, ../sass/components/_misc.scss */
a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
}

/* Password confirmation. */
/* line 635, ../sass/components/_misc.scss */
.password-parent,
.confirm-parent {
  margin: 0;
}

/* Drupal's default login form block. */
/* line 641, ../sass/components/_misc.scss */
#user-login-form {
  text-align: left;
  /* LTR */
}

/**
 * OpenID
 *
 * The default styling for the OpenID login link seems to assume Garland's
 * styling of list items.
 */
/* OpenID creates a new ul above the login form's links. */
/* line 653, ../sass/components/_misc.scss */
.openid-links {
  /* Position OpenID's ul next to the rest of the links. */
  margin-bottom: 0;
}

/* The "Log in using OpenID" and "Cancel OpenID login" links. */
/* line 659, ../sass/components/_misc.scss */
.openid-link,
.user-link {
  margin-top: 1.5em;
}

/* line 663, ../sass/components/_misc.scss */
html.js #user-login-form li.openid-link,
#user-login-form li.openid-link {
  /* Un-do some of the padding on the ul list. */
  margin-left: -20px;
  /* LTR */
}

/* line 668, ../sass/components/_misc.scss */
#user-login ul {
  margin: 1.5em 0;
}

/**
 * Drupal admin tables.
 */
/* line 676, ../sass/components/_misc.scss */
form th {
  text-align: left;
  /* LTR */
  padding-right: 1em;
  /* LTR */
  border-bottom: 3px solid #ccc;
}
/* line 681, ../sass/components/_misc.scss */
form tbody {
  border-top: 1px solid #ccc;
}
/* line 684, ../sass/components/_misc.scss */
form table ul {
  margin: 0;
}

/* line 688, ../sass/components/_misc.scss */
tr.even,
tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}

/* line 694, ../sass/components/_misc.scss */
tr.even {
  background-color: #fff;
}

/* Markup generated by theme_tablesort_indicator(). */
/* line 709, ../sass/components/_misc.scss */
td.active {
  background-color: #ddd;
}

/* Center checkboxes inside table cell. */
/* line 714, ../sass/components/_misc.scss */
td.checkbox,
th.checkbox {
  text-align: center;
}

/* Drupal core wrongly puts this in system.menus.css. Since we override that, add it back. */
/* line 720, ../sass/components/_misc.scss */
td.menu-disabled {
  background: #ccc;
}

/**
 * Autocomplete.
 *
 * @see autocomplete.js
 */
/* Suggestion list. */
/* line 731, ../sass/components/_misc.scss */
#autocomplete .selected {
  background: #0072b9;
  color: #fff;
}

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
/* line 742, ../sass/components/_misc.scss */
html.js .collapsible .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  background-position: 5px 65%;
  /* LTR */
  background-repeat: no-repeat;
  padding-left: 15px;
  /* LTR */
}
/* line 751, ../sass/components/_misc.scss */
html.js .collapsed .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
  /* LTR */
  background-position: 5px 50%;
  /* LTR */
}
/* line 758, ../sass/components/_misc.scss */
.fieldset-legend .summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em;
}

/**
 * TableDrag behavior.
 *
 * @see tabledrag.js
 */
/* line 770, ../sass/components/_misc.scss */
tr.drag {
  background-color: #fffff0;
}

/* line 773, ../sass/components/_misc.scss */
tr.drag-previous {
  background-color: #ffd;
}

/* line 776, ../sass/components/_misc.scss */
.tabledrag-toggle-weight {
  font-size: 0.9em;
}

/**
 * TableSelect behavior.
 *
 * @see tableselect.js
 */
/* line 785, ../sass/components/_misc.scss */
tr.selected td {
  background: #ffc;
}

/**
 * Progress bar.
 *
 * @see progress.js
 */
/* line 794, ../sass/components/_misc.scss */
.progress {
  font-weight: bold;
}
/* line 797, ../sass/components/_misc.scss */
.progress .bar {
  background: #ccc;
  border-color: #666;
  margin: 0 0.2em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 803, ../sass/components/_misc.scss */
.progress .filled {
  background-color: #0072b9;
  background-image: url('../images/progress.gif?1450090458');
}

/**
 * @file
 * Print styling
 *
 * We provide some sane print styling for Drupal using Zen's layout method.
 */
/**
 * By importing this CSS file as media "all", we allow this print file to be
 * aggregated with other stylesheets, for improved front-end performance.
 */
@media print {
  /* Underline all links. */
  /* line 15, ../sass/_print.scss */
  a:link,
  a:visited {
    text-decoration: underline !important;
    /* Don't underline header. */
  }
  /* line 20, ../sass/_print.scss */
  a:link.header__site-link,
  a:visited.header__site-link {
    text-decoration: none !important;
  }

  /* line 25, ../sass/_print.scss */
  #content {
    /* Add visible URL after links. */
    /* Only display useful links. */
    /* Add visible title after abbreviations. */
  }
  /* line 27, ../sass/_print.scss */
  #content a[href]:after {
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 16px;
  }
  /* line 34, ../sass/_print.scss */
  #content a[href^="javascript:"]:after,
  #content a[href^="#"]:after {
    content: "";
  }
  /* line 40, ../sass/_print.scss */
  #content abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* Un-float the content. */
  /* line 46, ../sass/_print.scss */
  #content {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Turn off any background colors or images. */
  /* line 54, ../sass/_print.scss */
  body,
  #page,
  #main,
  #content {
    color: #000;
    background-color: transparent !important;
    background-image: none !important;
  }

  /* Hide sidebars and nav elements. */
  /* line 64, ../sass/_print.scss */
  #skip-link,
  #toolbar,
  #navigation,
  .region-sidebar-first,
  .region-sidebar-second,
  #footer,
  .breadcrumb,
  .tabs,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .pager,
  .feed-icons {
    visibility: hidden;
    display: none;
  }
}
/* SMACSS theme rules */
/* @import "theme-A"; */
/* @import "theme-B"; */
/* line 41, ../sass/styles.scss */
body.page-hide-logo #header a#logo {
  display: none;
}

/* line 46, ../sass/styles.scss */
body.front #content h1#page-title {
  display: none;
}

/* line 50, ../sass/styles.scss */
body.page-hide-h1 #content h1#page-title {
  display: none;
}

/* line 55, ../sass/styles.scss */
body.page-hide-breadcrumb .breadcrumb {
  display: none;
}

/* line 60, ../sass/styles.scss */
body {
  font-family: "Josefin Sans", sans-serif, "儷黑 Pro", "微軟正黑體";
  overflow-x: hidden;
}
/* line 63, ../sass/styles.scss */
body img {
  height: auto !important;
}
/* line 66, ../sass/styles.scss */
body a {
  outline: none !important;
}

/* line 72, ../sass/styles.scss */
body.elle-girl #header-top {
  display: none;
}
/* line 75, ../sass/styles.scss */
body.elle-girl #header {
  padding-top: 0px;
}
/* line 77, ../sass/styles.scss */
body.elle-girl #header .extend-header {
  display: inline-block;
  background: #000;
  width: 100%;
}
/* line 82, ../sass/styles.scss */
body.elle-girl #header .region-header {
  margin: 0 auto;
  max-width: 1000px;
}
/* line 85, ../sass/styles.scss */
body.elle-girl #header .region-header a {
  color: #FFF;
}
/* line 88, ../sass/styles.scss */
body.elle-girl #header .region-header #block-menu-block-5 {
  margin-top: 20px;
}
/* line 107, ../sass/styles.scss */
body.elle-girl #header .region-header #block-search-form input#edit-search-block-form--2 {
  background-color: #1b1b1b;
  border: 0px;
  color: #FFF;
}
/* line 112, ../sass/styles.scss */
body.elle-girl #header .region-header #block-search-form input[type="submit"] {
  background: #1b1b1b;
  color: #FFF;
}
/* line 117, ../sass/styles.scss */
body.elle-girl #header .region-header #block-superfish-1 {
  padding-top: 20px;
  background: #FFF;
  padding-left: -3000px;
  margin-left: -3000px;
  padding-right: -3000px;
  margin-right: -3000px;
}
/* line 125, ../sass/styles.scss */
body.elle-girl #header .region-header #block-superfish-1 ul#superfish-1 {
  margin: 0 auto;
  max-width: 1000px;
}
/* line 133, ../sass/styles.scss */
body.elle-girl #header #block-block-4 #menu-icon,
body.elle-girl #header #block-block-5 #menu-icon {
  color: #fff;
  padding: 5px;
  border: 1px solid #fff;
  cursor: pointer;
}

/* line 145, ../sass/styles.scss */
body.page-taxonomy-term-17 .flexslider ol.flex-control-nav {
  display: none;
}

/* line 153, ../sass/styles.scss */
body.page-taxonomy-term-28 .flexslider ol.flex-control-nav {
  display: none;
}

/* line 161, ../sass/styles.scss */
body.page-taxonomy-term-29 .flexslider ol.flex-control-nav {
  display: none;
}

/* line 169, ../sass/styles.scss */
body.page-taxonomy-term-16 .flexslider .views-field-title {
  bottom: 0px !important;
  left: 0px !important;
  background: #000;
  width: 100%;
  padding: 10px 0px;
}
/* line 175, ../sass/styles.scss */
body.page-taxonomy-term-16 .flexslider .views-field-title a {
  padding: 0px 10px;
}
/* line 179, ../sass/styles.scss */
body.page-taxonomy-term-16 .flexslider ol.flex-control-nav {
  display: none;
}

/* line 185, ../sass/styles.scss */
body.section-sitemap #page h1#page-title {
  text-align: center;
  font-size: 32px;
  border-bottom: 0px;
  color: #000;
}

/* line 193, ../sass/styles.scss */
body.not-logged-in.page-user-login #page h1#page-title:after {
  content: '｜Login ';
}

/* line 199, ../sass/styles.scss */
body.not-logged-in.page-user-register #page h1#page-title:after {
  content: '｜Register ';
}

/* line 205, ../sass/styles.scss */
body.section-disclaimer #page h1#page-title:after {
  content: '｜免責聲明 ';
}

/* line 211, ../sass/styles.scss */
body.section-privacy-policy #page h1#page-title:after {
  content: '｜隱私權政策 ';
}

/* line 216, ../sass/styles.scss */
body.free-article-full-mode #page #content .node-article-area {
  display: inline-block;
  width: 100%;
  float: none;
  margin: 0px;
}

/* line 224, ../sass/styles.scss */
#body-region .block {
  margin-bottom: 0px;
}

/* line 230, ../sass/styles.scss */
#mmenu_left .mm-header {
  background: url(../images/Logo.png) no-repeat center center;
  height: 90px;
  text-indent: -9999px;
  overflow: hidden;
}
/* line 236, ../sass/styles.scss */
#mmenu_left .mm-search {
  top: 95px !important;
}
/* line 238, ../sass/styles.scss */
#mmenu_left .mm-search input {
  color: #686868;
}
/* line 243, ../sass/styles.scss */
#mmenu_left ul#mm-0 ul.mm-list {
  margin-top: 0px !important;
}
/* line 246, ../sass/styles.scss */
#mmenu_left ul#mm-0 ul.mm-list li.mmenu-block-wrap span {
  padding: 0px !important;
}
/* line 249, ../sass/styles.scss */
#mmenu_left ul#mm-0 ul.mm-list li.mmenu-block-wrap ul.mm-list {
  padding: 0px !important;
}
/* line 255, ../sass/styles.scss */
#mmenu_left ul.mm-panel {
  padding-top: 0 !important;
}
/* line 257, ../sass/styles.scss */
#mmenu_left ul.mm-panel:after {
  height: 100% !important;
}
/* line 261, ../sass/styles.scss */
#mmenu_left ul.mm-list.mm-opened {
  margin: 150px 0px !important;
}
/* line 265, ../sass/styles.scss */
#mmenu_left li a {
  color: #000;
}
/* line 268, ../sass/styles.scss */
#mmenu_left li a.mmenu-mm-list {
  padding: 10px 30px !important;
}
/* line 272, ../sass/styles.scss */
#mmenu_left li.mm-subtitle {
  display: block !important;
}
/* line 274, ../sass/styles.scss */
#mmenu_left li.mm-subtitle a.mm-subclose {
  margin-top: 0px;
  padding-top: 10px;
  background: transparent;
}
/* line 278, ../sass/styles.scss */
#mmenu_left li.mm-subtitle a.mm-subclose:before {
  border: 0px !important;
  content: "";
  background: url(../images/arrow_1.png) no-repeat;
  width: 14px;
  height: 24px;
  transform: rotate(0deg) !important;
  -webkit-transform: rotate(0deg) !important;
  -moz-transform: rotate(0deg) !important;
  -o-transform: rotate(0deg) !important;
  -ms-transform: rotate(0deg) !important;
  right: 18px;
  margin-bottom: -5px;
  bottom: 33% !important;
  left: 10px;
  background-size: 100% 100%;
}

/*各個區域都需要用到的code寫在page裡面*/
/* line 303, ../sass/styles.scss */
#page a {
  transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  text-decoration: none;
}
/* line 309, ../sass/styles.scss */
#page a:active {
  outline: transparent;
}
/* line 312, ../sass/styles.scss */
#page a:focus {
  -moz-outline-style: transparent;
}
/* line 316, ../sass/styles.scss */
#page h1#page-title {
  font-size: 22px;
  font-weight: normal;
  border-bottom: 2px solid #000;
  color: #7d7d7d;
  margin-bottom: 20px;
  margin-top: 0px;
}
/* line 325, ../sass/styles.scss */
#page form input[type='submit'] {
  display: inline-block;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 22px;
  margin: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 0px;
  color: #fff;
  background: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 343, ../sass/styles.scss */
#page form input[type='submit']:hover {
  background: #cc0000;
  text-decoration: none;
}
/* line 349, ../sass/styles.scss */
#page .js-hide {
  display: none !important;
}
/* line 353, ../sass/styles.scss */
#page #complete-profile-form input[type='submit'] {
  margin-left: 0px;
}
/* line 357, ../sass/styles.scss */
#page #block-search-form {
  text-align: right;
}
/* line 359, ../sass/styles.scss */
#page #block-search-form input#edit-search-block-form--2,
#page #block-search-form input#edit-search-block-form--4 {
  height: 37px;
  padding-left: 25px;
  background: url(../images/search.png) no-repeat;
  background-position: 5px center;
  border-radius: 5px;
}
/* line 367, ../sass/styles.scss */
#page #block-search-form input[type="submit"] {
  background: #000;
  color: #FFF;
  border: 0px;
  box-shadow: none;
  border-radius: 4px;
  padding: 10px 22px;
  font-size: 13px;
  position: relative;
  bottom: 2px;
}
/* line 379, ../sass/styles.scss */
#page #block-menu-block-1 {
  font-size: 12px;
  margin-bottom: 0px;
  width: 60%;
  padding-top: 6px;
  padding-bottom: 3px;
}
/* line 386, ../sass/styles.scss */
#page #block-menu-block-1 ul.menu {
  padding: 0px;
  margin: 0px;
}
/* line 389, ../sass/styles.scss */
#page #block-menu-block-1 ul.menu .menu-mlid-849, #page #block-menu-block-1 ul.menu .menu-mlid-850, #page #block-menu-block-1 ul.menu .menu-mlid-851, #page #block-menu-block-1 ul.menu .menu-mlid-852, #page #block-menu-block-1 ul.menu .menu-mlid-963 {
  list-style-type: none;
  list-style-image: none;
  display: inline-block;
  margin-right: 5px;
  padding-left: 8px;
  position: relative;
}
/* line 396, ../sass/styles.scss */
#page #block-menu-block-1 ul.menu .menu-mlid-849 a, #page #block-menu-block-1 ul.menu .menu-mlid-850 a, #page #block-menu-block-1 ul.menu .menu-mlid-851 a, #page #block-menu-block-1 ul.menu .menu-mlid-852 a, #page #block-menu-block-1 ul.menu .menu-mlid-963 a {
  text-decoration: none;
}
/* line 399, ../sass/styles.scss */
#page #block-menu-block-1 ul.menu .menu-mlid-849 a:before, #page #block-menu-block-1 ul.menu .menu-mlid-850 a:before, #page #block-menu-block-1 ul.menu .menu-mlid-851 a:before, #page #block-menu-block-1 ul.menu .menu-mlid-852 a:before, #page #block-menu-block-1 ul.menu .menu-mlid-963 a:before {
  content: "►";
  padding-right: 5px;
}
/* line 407, ../sass/styles.scss */
#page #block-menu-block-1 ul.menu .menu-mlid-849:before, #page #block-menu-block-1 ul.menu .menu-mlid-850:before, #page #block-menu-block-1 ul.menu .menu-mlid-851:before, #page #block-menu-block-1 ul.menu .menu-mlid-852:before, #page #block-menu-block-1 ul.menu .menu-mlid-963:before {
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5px 0 2.5px 5px;
  border-color: transparent transparent transparent transparent;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -2.5px;
}
/* line 421, ../sass/styles.scss */
#page #block-menu-block-1 ul.menu #facebook {
  margin-left: 5px;
  font-size: 16px;
  padding-left: 0px;
  width: 10px;
  overflow: hidden;
  position: relative;
  bottom: -5px;
}
/* line 429, ../sass/styles.scss */
#page #block-menu-block-1 ul.menu #facebook a {
  text-decoration: none;
  transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
/* line 436, ../sass/styles.scss */
#page #block-menu-block-1 ul.menu #facebook a:hover {
  text-decoration: none;
}
/* line 440, ../sass/styles.scss */
#page #block-menu-block-1 ul.menu #facebook a:before {
  margin-right: 2px;
}
/* line 444, ../sass/styles.scss */
#page #block-menu-block-1 ul.menu #facebook:before {
  display: none;
}
/* line 448, ../sass/styles.scss */
#page #block-menu-block-1 ul.menu #youtube {
  font-size: 16px;
  width: 15px;
  overflow: hidden;
  padding-left: 0px;
  position: relative;
  bottom: -5px;
}
/* line 455, ../sass/styles.scss */
#page #block-menu-block-1 ul.menu #youtube a {
  text-decoration: none;
  transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
/* line 462, ../sass/styles.scss */
#page #block-menu-block-1 ul.menu #youtube a:hover {
  text-decoration: none;
}
/* line 466, ../sass/styles.scss */
#page #block-menu-block-1 ul.menu #youtube a:before {
  margin-right: 2px;
}
/* line 470, ../sass/styles.scss */
#page #block-menu-block-1 ul.menu #youtube:before {
  display: none;
}
/* line 474, ../sass/styles.scss */
#page #block-menu-block-1 ul.menu #instagram {
  font-size: 18px;
  width: 15px;
  overflow: hidden;
  position: relative;
  padding-left: 0px;
  bottom: -5px;
}
/* line 481, ../sass/styles.scss */
#page #block-menu-block-1 ul.menu #instagram a {
  text-decoration: none;
  transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
/* line 488, ../sass/styles.scss */
#page #block-menu-block-1 ul.menu #instagram a:hover {
  text-decoration: none;
}
/* line 492, ../sass/styles.scss */
#page #block-menu-block-1 ul.menu #instagram a:before {
  margin-right: 2px;
}
/* line 496, ../sass/styles.scss */
#page #block-menu-block-1 ul.menu #instagram:before {
  display: none;
}
/* line 504, ../sass/styles.scss */
#page #block-menu-block-5 {
  font-size: 12px;
  margin-bottom: 0px;
}
/* line 507, ../sass/styles.scss */
#page #block-menu-block-5 ul.menu {
  padding: 0px;
  margin: 0px;
}
/* line 510, ../sass/styles.scss */
#page #block-menu-block-5 ul.menu .menu-mlid-856, #page #block-menu-block-5 ul.menu .menu-mlid-857, #page #block-menu-block-5 ul.menu .menu-mlid-858, #page #block-menu-block-5 ul.menu .menu-mlid-859, #page #block-menu-block-5 ul.menu .menu-mlid-964 {
  list-style-type: none;
  list-style-image: none;
  display: inline-block;
  margin-right: 5px;
  padding-left: 8px;
  position: relative;
}
/* line 518, ../sass/styles.scss */
#page #block-menu-block-5 ul.menu .menu-mlid-856 a, #page #block-menu-block-5 ul.menu .menu-mlid-857 a, #page #block-menu-block-5 ul.menu .menu-mlid-858 a, #page #block-menu-block-5 ul.menu .menu-mlid-859 a, #page #block-menu-block-5 ul.menu .menu-mlid-964 a {
  text-decoration: none;
}
/* line 521, ../sass/styles.scss */
#page #block-menu-block-5 ul.menu .menu-mlid-856 a:before, #page #block-menu-block-5 ul.menu .menu-mlid-857 a:before, #page #block-menu-block-5 ul.menu .menu-mlid-858 a:before, #page #block-menu-block-5 ul.menu .menu-mlid-859 a:before, #page #block-menu-block-5 ul.menu .menu-mlid-964 a:before {
  content: "►";
  padding-right: 5px;
}
/* line 543, ../sass/styles.scss */
#page #block-menu-block-5 ul.menu #facebook {
  margin-left: 5px;
  font-size: 16px;
  padding-left: 0px;
  width: 10px;
  overflow: hidden;
  position: relative;
  bottom: -5px;
  display: inline-block;
}
/* line 552, ../sass/styles.scss */
#page #block-menu-block-5 ul.menu #facebook a {
  color: #3b5998;
  text-decoration: none;
  transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
/* line 559, ../sass/styles.scss */
#page #block-menu-block-5 ul.menu #facebook a:hover {
  text-decoration: none;
  color: #8b9dc3;
}
/* line 563, ../sass/styles.scss */
#page #block-menu-block-5 ul.menu #facebook a:before {
  margin-right: 2px;
}
/* line 567, ../sass/styles.scss */
#page #block-menu-block-5 ul.menu #facebook:before {
  display: none;
}
/* line 571, ../sass/styles.scss */
#page #block-menu-block-5 ul.menu #youtube {
  font-size: 16px;
  width: 15px;
  overflow: hidden;
  padding-left: 0px;
  position: relative;
  bottom: -5px;
  display: inline-block;
}
/* line 579, ../sass/styles.scss */
#page #block-menu-block-5 ul.menu #youtube a {
  color: #bc2424;
  text-decoration: none;
  transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
/* line 586, ../sass/styles.scss */
#page #block-menu-block-5 ul.menu #youtube a:hover {
  text-decoration: none;
  color: #FF4000;
}
/* line 590, ../sass/styles.scss */
#page #block-menu-block-5 ul.menu #youtube a:before {
  margin-right: 2px;
}
/* line 594, ../sass/styles.scss */
#page #block-menu-block-5 ul.menu #youtube:before {
  display: none;
}
/* line 598, ../sass/styles.scss */
#page #block-menu-block-5 ul.menu #instagram {
  font-size: 18px;
  width: 15px;
  overflow: hidden;
  position: relative;
  padding-left: 0px;
  bottom: -5px;
  display: inline-block;
}
/* line 606, ../sass/styles.scss */
#page #block-menu-block-5 ul.menu #instagram a {
  color: #3b5998;
  text-decoration: none;
  transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
/* line 613, ../sass/styles.scss */
#page #block-menu-block-5 ul.menu #instagram a:hover {
  text-decoration: none;
  color: #8b9dc3;
}
/* line 617, ../sass/styles.scss */
#page #block-menu-block-5 ul.menu #instagram a:before {
  margin-right: 2px;
}
/* line 621, ../sass/styles.scss */
#page #block-menu-block-5 ul.menu #instagram:before {
  display: none;
}

/* line 629, ../sass/styles.scss */
#header-top {
  padding-top: 15px;
}
/* line 631, ../sass/styles.scss */
#header-top a {
  color: #ffffff;
}
/* line 634, ../sass/styles.scss */
#header-top .region-header-top {
  display: inline-block;
  width: 100%;
}
/* line 638, ../sass/styles.scss */
#header-top .region-header-top .block {
  margin-bottom: 0px;
}
/* line 640, ../sass/styles.scss */
#header-top .region-header-top .block p {
  margin: 0px;
}
/* line 644, ../sass/styles.scss */
#header-top .region-header-top #block-block-3 {
  margin-right: 3px;
}
/* line 646, ../sass/styles.scss */
#header-top .region-header-top #block-block-3 #menu-icon {
  font-size: 24px;
  padding: 5px;
  border: 1px solid #000000;
  cursor: pointer;
}
/* line 653, ../sass/styles.scss */
#header-top .region-header-top #block-menu-block-2 {
  font-size: 12px;
  margin-bottom: 0px;
  width: 40%;
  text-align: right;
}
/* line 659, ../sass/styles.scss */
#header-top .region-header-top #block-menu-block-2 ul.menu {
  margin: 0px;
  padding: 0px;
}
/* line 662, ../sass/styles.scss */
#header-top .region-header-top #block-menu-block-2 ul.menu .menu__item {
  position: relative;
  top: -3px;
}
/* line 666, ../sass/styles.scss */
#header-top .region-header-top #block-menu-block-2 ul.menu li {
  list-style-type: none;
  list-style-image: none;
  display: inline-block;
  margin-right: 10px;
}
/* line 671, ../sass/styles.scss */
#header-top .region-header-top #block-menu-block-2 ul.menu li a {
  text-decoration: none;
}
/* line 673, ../sass/styles.scss */
#header-top .region-header-top #block-menu-block-2 ul.menu li a:hover {
  text-decoration: underline;
}
/* line 677, ../sass/styles.scss */
#header-top .region-header-top #block-menu-block-2 ul.menu li:nth-child(3) {
  margin-right: 0px;
}
/* line 681, ../sass/styles.scss */
#header-top .region-header-top #block-menu-block-2 ul.menu #facebook {
  margin-left: 5px;
  font-size: 16px;
  width: 10px;
  overflow: hidden;
  position: relative;
  top: 6px !important;
}
/* line 689, ../sass/styles.scss */
#header-top .region-header-top #block-menu-block-2 ul.menu #facebook a {
  text-decoration: none;
  transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
/* line 696, ../sass/styles.scss */
#header-top .region-header-top #block-menu-block-2 ul.menu #facebook a:hover {
  text-decoration: none;
}
/* line 700, ../sass/styles.scss */
#header-top .region-header-top #block-menu-block-2 ul.menu #facebook a:before {
  margin-right: 2px;
}
/* line 705, ../sass/styles.scss */
#header-top .region-header-top #block-menu-block-2 ul.menu #youtube {
  font-size: 16px;
  width: 15px;
  overflow: hidden;
  position: relative;
  top: 6px !important;
}
/* line 711, ../sass/styles.scss */
#header-top .region-header-top #block-menu-block-2 ul.menu #youtube a {
  text-decoration: none;
  transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
/* line 718, ../sass/styles.scss */
#header-top .region-header-top #block-menu-block-2 ul.menu #youtube a:hover {
  text-decoration: none;
}
/* line 722, ../sass/styles.scss */
#header-top .region-header-top #block-menu-block-2 ul.menu #youtube a:before {
  margin-right: 2px;
}
/* line 727, ../sass/styles.scss */
#header-top .region-header-top #block-menu-block-2 ul.menu #instagram {
  font-size: 18px;
  width: 15px;
  overflow: hidden;
  position: relative;
  top: 6px !important;
}
/* line 733, ../sass/styles.scss */
#header-top .region-header-top #block-menu-block-2 ul.menu #instagram a {
  text-decoration: none;
  transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
/* line 740, ../sass/styles.scss */
#header-top .region-header-top #block-menu-block-2 ul.menu #instagram a:hover {
  text-decoration: none;
}
/* line 744, ../sass/styles.scss */
#header-top .region-header-top #block-menu-block-2 ul.menu #instagram a:before {
  margin-right: 2px;
}

/* line 756, ../sass/styles.scss */
#header {
  padding-top: 10px;
  text-align: center;
}
/* line 759, ../sass/styles.scss */
#header a {
  color: #000;
}
/* line 762, ../sass/styles.scss */
#header #block-views-elle-record-logo-block,
#header #block-views-elle-logo-block,
#header #block-views-elle-logo-block-1,
#header #block-imageblock-1,
#header #block-imageblock-2,
#header #block-imageblock-4 {
  float: left;
  margin-bottom: 0px;
}
/* line 770, ../sass/styles.scss */
#header #block-views-elle-record-logo-block img,
#header #block-views-elle-logo-block img,
#header #block-views-elle-logo-block-1 img,
#header #block-imageblock-1 img,
#header #block-imageblock-2 img,
#header #block-imageblock-4 img {
  max-width: 350px !important;
  width: 100%;
}
/* line 775, ../sass/styles.scss */
#header #block-superfish-1,
#header #block-superfish-2 {
  clear: both;
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 14px;
}
/* line 782, ../sass/styles.scss */
#header #block-superfish-1 a,
#header #block-superfish-2 a {
  text-decoration: none;
  color: #000;
}
/* line 786, ../sass/styles.scss */
#header #block-superfish-1 ul#superfish-1,
#header #block-superfish-1 ul#superfish-2,
#header #block-superfish-2 ul#superfish-1,
#header #block-superfish-2 ul#superfish-2 {
  text-align: center;
  overflow: hidden;
}
/* line 790, ../sass/styles.scss */
#header #block-superfish-1 ul#superfish-1 li.sf-depth-1,
#header #block-superfish-1 ul#superfish-2 li.sf-depth-1,
#header #block-superfish-2 ul#superfish-1 li.sf-depth-1,
#header #block-superfish-2 ul#superfish-2 li.sf-depth-1 {
  display: inline-block;
  line-height: 43px;
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  border-right: 0px;
  transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
/* line 800, ../sass/styles.scss */
#header #block-superfish-1 ul#superfish-1 li.sf-depth-1 a,
#header #block-superfish-1 ul#superfish-2 li.sf-depth-1 a,
#header #block-superfish-2 ul#superfish-1 li.sf-depth-1 a,
#header #block-superfish-2 ul#superfish-2 li.sf-depth-1 a {
  display: block;
  padding: 0px 17px;
}
/* line 803, ../sass/styles.scss */
#header #block-superfish-1 ul#superfish-1 li.sf-depth-1 a:active,
#header #block-superfish-1 ul#superfish-2 li.sf-depth-1 a:active,
#header #block-superfish-2 ul#superfish-1 li.sf-depth-1 a:active,
#header #block-superfish-2 ul#superfish-2 li.sf-depth-1 a:active {
  outline: transparent;
}
/* line 816, ../sass/styles.scss */
#header #block-superfish-1 ul#superfish-1 li.sf-depth-1 ul,
#header #block-superfish-1 ul#superfish-2 li.sf-depth-1 ul,
#header #block-superfish-2 ul#superfish-1 li.sf-depth-1 ul,
#header #block-superfish-2 ul#superfish-2 li.sf-depth-1 ul {
  background: #000000;
  top: 3em;
}
/* line 819, ../sass/styles.scss */
#header #block-superfish-1 ul#superfish-1 li.sf-depth-1 ul li.sf-depth-2,
#header #block-superfish-1 ul#superfish-2 li.sf-depth-1 ul li.sf-depth-2,
#header #block-superfish-2 ul#superfish-1 li.sf-depth-1 ul li.sf-depth-2,
#header #block-superfish-2 ul#superfish-2 li.sf-depth-1 ul li.sf-depth-2 {
  background: transparent;
  transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
/* line 826, ../sass/styles.scss */
#header #block-superfish-1 ul#superfish-1 li.sf-depth-1 ul li.sf-depth-2 a,
#header #block-superfish-1 ul#superfish-2 li.sf-depth-1 ul li.sf-depth-2 a,
#header #block-superfish-2 ul#superfish-1 li.sf-depth-1 ul li.sf-depth-2 a,
#header #block-superfish-2 ul#superfish-2 li.sf-depth-1 ul li.sf-depth-2 a {
  color: #ffffff;
}
/* line 829, ../sass/styles.scss */
#header #block-superfish-1 ul#superfish-1 li.sf-depth-1 ul li.sf-depth-2:hover,
#header #block-superfish-1 ul#superfish-2 li.sf-depth-1 ul li.sf-depth-2:hover,
#header #block-superfish-2 ul#superfish-1 li.sf-depth-1 ul li.sf-depth-2:hover,
#header #block-superfish-2 ul#superfish-2 li.sf-depth-1 ul li.sf-depth-2:hover {
  background: #535353;
}
/* line 831, ../sass/styles.scss */
#header #block-superfish-1 ul#superfish-1 li.sf-depth-1 ul li.sf-depth-2:hover a,
#header #block-superfish-1 ul#superfish-2 li.sf-depth-1 ul li.sf-depth-2:hover a,
#header #block-superfish-2 ul#superfish-1 li.sf-depth-1 ul li.sf-depth-2:hover a,
#header #block-superfish-2 ul#superfish-2 li.sf-depth-1 ul li.sf-depth-2:hover a {
  color: #FFF;
}
/* line 838, ../sass/styles.scss */
#header #block-superfish-1 ul#superfish-1 li#menu-218-1,
#header #block-superfish-1 ul#superfish-1 li#menu-962-2,
#header #block-superfish-1 ul#superfish-2 li#menu-218-1,
#header #block-superfish-1 ul#superfish-2 li#menu-962-2,
#header #block-superfish-2 ul#superfish-1 li#menu-218-1,
#header #block-superfish-2 ul#superfish-1 li#menu-962-2,
#header #block-superfish-2 ul#superfish-2 li#menu-218-1,
#header #block-superfish-2 ul#superfish-2 li#menu-962-2 {
  display: inline-block;
  height: 43px;
  width: 50px;
  background: url(../images/home.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 50%;
}
/* line 846, ../sass/styles.scss */
#header #block-superfish-1 ul#superfish-1 li#menu-218-1 a,
#header #block-superfish-1 ul#superfish-1 li#menu-962-2 a,
#header #block-superfish-1 ul#superfish-2 li#menu-218-1 a,
#header #block-superfish-1 ul#superfish-2 li#menu-962-2 a,
#header #block-superfish-2 ul#superfish-1 li#menu-218-1 a,
#header #block-superfish-2 ul#superfish-1 li#menu-962-2 a,
#header #block-superfish-2 ul#superfish-2 li#menu-218-1 a,
#header #block-superfish-2 ul#superfish-2 li#menu-962-2 a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: -9999px;
}
/* line 856, ../sass/styles.scss */
#header #block-block-4,
#header #block-block-5 {
  margin-right: 3px;
}
/* line 859, ../sass/styles.scss */
#header #block-block-4 #menu-icon,
#header #block-block-5 #menu-icon {
  font-size: 24px;
  padding: 5px;
  border: 1px solid #000000;
  cursor: pointer;
}

/* line 868, ../sass/styles.scss */
#main {
  padding-top: 20px;
}

/* line 872, ../sass/styles.scss */
#navigation {
  display: none;
}

/* line 876, ../sass/styles.scss */
#content {
  color: #a0a0a0;
  /*node article area*/
  /*node article area*/
  /*ELLE TV*/
  /*ELLE TV*/
  /* 專欄作家 */
  /* 專欄作家 */
  /** 線上活動  **/
  /** 線上活動  **/
  /** User Login Register Form **/
  /** User Login Register Form **/
  /** 聯絡我們 **/
  /** 網站地圖 **/
  /** 網站地圖 **/
}
/* line 877, ../sass/styles.scss */
#content a {
  color: #cc0000;
  text-decoration: none;
}
/* line 880, ../sass/styles.scss */
#content a:hover {
  text-decoration: underline;
}
/* line 885, ../sass/styles.scss */
#content .breadcrumb {
  color: #000;
  margin-bottom: 20px;
}
/* line 888, ../sass/styles.scss */
#content .breadcrumb a {
  color: #7d7d7d;
}
/* line 890, ../sass/styles.scss */
#content .breadcrumb a:hover {
  color: #cc0000;
}
/* line 895, ../sass/styles.scss */
#content .view-taxonomy-term {
  clear: both;
}
/* line 898, ../sass/styles.scss */
#content .decor-area .item-list,
#content .wedding-area .item-list,
#content .accessories-area .item-list,
#content .girl-area .item-list,
#content .elletv .item-list {
  text-align: center;
  clear: both;
}
/* line 905, ../sass/styles.scss */
#content .decor-area .item-list ul.pager,
#content .wedding-area .item-list ul.pager,
#content .accessories-area .item-list ul.pager,
#content .girl-area .item-list ul.pager,
#content .elletv .item-list ul.pager {
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  display: inline-block;
}
/* line 909, ../sass/styles.scss */
#content .decor-area .item-list ul.pager li,
#content .wedding-area .item-list ul.pager li,
#content .accessories-area .item-list ul.pager li,
#content .girl-area .item-list ul.pager li,
#content .elletv .item-list ul.pager li {
  display: inline-block;
  width: 45px;
  height: 45px;
  padding: 0px;
  float: left;
  text-align: center;
  line-height: 45px;
  border-right: 1px solid #dfdfdf;
  background: transparent;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  color: #434343;
}
/* line 924, ../sass/styles.scss */
#content .decor-area .item-list ul.pager li:hover,
#content .wedding-area .item-list ul.pager li:hover,
#content .accessories-area .item-list ul.pager li:hover,
#content .girl-area .item-list ul.pager li:hover,
#content .elletv .item-list ul.pager li:hover {
  background: #000;
  color: #FFF;
}
/* line 928, ../sass/styles.scss */
#content .decor-area .item-list ul.pager li a,
#content .wedding-area .item-list ul.pager li a,
#content .accessories-area .item-list ul.pager li a,
#content .girl-area .item-list ul.pager li a,
#content .elletv .item-list ul.pager li a {
  color: #434343;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  height: 100%;
}
/* line 934, ../sass/styles.scss */
#content .decor-area .item-list ul.pager li a:hover,
#content .wedding-area .item-list ul.pager li a:hover,
#content .accessories-area .item-list ul.pager li a:hover,
#content .girl-area .item-list ul.pager li a:hover,
#content .elletv .item-list ul.pager li a:hover {
  color: #FFF;
}
/* line 938, ../sass/styles.scss */
#content .decor-area .item-list ul.pager li:last-child,
#content .wedding-area .item-list ul.pager li:last-child,
#content .accessories-area .item-list ul.pager li:last-child,
#content .girl-area .item-list ul.pager li:last-child,
#content .elletv .item-list ul.pager li:last-child {
  border-right: 0px;
}
/* line 942, ../sass/styles.scss */
#content .decor-area .item-list ul.pager li.pager-current,
#content .wedding-area .item-list ul.pager li.pager-current,
#content .accessories-area .item-list ul.pager li.pager-current,
#content .girl-area .item-list ul.pager li.pager-current,
#content .elletv .item-list ul.pager li.pager-current {
  background: #000;
  color: #FFF;
}
/* line 947, ../sass/styles.scss */
#content .decor-area .item-list ul.pager.pager-load-more,
#content .wedding-area .item-list ul.pager.pager-load-more,
#content .accessories-area .item-list ul.pager.pager-load-more,
#content .girl-area .item-list ul.pager.pager-load-more,
#content .elletv .item-list ul.pager.pager-load-more {
  display: inline-block;
  width: 100%;
  text-align: center;
  border: 0px;
  margin-bottom: 20px;
}
/* line 953, ../sass/styles.scss */
#content .decor-area .item-list ul.pager.pager-load-more .ajax-progress-throbber,
#content .wedding-area .item-list ul.pager.pager-load-more .ajax-progress-throbber,
#content .accessories-area .item-list ul.pager.pager-load-more .ajax-progress-throbber,
#content .girl-area .item-list ul.pager.pager-load-more .ajax-progress-throbber,
#content .elletv .item-list ul.pager.pager-load-more .ajax-progress-throbber {
  display: none;
}
/* line 956, ../sass/styles.scss */
#content .decor-area .item-list ul.pager.pager-load-more li,
#content .wedding-area .item-list ul.pager.pager-load-more li,
#content .accessories-area .item-list ul.pager.pager-load-more li,
#content .girl-area .item-list ul.pager.pager-load-more li,
#content .elletv .item-list ul.pager.pager-load-more li {
  display: inline-block;
  border: 1px solid #dfdfdf;
  width: 60%;
  height: 45px;
  padding: 0px;
  border-radius: 3px;
  float: none;
}
/* line 967, ../sass/styles.scss */
#content .region-highlighted {
  margin-bottom: 10px;
}
/* line 969, ../sass/styles.scss */
#content .region-highlighted #block-views-elle-slideshow-block {
  margin-bottom: 0px;
}
/* line 973, ../sass/styles.scss */
#content .flexslider {
  border: 0px;
  position: relative;
  margin-bottom: 0px;
}
/* line 977, ../sass/styles.scss */
#content .flexslider a {
  color: #FFF;
}
/* line 980, ../sass/styles.scss */
#content .flexslider .views-field-title {
  position: absolute;
  left: 15px;
  bottom: 20px;
}
/* line 984, ../sass/styles.scss */
#content .flexslider .views-field-title a {
  color: #FFF;
  font-size: 20px;
  text-decoration: none;
}
/* line 991, ../sass/styles.scss */
#content .flexslider ul.flex-direction-nav a {
  overflow: visible;
  height: 100px;
  display: block;
}
/* line 996, ../sass/styles.scss */
#content .flexslider ul.flex-direction-nav a.flex-prev {
  height: 50px;
  width: 50px;
  background: url(../images/left-arrow.png) no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  border: 3px solid #FFF;
}
/* line 1005, ../sass/styles.scss */
#content .flexslider ul.flex-direction-nav a.flex-next {
  height: 50px;
  width: 50px;
  background: url(../images/right-arrow.png) no-repeat;
  background-position: center center;
  text-indent: 9999px;
  overflow: hidden;
  border: 3px solid #FFF;
}
/* line 1015, ../sass/styles.scss */
#content .flexslider ol.flex-control-nav {
  position: absolute;
  right: 15px;
  bottom: 10px;
  z-index: 100;
  width: auto;
}
/* line 1021, ../sass/styles.scss */
#content .flexslider ol.flex-control-nav li {
  margin: 0px 10px;
}
/* line 1023, ../sass/styles.scss */
#content .flexslider ol.flex-control-nav li a {
  background: #FFF;
}
/* line 1026, ../sass/styles.scss */
#content .flexslider ol.flex-control-nav li a.flex-active {
  background: #ff0000;
}
/* line 1034, ../sass/styles.scss */
#content #block-views-e67b3cb1152b136f458ecadf8fa4ca2c h2.block-title {
  font-size: 18px;
  font-weight: normal;
  border-bottom: 2px solid #000;
  color: #7d7d7d;
  margin-bottom: 20px;
  margin-top: 0px;
}
/* line 1044, ../sass/styles.scss */
#content #block-views-elle-tv-block h2.block-title {
  font-size: 18px;
  font-weight: normal;
  border-bottom: 2px solid #000;
  color: #7d7d7d;
  margin-bottom: 20px;
}
/* line 1051, ../sass/styles.scss */
#content #block-views-elle-tv-block ul {
  margin: 0px;
  padding: 0px;
}
/* line 1054, ../sass/styles.scss */
#content #block-views-elle-tv-block ul li.tv-block {
  list-style-type: none;
  position: relative;
  overflow: hidden;
  transition: all 0.6s ease;
}
/* line 1059, ../sass/styles.scss */
#content #block-views-elle-tv-block ul li.tv-block img {
  float: left;
  -o-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
}
/* line 1065, ../sass/styles.scss */
#content #block-views-elle-tv-block ul li.tv-block .views-field-title {
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  color: #FFF;
}
/* line 1071, ../sass/styles.scss */
#content #block-views-elle-tv-block ul li.tv-block .views-field-title a {
  color: #FFF;
}
/* line 1075, ../sass/styles.scss */
#content #block-views-elle-tv-block ul li.tv-block .background-cover {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: transparent;
  -o-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
}
/* line 1086, ../sass/styles.scss */
#content #block-views-elle-tv-block ul li.tv-block .background-cover:hover {
  background: rgba(0, 0, 0, 0.5);
}
/* line 1089, ../sass/styles.scss */
#content #block-views-elle-tv-block ul li.tv-block .background-cover:hover .cover-wrapper h2.title {
  color: #FFF;
}
/* line 1092, ../sass/styles.scss */
#content #block-views-elle-tv-block ul li.tv-block .background-cover:hover .cover-wrapper span.play {
  opacity: 1;
}
/* line 1097, ../sass/styles.scss */
#content #block-views-elle-tv-block ul li.tv-block .background-cover .cover-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
/* line 1102, ../sass/styles.scss */
#content #block-views-elle-tv-block ul li.tv-block .background-cover .cover-wrapper h2.title {
  font-size: 16px;
  position: absolute;
  bottom: 0px;
  padding: 0px 5px;
  margin: 0px;
  line-height: 24px;
  color: transparent;
  -o-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
}
/* line 1114, ../sass/styles.scss */
#content #block-views-elle-tv-block ul li.tv-block .background-cover .cover-wrapper span.play {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  border: 3px solid #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  opacity: 0;
  -o-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
}
/* line 1129, ../sass/styles.scss */
#content #block-views-elle-tv-block ul li.tv-block .background-cover .cover-wrapper span.play:after {
  display: block;
  content: ' ';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 30px;
  border-color: transparent transparent transparent #ffffff;
  position: relative;
  left: 20px;
  top: 15px;
}
/* line 1145, ../sass/styles.scss */
#content #block-views-elle-tv-block ul li.tv-block:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}
/* line 1156, ../sass/styles.scss */
#content #block-views-elle-hot-news-block h2.block-title {
  font-size: 18px;
  font-weight: normal;
  color: #7d7d7d;
  margin-bottom: 10px;
}
/* line 1162, ../sass/styles.scss */
#content #block-views-elle-hot-news-block ul {
  margin: 0px;
  padding: 0px;
}
/* line 1165, ../sass/styles.scss */
#content #block-views-elle-hot-news-block ul li.news-block {
  list-style-image: none;
  list-style-type: none;
  display: inline-block;
  width: 100%;
  border: 1px solid #d2d2d2;
  margin-bottom: 30px;
}
/* line 1172, ../sass/styles.scss */
#content #block-views-elle-hot-news-block ul li.news-block img {
  float: left;
}
/* line 1175, ../sass/styles.scss */
#content #block-views-elle-hot-news-block ul li.news-block .views-field-sharethis {
  font-size: 14px;
  padding-top: 30px;
  color: #a0a0a0;
  line-height: 50px;
  border-bottom: 1px solid #d2d2d2;
}
/* line 1181, ../sass/styles.scss */
#content #block-views-elle-hot-news-block ul li.news-block .views-field-sharethis .sharethis-wrapper {
  display: inline-block;
  position: relative;
  bottom: -5px;
}
/* line 1185, ../sass/styles.scss */
#content #block-views-elle-hot-news-block ul li.news-block .views-field-sharethis .sharethis-wrapper .st_facebook_hcount,
#content #block-views-elle-hot-news-block ul li.news-block .views-field-sharethis .sharethis-wrapper .st_twitter_hcount,
#content #block-views-elle-hot-news-block ul li.news-block .views-field-sharethis .sharethis-wrapper .st_pinterest_hcount {
  display: none;
}
/* line 1190, ../sass/styles.scss */
#content #block-views-elle-hot-news-block ul li.news-block .views-field-sharethis .sharethis-wrapper .st_fblike_hcount {
  float: left;
}
/* line 1194, ../sass/styles.scss */
#content #block-views-elle-hot-news-block ul li.news-block .views-field-sharethis .fb_iframe_widget {
  line-height: 18px;
}
/* line 1196, ../sass/styles.scss */
#content #block-views-elle-hot-news-block ul li.news-block .views-field-sharethis .fb_iframe_widget a:hover {
  text-decoration: none;
}
/* line 1201, ../sass/styles.scss */
#content #block-views-elle-hot-news-block ul li.news-block .views-field-body {
  color: #a0a0a0;
  font-size: 14px;
}
/* line 1205, ../sass/styles.scss */
#content #block-views-elle-hot-news-block ul li.news-block h2.title {
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
}
/* line 1209, ../sass/styles.scss */
#content #block-views-elle-hot-news-block ul li.news-block h2.title a {
  color: #434343;
  text-decoration: none;
}
/* line 1216, ../sass/styles.scss */
#content #block-views-elle-hot-news-block .more-link {
  display: inline-block;
  text-align: center;
  width: 100%;
}
/* line 1220, ../sass/styles.scss */
#content #block-views-elle-hot-news-block .more-link a {
  font-size: 14px;
  display: inline-block;
  width: 50%;
  border-radius: 5px;
  border: 1px solid #000;
  color: #000;
  text-decoration: none;
  display: inline-block;
  line-height: 50px;
}
/* line 1230, ../sass/styles.scss */
#content #block-views-elle-hot-news-block .more-link a:hover {
  background: #000;
  color: #fff;
}
/* line 1238, ../sass/styles.scss */
#content #block-views-elle-shopping-block h2.block-title {
  font-size: 18px;
  font-weight: normal;
  color: #7d7d7d;
  margin-bottom: 10px;
}
/* line 1244, ../sass/styles.scss */
#content #block-views-elle-shopping-block ul {
  margin: 0px;
  padding: 0px;
}
/* line 1247, ../sass/styles.scss */
#content #block-views-elle-shopping-block ul li {
  list-style-image: none;
  list-style-type: none;
}
/* line 1250, ../sass/styles.scss */
#content #block-views-elle-shopping-block ul li a {
  text-decoration: none;
  color: #434343;
  font-size: 15px;
}
/* line 1258, ../sass/styles.scss */
#content #block-hellosanta-elle-instagram {
  margin-bottom: 50px;
}
/* line 1260, ../sass/styles.scss */
#content #block-hellosanta-elle-instagram h2.block-title {
  font-size: 18px;
  font-weight: normal;
  color: #7d7d7d;
  margin-bottom: 10px;
}
/* line 1266, ../sass/styles.scss */
#content #block-hellosanta-elle-instagram ul.instagram-list {
  margin: 0px;
  padding: 0px;
}
/* line 1269, ../sass/styles.scss */
#content #block-hellosanta-elle-instagram ul.instagram-list li.instagram-block {
  list-style-type: none;
  list-style-image: none;
  text-align: right;
  position: relative;
  padding-bottom: 30px;
  border-bottom: 1px solid #a0a0a0;
}
/* line 1277, ../sass/styles.scss */
#content #block-hellosanta-elle-instagram ul.instagram-list li.instagram-block .insta-images img {
  width: 100%;
}
/* line 1281, ../sass/styles.scss */
#content #block-hellosanta-elle-instagram ul.instagram-list li.instagram-block .user-profile {
  font-size: 14px;
  color: #000;
  line-height: 30px;
  font-weight: bold;
  display: inline-block;
  float: left;
}
/* line 1288, ../sass/styles.scss */
#content #block-hellosanta-elle-instagram ul.instagram-list li.instagram-block .user-profile:before {
  margin-right: 5px;
  font-size: 24px;
  line-height: 30px;
  position: relative;
  bottom: -2px;
}
/* line 1296, ../sass/styles.scss */
#content #block-hellosanta-elle-instagram ul.instagram-list li.instagram-block .likes-count {
  font-size: 14px;
  color: #000;
  line-height: 30px;
  font-weight: bold;
  display: inline-block;
  float: right;
}
/* line 1303, ../sass/styles.scss */
#content #block-hellosanta-elle-instagram ul.instagram-list li.instagram-block .likes-count:before {
  margin-right: 5px;
  font-size: 14px;
}
/* line 1308, ../sass/styles.scss */
#content #block-hellosanta-elle-instagram ul.instagram-list li.instagram-block .description {
  clear: both;
  margin: 5px 0px;
  text-align: left;
  font-weight: normal;
}
/* line 1314, ../sass/styles.scss */
#content #block-hellosanta-elle-instagram ul.instagram-list li.instagram-block a.read-more {
  color: #000;
  text-decoration: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
}
/* line 1320, ../sass/styles.scss */
#content #block-hellosanta-elle-instagram ul.instagram-list li.instagram-block a.read-more:hover {
  text-decoration: underline;
}
/* line 1327, ../sass/styles.scss */
#content #block-views-elle-editor-block {
  margin-bottom: 20px;
}
/* line 1329, ../sass/styles.scss */
#content #block-views-elle-editor-block h2.block-title {
  font-size: 18px;
  font-weight: normal;
  color: #7d7d7d;
  margin-bottom: 10px;
}
/* line 1335, ../sass/styles.scss */
#content #block-views-elle-editor-block ul.editor-list {
  margin: 0px;
  padding: 0px;
}
/* line 1338, ../sass/styles.scss */
#content #block-views-elle-editor-block ul.editor-list li.editor-block {
  list-style-type: none;
  list-style-image: none;
  text-align: right;
  position: relative;
  border: 1px solid #a0a0a0;
  padding-bottom: 30px;
}
/* line 1339, ../sass/styles.scss */
#content #block-views-elle-editor-block ul.editor-list li.editor-block .list-wrapper {
  display: inline-block;
  width: 100%;
}
/* line 1349, ../sass/styles.scss */
#content #block-views-elle-editor-block ul.editor-list li.editor-block .views-field-field-avatar {
  display: inline-block;
  width: 100%;
  float: left;
}
/* line 1353, ../sass/styles.scss */
#content #block-views-elle-editor-block ul.editor-list li.editor-block .views-field-field-avatar img {
  width: 100%;
}
/* line 1357, ../sass/styles.scss */
#content #block-views-elle-editor-block ul.editor-list li.editor-block h2.editor-name {
  text-align: center;
  margin: 10px 0px;
  font-weight: normal;
}
/* line 1361, ../sass/styles.scss */
#content #block-views-elle-editor-block ul.editor-list li.editor-block h2.editor-name a {
  color: #000000;
  font-size: 20px;
  text-decoration: none;
}
/* line 1367, ../sass/styles.scss */
#content #block-views-elle-editor-block ul.editor-list li.editor-block .views-field-body {
  text-align: left;
}
/* line 1369, ../sass/styles.scss */
#content #block-views-elle-editor-block ul.editor-list li.editor-block .views-field-body p {
  margin: 0px;
  padding: 0px 20px;
}
/* line 1378, ../sass/styles.scss */
#content .decor-area h2.record-title {
  font-size: 18px;
  font-weight: normal;
  border-bottom: 2px solid #000;
  color: #7d7d7d;
  margin-bottom: 20px;
}
/* line 1385, ../sass/styles.scss */
#content .decor-area ul.decor-list {
  padding: 0px;
  margin: 0px;
}
/* line 1388, ../sass/styles.scss */
#content .decor-area ul.decor-list li.decor-block {
  list-style-type: none;
  list-style-image: none;
  display: inline-block;
  width: 100%;
  padding: 15px 0px;
  border-bottom: 1px solid #eeeeee;
}
/* line 1395, ../sass/styles.scss */
#content .decor-area ul.decor-list li.decor-block .views-field-field-image {
  float: left;
}
/* line 1397, ../sass/styles.scss */
#content .decor-area ul.decor-list li.decor-block .views-field-field-image img {
  width: 100%;
}
/* line 1401, ../sass/styles.scss */
#content .decor-area ul.decor-list li.decor-block h2.title {
  font-size: 18px;
  margin: 0px;
  line-height: 24px;
}
/* line 1405, ../sass/styles.scss */
#content .decor-area ul.decor-list li.decor-block h2.title a {
  color: #535353;
}
/* line 1409, ../sass/styles.scss */
#content .decor-area ul.decor-list li.decor-block .views-field-body {
  color: #000;
}
/* line 1411, ../sass/styles.scss */
#content .decor-area ul.decor-list li.decor-block .views-field-body a {
  color: #000;
  text-decoration: underline;
}
/* line 1420, ../sass/styles.scss */
#content .block-views p {
  margin: 0px;
}
/* line 1433, ../sass/styles.scss */
#content #block-views-nodequeue-1-block h2.block-title,
#content #block-views-nodequeue-1-block-1 h2.block-title,
#content #block-views-nodequeue-1-block-2 h2.block-title,
#content #block-views-nodequeue-1-block-3 h2.block-title,
#content #block-views-nodequeue-1-block-4 h2.block-title,
#content #block-views-nodequeue-1-block-5 h2.block-title,
#content #block-views-nodequeue-1-block-6 h2.block-title,
#content #block-views-nodequeue-1-block-7 h2.block-title,
#content #block-views-nodequeue-1-block-8 h2.block-title {
  font-size: 18px;
  font-weight: normal;
  border-bottom: 2px solid #000;
  color: #7d7d7d;
  margin-bottom: 20px;
}
/* line 1440, ../sass/styles.scss */
#content #block-views-nodequeue-1-block ul.hot-news-list,
#content #block-views-nodequeue-1-block-1 ul.hot-news-list,
#content #block-views-nodequeue-1-block-2 ul.hot-news-list,
#content #block-views-nodequeue-1-block-3 ul.hot-news-list,
#content #block-views-nodequeue-1-block-4 ul.hot-news-list,
#content #block-views-nodequeue-1-block-5 ul.hot-news-list,
#content #block-views-nodequeue-1-block-6 ul.hot-news-list,
#content #block-views-nodequeue-1-block-7 ul.hot-news-list,
#content #block-views-nodequeue-1-block-8 ul.hot-news-list {
  margin: 0px;
  padding: 0px;
}
/* line 1443, ../sass/styles.scss */
#content #block-views-nodequeue-1-block ul.hot-news-list li.hot-news-block,
#content #block-views-nodequeue-1-block-1 ul.hot-news-list li.hot-news-block,
#content #block-views-nodequeue-1-block-2 ul.hot-news-list li.hot-news-block,
#content #block-views-nodequeue-1-block-3 ul.hot-news-list li.hot-news-block,
#content #block-views-nodequeue-1-block-4 ul.hot-news-list li.hot-news-block,
#content #block-views-nodequeue-1-block-5 ul.hot-news-list li.hot-news-block,
#content #block-views-nodequeue-1-block-6 ul.hot-news-list li.hot-news-block,
#content #block-views-nodequeue-1-block-7 ul.hot-news-list li.hot-news-block,
#content #block-views-nodequeue-1-block-8 ul.hot-news-list li.hot-news-block {
  list-style-type: none;
  list-style-image: none;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
/* line 1449, ../sass/styles.scss */
#content #block-views-nodequeue-1-block ul.hot-news-list li.hot-news-block .views-field-field-image,
#content #block-views-nodequeue-1-block ul.hot-news-list li.hot-news-block .views-field-field-cover-image,
#content #block-views-nodequeue-1-block-1 ul.hot-news-list li.hot-news-block .views-field-field-image,
#content #block-views-nodequeue-1-block-1 ul.hot-news-list li.hot-news-block .views-field-field-cover-image,
#content #block-views-nodequeue-1-block-2 ul.hot-news-list li.hot-news-block .views-field-field-image,
#content #block-views-nodequeue-1-block-2 ul.hot-news-list li.hot-news-block .views-field-field-cover-image,
#content #block-views-nodequeue-1-block-3 ul.hot-news-list li.hot-news-block .views-field-field-image,
#content #block-views-nodequeue-1-block-3 ul.hot-news-list li.hot-news-block .views-field-field-cover-image,
#content #block-views-nodequeue-1-block-4 ul.hot-news-list li.hot-news-block .views-field-field-image,
#content #block-views-nodequeue-1-block-4 ul.hot-news-list li.hot-news-block .views-field-field-cover-image,
#content #block-views-nodequeue-1-block-5 ul.hot-news-list li.hot-news-block .views-field-field-image,
#content #block-views-nodequeue-1-block-5 ul.hot-news-list li.hot-news-block .views-field-field-cover-image,
#content #block-views-nodequeue-1-block-6 ul.hot-news-list li.hot-news-block .views-field-field-image,
#content #block-views-nodequeue-1-block-6 ul.hot-news-list li.hot-news-block .views-field-field-cover-image,
#content #block-views-nodequeue-1-block-7 ul.hot-news-list li.hot-news-block .views-field-field-image,
#content #block-views-nodequeue-1-block-7 ul.hot-news-list li.hot-news-block .views-field-field-cover-image,
#content #block-views-nodequeue-1-block-8 ul.hot-news-list li.hot-news-block .views-field-field-image,
#content #block-views-nodequeue-1-block-8 ul.hot-news-list li.hot-news-block .views-field-field-cover-image {
  float: left;
  margin-right: 10px;
}
/* line 1454, ../sass/styles.scss */
#content #block-views-nodequeue-1-block ul.hot-news-list li.hot-news-block .views-field-created,
#content #block-views-nodequeue-1-block-1 ul.hot-news-list li.hot-news-block .views-field-created,
#content #block-views-nodequeue-1-block-2 ul.hot-news-list li.hot-news-block .views-field-created,
#content #block-views-nodequeue-1-block-3 ul.hot-news-list li.hot-news-block .views-field-created,
#content #block-views-nodequeue-1-block-4 ul.hot-news-list li.hot-news-block .views-field-created,
#content #block-views-nodequeue-1-block-5 ul.hot-news-list li.hot-news-block .views-field-created,
#content #block-views-nodequeue-1-block-6 ul.hot-news-list li.hot-news-block .views-field-created,
#content #block-views-nodequeue-1-block-7 ul.hot-news-list li.hot-news-block .views-field-created,
#content #block-views-nodequeue-1-block-8 ul.hot-news-list li.hot-news-block .views-field-created {
  font-size: 12px;
  color: #aaaaaa;
}
/* line 1458, ../sass/styles.scss */
#content #block-views-nodequeue-1-block ul.hot-news-list li.hot-news-block h2.title,
#content #block-views-nodequeue-1-block-1 ul.hot-news-list li.hot-news-block h2.title,
#content #block-views-nodequeue-1-block-2 ul.hot-news-list li.hot-news-block h2.title,
#content #block-views-nodequeue-1-block-3 ul.hot-news-list li.hot-news-block h2.title,
#content #block-views-nodequeue-1-block-4 ul.hot-news-list li.hot-news-block h2.title,
#content #block-views-nodequeue-1-block-5 ul.hot-news-list li.hot-news-block h2.title,
#content #block-views-nodequeue-1-block-6 ul.hot-news-list li.hot-news-block h2.title,
#content #block-views-nodequeue-1-block-7 ul.hot-news-list li.hot-news-block h2.title,
#content #block-views-nodequeue-1-block-8 ul.hot-news-list li.hot-news-block h2.title {
  font-size: 14px;
  line-height: 20px;
}
/* line 1461, ../sass/styles.scss */
#content #block-views-nodequeue-1-block ul.hot-news-list li.hot-news-block h2.title a,
#content #block-views-nodequeue-1-block-1 ul.hot-news-list li.hot-news-block h2.title a,
#content #block-views-nodequeue-1-block-2 ul.hot-news-list li.hot-news-block h2.title a,
#content #block-views-nodequeue-1-block-3 ul.hot-news-list li.hot-news-block h2.title a,
#content #block-views-nodequeue-1-block-4 ul.hot-news-list li.hot-news-block h2.title a,
#content #block-views-nodequeue-1-block-5 ul.hot-news-list li.hot-news-block h2.title a,
#content #block-views-nodequeue-1-block-6 ul.hot-news-list li.hot-news-block h2.title a,
#content #block-views-nodequeue-1-block-7 ul.hot-news-list li.hot-news-block h2.title a,
#content #block-views-nodequeue-1-block-8 ul.hot-news-list li.hot-news-block h2.title a {
  color: #434343;
  text-decoration: none;
}
/* line 1470, ../sass/styles.scss */
#content .wedding-area ul.wedding-list {
  padding: 0px;
  margin: 0px;
}
/* line 1473, ../sass/styles.scss */
#content .wedding-area ul.wedding-list li.wedding-block {
  list-style-type: none;
  list-style-image: none;
  display: inline-block;
  border: 1px solid #c7c7c7;
  margin-bottom: 15px;
  padding: 30px 0px 80px 0px;
  position: relative;
}
/* line 1481, ../sass/styles.scss */
#content .wedding-area ul.wedding-list li.wedding-block .views-field-field-image {
  float: left;
  width: 70%;
  padding: 0px 15%;
}
/* line 1486, ../sass/styles.scss */
#content .wedding-area ul.wedding-list li.wedding-block h2.title {
  font-size: 18px;
  margin: 0px;
  line-height: 24px;
  padding: 0px 10%;
}
/* line 1491, ../sass/styles.scss */
#content .wedding-area ul.wedding-list li.wedding-block h2.title a {
  color: #000000;
}
/* line 1495, ../sass/styles.scss */
#content .wedding-area ul.wedding-list li.wedding-block .views-field-body {
  color: #000;
  padding: 0px 15px;
}
/* line 1498, ../sass/styles.scss */
#content .wedding-area ul.wedding-list li.wedding-block .views-field-body a {
  color: #000;
  text-decoration: underline;
}
/* line 1503, ../sass/styles.scss */
#content .wedding-area ul.wedding-list li.wedding-block .read-more {
  position: absolute;
  bottom: 20px;
  left: 0px;
  display: inline-block;
  width: 100%;
  text-align: center;
}
/* line 1510, ../sass/styles.scss */
#content .wedding-area ul.wedding-list li.wedding-block .read-more a {
  color: #000;
}
/* line 1518, ../sass/styles.scss */
#content .accessories-area ul.accessories-list {
  padding: 0px;
  margin: 0px;
}
/* line 1521, ../sass/styles.scss */
#content .accessories-area ul.accessories-list li.accessories-block {
  list-style-type: none;
  list-style-image: none;
  display: inline-block;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
/* line 1528, ../sass/styles.scss */
#content .accessories-area ul.accessories-list li.accessories-block .views-field-field-image {
  float: left;
  width: 100%;
}
/* line 1532, ../sass/styles.scss */
#content .accessories-area ul.accessories-list li.accessories-block h2.title {
  font-size: 18px;
  margin: 0px;
  line-height: 24px;
  text-align: left;
}
/* line 1537, ../sass/styles.scss */
#content .accessories-area ul.accessories-list li.accessories-block h2.title a {
  color: #000000;
}
/* line 1541, ../sass/styles.scss */
#content .accessories-area ul.accessories-list li.accessories-block .views-field-body {
  color: #000;
  text-align: left;
  margin-bottom: 15px;
}
/* line 1546, ../sass/styles.scss */
#content .accessories-area ul.accessories-list li.accessories-block .read-more {
  display: inline-block;
  width: 100%;
  text-align: right;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
/* line 1553, ../sass/styles.scss */
#content .accessories-area ul.accessories-list li.accessories-block .read-more a {
  color: #000;
}
/* line 1561, ../sass/styles.scss */
#content .girl-area h2.girls-title {
  font-size: 18px;
  font-weight: normal;
  color: #7d7d7d;
  margin-bottom: 10px;
}
/* line 1567, ../sass/styles.scss */
#content .girl-area ul {
  margin: 0px;
  padding: 0px;
}
/* line 1570, ../sass/styles.scss */
#content .girl-area ul li.girl-block {
  list-style-image: none;
  list-style-type: none;
  display: inline-block;
  text-align: left;
  width: 100%;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
/* line 1579, ../sass/styles.scss */
#content .girl-area ul li.girl-block img {
  float: left;
}
/* line 1582, ../sass/styles.scss */
#content .girl-area ul li.girl-block .views-field-sharethis {
  font-size: 14px;
  color: #a0a0a0;
  padding-bottom: 10px;
  border-bottom: 1px solid #d2d2d2;
}
/* line 1587, ../sass/styles.scss */
#content .girl-area ul li.girl-block .views-field-sharethis .sharethis-wrapper {
  display: inline-block;
  position: relative;
  bottom: -5px;
}
/* line 1591, ../sass/styles.scss */
#content .girl-area ul li.girl-block .views-field-sharethis .sharethis-wrapper .st_facebook_hcount,
#content .girl-area ul li.girl-block .views-field-sharethis .sharethis-wrapper .st_twitter_hcount,
#content .girl-area ul li.girl-block .views-field-sharethis .sharethis-wrapper .st_pinterest_hcount {
  display: none;
}
/* line 1596, ../sass/styles.scss */
#content .girl-area ul li.girl-block .views-field-sharethis .sharethis-wrapper .st_fblike_hcount {
  float: left;
}
/* line 1601, ../sass/styles.scss */
#content .girl-area ul li.girl-block .views-field-body {
  color: #434343;
  font-size: 14px;
}
/* line 1606, ../sass/styles.scss */
#content .girl-area ul li.girl-block .views-field-nid a {
  color: #434343;
  text-decoration: underline;
}
/* line 1611, ../sass/styles.scss */
#content .girl-area ul li.girl-block h2.title {
  font-size: 18px;
  line-height: 20px;
  font-weight: normal;
}
/* line 1615, ../sass/styles.scss */
#content .girl-area ul li.girl-block h2.title a {
  color: #434343;
  text-decoration: none;
}
/* line 1624, ../sass/styles.scss */
#content .node-article-area {
  color: #000;
  padding-bottom: 30px;
  font-family: "Josefin Sans", sans-serif, "儷黑 Pro", "微軟正黑體" !important;
}
/* line 1628, ../sass/styles.scss */
#content .node-article-area p, #content .node-article-area span, #content .node-article-area a {
  font-size: 16px !important;
  line-height: 24px !important;
  font-family: "Josefin Sans", sans-serif, "儷黑 Pro", "微軟正黑體" !important;
}
/* line 1633, ../sass/styles.scss */
#content .node-article-area h5 {
  font-size: 13px !important;
  line-height: 0.813em !important;
}
/* line 1637, ../sass/styles.scss */
#content .node-article-area h4 {
  font-size: 16px !important;
  line-height: 1em !important;
}
/* line 1641, ../sass/styles.scss */
#content .node-article-area h3 {
  font-size: 18px !important;
  line-height: 1.125em !important;
}
/* line 1645, ../sass/styles.scss */
#content .node-article-area h2 {
  font-size: 24px !important;
  line-height: 1.5em !important;
}
/* line 1649, ../sass/styles.scss */
#content .node-article-area h1 {
  font-size: 28px !important;
  line-height: 1.75em !important;
}
/* line 1653, ../sass/styles.scss */
#content .node-article-area .tags-area {
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  padding: 10px 0px;
  margin-top: 120px;
}
/* line 1658, ../sass/styles.scss */
#content .node-article-area .tags-area i {
  margin-right: 5px;
}
/* line 1661, ../sass/styles.scss */
#content .node-article-area .tags-area span.tag {
  margin-right: 5px;
}
/* line 1665, ../sass/styles.scss */
#content .node-article-area .field-name-field-read-more {
  font-size: 15px;
  margin-bottom: 0px;
}
/* line 1668, ../sass/styles.scss */
#content .node-article-area .field-name-field-read-more .field-label {
  padding: 10px 0px;
  line-height: 15px;
  border-top: 1px solid #7d7d7d;
  border-bottom: 1px solid #7d7d7d;
}
/* line 1674, ../sass/styles.scss */
#content .node-article-area .field-name-field-read-more .field-item {
  margin-top: 5px;
  line-height: 30px;
  padding-left: 30px;
  background: url("../images/arrow.png") left center no-repeat;
}
/* line 1679, ../sass/styles.scss */
#content .node-article-area .field-name-field-read-more .field-item a {
  color: #000;
}
/* line 1681, ../sass/styles.scss */
#content .node-article-area .field-name-field-read-more .field-item a:hover {
  color: #cc0000;
  text-decoration: none;
}
/* line 1688, ../sass/styles.scss */
#content .node-article-area .field-name-field-readmore-link {
  font-size: 15px;
  margin: 0px;
}
/* line 1691, ../sass/styles.scss */
#content .node-article-area .field-name-field-readmore-link .field-item {
  margin-top: 5px;
  line-height: 30px;
  padding-left: 30px;
  background: url("../images/arrow.png") left center no-repeat;
}
/* line 1696, ../sass/styles.scss */
#content .node-article-area .field-name-field-readmore-link .field-item a {
  color: #000;
}
/* line 1698, ../sass/styles.scss */
#content .node-article-area .field-name-field-readmore-link .field-item a:hover {
  color: #cc0000;
  text-decoration: none;
}
/* line 1706, ../sass/styles.scss */
#content .node-article-area .view-eva-article-postdate-title h1.title {
  font-size: 28px;
  margin-bottom: 0px;
  color: #000;
}
/* line 1711, ../sass/styles.scss */
#content .node-article-area .view-eva-article-postdate-title .views-field-field-picture-rights {
  display: inline-block;
  margin-right: 5px;
}
/* line 1714, ../sass/styles.scss */
#content .node-article-area .view-eva-article-postdate-title .views-field-field-picture-rights .views-label-field-picture-rights {
  float: left;
}
/* line 1717, ../sass/styles.scss */
#content .node-article-area .view-eva-article-postdate-title .views-field-field-picture-rights .field-content {
  display: inline;
}
/* line 1721, ../sass/styles.scss */
#content .node-article-area .view-eva-article-postdate-title .views-field-field-rights-source {
  display: inline-block;
  margin-right: 5px;
}
/* line 1724, ../sass/styles.scss */
#content .node-article-area .view-eva-article-postdate-title .views-field-field-rights-source .views-label-field-rights-source {
  float: left;
}
/* line 1727, ../sass/styles.scss */
#content .node-article-area .view-eva-article-postdate-title .views-field-field-rights-source .field-content {
  display: inline;
}
/* line 1732, ../sass/styles.scss */
#content .node-article-area .views-field-field-add-this {
  clear: both;
  display: inline-block;
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
}
/* line 1739, ../sass/styles.scss */
#content .node-article-area .views-field-field-add-this span.at4-icon {
  background-size: auto 32px !important;
  width: 4pc !important;
  background-position: center center;
}
/* line 1745, ../sass/styles.scss */
#content .node-article-area .slick-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  outline: none;
}
/* line 1750, ../sass/styles.scss */
#content .node-article-area .slick-slider .views-field-field-combined-image {
  text-align: center;
  margin-bottom: 20px;
}
/* line 1754, ../sass/styles.scss */
#content .node-article-area .slick-slider h2.title {
  font-size: 18px;
  line-height: 32px;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 1761, ../sass/styles.scss */
#content .node-article-area .slick-slide {
  outline: none;
}
/* line 1763, ../sass/styles.scss */
#content .node-article-area .slick-slide .body-img {
  text-align: center;
}
/* line 1766, ../sass/styles.scss */
#content .node-article-area .slick-slide img {
  display: inline;
}
/* line 1769, ../sass/styles.scss */
#content .node-article-area .slick-slide .views-field-field-picture-upload {
  text-align: center;
  margin-bottom: 20px;
}
/* line 1775, ../sass/styles.scss */
#content .field-name-field-image {
  text-align: center;
  margin-bottom: 20px;
}
/* line 1782, ../sass/styles.scss */
#content #block-views-elle-tv-block-1 ul {
  margin: 0px;
  padding: 0px;
}
/* line 1785, ../sass/styles.scss */
#content #block-views-elle-tv-block-1 ul li {
  list-style-type: none;
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px solid #c7c7c7;
}
/* line 1790, ../sass/styles.scss */
#content #block-views-elle-tv-block-1 ul li h2 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 5px;
  margin-top: 0px;
}
/* line 1795, ../sass/styles.scss */
#content #block-views-elle-tv-block-1 ul li h2 a {
  color: #000;
}
/* line 1797, ../sass/styles.scss */
#content #block-views-elle-tv-block-1 ul li h2 a:hover {
  color: #cc0000;
  text-decoration: none;
}
/* line 1804, ../sass/styles.scss */
#content #block-views-elle-tv-block-1 ul li.views-row-1 {
  padding-top: 0px;
  border-bottom: 0px transparent;
}
/* line 1807, ../sass/styles.scss */
#content #block-views-elle-tv-block-1 ul li.views-row-1 h2 {
  font-size: 24px;
  line-height: 28px;
}
/* line 1812, ../sass/styles.scss */
#content #block-views-elle-tv-block-1 ul li.views-row-2 {
  padding-top: 0px;
}
/* line 1818, ../sass/styles.scss */
#content .elletv h2.block-title {
  font-size: 18px;
  font-weight: normal;
  border-bottom: 2px solid #000;
  color: #7d7d7d;
  margin-bottom: 20px;
  margin-top: 0px;
}
/* line 1826, ../sass/styles.scss */
#content .elletv ul.elletv-list {
  margin: 0px;
  padding: 0px;
}
/* line 1829, ../sass/styles.scss */
#content .elletv ul.elletv-list li.elletv-block {
  list-style-type: none;
  list-style-image: none;
}
/* line 1832, ../sass/styles.scss */
#content .elletv ul.elletv-list li.elletv-block h2.title {
  font-size: 18px;
  line-height: 22px;
  margin: 5px 0px;
  margin-bottom: 20px;
}
/* line 1837, ../sass/styles.scss */
#content .elletv ul.elletv-list li.elletv-block h2.title a {
  color: #000;
}
/* line 1839, ../sass/styles.scss */
#content .elletv ul.elletv-list li.elletv-block h2.title a:hover {
  color: #cc0000;
  text-decoration: none;
}
/* line 1845, ../sass/styles.scss */
#content .elletv ul.elletv-list li.elletv-block .views-field-field-cover-image {
  position: relative;
  overflow: hidden;
  transition: all 0.6s ease;
}
/* line 1849, ../sass/styles.scss */
#content .elletv ul.elletv-list li.elletv-block .views-field-field-cover-image img {
  float: left;
  -o-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
}
/* line 1855, ../sass/styles.scss */
#content .elletv ul.elletv-list li.elletv-block .views-field-field-cover-image .background-cover {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: transparent;
  -o-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
}
/* line 1866, ../sass/styles.scss */
#content .elletv ul.elletv-list li.elletv-block .views-field-field-cover-image .background-cover:hover {
  background: rgba(0, 0, 0, 0.5);
}
/* line 1869, ../sass/styles.scss */
#content .elletv ul.elletv-list li.elletv-block .views-field-field-cover-image .background-cover:hover .cover-wrapper h2.title {
  color: #FFF;
}
/* line 1872, ../sass/styles.scss */
#content .elletv ul.elletv-list li.elletv-block .views-field-field-cover-image .background-cover:hover .cover-wrapper span.play {
  opacity: 1;
}
/* line 1877, ../sass/styles.scss */
#content .elletv ul.elletv-list li.elletv-block .views-field-field-cover-image .background-cover .cover-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
/* line 1882, ../sass/styles.scss */
#content .elletv ul.elletv-list li.elletv-block .views-field-field-cover-image .background-cover .cover-wrapper h2.title {
  font-size: 16px;
  position: absolute;
  bottom: 0px;
  padding: 0px 5px;
  margin: 0px;
  line-height: 24px;
  color: transparent;
  -o-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
}
/* line 1894, ../sass/styles.scss */
#content .elletv ul.elletv-list li.elletv-block .views-field-field-cover-image .background-cover .cover-wrapper span.play {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  border: 3px solid #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  opacity: 0;
  -o-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
}
/* line 1909, ../sass/styles.scss */
#content .elletv ul.elletv-list li.elletv-block .views-field-field-cover-image .background-cover .cover-wrapper span.play:after {
  display: block;
  content: ' ';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 30px;
  border-color: transparent transparent transparent #ffffff;
  position: relative;
  left: 20px;
  top: 15px;
}
/* line 1925, ../sass/styles.scss */
#content .elletv ul.elletv-list li.elletv-block .views-field-field-cover-image:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}
/* line 1935, ../sass/styles.scss */
#content #block-views-elle-tv-block-2 {
  display: inline-block;
}
/* line 1937, ../sass/styles.scss */
#content #block-views-elle-tv-block-2 h2.block-title {
  font-size: 18px;
  font-weight: normal;
  border-bottom: 2px solid #000;
  color: #7d7d7d;
  margin-bottom: 20px;
  margin-top: 0px;
}
/* line 1948, ../sass/styles.scss */
#content #block-views-elle-editor-block-2,
#content #block-views-elle-editor-block-3,
#content #block-views-elle-editor-block-4,
#content #block-views-elle-editor-block-5 {
  position: relative;
}
/* line 1953, ../sass/styles.scss */
#content #block-views-elle-editor-block-2 h2.block-title,
#content #block-views-elle-editor-block-3 h2.block-title,
#content #block-views-elle-editor-block-4 h2.block-title,
#content #block-views-elle-editor-block-5 h2.block-title {
  font-size: 18px;
  font-weight: normal;
  border-bottom: 2px solid #000;
  color: #7d7d7d;
  margin-bottom: 20px;
  margin-top: 0px;
}
/* line 1961, ../sass/styles.scss */
#content #block-views-elle-editor-block-2 ul.editor-list,
#content #block-views-elle-editor-block-3 ul.editor-list,
#content #block-views-elle-editor-block-4 ul.editor-list,
#content #block-views-elle-editor-block-5 ul.editor-list {
  margin: 0px;
  padding: 0px;
}
/* line 1964, ../sass/styles.scss */
#content #block-views-elle-editor-block-2 ul.editor-list li.editor-block,
#content #block-views-elle-editor-block-3 ul.editor-list li.editor-block,
#content #block-views-elle-editor-block-4 ul.editor-list li.editor-block,
#content #block-views-elle-editor-block-5 ul.editor-list li.editor-block {
  list-style-type: none;
  list-style-image: none;
}
/* line 1967, ../sass/styles.scss */
#content #block-views-elle-editor-block-2 ul.editor-list li.editor-block h2.editor-name,
#content #block-views-elle-editor-block-3 ul.editor-list li.editor-block h2.editor-name,
#content #block-views-elle-editor-block-4 ul.editor-list li.editor-block h2.editor-name,
#content #block-views-elle-editor-block-5 ul.editor-list li.editor-block h2.editor-name {
  font-size: 18px;
  margin: 10px 0px;
}
/* line 1972, ../sass/styles.scss */
#content #block-views-elle-editor-block-2 ul.editor-list li.editor-block:nth-child(2) img,
#content #block-views-elle-editor-block-3 ul.editor-list li.editor-block:nth-child(2) img,
#content #block-views-elle-editor-block-4 ul.editor-list li.editor-block:nth-child(2) img,
#content #block-views-elle-editor-block-5 ul.editor-list li.editor-block:nth-child(2) img {
  width: 80%;
}
/* line 1975, ../sass/styles.scss */
#content #block-views-elle-editor-block-2 ul.editor-list li.editor-block:nth-child(2) .views-field-body,
#content #block-views-elle-editor-block-3 ul.editor-list li.editor-block:nth-child(2) .views-field-body,
#content #block-views-elle-editor-block-4 ul.editor-list li.editor-block:nth-child(2) .views-field-body,
#content #block-views-elle-editor-block-5 ul.editor-list li.editor-block:nth-child(2) .views-field-body {
  display: none;
}
/* line 1978, ../sass/styles.scss */
#content #block-views-elle-editor-block-2 ul.editor-list li.editor-block:nth-child(2) .views-field-nid,
#content #block-views-elle-editor-block-3 ul.editor-list li.editor-block:nth-child(2) .views-field-nid,
#content #block-views-elle-editor-block-4 ul.editor-list li.editor-block:nth-child(2) .views-field-nid,
#content #block-views-elle-editor-block-5 ul.editor-list li.editor-block:nth-child(2) .views-field-nid {
  display: none;
}
/* line 1983, ../sass/styles.scss */
#content #block-views-elle-editor-block-2 ul.editor-list li.editor-block:nth-child(3) img,
#content #block-views-elle-editor-block-3 ul.editor-list li.editor-block:nth-child(3) img,
#content #block-views-elle-editor-block-4 ul.editor-list li.editor-block:nth-child(3) img,
#content #block-views-elle-editor-block-5 ul.editor-list li.editor-block:nth-child(3) img {
  width: 80%;
}
/* line 1986, ../sass/styles.scss */
#content #block-views-elle-editor-block-2 ul.editor-list li.editor-block:nth-child(3) .views-field-body,
#content #block-views-elle-editor-block-3 ul.editor-list li.editor-block:nth-child(3) .views-field-body,
#content #block-views-elle-editor-block-4 ul.editor-list li.editor-block:nth-child(3) .views-field-body,
#content #block-views-elle-editor-block-5 ul.editor-list li.editor-block:nth-child(3) .views-field-body {
  display: none;
}
/* line 1989, ../sass/styles.scss */
#content #block-views-elle-editor-block-2 ul.editor-list li.editor-block:nth-child(3) .views-field-nid,
#content #block-views-elle-editor-block-3 ul.editor-list li.editor-block:nth-child(3) .views-field-nid,
#content #block-views-elle-editor-block-4 ul.editor-list li.editor-block:nth-child(3) .views-field-nid,
#content #block-views-elle-editor-block-5 ul.editor-list li.editor-block:nth-child(3) .views-field-nid {
  display: none;
}
/* line 1995, ../sass/styles.scss */
#content #block-views-elle-editor-block-2 .more-link,
#content #block-views-elle-editor-block-3 .more-link,
#content #block-views-elle-editor-block-4 .more-link,
#content #block-views-elle-editor-block-5 .more-link {
  position: absolute;
  top: 10px;
  right: 5px;
  font-size: 14px;
}
/* line 2000, ../sass/styles.scss */
#content #block-views-elle-editor-block-2 .more-link a,
#content #block-views-elle-editor-block-3 .more-link a,
#content #block-views-elle-editor-block-4 .more-link a,
#content #block-views-elle-editor-block-5 .more-link a {
  color: #cfa972;
}
/* line 2005, ../sass/styles.scss */
#content #block-views-ad-block-block-22,
#content #block-views-ad-block-block-23 {
  text-align: center;
}
/* line 2010, ../sass/styles.scss */
#content .column-area h2.column-title {
  color: #000;
  text-align: center;
  font-size: 28px;
}
/* line 2015, ../sass/styles.scss */
#content .column-area ul.editor-list {
  margin: 0px;
  padding: 0px;
}
/* line 2018, ../sass/styles.scss */
#content .column-area ul.editor-list li.editor-block {
  list-style-image: none;
  list-style-type: none;
}
/* line 2021, ../sass/styles.scss */
#content .column-area ul.editor-list li.editor-block .list-wrapper {
  border: 1px solid #ebebeb;
  border-radius: 5px;
  display: inline-block;
  width: 90%;
  padding: 20px 5%;
}
/* line 2027, ../sass/styles.scss */
#content .column-area ul.editor-list li.editor-block .list-wrapper h2.editor-name {
  margin: 0px;
  color: #000;
  font-size: 24px;
}
/* line 2031, ../sass/styles.scss */
#content .column-area ul.editor-list li.editor-block .list-wrapper h2.editor-name a {
  color: #000;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
/* line 2038, ../sass/styles.scss */
#content .column-area ul.editor-list li.editor-block .list-wrapper h2.editor-name a:hover {
  color: #bc2424;
  text-decoration: none;
}
/* line 2044, ../sass/styles.scss */
#content .column-area ul.editor-list li.editor-block .list-wrapper p {
  margin: 0px;
}
/* line 2049, ../sass/styles.scss */
#content .column-area ul.editor-list li#ad-destination {
  list-style-type: none;
  display: inline-block;
  width: 100%;
  margin: 0px;
}
/* line 2057, ../sass/styles.scss */
#content #block-views-elle-editor-block-1 {
  padding-bottom: 50px;
}
/* line 2059, ../sass/styles.scss */
#content #block-views-elle-editor-block-1 h2.block-title {
  font-size: 20px;
  border-bottom: 1px solid #000000;
  color: #000;
}
/* line 2064, ../sass/styles.scss */
#content #block-views-elle-editor-block-1 ul.editor-list {
  padding: 0px;
  margin: 0px;
}
/* line 2067, ../sass/styles.scss */
#content #block-views-elle-editor-block-1 ul.editor-list li.editor-block {
  list-style-image: none;
  list-style-type: none;
  display: inline-block;
  color: #000;
}
/* line 2072, ../sass/styles.scss */
#content #block-views-elle-editor-block-1 ul.editor-list li.editor-block h2.editor-name {
  font-size: 24px;
  margin: 10px 0px;
}
/* line 2076, ../sass/styles.scss */
#content #block-views-elle-editor-block-1 ul.editor-list li.editor-block p {
  margin: 0px;
  font-size: 16px;
}
/* line 2083, ../sass/styles.scss */
#content ul.columnist-list {
  margin: 0px;
  padding: 0px;
}
/* line 2086, ../sass/styles.scss */
#content ul.columnist-list li.columnist-article {
  display: inline-block;
  width: 100%;
  min-height: 150px;
  list-style-image: none;
  list-style-type: none;
  border-bottom: 1px solid #ebebeb;
}
/* line 2093, ../sass/styles.scss */
#content ul.columnist-list li.columnist-article h2.title {
  font-size: 18px;
  line-height: 24px;
  margin: 0px;
}
/* line 2098, ../sass/styles.scss */
#content ul.columnist-list li.columnist-article p {
  font-size: 14px;
  margin-bottom: 0px;
  margin-top: 10px;
}
/* line 2107, ../sass/styles.scss */
#content #block-imageblock-5 {
  margin-bottom: 0px;
}
/* line 2110, ../sass/styles.scss */
#content .field-name-field-event-link {
  text-align: center;
}
/* line 2112, ../sass/styles.scss */
#content .field-name-field-event-link a {
  display: inline-block;
  width: 70%;
  font-size: 18px;
  line-height: 40px;
  color: #fff;
  background: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 2125, ../sass/styles.scss */
#content .field-name-field-event-link a:hover {
  background: #cc0000;
  text-decoration: none;
}
/* line 2131, ../sass/styles.scss */
#content .event-area {
  clear: both;
}
/* line 2133, ../sass/styles.scss */
#content .event-area .views-exposed-form {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  border-bottom: 2px solid #000000;
}
/* line 2134, ../sass/styles.scss */
#content .event-area .views-exposed-form .ajax-progress-throbber {
  display: none;
}
/* line 2141, ../sass/styles.scss */
#content .event-area .views-exposed-form .form-type-bef-link {
  display: inline-block;
  color: #7d7d7d;
  font-size: 18px;
}
/* line 2145, ../sass/styles.scss */
#content .event-area .views-exposed-form .form-type-bef-link a {
  color: #7d7d7d;
}
/* line 2147, ../sass/styles.scss */
#content .event-area .views-exposed-form .form-type-bef-link a:hover {
  color: #bc2424;
}
/* line 2151, ../sass/styles.scss */
#content .event-area .views-exposed-form .form-type-bef-link:after {
  content: '|';
}
/* line 2156, ../sass/styles.scss */
#content .event-area ul.event-list {
  margin: 0px;
  padding: 0px;
}
/* line 2159, ../sass/styles.scss */
#content .event-area ul.event-list li.event-block {
  list-style-image: none;
  list-style-type: none;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 20px;
}
/* line 2165, ../sass/styles.scss */
#content .event-area ul.event-list li.event-block h2.title {
  font-size: 18px;
  margin: 10px 0px;
  line-height: 24px;
  font-weight: normal;
}
/* line 2170, ../sass/styles.scss */
#content .event-area ul.event-list li.event-block h2.title a {
  color: #000;
}
/* line 2175, ../sass/styles.scss */
#content .event-area ul.event-list li.event-block .views-field-field-image img {
  width: 100%;
}
/* line 2179, ../sass/styles.scss */
#content .event-area ul.event-list li.event-block .views-field-nid {
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: block;
  width: 100%;
  text-align: center;
}
/* line 2186, ../sass/styles.scss */
#content .event-area ul.event-list li.event-block .views-field-nid a {
  color: #000;
}
/* line 2195, ../sass/styles.scss */
#content form#user-login,
#content form#user-register-form {
  overflow: hidden;
}
/* line 2198, ../sass/styles.scss */
#content form#user-login .form-item-mail .description,
#content form#user-register-form .form-item-mail .description {
  display: none;
}
/* line 2201, ../sass/styles.scss */
#content form#user-login input[type="text"],
#content form#user-login input[type="password"],
#content form#user-register-form input[type="text"],
#content form#user-register-form input[type="password"] {
  line-height: 40px;
  padding-left: 5px;
  color: #c9c9c9;
  border: 1px solid #c9c9c9;
}
/* line 2208, ../sass/styles.scss */
#content form#user-login input[type="submit"],
#content form#user-register-form input[type="submit"] {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  line-height: 32px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 0px;
  color: #fff;
  background: #000;
  padding: 5px 0px;
  margin: 0px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 2227, ../sass/styles.scss */
#content form#user-login input[type="submit"]:hover,
#content form#user-register-form input[type="submit"]:hover {
  background: #cc0000;
  text-decoration: none;
}
/* line 2232, ../sass/styles.scss */
#content form#user-login span.form-required,
#content form#user-register-form span.form-required {
  display: none;
}
/* line 2236, ../sass/styles.scss */
#content form#user-login .item-list h3,
#content form#user-register-form .item-list h3 {
  position: relative;
  text-align: center;
  color: #000;
}
/* line 2240, ../sass/styles.scss */
#content form#user-login .item-list h3:before,
#content form#user-register-form .item-list h3:before {
  content: ' ';
  width: 100%;
  height: 1px;
  display: block;
  background: #c9c9c9;
  position: absolute;
  right: 50%;
  top: 50%;
  margin-right: 30px;
}
/* line 2251, ../sass/styles.scss */
#content form#user-login .item-list h3:after,
#content form#user-register-form .item-list h3:after {
  content: ' ';
  width: 100%;
  height: 1px;
  display: block;
  background: #c9c9c9;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: 30px;
}
/* line 2264, ../sass/styles.scss */
#content form#user-login .item-list .hybridauth-widget li,
#content form#user-register-form .item-list .hybridauth-widget li {
  display: inline-block;
  width: 290px;
  height: 40px;
  margin-bottom: 10px;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 2275, ../sass/styles.scss */
#content form#user-login .item-list .hybridauth-widget li:hover,
#content form#user-register-form .item-list .hybridauth-widget li:hover {
  opacity: 1;
}
/* line 2278, ../sass/styles.scss */
#content form#user-login .item-list .hybridauth-widget li a,
#content form#user-register-form .item-list .hybridauth-widget li a {
  display: block;
  width: 100%;
  height: 100%;
}
/* line 2283, ../sass/styles.scss */
#content form#user-login .item-list .hybridauth-widget li:first-child,
#content form#user-register-form .item-list .hybridauth-widget li:first-child {
  background: url(../images/bt_fb.png) no-repeat center center;
}
/* line 2286, ../sass/styles.scss */
#content form#user-login .item-list .hybridauth-widget li:nth-child(2),
#content form#user-register-form .item-list .hybridauth-widget li:nth-child(2) {
  background: url(../images/bt_google.png) no-repeat center center;
}
/* line 2289, ../sass/styles.scss */
#content form#user-login .item-list .hybridauth-widget li:nth-child(3),
#content form#user-register-form .item-list .hybridauth-widget li:nth-child(3) {
  background: url(../images/bt_yahoo.png) no-repeat center center;
}
/* line 2298, ../sass/styles.scss */
#content .node-webform {
  color: #000;
}
/* line 2300, ../sass/styles.scss */
#content .node-webform h2.block-title {
  font-size: 22px;
  font-weight: normal;
  border-bottom: 2px solid #000;
  color: #7d7d7d;
  margin-bottom: 20px;
  margin-top: 0px;
}
/* line 2308, ../sass/styles.scss */
#content .node-webform .views-label {
  display: inline-block;
  float: left;
  margin-right: 5px;
}
/* line 2313, ../sass/styles.scss */
#content .node-webform .views-field-field-company-name,
#content .node-webform .views-field-field-company-eng-name {
  font-size: 18px;
}
/* line 2317, ../sass/styles.scss */
#content .node-webform .views-field-field-company-addr {
  position: relative;
  padding-bottom: 25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
/* line 2323, ../sass/styles.scss */
#content .node-webform .views-field-field-company-addr iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 2331, ../sass/styles.scss */
#content .node-webform .views-field-field-company-addr-1,
#content .node-webform .views-field-field-company-phone,
#content .node-webform .views-field-field-company-fax {
  font-size: 14px;
}
/* line 2336, ../sass/styles.scss */
#content .node-webform .webform-client-form {
  margin-bottom: 20px;
}
/* line 2338, ../sass/styles.scss */
#content .node-webform .webform-client-form .form-actions {
  text-align: center;
}
/* line 2341, ../sass/styles.scss */
#content .node-webform .webform-client-form input[type="text"],
#content .node-webform .webform-client-form input[type="email"] {
  line-height: 40px;
  padding-left: 5px;
  color: #c9c9c9;
  border: 1px solid #c9c9c9;
}
/* line 2348, ../sass/styles.scss */
#content .node-webform .webform-client-form input[type="submit"] {
  display: inline-block;
  width: 250px;
  font-size: 16px;
  line-height: 32px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 0px;
  color: #fff;
  background: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 2365, ../sass/styles.scss */
#content .node-webform .webform-client-form input[type="submit"]:hover {
  background: #cc0000;
  text-decoration: none;
}
/* line 2373, ../sass/styles.scss */
#content #block-menu-block-6 {
  color: #000;
}
/* line 2375, ../sass/styles.scss */
#content #block-menu-block-6 ul.menu {
  margin: 0px;
  padding: 0px;
}
/* line 2378, ../sass/styles.scss */
#content #block-menu-block-6 ul.menu li {
  list-style-image: none;
  list-style-type: none;
  text-align: center;
  margin-bottom: 30px;
}
/* line 2383, ../sass/styles.scss */
#content #block-menu-block-6 ul.menu li span.menu__link.nolink,
#content #block-menu-block-6 ul.menu li a.menu__link {
  font-size: 23px;
  line-height: 32px;
  border-bottom: 1px solid #000000;
  display: inline-block;
  width: 100%;
  font-weight: bold;
  color: #000;
}
/* line 2392, ../sass/styles.scss */
#content #block-menu-block-6 ul.menu li span.menu__link.nolink:hover,
#content #block-menu-block-6 ul.menu li a.menu__link:hover {
  text-decoration: none;
}
/* line 2396, ../sass/styles.scss */
#content #block-menu-block-6 ul.menu li ul.menu {
  display: block;
  width: 100%;
}
/* line 2399, ../sass/styles.scss */
#content #block-menu-block-6 ul.menu li ul.menu li {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 0px;
  padding: 0px;
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0px;
}
/* line 2408, ../sass/styles.scss */
#content #block-menu-block-6 ul.menu li ul.menu li a {
  color: #000;
  font-size: 15px;
  border-bottom: 0px;
}
/* line 2412, ../sass/styles.scss */
#content #block-menu-block-6 ul.menu li ul.menu li a:hover {
  color: #cc0000;
  text-decoration: none;
}

/* line 2426, ../sass/styles.scss */
.region-bottom {
  padding-top: 50px;
  background: #111;
  color: #828282;
  overflow: hidden;
}
/* line 2431, ../sass/styles.scss */
.region-bottom a {
  text-decoration: none;
  color: #828282;
}
/* line 2434, ../sass/styles.scss */
.region-bottom a:hover {
  color: #FFF;
}
/* line 2438, ../sass/styles.scss */
.region-bottom a.active {
  color: #828282;
  transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
/* line 2444, ../sass/styles.scss */
.region-bottom a.active:hover {
  color: #FFF;
}
/* line 2448, ../sass/styles.scss */
.region-bottom #block-menu-block-3 {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 30px;
  border-bottom: 1px solid #444444;
}
/* line 2453, ../sass/styles.scss */
.region-bottom #block-menu-block-3 ul.menu {
  padding: 0px;
  margin: 0px;
  text-align: center;
}
/* line 2457, ../sass/styles.scss */
.region-bottom #block-menu-block-3 ul.menu li {
  list-style-image: none;
  list-style-type: none;
  margin-right: 35px;
}
/* line 2462, ../sass/styles.scss */
.region-bottom #block-menu-block-3 ul.menu li.menu-mlid-685 {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-right: 0px;
  margin-bottom: 10px;
}
/* line 2468, ../sass/styles.scss */
.region-bottom #block-menu-block-3 ul.menu li.menu-mlid-685 span.nolink,
.region-bottom #block-menu-block-3 ul.menu li.menu-mlid-685 a.menu__link {
  display: inline-block;
  width: 273px;
  height: 39px;
  background: url(../images/hearst-logo.png) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}
/* line 2478, ../sass/styles.scss */
.region-bottom #block-menu-block-3 ul.menu li.menu-mlid-686 {
  clear: both;
  display: inline-block;
  width: 34px;
  height: 42px;
  background: url(../images/logo-ellegirl.png) no-repeat;
}
/* line 2484, ../sass/styles.scss */
.region-bottom #block-menu-block-3 ul.menu li.menu-mlid-686 a {
  text-indent: -9999px;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* line 2492, ../sass/styles.scss */
.region-bottom #block-menu-block-3 ul.menu li.menu-mlid-687 {
  clear: both;
  display: inline-block;
  width: 68px;
  height: 25px;
  background: url(../images/logo-elledeco.png) no-repeat;
}
/* line 2498, ../sass/styles.scss */
.region-bottom #block-menu-block-3 ul.menu li.menu-mlid-687 a {
  text-indent: -9999px;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* line 2506, ../sass/styles.scss */
.region-bottom #block-menu-block-3 ul.menu li.menu-mlid-688 {
  clear: both;
  display: inline-block;
  width: 56px;
  height: 25px;
  background: url(../images/logo-ellewedding.png) no-repeat;
}
/* line 2512, ../sass/styles.scss */
.region-bottom #block-menu-block-3 ul.menu li.menu-mlid-688 a {
  text-indent: -9999px;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* line 2520, ../sass/styles.scss */
.region-bottom #block-menu-block-3 ul.menu li.menu-mlid-689 {
  clear: both;
  display: inline-block;
  width: 62px;
  height: 24px;
  background: url(../images/logo-elleacce.png) no-repeat;
}
/* line 2526, ../sass/styles.scss */
.region-bottom #block-menu-block-3 ul.menu li.menu-mlid-689 a {
  text-indent: -9999px;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* line 2534, ../sass/styles.scss */
.region-bottom #block-menu-block-3 ul.menu li.menu-mlid-690 {
  clear: both;
  display: inline-block;
  width: 78px;
  height: 21px;
  background: url(../images/logo-elletv.png) no-repeat;
}
/* line 2540, ../sass/styles.scss */
.region-bottom #block-menu-block-3 ul.menu li.menu-mlid-690 a {
  text-indent: -9999px;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* line 2550, ../sass/styles.scss */
.region-bottom #block-menu-block-4 {
  max-width: 850px;
  margin: 0 auto;
  padding-top: 30px;
  font-size: 13px;
}
/* line 2555, ../sass/styles.scss */
.region-bottom #block-menu-block-4 ul.menu {
  margin: 0px;
  padding: 0px;
  text-align: left;
  position: relative;
  top: -4px;
}
/* line 2561, ../sass/styles.scss */
.region-bottom #block-menu-block-4 ul.menu li {
  list-style-type: none;
  list-style-image: none;
}
/* line 2565, ../sass/styles.scss */
.region-bottom #block-menu-block-4 ul.menu li#global-website {
  display: none;
  margin-bottom: 20px;
}
/* line 2568, ../sass/styles.scss */
.region-bottom #block-menu-block-4 ul.menu li#global-website ul.menu {
  margin-left: 160px;
  padding-left: 10px;
  border-left: 1px dashed #828282;
}
/* line 2572, ../sass/styles.scss */
.region-bottom #block-menu-block-4 ul.menu li#global-website ul.menu li {
  display: inline-block;
  text-align: left;
}
/* line 2578, ../sass/styles.scss */
.region-bottom #block-menu-block-4 ul.menu li.menu-mlid-693,
.region-bottom #block-menu-block-4 ul.menu li.menu-mlid-694,
.region-bottom #block-menu-block-4 ul.menu li.menu-mlid-695 {
  margin-bottom: 15px;
  display: inline-block;
}
/* line 2583, ../sass/styles.scss */
.region-bottom #block-menu-block-4 ul.menu li.menu-mlid-693 span.nolink,
.region-bottom #block-menu-block-4 ul.menu li.menu-mlid-694 span.nolink,
.region-bottom #block-menu-block-4 ul.menu li.menu-mlid-695 span.nolink {
  color: #535353;
  font-size: 14px;
  width: 150px;
  display: table-cell;
  text-align: right;
  padding-right: 10px;
                    /*&:after{
						content:'|';
						margin-left: 10px;
					}*/
}
/* line 2595, ../sass/styles.scss */
.region-bottom #block-menu-block-4 ul.menu li.menu-mlid-693 ul.menu,
.region-bottom #block-menu-block-4 ul.menu li.menu-mlid-694 ul.menu,
.region-bottom #block-menu-block-4 ul.menu li.menu-mlid-695 ul.menu {
  display: table-cell;
  margin-left: 10px;
  border-left: 1px solid #535353;
  padding-left: 10px;
}
/* line 2600, ../sass/styles.scss */
.region-bottom #block-menu-block-4 ul.menu li.menu-mlid-693 ul.menu li,
.region-bottom #block-menu-block-4 ul.menu li.menu-mlid-694 ul.menu li,
.region-bottom #block-menu-block-4 ul.menu li.menu-mlid-695 ul.menu li {
  display: inline-block;
  list-style-image: none;
  list-style-type: none;
  margin-right: 20px;
  position: relative;
  bottom: -5px;
}
/* line 2607, ../sass/styles.scss */
.region-bottom #block-menu-block-4 ul.menu li.menu-mlid-693 ul.menu li:last-child,
.region-bottom #block-menu-block-4 ul.menu li.menu-mlid-694 ul.menu li:last-child,
.region-bottom #block-menu-block-4 ul.menu li.menu-mlid-695 ul.menu li:last-child {
  margin-bottom: 0px;
}
/* line 2611, ../sass/styles.scss */
.region-bottom #block-menu-block-4 ul.menu li.menu-mlid-693 ul.menu span.nolink,
.region-bottom #block-menu-block-4 ul.menu li.menu-mlid-694 ul.menu span.nolink,
.region-bottom #block-menu-block-4 ul.menu li.menu-mlid-695 ul.menu span.nolink {
  display: inline-block;
  list-style-image: none;
  list-style-type: none;
  margin-right: 0px;
  padding-right: 5px;
  position: relative;
  bottom: 0px;
  width: auto;
  font-weight: bold;
  color: #828282;
  cursor: pointer;
  transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
/* line 2627, ../sass/styles.scss */
.region-bottom #block-menu-block-4 ul.menu li.menu-mlid-693 ul.menu span.nolink:hover,
.region-bottom #block-menu-block-4 ul.menu li.menu-mlid-694 ul.menu span.nolink:hover,
.region-bottom #block-menu-block-4 ul.menu li.menu-mlid-695 ul.menu span.nolink:hover {
  color: #FFF;
}
/* line 2632, ../sass/styles.scss */
.region-bottom #block-menu-block-4 ul.menu li.menu-mlid-693 ul.menu li.menu-mlid-710 span.nolink,
.region-bottom #block-menu-block-4 ul.menu li.menu-mlid-694 ul.menu li.menu-mlid-710 span.nolink,
.region-bottom #block-menu-block-4 ul.menu li.menu-mlid-695 ul.menu li.menu-mlid-710 span.nolink {
  font-size: 13px;
}
/* line 2635, ../sass/styles.scss */
.region-bottom #block-menu-block-4 ul.menu li.menu-mlid-693 ul.menu li.menu-mlid-710:before,
.region-bottom #block-menu-block-4 ul.menu li.menu-mlid-694 ul.menu li.menu-mlid-710:before,
.region-bottom #block-menu-block-4 ul.menu li.menu-mlid-695 ul.menu li.menu-mlid-710:before {
  float: right;
}
/* line 2638, ../sass/styles.scss */
.region-bottom #block-menu-block-4 ul.menu li.menu-mlid-693 ul.menu li.menu-mlid-710 ul.menu,
.region-bottom #block-menu-block-4 ul.menu li.menu-mlid-694 ul.menu li.menu-mlid-710 ul.menu,
.region-bottom #block-menu-block-4 ul.menu li.menu-mlid-695 ul.menu li.menu-mlid-710 ul.menu {
  display: none;
}
/* line 2649, ../sass/styles.scss */
.region-bottom #block-menu-block-4 ul.menu li.menu-mlid-693 ul.menu li.menu-mlid-707 a,
.region-bottom #block-menu-block-4 ul.menu li.menu-mlid-693 ul.menu li.menu-mlid-708 a,
.region-bottom #block-menu-block-4 ul.menu li.menu-mlid-693 ul.menu li.menu-mlid-709 a,
.region-bottom #block-menu-block-4 ul.menu li.menu-mlid-693 ul.menu li.menu-mlid-711 a,
.region-bottom #block-menu-block-4 ul.menu li.menu-mlid-693 ul.menu li.menu-mlid-712 a,
.region-bottom #block-menu-block-4 ul.menu li.menu-mlid-693 ul.menu li.menu-mlid-713 a,
.region-bottom #block-menu-block-4 ul.menu li.menu-mlid-693 ul.menu li.menu-mlid-714 a,
.region-bottom #block-menu-block-4 ul.menu li.menu-mlid-694 ul.menu li.menu-mlid-707 a,
.region-bottom #block-menu-block-4 ul.menu li.menu-mlid-694 ul.menu li.menu-mlid-708 a,
.region-bottom #block-menu-block-4 ul.menu li.menu-mlid-694 ul.menu li.menu-mlid-709 a,
.region-bottom #block-menu-block-4 ul.menu li.menu-mlid-694 ul.menu li.menu-mlid-711 a,
.region-bottom #block-menu-block-4 ul.menu li.menu-mlid-694 ul.menu li.menu-mlid-712 a,
.region-bottom #block-menu-block-4 ul.menu li.menu-mlid-694 ul.menu li.menu-mlid-713 a,
.region-bottom #block-menu-block-4 ul.menu li.menu-mlid-694 ul.menu li.menu-mlid-714 a,
.region-bottom #block-menu-block-4 ul.menu li.menu-mlid-695 ul.menu li.menu-mlid-707 a,
.region-bottom #block-menu-block-4 ul.menu li.menu-mlid-695 ul.menu li.menu-mlid-708 a,
.region-bottom #block-menu-block-4 ul.menu li.menu-mlid-695 ul.menu li.menu-mlid-709 a,
.region-bottom #block-menu-block-4 ul.menu li.menu-mlid-695 ul.menu li.menu-mlid-711 a,
.region-bottom #block-menu-block-4 ul.menu li.menu-mlid-695 ul.menu li.menu-mlid-712 a,
.region-bottom #block-menu-block-4 ul.menu li.menu-mlid-695 ul.menu li.menu-mlid-713 a,
.region-bottom #block-menu-block-4 ul.menu li.menu-mlid-695 ul.menu li.menu-mlid-714 a {
  display: block;
  width: 18px;
  height: 18px;
  overflow: hidden;
  position: relative;
  font-size: 18px;
}
/* line 2656, ../sass/styles.scss */
.region-bottom #block-menu-block-4 ul.menu li.menu-mlid-693 ul.menu li.menu-mlid-707 a:before,
.region-bottom #block-menu-block-4 ul.menu li.menu-mlid-693 ul.menu li.menu-mlid-708 a:before,
.region-bottom #block-menu-block-4 ul.menu li.menu-mlid-693 ul.menu li.menu-mlid-709 a:before,
.region-bottom #block-menu-block-4 ul.menu li.menu-mlid-693 ul.menu li.menu-mlid-711 a:before,
.region-bottom #block-menu-block-4 ul.menu li.menu-mlid-693 ul.menu li.menu-mlid-712 a:before,
.region-bottom #block-menu-block-4 ul.menu li.menu-mlid-693 ul.menu li.menu-mlid-713 a:before,
.region-bottom #block-menu-block-4 ul.menu li.menu-mlid-693 ul.menu li.menu-mlid-714 a:before,
.region-bottom #block-menu-block-4 ul.menu li.menu-mlid-694 ul.menu li.menu-mlid-707 a:before,
.region-bottom #block-menu-block-4 ul.menu li.menu-mlid-694 ul.menu li.menu-mlid-708 a:before,
.region-bottom #block-menu-block-4 ul.menu li.menu-mlid-694 ul.menu li.menu-mlid-709 a:before,
.region-bottom #block-menu-block-4 ul.menu li.menu-mlid-694 ul.menu li.menu-mlid-711 a:before,
.region-bottom #block-menu-block-4 ul.menu li.menu-mlid-694 ul.menu li.menu-mlid-712 a:before,
.region-bottom #block-menu-block-4 ul.menu li.menu-mlid-694 ul.menu li.menu-mlid-713 a:before,
.region-bottom #block-menu-block-4 ul.menu li.menu-mlid-694 ul.menu li.menu-mlid-714 a:before,
.region-bottom #block-menu-block-4 ul.menu li.menu-mlid-695 ul.menu li.menu-mlid-707 a:before,
.region-bottom #block-menu-block-4 ul.menu li.menu-mlid-695 ul.menu li.menu-mlid-708 a:before,
.region-bottom #block-menu-block-4 ul.menu li.menu-mlid-695 ul.menu li.menu-mlid-709 a:before,
.region-bottom #block-menu-block-4 ul.menu li.menu-mlid-695 ul.menu li.menu-mlid-711 a:before,
.region-bottom #block-menu-block-4 ul.menu li.menu-mlid-695 ul.menu li.menu-mlid-712 a:before,
.region-bottom #block-menu-block-4 ul.menu li.menu-mlid-695 ul.menu li.menu-mlid-713 a:before,
.region-bottom #block-menu-block-4 ul.menu li.menu-mlid-695 ul.menu li.menu-mlid-714 a:before {
  margin-right: 10px;
}
/* line 2665, ../sass/styles.scss */
.region-bottom #block-nodeblock-44,
.region-bottom #block-block-1 {
  margin-bottom: 0px;
  font-size: 11px;
}
/* line 2669, ../sass/styles.scss */
.region-bottom #block-nodeblock-44 p,
.region-bottom #block-block-1 p {
  margin: 20px 0px;
}

@-webkit-keyframes triangle_go {
  0% {
    margin-top: 20px;
  }
  100% {
    margin-top: 0px;
  }
}
@-moz-keyframes triangle_go {
  0% {
    margin-top: 20px;
  }
  100% {
    margin-top: 0px;
  }
}
@-ms-keyframes triangle_go {
  0% {
    margin-top: 20px;
  }
  100% {
    margin-top: 0px;
  }
}
@-o-keyframes triangle_go {
  0% {
    margin-top: 20px;
  }
  100% {
    margin-top: 0px;
  }
}
@keyframes triangle_go {
  0% {
    margin-top: 20px;
  }
  100% {
    margin-top: 0px;
  }
}
/* line 2684, ../sass/styles.scss */
.triangle {
  width: 0px;
  height: 0px;
  border-left: 12.5px solid transparent;
  border-right: 12.5px solid transparent;
  border-bottom: 12.5px solid #000000;
  display: block;
  position: absolute;
  top: -2%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-animation: triangle_go 1s;
  animation: triangle_go 1s;
}

/* line 2697, ../sass/styles.scss */
#menu-772-1 .triangle {
  top: -1.3% !important;
}

/* line 2703, ../sass/styles.scss */
#menu-780-1 .triangle {
  top: -1.5% !important;
}

/* line 2710, ../sass/styles.scss */
#superfish-2 #menu-959-2 .sf-hidden {
  left: -5.5em !important;
}
/* line 2714, ../sass/styles.scss */
#superfish-2 #menu-959-2:hover ul {
  left: -5.5em !important;
}

/* line 2720, ../sass/styles.scss */
.menu_block_wrap {
  background-color: #000000;
  clear: both;
}
