/*
 * KURUSETRA
 * screen.scss
 * UI technology : compass-sass, modernizr, reset by compass & HTML5 boilerplate reset
 * Created Feb 13th 2015
 * by ela@varnion.com
 * All content copyright www.qajoo.com
 */
/*

 * CUSTOM MIXIN
    <> custom mixin for internal need

 * COLOR VARIABLE
	<> colors variable (theme,danger,succes,info,muted)

 * BASE RULES
	<> rules for basic tag & common used style

 * LAYOUT RULES
	<> rules for layout (header,content,footer)
	<> rules for basic element layout (form, table)

 * MODULE RULES
	<> a very customize rules for specific element

 * STATE RULES
	<> especially used for javascript state

 */
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700,300);
@import url(http://fonts.googleapis.com/css?family=Roboto:500,900,100,300,700,400);
/* line 5, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/*
 * Edited & modified : ela@varnion.com;
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* line 17, ../sass/_reset.scss */
html,
button,
input,
select,
textarea {
  color: #222;
}

/* line 25, ../sass/_reset.scss */
body {
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
/* line 36, ../sass/_reset.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 41, ../sass/_reset.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
/* line 50, ../sass/_reset.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
/* line 63, ../sass/_reset.scss */
img {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
/* line 71, ../sass/_reset.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
/* line 81, ../sass/_reset.scss */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
/* line 89, ../sass/_reset.scss */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
/* line 103, ../sass/_reset.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

/* line 111, ../sass/_reset.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/* line 122, ../sass/_reset.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/* line 131, ../sass/_reset.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
/* line 147, ../sass/_reset.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
/* line 161, ../sass/_reset.scss */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 177, ../sass/_reset.scss */
.clearfix:before, .features:before, .footer-width:before,
.clearfix:after,
.features:after,
.footer-width:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 183, ../sass/_reset.scss */
.clearfix:after, .features:after, .footer-width:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 192, ../sass/_reset.scss */
.clearfix, .features, .footer-width {
  *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('desktop first') styles.
   Modify as content requires.
   ========================================================================== */
/*iPads (portrait & landscape), smartphone, phone*/
/*portrait view*/
/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* Retina-specific stuff here */
}
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  /* line 240, ../sass/_reset.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 247, ../sass/_reset.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 252, ../sass/_reset.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 256, ../sass/_reset.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  /* line 264, ../sass/_reset.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 270, ../sass/_reset.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 276, ../sass/_reset.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 280, ../sass/_reset.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 285, ../sass/_reset.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 293, ../sass/_reset.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 300, ../sass/_reset.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* line 48, ../sass/screen.scss */
.transition-minify {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 49, ../sass/screen.scss */
.clearfix:before, .features:before, .footer-width:before,
.clearfix:after,
.features:after,
.footer-width:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 55, ../sass/screen.scss */
.clearfix:after, .features:after, .footer-width:after {
  clear: both;
}

/* line 70, ../sass/screen.scss */
html, body, #wrapper {
  width: 100%;
  height: 100%;
  min-height: 100%;
  font-family: 'Roboto',sans-serif;
  font-weight: 300;
  font-size: 14px;
  -webkit-font-smoothing: subpixel-antialiased;
  position: relative;
  margin: 0;
  padding: 0;
}

/* line 82, ../sass/screen.scss */
a {
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}
/* line 86, ../sass/screen.scss */
a.underlined {
  text-decoration: underline;
}

/* line 88, ../sass/screen.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 5px 0;
}

/* line 89, ../sass/screen.scss */
h1, .h1 {
  font-size: 2.5em;
}
/* line 91, ../sass/screen.scss */
h1.large, .h1.large {
  font-size: 3.5em;
}
/* line 94, ../sass/screen.scss */
h1.extra, .h1.extra {
  font-size: 5em;
  font-weight: 300;
  margin-top: -18px;
}

/* line 100, ../sass/screen.scss */
h2, .h2 {
  font-size: 2.2em;
}

/* line 101, ../sass/screen.scss */
h3, .h3 {
  font-size: 1.9em;
}

/* line 102, ../sass/screen.scss */
h4, .h4 {
  font-size: 1.6em;
}

/* line 103, ../sass/screen.scss */
h5, .h5 {
  font-size: 1.4em;
}

/* line 104, ../sass/screen.scss */
h6, .h6 {
  font-size: 1.2em;
}

/* line 105, ../sass/screen.scss */
.sm-text {
  font-size: 0.9em;
}

/* line 106, ../sass/screen.scss */
.smaller {
  font-size: 0.7em;
}

/* line 107, ../sass/screen.scss */
.subscript {
  font-size: 0.4em;
}

/* line 108, ../sass/screen.scss */
strong, .bold {
  font-weight: 400;
}

/* line 109, ../sass/screen.scss */
em, .italic {
  font-style: italic;
}

/* line 110, ../sass/screen.scss */
.fw-thin {
  font-weight: 100;
}

/* line 111, ../sass/screen.scss */
.fw-xtra-light {
  font-weight: 200;
}

/* line 112, ../sass/screen.scss */
.fw-light {
  font-weight: 300;
}

/* line 113, ../sass/screen.scss */
.fw-medium {
  font-weight: 500;
}

/* line 114, ../sass/screen.scss */
.fw-bold {
  font-weight: 600;
}

/* line 118, ../sass/screen.scss */
body {
  overflow-x: hidden;
}

/* line 122, ../sass/screen.scss */
#wrapper.footer-sticked {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -136px;
}

/* line 130, ../sass/screen.scss */
.fullbg {
  background-size: cover;
  background-position: center center;
}
/* line 133, ../sass/screen.scss */
.fullbg.bottom-pos {
  background-position: bottom center;
}

/* line 138, ../sass/screen.scss */
.right-bg {
  background-size: auto 100%;
  background-position: right;
  background-repeat: no-repeat;
}

/* line 144, ../sass/screen.scss */
.fullsizebg {
  background-size: 100%;
  background-position: center;
}

/* line 149, ../sass/screen.scss */
.logo {
  width: 100%;
  text-align: center;
}

/* line 154, ../sass/screen.scss */
header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  border-top: 4px solid #df8033;
}
/* line 161, ../sass/screen.scss */
header .logo-header {
  width: 230px;
  left: 0;
  top: 0;
  position: absolute;
  padding: 20px;
  background: #000;
}
/* line 167, ../sass/screen.scss */
header .logo-header img {
  width: 100%;
}
/* line 168, ../sass/screen.scss */
header .logo-header:before {
  content: '';
  position: absolute;
  right: -25px;
  top: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 103px 25px 0 0px;
  border-color: #000 transparent transparent transparent;
}
@media only screen and (max-width: 940px) {
  /* line 161, ../sass/screen.scss */
  header .logo-header {
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
}
/* line 185, ../sass/screen.scss */
header.stick {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0;
}

/* line 191, ../sass/screen.scss */
nav {
  text-align: center;
  position: relative;
  display: block;
  float: right;
  text-align: right;
  width: 90%;
}
/* line 198, ../sass/screen.scss */
nav li {
  display: inline-block;
  margin: 0 1%;
  transition: all 0.3s;
  text-align: center;
  position: relative;
  margin: 0 -2px 0 0;
  -moz-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg);
}
/* line 206, ../sass/screen.scss */
nav li a {
  display: block;
  padding: 10px 50px 15px 50px;
  background: #fff;
  color: #000;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 1.4em;
  text-transform: uppercase;
}
/* line 217, ../sass/screen.scss */
nav li a span {
  display: block;
  -moz-transform: skewX(15deg);
  -ms-transform: skewX(15deg);
  -webkit-transform: skewX(15deg);
  transform: skewX(15deg);
}
/* line 221, ../sass/screen.scss */
nav li a:hover {
  background: #d70;
  color: #fff;
}
@media only screen and (min-width: 941px) and (max-width: 1024px) {
  /* line 206, ../sass/screen.scss */
  nav li a {
    padding: 10px 30px 15px 30px;
  }
}
/* line 233, ../sass/screen.scss */
nav li:last-child {
  margin: 0 0px 0 7px;
  -moz-transform: skewX(0deg);
  -ms-transform: skewX(0deg);
  -webkit-transform: skewX(0deg);
  transform: skewX(0deg);
}
/* line 238, ../sass/screen.scss */
nav li:last-child a:before {
  width: 0;
  height: 0;
  content: '';
  border-left: 53px solid transparent;
  border-top: 53px solid transparent;
  border-right: 14px solid #fff;
  position: absolute;
  top: 0;
  left: -66px;
}
/* line 247, ../sass/screen.scss */
nav li:last-child a span {
  -moz-transform: skewX(0deg);
  -ms-transform: skewX(0deg);
  -webkit-transform: skewX(0deg);
  transform: skewX(0deg);
}
/* line 251, ../sass/screen.scss */
nav li:last-child a:hover:before {
  border-right: 14px solid #d70;
}
/* line 258, ../sass/screen.scss */
nav li a.icon-left {
  padding-left: 70px;
  background-repeat: no-repeat;
  background-position: 30px 6px;
  background-size: 18%;
}
/* line 265, ../sass/screen.scss */
nav li a.bg-orange {
  background-color: #d70;
  color: #fff;
}
/* line 268, ../sass/screen.scss */
nav li a.bg-orange:before {
  border-right: 14px solid #d70;
}
/* line 271, ../sass/screen.scss */
nav li a.bg-orange.icon-left {
  background-repeat: no-repeat;
  background-position: 30px 6px;
  background-size: 18%;
}
@media only screen and (max-width: 940px) {
  /* line 271, ../sass/screen.scss */
  nav li a.bg-orange.icon-left {
    background-size: 30px;
    padding-left: 90px;
    background-position: 50px 6px;
  }
}
/* line 281, ../sass/screen.scss */
nav li a.bg-orange:hover {
  color: #fc0;
}
/* line 288, ../sass/screen.scss */
nav .close-menu {
  display: none;
}
/* line 290, ../sass/screen.scss */
nav .close-menu a {
  padding: 8px 12px;
  display: block;
  text-align: center;
  position: absolute;
  left: -44px;
  background: #fff;
  z-index: 200;
  top: 0;
}
/* line 299, ../sass/screen.scss */
nav .close-menu a polygon {
  fill: #d70;
}
/* line 303, ../sass/screen.scss */
nav .close-menu a:hover polygon {
  fill: #666666;
}
@media only screen and (max-width: 940px) {
  /* line 191, ../sass/screen.scss */
  nav {
    display: block;
    width: 70%;
    max-width: 300px;
    height: 100%;
    background: #fff;
    float: none;
    position: fixed;
    right: -90%;
    -moz-transition: right 0.2s;
    -o-transition: right 0.2s;
    -webkit-transition: right 0.2s;
    transition: right 0.2s;
  }
  /* line 320, ../sass/screen.scss */
  nav li {
    display: block;
    margin: 0;
    text-align: left;
    -moz-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
  }
  /* line 325, ../sass/screen.scss */
  nav li a {
    margin: 0;
    -moz-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
  }
  /* line 328, ../sass/screen.scss */
  nav li a span {
    -moz-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
  }
  /* line 332, ../sass/screen.scss */
  nav li:last-child {
    margin: 0;
  }
  /* line 334, ../sass/screen.scss */
  nav li:last-child a {
    margin: 0;
  }
  /* line 335, ../sass/screen.scss */
  nav li:last-child a:before {
    display: none;
  }
  /* line 340, ../sass/screen.scss */
  nav .close-menu {
    display: block;
  }
}
/* line 344, ../sass/screen.scss */
nav.show {
  right: 0;
  top: 0;
}

/* line 350, ../sass/screen.scss */
.menu-mobile {
  display: none;
  float: right;
  text-align: right;
}
/* line 354, ../sass/screen.scss */
.menu-mobile rect {
  fill: #fff;
}
/* line 357, ../sass/screen.scss */
.menu-mobile a {
  display: block;
  padding: 10px;
}
/* line 361, ../sass/screen.scss */
.menu-mobile a:hover rect {
  fill: #e6e6e6;
}
@media only screen and (max-width: 940px) {
  /* line 350, ../sass/screen.scss */
  .menu-mobile {
    display: block;
  }
}

/* line 372, ../sass/screen.scss */
.page-header .subtitle {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 600px) {
  /* line 378, ../sass/screen.scss */
  .page-header h6 {
    font-size: 0.8em;
  }
}

/* line 382, ../sass/screen.scss */
article {
  margin-top: -60px;
  background: #fff;
  padding: 50px;
  position: relative;
}
/* line 387, ../sass/screen.scss */
article p {
  display: block;
  margin: 0 0 15px 0;
}
/* line 391, ../sass/screen.scss */
article.front {
  z-index: 55;
}
@media only screen and (max-width: 940px) {
  /* line 382, ../sass/screen.scss */
  article {
    margin: 0;
  }
}
/* line 397, ../sass/screen.scss */
article h1, article h2, article h3, article h4, article h5, article h6 {
  margin: 30px 0 15px 0;
}

/* line 401, ../sass/screen.scss */
.article-push {
  position: absolute;
  height: 100%;
  top: 0px;
}
/* line 405, ../sass/screen.scss */
.article-push.for-left-indent {
  width: 75%;
  left: 25%;
}

/* line 411, ../sass/screen.scss */
.callout {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  padding: 15px;
  border: 1px solid rgba(223, 128, 51, 0.62);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  display: none;
}
/* line 418, ../sass/screen.scss */
.callout:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid black;
}
/* line 428, ../sass/screen.scss */
.callout:before {
  content: '';
  position: absolute;
  bottom: -11px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 11px solid rgba(221, 119, 0, 0.6);
}

