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

* { margin: 0; padding: 0; }

html { overflow-y: scroll; font: 16px/1.5 Helvetica Neue,Helvetica,Arial,sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { background: #f2f2f2; }
body, textarea, input, select, option, button { color: #444; font: inherit; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
div, form, blockquote, article, aside, details, figcaption, figure, footer, header, menu, nav, main, section, ul, ol, dl, dd, p, table, pre, h1, h2, h3, h4, h5, h6 { display: block; margin-bottom: 1.5rem; } :last-child { margin-bottom: 0 !important; } .last-child { margin-bottom: 0 !important; }
body > :not(.root1), body > :not(.root1) div, body > :not(.root1) form { margin-bottom: 0; }

@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; }

/*!
 * Layout
/* ---------------------------------------- */

.root1 { position: relative; overflow: hidden; width: 100%; min-width: 320px; max-width: 960px; margin: 0 auto; padding: 0; background: #fff; }
 .root1, .root1 *, .root1 *:before, .root1 *:after { box-sizing: border-box; }
 .root-a.is-loading * { transition: none !important; }
 .root1 > .wrap { margin: 0; }

[class$=-contain],[class*=-contain ] { margin-left: auto; margin-right: auto; border-left: 30px solid transparent; border-right: 30px solid transparent; }
[class$=-expand],[class*=-expand ] { position: relative; width: 100vw; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; }
[class$=-decontain],[class*=-decontain ] { margin-left: -30px; margin-right: -30px; }

/* grid */

[class$=-grid],[class*=-grid ] { margin-top: -30px; margin-left: -15px; margin-right: -15px; padding-left: 0; font-size: 0; letter-spacing: -1em; }
 [class$=-grid] > *, [class*=-grid ] > * { display: inline-block; width: 24.999%; margin-bottom: 0; border: 1px solid transparent; border-width: 30px 15px 0; background-clip: padding-box; font-size: 16px; font-size: 1rem; letter-spacing: 0; vertical-align: top; }
  [class$=-grid] > li:before, [class*=-grid ] > li:before { display: none; }

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

/* banner */

.banner1 { }
 .banner1 img { display: block; width: 100%; }

/* global content */

.content1 { margin-bottom: 0; }
 .ie8 .content1:before, .ie9 .content1:before, .ie10 .content1:before, .mie .content1:before, .native.android .content1:before { display: block; content: attr(data-warning); margin: 0 0 30px; padding: 20px 40px; background: #b22; color: #fff; text-align: center; }

/* global footer */

.footer1 { margin-bottom: 0; padding: 20px 0; background: #2E2E2E; color: #fff; }
 .footer1 .socials1 { margin-bottom: 20px; text-align: center; }
  .footer1 .socials1 a { background-color: #fff; color: #2E2E2E; }
 .footer1 .nav1 { margin: 0 0 20px }
 .footer1-logos { position: relative; padding: 20px 0 0; text-align: center; }
  .footer1-logos:before { position: absolute; left: -30px; top: 0; right: -30px; content: ''; height: 1px; background: #4E4E4E; }
  .footer1-logos:after { display: table; clear: both; content: ''; }
  .footer1-logos p { margin-bottom: 15px; font-size: 20px; line-height: 1; }

@media screen and (min-width: 1024px) {
.footer1 .socials1 { display: none; }
}
@media screen and (min-width: 599px) {
.footer1-logos p { float: right; margin: 0;  }
.footer1-logos p:first-child { float: left; }
}

/* gallery */

.gallery1 { position: relative; margin-bottom: 0; padding: 30px 0; background: #2E2E2E; }
.gallery1:before { position: absolute; left: 0; right: 0; top: 0; bottom: 0; content: ''; background: linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 10%, rgba(0,0,0,0) 90%, rgba(0,0,0,1) 100%); opacity: 0; pointer-events: none; transition: opacity 0.35s; }
.gallery1:hover:before { opacity: 1; }
 .gallery1-action { margin-bottom: 30px; text-align: center; }
 .gallery1-wrap { position: relative; margin: 0; padding-bottom: 30px; }
  .gallery1-items[class] { position: static; max-width: 450px; margin: 0 auto; }
  .gallery1-items:not(.slick-slider) { overflow: auto; white-space: nowrap; }
   .gallery1-items:not(.slick-slider) > * { display: inline-block; margin-right: 10px; vertical-align: top; }
   .gallery1 .slick-list { overflow: visible; }
   .gallery1 .slick-slide { transition: opacity 0.75s, transform 0.75s; }
   .gallery1 .slick-slide:not(.is-active) { opacity: 0.5; -webkit-transform: scale(0.8); transform: scale(0.8); }
   .gallery1:not(:hover) .slick-arrow { opacity: 0; }

@media screen and (max-width: 719px) {
.gallery1 { padding-top: 20px; }
 .gallery1:before { display: none; }
 .gallery1-action { margin-bottom: 20px; }
  .gallery1-wrap { padding-left: 40px; padding-right: 40px; }
  .gallery1 .slick-slide:not(.is-active) { -webkit-transform: scale(0.9); transform: scale(0.9); }
  .gallery1 .slick-arrow { display: none !important; }
}

/* footer nav */

.nav1 { text-align: center; }
 .nav1 ul { margin: -5px -10px 0; }
  .nav1 li { position: relative; width: auto; border-width: 5px 10px 0; font-size: 14px; }
   .nav1 li:after { position: absolute; left: -10px; top: 5px; content: ''; width: 1px; height: 10px; background: #fff; }
   .nav1 li:first-child:after { display: none; }
   .nav1 li a { display: block; }

/* skip links */

.skips1 { position: absolute; top: 50%; left: 0; z-index: 9999; list-style: none; width: 100%; height: 0; margin: -30px 0 0; padding: 0; text-align: center; }
 .skips1 li { position: absolute; left: 0; top: 0; width: 100%; height: 0; font: bold 50px/1 Calibri,Myriad Pro,Arial,Helvetica Neue,Helvetica,sans-serif; }
  .skips1 li:before { display: none;  }
  .skips1 li a { display: inline-block; position: fixed; left: -10001px; margin: 0 auto; padding: 20px 30px; border: 1px dotted #fff; border-color: rgba(255,255,255,0.7); border-radius: 20px;  background: #333; background: rgba(0,0,0,0.6); color: #fff; text-align: center; text-decoration: none; outline: none; }
  .skips1 li a:focus, .skips1 li a:active { position: relative; left: 0; }

/* slick defaults */

.slick-slide { margin-bottom: 0; border-top-width: 0; outline: none; }
 .slick-slide > * { outline: none; }
.slick-arrow { position: absolute; left: 0; top: 50%; z-index: 10; width: 2em; min-width: 0; height: 2em; margin: -1em 0 0; min-height: 0; padding: 0; border: none; border-radius: 50%; background: none; color: #fff; font: 34px/2 Icons; text-align: center; text-indent: -10001px; }
.slick-next { left: auto; right: 0; }
 .slick-arrow:before { position: absolute; left: 0; right: 0; top: 0; bottom: 0; content: '\e909'; text-indent: 0; }
 .slick-next:before { content: '\e908'; }
.slick-arrow.slick-disabled { opacity: 0.2; pointer-events: none; }
.slick-dots { position: absolute; left: 0; bottom: -5px; right: 0; padding: 0; font-size: 0; letter-spacing: -1em; text-align: center; }
 .slick-dots li { display: inline-block; margin: 0 5px; vertical-align: top; }
  .slick-dots li:before { display: none; }
  .slick-dots button { overflow: hidden; width: 10px; min-width: 0; min-height: 0; height: 10px; padding: 0; border: 1px solid !important; border-radius: 50%; background: currentColor; color: #fff; font-size: 0; line-height: 1; text-indent: 321%; white-space: nowrap; opacity: 0.4; }
  .slick-dots button:hover { background: currentColor; color: #fff; opacity: 0.8; -webkit-transform: none; transform: none; }
  .slick-dots .slick-active button { opacity: 1; }

/* socials */

.socials1 { }
 .socials1 ul { margin: -10px -5px 0; padding: 0; }
  .socials1 li { display: inline-block; border: 1px solid transparent; border-width: 10px 5px 0; vertical-align: top; text-align: center; }
   .socials1 li:before { display: none; }
   .socials1 li a { display: block; width: 2em; height: 2em; border-radius: 50%; background: #FE0000; color: #fff; font-size: 20px; line-height: 2; }
   .socials1 li a:hover { -webkit-transform: translateY(-5px); transform: translateY(-5px); }
   .socials1.-invert li a { background: #fff; color: #FE0000; }

/* custom tick boxes */

.tick1 { position: absolute; left: -10001px; }
.tick1 + label { display: inline-block; padding-left: 30px; vertical-align: top; }
 .tick1 + label:before { float: left; content: ''; width: 18px; height: 18px; margin: 2px 10px 0 -30px; box-shadow: inset 0 0 0 1px #D8D8D8; background: #fff; color: #000; background-clip: content-box; font: 12px/18px Icons; vertical-align: top; text-align: center; }
 .tick1[type=checkbox]:checked + label:before { content: '\e907'; box-shadow: none; background-color: #000; color: #fff; }
 .tick1[type=radio] + label:before { padding: 3px; border-radius: 50%; }
 .tick1[type=radio]:checked + label:before { box-shadow: inset 0 0 0 6px #000; }

/* global header */

.top1 { position: relative; z-index: 101; margin: 0; padding: 25px 0; background-image: linear-gradient(-90deg, #FE0000 0%, #C50000 100%); box-shadow: 0 2px 5px rgba(0,0,0,0.5); color: #fff; }
 .top1-contain { position: relative; text-align: center; }
  .top1-logo { display: inline-block; position: relative; margin: 0; color: inherit; font-size: 50px; vertical-align: top; }
   .top1-logo a:hover { box-shadow: none; }
    .top1-logo i:before { position: relative; left: 3px; top: 3px; color: #000; }
    .top1-logo i:after { position: absolute; left: 0; top: 0; content: '\e901'; }
  .top1 .socials1 { position: absolute; right: 0; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }

@media screen and (max-width: 1023px) {
.top1 .socials1 { display: none; }
}
@media screen and (max-width: 719px) {
.top1 { padding: 15px 0 13px; }
 .top1-logo { font-size: 7.5vw; }
  .top1-logo i:before { left: 2px; top: 2px; }
}

/* wrapper */

.wrap1 { padding: 30px 20px; }

/*!
 * Buttons & Links
/* ---------------------------------------- */

.button1, button, input[type="submit"], input[type="button"], input[type="reset"] { display: inline-block; height: auto; min-height: 44px; padding: 11px 34px; border: 1px solid #CE0000; border-radius: 4px; background: #FE0000; color: #fff; font-size: 18px; font-weight: bold; line-height: 20px; text-align: center; text-decoration: none !important; outline: none; }
.button1:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover { box-shadow: none; color: #fff; -webkit-transform: translateY(-5px); transform: translateY(-5px); }

@media screen and (max-width: 719px) {
.button1 { min-height: 34px; padding: 6px 34px; font-size: 16px; }
}

/*!
 * 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"; }

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

form { }
 label { cursor: pointer; vertical-align: middle; }
 label:first-child { display: block; margin: 0 0 5px; }
  label em { color: #f00; }
 input[type=text], input[type=password], input[type=search], input[type=email], input[type=tel], textarea, select { width: 100%; height: 44px; padding: 11px 14px; border: 1px solid #ccc; border-radius: 0; background: #fff; vertical-align: top; line-height: 20px; -webkit-appearance: none; -moz-appearance: none; outline: none; }
 input[type="checkbox"], input[type="radio"] { padding: 0; }
 input::-ms-clear { display: none; }
 textarea { overflow: auto; height: auto; resize: vertical; }
 textarea.autoresize { min-height: 44px; max-height: 160px; }
 select { padding: 11px 35px 11px 13px; background: #fff url(../images/select1.png) 100% 50% no-repeat; line-height: normal; -webkit-appearance: none; -moz-appearance: none; text-indent: 1px; text-overflow: ''; }
 select::-ms-expand { display: none; }
 .firefox select { padding-left: 8px; }
 button, input[type="submit"], input[type="button"], input[type="reset"] { overflow: visible; cursor: pointer; -webkit-appearance: button; } button::-moz-focus-inner { padding: 0; border: none; }
 button[disabled], input[disabled] { cursor: default; }

 ::-webkit-input-placeholder { color: inherit; font-style: normal; opacity: 0.5; }
 :-ms-input-placeholder { color: #aaa; font-style: normal; opacity: 1; }
 ::-moz-placeholder { color: inherit; font-style: normal; opacity: 0.5; }
 select:invalid { color: #aaa; }

 input[type].required, input[type].error, textarea.required, textarea.error, select.required, select.error { border-color: #EF4242; color: #EF4242; }

/* tables */

table { display: table; border-collapse: collapse; border-spacing: 0; }
 table th, table td { padding: 9px 19px; border: 1px solid #eee; text-align: left; }
 table thead th { font-size: 0.86rem; text-transform: uppercase; }

/* headers & text */

h1, h2, h3, h4, h5, h6, .-ts\:1, .-ts\:2, .-ts\:3, .-ts\:4, .-ts\:5, .-ts\:6 { color: #333; font: bold 10px/1.2 Helvetica Neue,Helvetica,Arial,sans-serif; }
h1, .-ts\:1 { font-size: 2.5rem; }
h2, .-ts\:2 { font-size: 2.0rem; }
h3, .-ts\:3 { font-size: 1.5rem; }
h4, .-ts\:4 { font-size: 1.2rem; }
h5, .-ts\:5 { font-size: 1.0rem; }
h6, .-ts\:6 { font-size: 0.9rem; }

/* lists */

ul, ol, dd, blockquote { padding-left: 40px; }

ol, ul { list-style: none; counter-reset: ordered; }
 li { counter-increment: ordered; }
  ol li:before { position: absolute; content: counter(ordered) '.'; width: 15px; margin: 0 0 0 -30px; text-align: right; }
  ul li:before { float: left; overflow: hidden; content: '\2022'; margin: 0 0 0 -25px; }

dt { font-weight: bold; }
dd { padding-left: 0; }

/* links */

a { background: transparent; color: inherit; text-decoration: none; }
a, a:before, a:after, label, button, input[type=submit] { transition: border 0.25s, background 0.25s, color 0.25s, box-shadow 0.25s, transform 0.25s, opacity 0.25s; }
a:hover, a:focus, a:active { color: inherit; box-shadow: 0 1px; }
 a span { cursor: pointer; }

/* images */

figure { }
 img { max-width: 100%; border-width: 0; box-sizing: content-box; }
 figure img { display: inline-block; vertical-align: top; }
 figcaption { }

.alignright { float: right; margin-left: 1.5rem; }
.alignleft { float: left; margin-right: 1.5rem; }
 .alignright img, .alignleft img { display: block; max-width: none; }

/* other */

blockquote { padding: 20px; background: #f3f3f3; font-style: italic; }
 cite { display: block; margin-top: 10px; font: inherit; }
pre { padding: 10px; border: 1px solid #ccc; background: #f3f3f3; font: 12px/1.2 Consolas,Monaco,Courier New,monospace; white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
code { padding: 2px 4px; background-color: #f9f2f4; color: #c7254e; font-size: 80%; white-space: nowrap; }
hr { overflow: hidden; width: 100%; height: 1px; margin: 20px 0; border: none; border: none; background: #ccc; font-size: 0; }
sup, sub { font-size: 0.6875em; vertical-align: top; } sub { vertical-align: bottom; }
b, strong { font-weight: bolder; }

/*!
 * Global modifiers
/* ---------------------------------------- */

[hidden] { display: none !important; }

/* widths */

.-w\:16{width:16.666%}.-w\:20{width:19.999%}.-w\:25{width:24.999%}.-w\:33{width:33.333%}.-w\:40{width:39.999%}.-w\:50{width:49.999%}.-w\:60{width:59.999%}.-w\:66,.-w\:67{width:66.666%}.-w\:75{width:74.999%}.-w\:80{width:74.999%}.-w\:99,.-w\:100{width:100%}
@media screen and (max-width: 1023px){.-w\:a\<large{width:auto}.-w\:16\<large{width:16.666%}.-w\:20\<large{width:19.999%}.-w\:25\<large{width:24.999%}.-w\:33\<large{width:33.333%}.-w\:40\<large{width:39.999%}.-w\:50\<large{width:49.999%}.-w\:60\<large{width:59.999%}.-w\:66\<large,.-w\:67\<large{width:66.666%}.-w\:75\<large{width:74.999%}.-w\:80\<large{width:74.999%}.-w\:99\<large,.-w\:100\<large{width:100%}}
@media screen and (max-width: 719px) {.-w\:a\<medium{width:auto}.-w\:16\<medium{width:16.666%}.-w\:20\<medium{width:19.999%}.-w\:25\<medium{width:24.999%}.-w\:33\<medium{width:33.333%}.-w\:40\<medium{width:39.999%}.-w\:50\<medium{width:49.999%}.-w\:60\<medium{width:59.999%}.-w\:66\<medium,.-w\:67\<medium{width:66.666%}.-w\:75\<medium{width:74.999%}.-w\:80\<medium{width:74.999%}.-w\:99\<medium,.-w\:100\<medium{width:100%}}

/* text styles */

.-ts\:0 { color: #444; font: 16px/1.5 Helvetica Neue,Helvetica,Arial,sans-serif; letter-spacing: 0; text-transform: none; }

/* font families  */

.-ff\:1 { font-family: Helvetica Neue,Helvetica,Arial,sans-serif; }

/* spacing */

.-mb\:0 { margin-bottom: 0; }
.-mb\:1,.-my\:1{margin-bottom:20px}.-mt\:1,.-my\:1{margin-top:20px}.-pb\:1,.-py\:1,.-pa\:1{padding-bottom:20px}.-pt\:1,.-py\:1,.-pa\:1{padding-top:20px}.-pl\:1,.-px\:1,.-pa\:1{padding-left:20px}.-pr\:1,.-px\:1,.-pa\:1{padding-right:20px}
@media screen and (max-width: 1149px) {}
@media screen and (max-width: 719px) {}

/* togglers */

@media screen and (max-width:  719px){.-hide\<medium{display:none !important}}
@media screen and (max-width: 1149px){.-hide\<large{display:none !important}}
@media screen and (min-width:  720px){.-hide\>small{display:none !important}}
@media screen and (min-width: 1150px){.-hide\>medium{display:none !important}}

/* basic css */

.-ta\:l { text-align: left; }
.-ta\:c { text-align: center; }
.-ta\:r { text-align: right; }

.-tt\:u { text-transform: uppercase; }

/*!
 * Libs
/* ---------------------------------------- */

/* slick */ .slick-list,.slick-slider,.slick-track{position:relative;display:block}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
