/*!
 * Project:   Sunday World 2017 (print)
 * Date:      2017/09/13
/* ---------------------------------------- */

* { margin: 0; padding: 0; }

html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { background: #fff; font-size: 62.5%; }

body, textarea, input, select, option, button { color: black; font: 16px/1.4 Calibri,Lucida Grande,Helvetica Neue,Helvetica,Arial,sans-serif; }
div, form, blockquote, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, ul, ol, dl, p, table, pre, h1, h2, h3, h4, h5, h6 { display: block; margin: 0 0 20px; } :last-child { margin-bottom: 0 !important; } .last-child { margin-bottom: 0 !important; }

.root1 { max-width: 860px; margin: 0 auto; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
 .root1 *, .root1 *:before, .root1 *:after { -moz-box-sizing: inherit; -webkit-box-sizing: inherit; box-sizing: inherit; }

@font-face { font-family: 'Icons'; src: url('../fonts/icomoon/fonts/icomoon.ttf?z8888v') format('truetype'), url('../fonts/icomoon/fonts/icomoon.woff?z8888v') format('woff'), url('../fonts/icomoon/fonts/icomoon.svg?z8888v#icomoon') format('svg'); font-weight: normal; font-style: normal; }

/*!
 * Modules
/* ---------------------------------------- */

.content1 { }
 .content1 a:after { content: " (" attr(href) ")"; color: #555; font-size: 0.8em; font-style: italic; }
 .content1 a[href^="#"]:after { content: ""; }

.footer1 { margin: 30px 0 0; padding: 30px 0 0; border-top: 1px solid #ccc; }
 .footer1-logos { overflow: hidden; }
  .footer1-logos p { float: left; margin-bottom: 0; }
  .footer1-logos p + p { float: right; }
  .footer1 .icon-inm { font: inherit; }
  .footer1 .icon-inm:before { display: none; }
  .footer1 .icon-inm span { display: inline-block; }

.slick-track { width: auto !important; -webkit-transform: none !important; transform: none !important; }
 .slick-track > * { width: auto !important; }
 .slick-cloned { display: none; }

.top1 { margin: 0 0 30px; padding: 0 0 30px; border-bottom: 1px solid #ccc; }
 .top1 .logo { margin-bottom: 0; font: bold 2.4em Cambria,Georgia,serif; }
  .top1 .logo a { color: #000; text-decoration: none; }
  .top1 .logo img { display: block; }
 .top1 .toggler { display: none; }

.socials1,
.skips1 { display: none; }

/*!
 * Icons
/* ---------------------------------------- */

[class^="icon-"],[class*=" icon-"] { display: inline-block; font-family: 'Icons' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; }
[class^="icon-"] i, [class*=" icon-"] i { font: inherit; }
[class^="icon-"] > span, [class*=" icon-"] > span { display: none; }

.icon-right:before { content: "\e908"; }
.icon-left:before { content: "\e909"; }
.icon-check:before { content: "\e907"; }
.icon-close:before { content: "\e905"; }
.icon-menu:before { content: "\e906"; }
.icon-facebook:before { content: "\e903"; }
.icon-twitter:before { content: "\e904"; }
.icon-inm:before { content: "\e900"; }
.icon-logo:before { content: "\e901"; }
.icon-logoc:before { content: "\e902"; }

/*!
 * Helpers
/* ---------------------------------------- */

[data-equalize] { height: auto !important; min-height: 0 !important; }

.slick-arrow, .slick-dots { display: none !important; }
.slick-track { max-width: 100%; }

.offset { display: none; }

/*!
 * Defaults
/* ---------------------------------------- */

form { }
 label:first-child { display: block; margin: 0 0 5px; }
 input[type=text], input[type=password], input[type=search], input[type=email], input[type=tel], textarea, select { padding: 0 9px; border-radius: 0; box-shadow: none; }
 input[type="checkbox"], input[type="radio"] { padding: 0; }
 textarea { overflow: auto; height: auto; padding: 4px 4px 4px 9px; line-height: 1.2; resize: vertical; }
 button { overflow: visible; padding: 0 10px; }

table { display: table; border-collapse: collapse; border-spacing: 0; }
 table th, table td { padding: 5px 10px; border: 1px solid #ccc; }

h1, h2, h3, h4, h5, h6 { margin: 20px 0 5px; color: #000; font-family: Cambria,Georgia,serif; line-height: 1.1; }
h1 { margin-top: 0; font-size: 2.4em; }
h2 { font-size: 2.0em; }
h3 { font-size: 1.8em; }
h4 { font-size: 1.6em; }
h5 { font-size: 1.5em; text-transform: uppercase; }
h6 { font-size: 1.4em; text-transform: uppercase; }

nav { display: none; }

ul, ol, dd, blockquote { padding-left: 30px; }
 ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; }

a { color: inherit; text-decoration: none; }

img { max-width: 100% !important; height: auto !important; border-width: 0; image-rendering: optimizeQuality; -ms-interpolation-mode: bicubic; }

pre { font-family: Consolas,Monaco,Courier New,monospace; white-space: pre-wrap; }

hr { overflow: hidden; width: 100%; height: 1px; margin: 15px 0; border: none; border-top: 1px solid #eee; background: none; font-size: 0; }