/* line 440, ../sass/screen.scss */
#billboard {
  height: 100%;
  min-height: 600px;
  position: relative;
}
/* line 444, ../sass/screen.scss */
#billboard .logo {
  position: absolute;
  bottom: 150px;
}
/* line 447, ../sass/screen.scss */
#billboard .logo img {
  width: 40%;
}
@media only screen and (max-width: 940px) {
  /* line 447, ../sass/screen.scss */
  #billboard .logo img {
    width: 80%;
    max-width: 450px;
  }
}
@media only screen and (max-width: 940px) {
  /* line 444, ../sass/screen.scss */
  #billboard .logo {
    bottom: 155px;
  }
}
@media only screen and (max-width: 940px) {
  /* line 440, ../sass/screen.scss */
  #billboard {
    max-height: 600px;
  }
}

/* line 457, ../sass/screen.scss */
.billboard-header {
  width: 100%;
  position: absolute;
  bottom: 0px;
  background: #000;
  border-top: 1px solid #491e0e;
  border-bottom: 1px solid #000;
}
/* line 464, ../sass/screen.scss */
.billboard-header li {
  width: 33%;
  display: block;
  float: left;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 2px solid #491e0e;
}
/* line 471, ../sass/screen.scss */
.billboard-header li a.full-link {
  display: block;
  width: 100%;
  padding: 15px 25px;
  font-weight: 300;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 478, ../sass/screen.scss */
.billboard-header li a.full-link:hover {
  color: #d70;
}
/* line 482, ../sass/screen.scss */
.billboard-header li:last-child {
  width: 34%;
  border-right: 0;
}
/* line 486, ../sass/screen.scss */
.billboard-header li.apps-store {
  text-align: center;
}
/* line 487, ../sass/screen.scss */
.billboard-header li.bg-pattern {
  background: #000 url(../img/ui/pattern_kuset.png);
}
/* line 488, ../sass/screen.scss */
.billboard-header li .callout {
  left: 50%;
  width: 80%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -90px;
}
/* line 493, ../sass/screen.scss */
.billboard-header li .callout li {
  width: 100%;
  border: 0;
  font-size: 0.9em;
}
/* line 497, ../sass/screen.scss */
.billboard-header li .callout li a:hover {
  color: #ffc077;
}
/* line 498, ../sass/screen.scss */
.billboard-header li .callout li:last-child {
  width: 100%;
}
/* line 500, ../sass/screen.scss */
.billboard-header li .callout li:last-child a {
  color: #ff9111;
}
/* line 500, ../sass/screen.scss */
.billboard-header li .callout li:last-child a:hover {
  color: #d70;
}
/* line 505, ../sass/screen.scss */
.billboard-header img {
  height: 60px;
  margin-top: 8px;
  margin-bottom: 6px;
}
@media only screen and (max-width: 940px) {
  /* line 505, ../sass/screen.scss */
  .billboard-header img {
    width: 100px;
    height: auto;
  }
}
@media only screen and (max-width: 940px) {
  /* line 514, ../sass/screen.scss */
  .billboard-header li {
    width: 50%;
    height: 71px;
  }
  /* line 517, ../sass/screen.scss */
  .billboard-header li a.full-link {
    padding: 10px;
  }
  /* line 518, ../sass/screen.scss */
  .billboard-header li span {
    font-size: 10px;
  }
  /* line 520, ../sass/screen.scss */
  .billboard-header li span.h2 {
    font-size: 14px;
  }
  /* line 522, ../sass/screen.scss */
  .billboard-header li.apps-store {
    position: absolute;
    top: -72px;
    width: 100%;
    height: auto;
    border-bottom: 2px solid #491e0e;
    border-right: 0;
  }
  /* line 530, ../sass/screen.scss */
  .billboard-header li:last-child {
    width: 50%;
  }
  /* line 531, ../sass/screen.scss */
  .billboard-header li .callout {
    width: 150%;
    left: 20px;
    top: -100px;
    background: #000;
  }
  /* line 536, ../sass/screen.scss */
  .billboard-header li .callout li {
    height: auto;
  }
}

/* line 545, ../sass/screen.scss */
.appstore-links {
  display: block;
  width: 80%;
  position: relative;
  margin: 0 auto;
  padding-right: 65px;
}

/* line 551, ../sass/screen.scss */
.badgestore {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 40%;
  height: 58px;
  max-width: 180px;
  padding: 0 0 20px 0;
  margin: 10px 0px;
  border: 0;
}
/* line 561, ../sass/screen.scss */
.badgestore.appstore {
  background-image: url(../img/ui/appstore.png);
}
/* line 562, ../sass/screen.scss */
.badgestore.playstore {
  background-image: url(../img/ui/playstore.png);
}
@media only screen and (max-width: 940px) {
  /* line 551, ../sass/screen.scss */
  .badgestore {
    width: 35%;
    padding-bottom: 10px;
    height: 35px;
  }
}

/* line 569, ../sass/screen.scss */
.zamrud-pch {
  display: block;
  position: absolute;
  width: 329px;
  height: 160px;
  background-image: url(../img/ui/zamrud_purchase.png);
  background-repeat: no-repeat;
  top: -82px;
  right: -200px;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
/* line 578, ../sass/screen.scss */
.zamrud-pch:hover {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media only screen and (max-width: 940px) {
  /* line 569, ../sass/screen.scss */
  .zamrud-pch {
    background-size: auto 100%;
    width: 125px;
    right: 0;
  }
}

/* line 589, ../sass/screen.scss */
.big-scene {
  height: 100%;
  position: relative;
}
/* line 592, ../sass/screen.scss */
.big-scene.back {
  z-index: 2;
}

/* line 597, ../sass/screen.scss */
.contentplc {
  margin: 20px 50px;
}

/* line 601, ../sass/screen.scss */
.fullcolumn {
  width: 100%;
}

/* line 604, ../sass/screen.scss */
.features {
  clear: both;
  border-bottom: 1px solid #442400;
  position: relative;
}
/* line 609, ../sass/screen.scss */
.features .big-numbering, .features .text-content {
  height: 220px;
}
/* line 612, ../sass/screen.scss */
.features .big-numbering {
  width: 20%;
  display: block;
  float: left;
  text-align: center;
  font-size: 3em;
  min-height: 140px;
  color: #fff;
  font-weight: 100;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 40px;
}
/* line 624, ../sass/screen.scss */
.features .text-content {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 80%;
  float: left;
  display: block;
  padding: 50px;
  background: #000;
  color: #fff;
  background-repeat: no-repeat;
  height: 220px;
  position: relative;
}
/* line 635, ../sass/screen.scss */
.features .text-content p {
  display: block;
  top: 50%;
  position: relative;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 643, ../sass/screen.scss */
.features.on-left p {
  margin-left: 300px;
}
/* line 646, ../sass/screen.scss */
.features.on-right .text-content {
  background-position: top right;
}
/* line 649, ../sass/screen.scss */
.features.on-right p {
  margin-right: 300px;
}
@media only screen and (max-width: 940px) {
  /* line 652, ../sass/screen.scss */
  .features .big-numbering {
    width: 25%;
    font-size: 2em;
  }
  /* line 653, ../sass/screen.scss */
  .features .text-content {
    padding: 0px;
    width: 75%;
  }
  /* line 655, ../sass/screen.scss */
  .features .text-content p {
    top: 0;
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    background: rgba(0, 0, 0, 0.7);
    padding: 14% 30px 0;
    height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 664, ../sass/screen.scss */
  .features p {
    text-shadow: 1px 1px 5px #000;
  }
  /* line 668, ../sass/screen.scss */
  .features.on-left p, .features.on-right p {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 600px) {
  /* line 674, ../sass/screen.scss */
  .features .text-content p {
    font-size: 0.7em;
  }
}

/* line 684, ../sass/screen.scss */
.features-list section:nth-child(4n+1) .big-numbering {
  background: #51455D url(../img/ui/pattern_kuset.png);
}
/* line 687, ../sass/screen.scss */
.features-list section:nth-child(4n+2) .big-numbering {
  background: #495b74 url(../img/ui/pattern_kuset.png);
}
/* line 690, ../sass/screen.scss */
.features-list section:nth-child(4n+3) .big-numbering {
  background: #5d4545 url(../img/ui/pattern_kuset.png);
}
/* line 693, ../sass/screen.scss */
.features-list section:nth-child(4n+4) .big-numbering {
  background: #8c7a60 url(../img/ui/pattern_kuset.png);
}

/* line 698, ../sass/screen.scss */
#heroes {
  padding: 2px;
  background: #000;
}
/* line 701, ../sass/screen.scss */
#heroes li {
  display: block;
  float: left;
  width: 33%;
  height: 350px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid #000;
  overflow: hidden;
}
/* line 709, ../sass/screen.scss */
#heroes li:nth-child(3n) {
  width: 34%;
}
@media only screen and (max-width: 940px) {
  /* line 709, ../sass/screen.scss */
  #heroes li:nth-child(3n) {
    width: 100%;
  }
}
@media only screen and (max-width: 940px) {
  /* line 701, ../sass/screen.scss */
  #heroes li {
    width: 100%;
  }
}
/* line 718, ../sass/screen.scss */
#heroes li a {
  display: block;
  width: 100%;
  height: 350px;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* line 726, ../sass/screen.scss */
#heroes li a span {
  position: absolute;
  bottom: 10%;
  right: 50px;
  display: block;
  opacity: 0;
  -moz-transition: inherit;
  -o-transition: inherit;
  -webkit-transition: inherit;
  transition: inherit;
}
/* line 734, ../sass/screen.scss */
#heroes li a:hover, #heroes li a.active {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* line 738, ../sass/screen.scss */
#heroes li.title {
  background: #d70;
  text-align: left;
  font-family: 'Oswald',sans-serif;
  font-weight: 100;
  text-transform: uppercase;
}
/* line 744, ../sass/screen.scss */
#heroes li.title h1 {
  margin-top: 85px;
  padding-left: 20%;
  font-size: 4em;
}

/* line 754, ../sass/screen.scss */
.hero-detail-page {
  background: #000;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -35px;
  position: relative;
}
/* line 761, ../sass/screen.scss */
.hero-detail-page .fullbg {
  min-height: 100%;
}
@media only screen and (max-width: 940px) {
  /* line 754, ../sass/screen.scss */
  .hero-detail-page {
    margin: 0 auto;
  }
}

/* line 768, ../sass/screen.scss */
.background-heroes {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  overflow: hidden;
}
/* line 774, ../sass/screen.scss */
.background-heroes .hero-img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 10% 150px;
}
@media only screen and (max-width: 940px) {
  /* line 768, ../sass/screen.scss */
  .background-heroes {
    width: 65%;
    left: 15%;
    top: 100px;
    position: relative;
  }
  /* line 788, ../sass/screen.scss */
  .background-heroes:after {
    padding-top: 104.25%;
    /*16:9 ratio*/
    display: block;
    content: '';
  }
  /* line 793, ../sass/screen.scss */
  .background-heroes .hero-img {
    background-position: center center;
  }
}

/* line 798, ../sass/screen.scss */
.description {
  position: relative;
  width: 35%;
  clear: both;
  margin: 0 0 0 58%;
  padding-top: 10%;
}
/* line 804, ../sass/screen.scss */
.description .story {
  margin-top: 30px;
  width: 100%;
  padding-bottom: 50px;
  border-bottom: 1px solid #000;
}
@media only screen and (min-width: 1600px) {
  /* line 798, ../sass/screen.scss */
  .description {
    margin: 0 0 0 45%;
    width: 45%;
  }
}
@media only screen and (max-width: 940px) {
  /* line 798, ../sass/screen.scss */
  .description {
    width: 70%;
    margin-left: 15%;
    margin-right: 10%;
    padding-top: 120px;
  }
}

/* line 823, ../sass/screen.scss */
.abilities {
  position: relative;
  width: 100%;
  top: 0;
  margin-top: 50px;
}
/* line 828, ../sass/screen.scss */
.abilities .column {
  display: block;
  float: left;
  width: 50%;
  margin: 0;
}
/* line 833, ../sass/screen.scss */
.abilities .column img {
  width: 100%;
}
@media only screen and (max-width: 940px) {
  /* line 835, ../sass/screen.scss */
  .abilities .column img {
    max-width: 350px;
  }
}
@media only screen and (max-width: 600px) {
  /* line 828, ../sass/screen.scss */
  .abilities .column {
    width: 100%;
  }
}
@media only screen and (min-width: 941px) and (max-width: 1024px) {
  /* line 828, ../sass/screen.scss */
  .abilities .column {
    width: 70%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1599px) {
  /* line 828, ../sass/screen.scss */
  .abilities .column {
    width: 70%;
  }
}
/* line 849, ../sass/screen.scss */
.abilities .stats, .abilities .must-know {
  margin: 20px;
  display: block;
  float: left;
  width: 100%;
}
@media only screen and (max-width: 940px) {
  /* line 849, ../sass/screen.scss */
  .abilities .stats, .abilities .must-know {
    margin: 10px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1599px) {
  /* line 849, ../sass/screen.scss */
  .abilities .stats, .abilities .must-know {
    margin: 20px 15px 20px 0;
    width: 40%;
  }
}
@media only screen and (min-width: 1600px) {
  /* line 863, ../sass/screen.scss */
  .abilities .must-know {
    margin-top: 80px;
  }
}

/* line 869, ../sass/screen.scss */
.left-indent {
  margin-left: 25%;
}
@media only screen and (max-width: 940px) {
  /* line 869, ../sass/screen.scss */
  .left-indent {
    margin-left: 0;
  }
}

/* line 876, ../sass/screen.scss */
.fadeAnim.ng-enter, .fadeAnim.ng-leave {
  -webkit-transition: 0.5s linear all;
  transition: 0.5s linear all;
}

/* line 881, ../sass/screen.scss */
.fadeAnim.ng-enter {
  opacity: 0;
}

/* starting animations for enter */
/* line 882, ../sass/screen.scss */
.fadeAnim.ng-enter.ng-enter-active {
  opacity: 1;
}

/* terminal animations for enter */
/* line 883, ../sass/screen.scss */
.fadeAnim.ng-leave {
  opacity: 1;
}

/* starting animations for leave */
/* line 884, ../sass/screen.scss */
.fadeAnim.ng-leave.ng-leave-active {
  opacity: 0;
}

/* terminal animations for leave */
/* line 887, ../sass/screen.scss */
.gradient-bg.juna {
  background: #495b74;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ5NWI3NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWYwZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #495b74 0%, #eaf0f2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #495b74), color-stop(100%, #eaf0f2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #495b74 0%, #eaf0f2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #495b74 0%, #eaf0f2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #495b74 0%, #eaf0f2 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #495b74 0%, #eaf0f2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#495b74', endColorstr='#eaf0f2',GradientType=0 );
  /* IE6-8 */
}
/* line 899, ../sass/screen.scss */
.gradient-bg.anom {
  background: #8c7a60;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhjN2E2MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWYwZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #8c7a60 0%, #eaf0f2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8c7a60), color-stop(100%, #eaf0f2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #8c7a60 0%, #eaf0f2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #8c7a60 0%, #eaf0f2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #8c7a60 0%, #eaf0f2 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #8c7a60 0%, #eaf0f2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c7a60', endColorstr='#eaf0f2',GradientType=0 );
  /* IE6-8 */
}
/* line 911, ../sass/screen.scss */
.gradient-bg.satria {
  background: #5d4343;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVkNDM0MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWYwZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #5d4343 0%, #eaf0f2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5d4343), color-stop(100%, #eaf0f2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5d4343 0%, #eaf0f2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5d4343 0%, #eaf0f2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #5d4343 0%, #eaf0f2 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #5d4343 0%, #eaf0f2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d4343', endColorstr='#eaf0f2',GradientType=0 );
  /* IE6-8 */
}
/* line 923, ../sass/screen.scss */
.gradient-bg.kandini {
  background: #384a4f;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM4NGE0ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWYwZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #384a4f 0%, #eaf0f2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #384a4f), color-stop(100%, #eaf0f2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #384a4f 0%, #eaf0f2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #384a4f 0%, #eaf0f2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #384a4f 0%, #eaf0f2 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #384a4f 0%, #eaf0f2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#384a4f', endColorstr='#eaf0f2',GradientType=0 );
  /* IE6-8 */
}
/* line 935, ../sass/screen.scss */
.gradient-bg.trisna {
  background: #49415d;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ5NDE1ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWYwZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #49415d 0%, #eaf0f2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #49415d), color-stop(100%, #eaf0f2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #49415d 0%, #eaf0f2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #49415d 0%, #eaf0f2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #49415d 0%, #eaf0f2 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #49415d 0%, #eaf0f2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49415d', endColorstr='#eaf0f2',GradientType=0 );
  /* IE6-8 */
}

/* line 949, ../sass/screen.scss */
.navigation {
  position: fixed;
  height: 100%;
  top: 0;
}
/* line 953, ../sass/screen.scss */
.navigation a {
  display: block;
  background: rgba(255, 255, 255, 0.2);
  width: 40px;
  position: relative;
  height: 100%;
}
/* line 960, ../sass/screen.scss */
.navigation .arrow {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 11px;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
}
/* line 969, ../sass/screen.scss */
.navigation.prev {
  left: 0;
}
/* line 971, ../sass/screen.scss */
.navigation.prev a:hover {
  background: rgba(255, 255, 255, 0.3);
}
/* line 972, ../sass/screen.scss */
.navigation.prev .arrow {
  border-right: 15px solid #fff;
}
/* line 974, ../sass/screen.scss */
.navigation.next {
  right: 0;
}
/* line 976, ../sass/screen.scss */
.navigation.next a:hover {
  background: rgba(255, 255, 255, 0.3);
}
/* line 977, ../sass/screen.scss */
.navigation.next .arrow {
  border-left: 15px solid #fff;
}

/* line 981, ../sass/screen.scss */
footer {
  width: 100%;
  background: #000 url(../img/ui/pattern_kuset.png);
  color: #cccccc;
  clear: both;
  position: relative;
  padding: 10px 0;
}
/* line 988, ../sass/screen.scss */
footer a {
  color: #d70;
}
/* line 990, ../sass/screen.scss */
footer a:hover {
  color: #ff9111;
}
/* line 992, ../sass/screen.scss */
footer .column {
  width: 33%;
  display: block;
  float: left;
}
/* line 997, ../sass/screen.scss */
footer.custom-footer {
  position: relative;
  bottom: 0;
  font-size: 0.8em;
}
/* line 1001, ../sass/screen.scss */
footer.custom-footer .contentplc {
  margin: 10px 50px;
}
/* line 1002, ../sass/screen.scss */
footer.custom-footer p {
  display: inline-block;
  margin: 0 5px 0 0;
}
@media only screen and (max-width: 940px) {
  /* line 1008, ../sass/screen.scss */
  footer .column {
    width: 100%;
  }
}

/* line 1011, ../sass/screen.scss */
.footer-width {
  width: 100%;
  max-width: 1024px;
}

/* line 1017, ../sass/screen.scss */
.main-push {
  height: 136px;
}

/* line 1021, ../sass/screen.scss */
.ng-footer, .push {
  height: 35px;
}
@media only screen and (max-width: 940px) {
  /* line 1021, ../sass/screen.scss */
  .ng-footer, .push {
    height: auto;
  }
}

/* line 1031, ../sass/screen.scss */
.parallax {
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

/* line 1035, ../sass/screen.scss */
.go-top {
  position: absolute;
  bottom: 10%;
  right: 2%;
}
/* line 1039, ../sass/screen.scss */
.go-top a {
  display: block;
  width: 40px;
  height: 40px;
  background: #d70;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 1044, ../sass/screen.scss */
.go-top a .arrow {
  width: 0;
  height: 0;
  position: absolute;
  top: 30%;
  left: 10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid rgba(255, 255, 255, 0.5);
}
/* line 1054, ../sass/screen.scss */
.go-top a:hover {
  background: #ff9111;
}

/* line 1059, ../sass/screen.scss */
.copyright p {
  display: inline-block;
}

/* line 1062, ../sass/screen.scss */
.abs-text-plc {
  position: absolute;
}
/* line 1064, ../sass/screen.scss */
.abs-text-plc.on-bottom {
  bottom: 15%;
  padding-left: 100px;
}
@media only screen and (max-width: 940px) {
  /* line 1064, ../sass/screen.scss */
  .abs-text-plc.on-bottom {
    padding-left: 20px;
  }
}
/* line 1071, ../sass/screen.scss */
.abs-text-plc.on-center {
  top: 35%;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 940px) {
  /* line 1071, ../sass/screen.scss */
  .abs-text-plc.on-center {
    top: 20%;
  }
}

/* line 1081, ../sass/screen.scss */
.fullbg.left-pos {
  background-position: left;
}

/* line 1082, ../sass/screen.scss */
.wanted-billboard {
  height: 100%;
  width: 100%;
  position: relative;
  bottom: 0;
  overflow: hidden;
}

/* line 1089, ../sass/screen.scss */
.wanted-billboard img {
  height: 150%;
  position: absolute;
  top: -33%;
}

/* line 1094, ../sass/screen.scss */
.hand-billboard {
  height: 100%;
  width: 100%;
  position: relative;
  text-align: center;
  bottom: 0;
}
/* line 1100, ../sass/screen.scss */
.hand-billboard img {
  width: 100%;
  max-width: 1200px;
  position: absolute;
  bottom: 120px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 940px) {
  /* line 1109, ../sass/screen.scss */
  .hand-billboard img {
    bottom: 72px;
  }
}

/* line 1112, ../sass/screen.scss */
.launch-billboard {
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 16%;
  text-align: center;
}
@media only screen and (max-width: 940px) {
  /* line 1112, ../sass/screen.scss */
  .launch-billboard {
    width: 100%;
  }
  /* line 1119, ../sass/screen.scss */
  .launch-billboard img {
    width: 80%;
  }
}

/* line 1122, ../sass/screen.scss */
.launch-logo {
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%) scale(0.8);
  -ms-transform: translateX(-50%) scale(0.8);
  -webkit-transform: translateX(-50%) scale(0.8);
  transform: translateX(-50%) scale(0.8);
  top: 3%;
}
@media only screen and (max-width: 940px) {
  /* line 1122, ../sass/screen.scss */
  .launch-logo {
    width: 100%;
  }
  /* line 1128, ../sass/screen.scss */
  .launch-logo img {
    width: 100%;
  }
}

/* line 1131, ../sass/screen.scss */
.launch-all, .ketupat {
  min-height: 700px;
  background-position: bottom;
}

/* line 1135, ../sass/screen.scss */
.fullprop {
  width: 100%;
  height: 100%;
  position: absolute;
}

/* line 1142, ../sass/screen.scss */
.ketupat .fullsizebg {
  background-size: 90%;
  background-repeat: no-repeat;
}
/* line 1146, ../sass/screen.scss */
.ketupat .judul, .ketupat .slogan {
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
}
/* line 1153, ../sass/screen.scss */
.ketupat .judul {
  top: 0;
  max-width: 800px;
  background-position-y: 5%;
}
/* line 1158, ../sass/screen.scss */
.ketupat .slogan {
  max-width: 500px;
  bottom: 18%;
  left: 70%;
  background-position: right bottom;
}
@media only screen and (max-width: 940px) {
  /* line 1158, ../sass/screen.scss */
  .ketupat .slogan {
    bottom: 23%;
    left: 50%;
  }
}
/* line 1168, ../sass/screen.scss */
.ketupat .flower {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-position: left bottom;
}

/* line 1179, ../sass/screen.scss */
.press-logo-plc {
  padding: 50px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 940px) {
  /* line 1179, ../sass/screen.scss */
  .press-logo-plc {
    padding: 20px;
    overflow: hidden;
  }
}
/* line 1187, ../sass/screen.scss */
.press-logo-plc h1 {
  color: #d70;
}
/* line 1188, ../sass/screen.scss */
.press-logo-plc li {
  display: block;
  padding: 40px 0 0px;
  margin-right: 10px;
  float: left;
}
/* line 1193, ../sass/screen.scss */
.press-logo-plc li a {
  background: url(../img/ui/kurusetra-press-logo.jpg);
  background-repeat: no-repeat;
  height: 0;
  padding: 40px 0 0px;
  margin-bottom: 5px;
  display: block;
  overflow: hidden;
}
/* line 1202, ../sass/screen.scss */
.press-logo-plc li.pl_01 a {
  background-position: 0 -440px;
  width: 41px;
}
/* line 1206, ../sass/screen.scss */
.press-logo-plc li.pl_01:hover a {
  background-position: 0 0;
}
/* line 1210, ../sass/screen.scss */
.press-logo-plc li.pl_02 a {
  background-position: -61px -440px;
  width: 86px;
}
/* line 1214, ../sass/screen.scss */
.press-logo-plc li.pl_02:hover a {
  background-position: -61px 0;
}
/* line 1219, ../sass/screen.scss */
.press-logo-plc li.pl_03 a {
  background-position: -167px -440px;
  width: 148px;
}
/* line 1223, ../sass/screen.scss */
.press-logo-plc li.pl_03:hover a {
  background-position: -167px 0;
}
/* line 1227, ../sass/screen.scss */
.press-logo-plc li.pl_04 a {
  background-position: -335px -440px;
  width: 192px;
}
/* line 1231, ../sass/screen.scss */
.press-logo-plc li.pl_04:hover a {
  background-position: -335px 0;
}
/* line 1235, ../sass/screen.scss */
.press-logo-plc li.pl_05 a {
  background-position: -547px -440px;
  width: 122px;
}
/* line 1239, ../sass/screen.scss */
.press-logo-plc li.pl_05:hover a {
  background-position: -547px 0;
}
/* line 1243, ../sass/screen.scss */
.press-logo-plc li.pl_06 a {
  background-position: -689px -440px;
  width: 158px;
}
/* line 1247, ../sass/screen.scss */
.press-logo-plc li.pl_06:hover a {
  background-position: -689px 0;
}
/* line 1251, ../sass/screen.scss */
.press-logo-plc li.pl_07 a {
  background-position: -867px -435px;
  width: 123px;
}
/* line 1255, ../sass/screen.scss */
.press-logo-plc li.pl_07:hover a {
  background-position: -867px 5px;
}
/* line 1259, ../sass/screen.scss */
.press-logo-plc li.pl_08 a {
  background-position: 0 -504px;
  width: 235px;
}
/* line 1263, ../sass/screen.scss */
.press-logo-plc li.pl_08:hover a {
  background-position: 0 -64px;
}
/* line 1267, ../sass/screen.scss */
.press-logo-plc li.pl_09 a {
  background-position: -256px -504px;
  width: 237px;
}
/* line 1271, ../sass/screen.scss */
.press-logo-plc li.pl_09:hover a {
  background-position: -256px -64px;
}
/* line 1274, ../sass/screen.scss */
.press-logo-plc li.pl_10 a {
  background-position: -513px -504px;
  width: 351px;
}
/* line 1278, ../sass/screen.scss */
.press-logo-plc li.pl_10:hover a {
  background-position: -513px -64px;
}
/* line 1282, ../sass/screen.scss */
.press-logo-plc li.pl_11 a {
  background-position: -884px -504px;
  width: 37px;
}
/* line 1286, ../sass/screen.scss */
.press-logo-plc li.pl_11:hover a {
  background-position: -884px -64px;
}
/* line 1290, ../sass/screen.scss */
.press-logo-plc li.pl_12 a {
  background-position: 0 -552px;
  width: 163px;
}
/* line 1294, ../sass/screen.scss */
.press-logo-plc li.pl_12:hover a {
  background-position: 0 -112px;
}
/* line 1298, ../sass/screen.scss */
.press-logo-plc li.pl_13 a {
  background-position: -183px -552px;
  width: 241px;
}
/* line 1302, ../sass/screen.scss */
.press-logo-plc li.pl_13:hover a {
  background-position: -183px -112px;
}
/* line 1306, ../sass/screen.scss */
.press-logo-plc li.pl_14 a {
  background-position: -444px -552px;
  width: 236px;
}
/* line 1310, ../sass/screen.scss */
.press-logo-plc li.pl_14:hover a {
  background-position: -444px -112px;
}
/* line 1314, ../sass/screen.scss */
.press-logo-plc li.pl_15 a {
  background-position: -700px -551px;
  width: 322px;
}
/* line 1318, ../sass/screen.scss */
.press-logo-plc li.pl_15:hover a {
  background-position: -700px -111px;
}
/* line 1322, ../sass/screen.scss */
.press-logo-plc li.pl_16 a {
  background-position: 0 -600px;
  width: 167px;
}
/* line 1326, ../sass/screen.scss */
.press-logo-plc li.pl_16:hover a {
  background-position: 0 -160px;
}
/* line 1330, ../sass/screen.scss */
.press-logo-plc li.pl_17 a {
  background-position: -186px -600px;
  width: 248px;
}
/* line 1334, ../sass/screen.scss */
.press-logo-plc li.pl_17:hover a {
  background-position: -186px -160px;
}
/* line 1338, ../sass/screen.scss */
.press-logo-plc li.pl_18 a {
  background-position: -454px -600px;
  width: 276px;
}
/* line 1342, ../sass/screen.scss */
.press-logo-plc li.pl_18:hover a {
  background-position: -454px -160px;
}
/* line 1346, ../sass/screen.scss */
.press-logo-plc li.pl_19 a {
  background-position: -740px -600px;
  width: 149px;
}
/* line 1350, ../sass/screen.scss */
.press-logo-plc li.pl_19:hover a {
  background-position: -740px -160px;
}
/* line 1354, ../sass/screen.scss */
.press-logo-plc li.pl_20 a {
  background-position: 0 -650px;
  width: 122px;
}
/* line 1358, ../sass/screen.scss */
.press-logo-plc li.pl_20:hover a {
  background-position: 0 -210px;
}
/* line 1362, ../sass/screen.scss */
.press-logo-plc li.pl_21 a {
  background-position: -141px -650px;
  width: 170px;
}
/* line 1366, ../sass/screen.scss */
.press-logo-plc li.pl_21:hover a {
  background-position: -141px -210px;
}
/* line 1370, ../sass/screen.scss */
.press-logo-plc li.pl_22 a {
  background-position: -331px -650px;
  width: 148px;
}
/* line 1374, ../sass/screen.scss */
.press-logo-plc li.pl_22:hover a {
  background-position: -331px -210px;
}
/* line 1378, ../sass/screen.scss */
.press-logo-plc li.pl_23 a {
  background-position: -499px -650px;
  width: 123px;
}
/* line 1382, ../sass/screen.scss */
.press-logo-plc li.pl_23:hover a {
  background-position: -499px -210px;
}
/* line 1387, ../sass/screen.scss */
.press-logo-plc li.pl_24 a {
  background-position: -642px -650px;
  width: 167px;
}
/* line 1391, ../sass/screen.scss */
.press-logo-plc li.pl_24:hover a {
  background-position: -642px -210px;
}
/* line 1395, ../sass/screen.scss */
.press-logo-plc li.pl_25 a {
  background-position: -829px -650px;
  width: 142px;
}
/* line 1399, ../sass/screen.scss */
.press-logo-plc li.pl_25:hover a {
  background-position: -829px -210px;
}
/* line 1403, ../sass/screen.scss */
.press-logo-plc li.pl_26 a {
  background-position: 0 -698px;
  width: 163px;
}
/* line 1407, ../sass/screen.scss */
.press-logo-plc li.pl_26:hover a {
  background-position: 0 -258px;
}
/* line 1411, ../sass/screen.scss */
.press-logo-plc li.pl_27 a {
  background-position: -184px -698px;
  width: 95px;
}
/* line 1415, ../sass/screen.scss */
.press-logo-plc li.pl_27:hover a {
  background-position: -184px -258px;
}
/* line 1419, ../sass/screen.scss */
.press-logo-plc li.pl_28 a {
  background-position: -299px -698px;
  width: 206px;
}
/* line 1423, ../sass/screen.scss */
.press-logo-plc li.pl_28:hover a {
  background-position: -299px -258px;
}
/* line 1427, ../sass/screen.scss */
.press-logo-plc li.pl_29 a {
  background-position: -525px -690px;
  width: 236px;
}
/* line 1431, ../sass/screen.scss */
.press-logo-plc li.pl_29:hover a {
  background-position: -525px -250px;
}
/* line 1435, ../sass/screen.scss */
.press-logo-plc li.pl_30 a {
  background-position: -781px -698px;
  width: 199px;
}
/* line 1439, ../sass/screen.scss */
.press-logo-plc li.pl_30:hover a {
  background-position: -781px -258px;
}
/* line 1443, ../sass/screen.scss */
.press-logo-plc li.pl_31 a {
  background-position: 0 -746px;
  width: 227px;
}
/* line 1447, ../sass/screen.scss */
.press-logo-plc li.pl_31:hover a {
  background-position: 0 -306px;
}
/* line 1450, ../sass/screen.scss */
.press-logo-plc li.pl_32 a {
  background-position: -247px -746px;
  width: 226px;
}
/* line 1454, ../sass/screen.scss */
.press-logo-plc li.pl_32:hover a {
  background-position: -247px -306px;
}
/* line 1457, ../sass/screen.scss */
.press-logo-plc li.pl_33 a {
  background-position: -493px -746px;
  width: 143px;
}
/* line 1461, ../sass/screen.scss */
.press-logo-plc li.pl_33:hover a {
  background-position: -493px -306px;
}
/* line 1464, ../sass/screen.scss */
.press-logo-plc li.pl_34 a {
  background-position: -656px -746px;
  width: 134px;
}
/* line 1468, ../sass/screen.scss */
.press-logo-plc li.pl_34:hover a {
  background-position: -656px -306px;
}
/* line 1471, ../sass/screen.scss */
.press-logo-plc li.pl_35 a {
  background-position: -810px -746px;
  width: 190px;
}
/* line 1475, ../sass/screen.scss */
.press-logo-plc li.pl_35:hover a {
  background-position: -810px -306px;
}
/* line 1478, ../sass/screen.scss */
.press-logo-plc li.pl_36 a {
  background-position: 0 -793px;
  width: 126px;
}
/* line 1482, ../sass/screen.scss */
.press-logo-plc li.pl_36:hover a {
  background-position: 0 -353px;
}
/* line 1485, ../sass/screen.scss */
.press-logo-plc li.pl_37 a {
  background-position: -137px -793px;
  width: 97px;
}
/* line 1489, ../sass/screen.scss */
.press-logo-plc li.pl_37:hover a {
  background-position: -137px -353px;
}
/* line 1492, ../sass/screen.scss */
.press-logo-plc li.pl_38 a {
  background-position: -243px -793px;
  width: 333px;
}
/* line 1496, ../sass/screen.scss */
.press-logo-plc li.pl_38:hover a {
  background-position: -243px -353px;
}
/* line 1499, ../sass/screen.scss */
.press-logo-plc li.pl_39 a {
  background-position: -596px -793px;
  width: 88px;
}
/* line 1503, ../sass/screen.scss */
.press-logo-plc li.pl_39:hover a {
  background-position: -596px -353px;
}
/* line 1506, ../sass/screen.scss */
.press-logo-plc li.pl_40 a {
  background-position: -705px -793px;
  width: 94px;
}
/* line 1510, ../sass/screen.scss */
.press-logo-plc li.pl_40:hover a {
  background-position: -705px -353px;
}
/* line 1513, ../sass/screen.scss */
.press-logo-plc li.pl_41 a {
  background-position: -819px -793px;
  width: 200px;
}
/* line 1517, ../sass/screen.scss */
.press-logo-plc li.pl_41:hover a {
  background-position: -819px -353px;
}
@media only screen and (max-width: 940px) {
  /* line 1188, ../sass/screen.scss */
  .press-logo-plc li {
    overflow: hidden;
  }
}

/* line 1526, ../sass/screen.scss */
.input-form {
  padding: 10px;
  font-family: inherit;
  font-size: 1em;
  border: 1px solid #cecece;
  min-width: 250px;
  border-radius: 5px;
  outline: none;
}
/* line 1533, ../sass/screen.scss */
.input-form :focus {
  outline: none;
}

/* line 1536, ../sass/screen.scss */
.unipin-channel {
  display: block;
  float: left;
  margin: 0 20px 0 0;
  border: 1px solid rgba(206, 206, 206, 0);
  padding: 5px;
}
/* line 1541, ../sass/screen.scss */
.unipin-channel:hover {
  border: 1px solid #cecece;
}

/* line 1546, ../sass/screen.scss */
.h200 {
  height: 200px;
}

/* line 1547, ../sass/screen.scss */
.h300 {
  height: 300px;
}

/* line 1548, ../sass/screen.scss */
.h600 {
  height: 600px;
}

/* line 1549, ../sass/screen.scss */
.h400 {
  height: 400px;
}
@media only screen and (max-width: 600px) {
  /* line 1549, ../sass/screen.scss */
  .h400 {
    height: 500px;
  }
}

/* line 1553, ../sass/screen.scss */
.h800 {
  height: 800px;
}

/* line 1554, ../sass/screen.scss */
.bg-black {
  background-color: #000;
}

/* line 1555, ../sass/screen.scss */
.bg-pattern {
  background: #000 url(../img/ui/pattern_kuset.png);
}

/* line 1556, ../sass/screen.scss */
.bg-white {
  background: #fff;
}
/* line 1558, ../sass/screen.scss */
.bg-white a {
  color: #d70;
}
/* line 1558, ../sass/screen.scss */
.bg-white a:hover {
  color: #ff9111;
}

/* line 1560, ../sass/screen.scss */
.text-center {
  text-align: center;
}

/* line 1561, ../sass/screen.scss */
.text-right {
  text-align: right;
}

/* line 1562, ../sass/screen.scss */
.text-left {
  text-align: left;
}

/* line 1563, ../sass/screen.scss */
.white-text {
  color: #fff;
}

/* line 1564, ../sass/screen.scss */
.white-shade-text {
  color: #e6e6e6;
}

/* line 1565, ../sass/screen.scss */
.loose-char {
  letter-spacing: 0.1em;
}

/* line 1566, ../sass/screen.scss */
.uppercase {
  text-transform: uppercase;
}

/* line 1567, ../sass/screen.scss */
.text-shadowed {
  text-shadow: 1px 1px 3px #000;
}

/* line 1571, ../sass/screen.scss */
.js-divLink {
  cursor: pointer;
}

/* line 1578, ../sass/screen.scss */
.view-animate.ng-enter, .view-animate.ng-leave {
  -moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: block;
  width: 100%;
  background: #000;
  position: absolute;
}

/* line 1588, ../sass/screen.scss */
.view-animate.ng-enter, .view-animate.ng-leave.ng-leave-active {
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

/* line 1591, ../sass/screen.scss */
.view-animate.ng-enter.ng-enter-active {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

#TB_window {
  margin-top: -400px;
}
#instafeed{
  width: 100%;
  margin-top: -10px;
}
#instafeed > li{
    float: left;
    width: 16.666%;
    list-style-type: none;
}
#instafeed > li > a{
      overflow: hidden;
      width: 100%;
      display: inline-block;
      position: relative;
      height: 100%;
      margin: 0;
      padding: 0;
}
#instafeed > li > a:hover .insta-likes{
          opacity: 1 !important;
}
#instafeed > li > a > img{
        width: 100%;
        height: auto;
}

.insta-likes{
    background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0;
    font: 400 11px Montserrat,sans-serif;
    color: #444;
    height: 100%;
    letter-spacing: 1px;
    margin-top: -100%;
    opacity: 0;
    position: absolute;
    text-align: center;
    text-shadow: 2px 2px 8px #fff;
    transition: all 0.35s ease-out 0s;
    width: 100%;
}