@charset "UTF-8";
/* ==========================================================================
   import scss files
   ========================================================================== */
/* compass defaults
   ========================================================================== */
/* normalize setup
   ========================================================================== */
/* Colors
   ========================================================================== */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
/* line 19, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
/* line 29, ../sass/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevents modern browsers from displaying 'audio' without controls
 * Remove excess height in iOS5 devices
 */
/* line 42, ../sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
/* line 52, ../sass/_normalize.scss */
[hidden] {
  display: none;
}

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
/* line 68, ../sass/_normalize.scss */
html {
  font-size: 13px;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  /* Establishes a vertical rhythm unit using $base-line-height. */
  line-height: 1.5em;
}

/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
/* line 84, ../sass/_normalize.scss */
html,
button,
input,
select,
textarea {
  font-family: verdana;
}

/*
 * Addresses margins handled incorrectly in IE6/7
 */
/* line 92, ../sass/_normalize.scss */
body {
  margin: 0;
}

/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
/* line 105, ../sass/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
/* line 115, ../sass/_normalize.scss */
a:hover,
a:active {
  outline: 0;
}

/* =============================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
 */
/* line 129, ../sass/_normalize.scss */
h1 {
  /* Sets the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2.6em;
  line-height: 1.15385em;
  /* Sets 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.57692em;
  margin-bottom: 0.57692em;
}

/* line 138, ../sass/_normalize.scss */
h2 {
  font-size: 2.3em;
  line-height: 1.30435em;
  margin-top: 0.65217em;
  margin-bottom: 0.65217em;
}

.main-arena .news-article h3 {
  padding-left: 50px;
}

/* line 144, ../sass/_normalize.scss */
h3 {
  font-size: 1.38em;
  line-height: 2.17391em;
  margin-top: 1.08696em;
  margin-bottom: 1.08696em;
}

/* line 150, ../sass/_normalize.scss */
h4 {
  font-size: 1.15em;
  line-height: 1.30435em;
  margin-top: 1.30435em;
  margin-bottom: 1.30435em;
}

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

/* line 162, ../sass/_normalize.scss */
h6 {
  font-size: 0.84em;
  line-height: 1.78571em;
  margin-top: 1.78571em;
  margin-bottom: 1.78571em;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
/* line 172, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
/* line 181, ../sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 185, ../sass/_normalize.scss */
blockquote {
  /* Sets 1 unit of vertical rhythm on the top and bottom margin. */
  margin: 1.5em 40px;
}

/*
 * Addresses styling not present in S5, Chrome
 */
/* line 194, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */
/* line 202, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE6/7
 */
/* line 212, ../sass/_normalize.scss */
p,
pre {
  /* Sets 1 unit of vertical rhythm on the top and bottom margin. */
  margin: 1.5em 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
/* line 225, ../sass/_normalize.scss */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  font-size: 1em;
  line-height: 1.5em;
}

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

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
/* line 250, ../sass/_normalize.scss */
q {
  quotes: none;
}

/* 2 */
/* line 257, ../sass/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/* line 262, ../sass/_normalize.scss */
small {
  font-size: 75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
/* line 272, ../sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

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

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

/* =============================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7
 */
/* line 299, ../sass/_normalize.scss */
dl,
menu,
ol,
ul {
  /* Sets 1 unit of vertical rhythm on the top and bottom margin. */
  margin: 1.5em 0;
}

/* line 304, ../sass/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE6/7
 */
/* line 314, ../sass/_normalize.scss */
menu,
ol,
ul {
  padding: 0;
}

/*
 * Corrects list images handled incorrectly in IE7
 */
/* line 323, ../sass/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
/* line 339, ../sass/_normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9
 */
/* line 348, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
/* line 361, ../sass/_normalize.scss */
figure {
  margin: 0;
}

/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
/* line 374, ../sass/_normalize.scss */
form {
  margin: 0;
}

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

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7
 */
/* line 398, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
/* line 416, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
}

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
/* line 430, ../sass/_normalize.scss */
button,
input {
  line-height: normal;
  /* 1 */
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
/* line 444, ../sass/_normalize.scss */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
}

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

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */
/* line 469, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
/* line 503, ../sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
/* line 513, ../sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* =============================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells
 */
/* line 527, ../sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* font
   ========================================================================== */
@font-face {
  font-family: 'futura medium';
  src: url("../font/futurastdmedium.eot");
  src: local("☺"), url("../font/futurastdmedium.woff") format("woff"), url("../font/futurastdmedium.ttf") format("truetype"), url("../font/futurastdmedium.svg") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'futura bold';
  src: url("../font/futurastdbold.eot");
  src: local("☺"), url("../font/futurastdbold.woff") format("woff"), url("../font/futurastdbold.ttf") format("truetype"), url("../font/futurastdbold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Belgrano';
  src: url("../font/belgrano/Belgrano-Regular.eot");
  src: local("☺"), url("../font/belgrano/Belgrano-Regular.woff") format("woff"), url("../font/belgrano/Belgrano-Regular.ttf") format("truetype"), url("../font/belgrano/Belgrano-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* default typography */
/* line 37, ../sass/_typography.scss */
body {
  text-rendering: optimizeLegibility;
  -webkit-text-stroke: 1px transparent;
  color: #1a1719;
  font-family: verdana, sans-serif;
  font-size: 13px;
  line-height: 19.5px;
}

/* headings
   ========================================================================== */
/* line 48, ../sass/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  color: #00aeef;
  margin: 0;
}

/* line 53, ../sass/_typography.scss */
h1, h2 {
  font-family: "futura bold", verdana, sans-serif;
  color: black;
  text-transform: uppercase;
}

/* line 59, ../sass/_typography.scss */
h1 {
  font-size: 33.8px;
  text-transform: uppercase;
}
@media only screen and (max-width: 568px) {
  /* line 59, ../sass/_typography.scss */
  h1 {
    font-size: 26px;
  }
}

/* line 68, ../sass/_typography.scss */
h2 {
  font-size: 33.8px;
  line-height: 33.8px;
}

/* line 73, ../sass/_typography.scss */
h3 {
  font-family: verdana, sans-serif;
  font-size: 17.94px;
}

/* line 78, ../sass/_typography.scss */
h4 {
  font-size: 14.95px;
}

/* line 82, ../sass/_typography.scss */
h5 {
  font-size: 13px;
}

/* line 86, ../sass/_typography.scss */
h6 {
  font-size: 10.92px;
}

/* line 90, ../sass/_typography.scss */
p {
  margin: 5px 0 5px  0;
}

/* line 94, ../sass/_typography.scss */
a {
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -ms-touch-action: none;
}
/* line 100, ../sass/_typography.scss */
a:hover, a:active, a:focus {
  border-bottom: 1px solid #00aeef;
  outline: 0;
  -moz-outline-style: none;
  -moz-user-focus: ignore;
}

/* line 108, ../sass/_typography.scss */
blockquote {
  font-size: 29.9px;
  line-height: 39px;
  font-style: italic;
  font-family: verdana, sans-serif;
  margin: 1em;
  text-align: center;
}

/* line 117, ../sass/_typography.scss */
em, i {
  font-style: italic;
}

/* Layout
   ========================================================================== */
/* line 4, ../sass/_layout.scss */
html, body {
  height: 100%;
}

/* line 8, ../sass/_layout.scss */
body {
  background: url("../images/bg_dot.gif") repeat;
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

/* line 17, ../sass/_layout.scss */
.wrapper {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
}

/* line 24, ../sass/_layout.scss */
#content {
  padding: 20px 50px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: all;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  /* line 24, ../sass/_layout.scss */
  #content {
    padding: 20px 20px;
  }
}

/* column 25% */
/* line 39, ../sass/_layout.scss */
.small {
  width: 25%;
  padding: 0px 15px 0 0;
  position: relative;
  float: left;
  box-sizing: border-box;
}
/* line 46, ../sass/_layout.scss */
.small:nth-child(odd) {
  padding: 0px 0px 0 15px;
}
@media only screen and (max-width: 1024px) {
  /* line 39, ../sass/_layout.scss */
  .small {
    width: 50%;
  }
}
@media only screen and (max-width: 568px) {
  /* line 39, ../sass/_layout.scss */
  .small {
    width: 100%;
    padding: 0px;
  }
  /* line 58, ../sass/_layout.scss */
  .small:nth-child(odd) {
    padding: 0px;
  }
  /* line 62, ../sass/_layout.scss */
  .small.column-chronicle {
    padding: 0px;
  }
  /* line 65, ../sass/_layout.scss */
  .small.column-chronicle:nth-child(even) {
    padding: 0px;
  }
}
/* line 71, ../sass/_layout.scss */
.small.column-clips {
  padding: 0px 15px;
}
@media only screen and (max-width: 568px) {
  /* line 71, ../sass/_layout.scss */
  .small.column-clips {
    padding: 0px;
  }
}

/* column 50% */
/* line 82, ../sass/_layout.scss */
.medium-column {
  width: 50%;
  padding: 0px 30px 0 0;
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  /* line 82, ../sass/_layout.scss */
  .medium-column {
    width: 100%;
    padding: 0px 0px 0 0;
  }
  /* line 93, ../sass/_layout.scss */
  .medium-column .block {
    width: 48%;
    margin: 0px 10px 20px 0;
    float: left;
    box-sizing: border-box;
  }
  /* line 99, ../sass/_layout.scss */
  .medium-column .block:nth-child(even) {
    margin: 0px 0px 20px 10px;
  }
}
@media only screen and (max-width: 568px) {
  /* line 106, ../sass/_layout.scss */
  .medium-column .block {
    width: 100%;
    margin: 0px 0px 20px 0px;
  }
  /* line 110, ../sass/_layout.scss */
  .medium-column .block:nth-child(even) {
    margin: 0px 0px 20px 0;
  }
}

/* column 75% */
/* line 118, ../sass/_layout.scss */
.large-column {
  width: 75%;
  padding: 0px 30px 0 0;
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  /* line 118, ../sass/_layout.scss */
  .large-column {
    width: 100%;
    padding: 0px 0px 0 0;
  }
}

/* line 133, ../sass/_layout.scss */
.block ,
div.custom article 
{
  background: #fff;
  margin: 0px 0px 20px 0px;
  overflow: hidden;
  display: block;
}
/* line 139, ../sass/_layout.scss */
.block:hover ,
div.custom article:hover {
  border-bottom: none;
}
/* line 143, ../sass/_layout.scss */
.block img ,
div.custom article img {
  width: 100%;
  padding: 0;
  display: block;
}

/* line 150, ../sass/_layout.scss */
.foto-title {
  background: black;
  color: white;
  padding: 25px 20px 25px 20px;
  overflow: hidden;
}
/* line 156, ../sass/_layout.scss */
.foto-title h1 {
  color: white;
  margin: 0 0 20px 0;
}
/* line 161, ../sass/_layout.scss */
.foto-title i {
  font-family: "Belgrano", serif;
}

/* line 166, ../sass/_layout.scss */
.info {
  padding: 10px;
  max-height: 90%;
}

/* line 171, ../sass/_layout.scss */
.foto a {
  color: #00aeef;
}

/* line 175, ../sass/_layout.scss */
.koop i, .koop a {
  color: #78ef0f;
}

/* line 179, ../sass/_layout.scss */
.orange i, .orange a , .orange em , 
div.custom article em , div.custom article a 
{
  color: #f7a54a;
}

/* line 183, ../sass/_layout.scss */
.news-date {
  font-size: 11px;
  color: #706c6c;
}

/* line 1, ../sass/ui-elemtents/_ui-elements.scss */
.button {
  color: #fff;
  width: 100%;
  padding: 5px;
  background: #00aeef;
  display: block;
  margin: 10px 0 0 0;
  border-radius: 10px;
  text-align: center;
  border: none;
}

/* Menu
   ========================================================================== */
/* line 4, ../sass/ui-elemtents/_menu.scss */
.menu-container {
  width: 100%;
  height: 55px;
  overflow: hidden;
  position: relative;
  border-top: 1px solid #706c6c;
  border-bottom: 3px solid black;
}
@media only screen and (max-width: 568px) {
  /* line 4, ../sass/ui-elemtents/_menu.scss */
  .menu-container {
    height: 330px;
  }
}

/* line 17, ../sass/ui-elemtents/_menu.scss */
header .menu {
  text-align: center;
  padding: 0;
  margin: 0;
  display: inline-block;
}
@media only screen and (max-width: 568px) {
  /* line 17, ../sass/ui-elemtents/_menu.scss */
  .menu {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    padding: 0;
  }
}
/* line 30, ../sass/ui-elemtents/_menu.scss */
header .menu li {
  float: left;
  text-decoration: none;
  line-height: 55px;
  padding: 0;
  margin: 0;
  display: block;
}
@media only screen and (max-width: 568px) {
  /* line 30, ../sass/ui-elemtents/_menu.scss */
  header .menu li {
    display: block;
    height: 44px;
    line-height: 44px;
    width: 100%;
    border-top: 1px solid #706c6c;
  }
}
/* line 47, ../sass/ui-elemtents/_menu.scss */
header .menu a {
  text-decoration: none;
  color: black;
  padding: 0 10px;
  height: 100%;
  font-size: 18px;
  line-height: 61px;
  text-decoration: none;
  text-transform: uppercase;
  display: inherit;
  font-family: "futura medium", verdana, sans-serif;
}
@media only screen and (max-width: 1024px) {
  /* line 47, ../sass/ui-elemtents/_menu.scss */
  header .menu a {
    font-size: 13px;
    padding: 0 5px;
  }
}
@media only screen and (max-width: 568px) {
  /* line 47, ../sass/ui-elemtents/_menu.scss */
 header  .menu a {
    font-size: 13px;
    padding: 0 10px;
    line-height: 44px;
    height: 44px;
  }
}
/* line 71, ../sass/ui-elemtents/_menu.scss */
header .menu a:hover {
  color: white;
  background-color: black;
}
/* line 76, ../sass/ui-elemtents/_menu.scss */
header .menu a:active {
  color: white;
  background-color: black;
}
/* line 81, ../sass/ui-elemtents/_menu.scss */
header .menu li.current a {
  color: white;
  background-color: black;
}
/* line 86, ../sass/ui-elemtents/_menu.scss */
header .menu a.chronicle-menu {
  color: #00aeef;
  font-family: "Belgrano", serif;
}
/* line 89, ../sass/ui-elemtents/_menu.scss */
header .menu a.chronicle-menu:hover {
  color: #00aeef;
}

/* Formulier
   ========================================================================== */
/* line 3, ../sass/ui-elemtents/_form.scss */
form {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 7, ../sass/ui-elemtents/_form.scss */
input {
  height: 30px;
  display: inline-block;
  /* width: 100%; 
  max-width: 200px;*/
  padding: 0 10px;
  box-sizing: border-box;
}
@media only screen and (max-width: 568px) {
  /* line 7, ../sass/ui-elemtents/_form.scss */
  input {
    max-width: 100%;
  }
}

/* line 5, ../sass/blocks/_hot.scss */
.hot .foto-title p {
  margin: 0;
}
/* line 10, ../sass/blocks/_hot.scss */
.hot ul {
  width: 100%;
  text-align: left;
  margin: 0;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 17, ../sass/blocks/_hot.scss */
.hot ul li {
  padding: 10px;
  line-height: 15px;
  border-bottom: solid 1px #dedede;
  width: 100%;
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 25, ../sass/blocks/_hot.scss */
.hot ul li:last-of-type {
  border-bottom: none;
}
/* line 29, ../sass/blocks/_hot.scss */
.hot ul li span ,
.contrarian ul li span 
{
  color: #00aeef;
}
/* line 35, ../sass/blocks/_hot.scss */
.hot .active {
  color: #00aeef;
}
/* line 39, ../sass/blocks/_hot.scss */
.hot .more ,
.contrarian .more ,
.uncle-tom .more 
{
  color: #00aeef;
  text-transform: uppercase;
  font-weight: bold;
}

/* line 5, ../sass/blocks/_uncle.scss */
.uncle-tom .foto-title p {
  margin: 0;
}
/* line 10, ../sass/blocks/_uncle.scss */
.uncle-tom ul {
  width: 100%;
  text-align: left;
  margin: 0;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 17, ../sass/blocks/_uncle.scss */
.uncle-tom ul li {
  font-size: 13px;
  padding: 10px;
  line-height: 15px;
  border-bottom: solid 1px #dedede;
  width: 100%;
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 26, ../sass/blocks/_uncle.scss */
.uncle-tom ul li:last-of-type {
  border-bottom: none;
}
/* line 30, ../sass/blocks/_uncle.scss */
.uncle-tom ul li a {
  color: #00aeef;
}
/* line 36, ../sass/blocks/_uncle.scss */
.uncle-tom .more {
  color: #00aeef;
  text-transform: uppercase;
  font-weight: bold;
}

/* line 3, ../sass/blocks/_contrarian.scss */
.contrarian {
  max-height: 100% !important;
}
/* line 7, ../sass/blocks/_contrarian.scss */
.contrarian .foto-title p {
  margin: 0;
}
/* line 12, ../sass/blocks/_contrarian.scss */
.contrarian ul {
  width: 100%;
  text-align: left;
  margin: 0;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 19, ../sass/blocks/_contrarian.scss */
.contrarian ul li {
  font-size: 13px;
  padding: 10px;
  line-height: 15px;
  border-bottom: solid 1px #dedede;
  width: 100%;
  list-style: none;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 29, ../sass/blocks/_contrarian.scss */
.contrarian ul li:last-of-type {
  border-bottom: none;
}
/* line 33, ../sass/blocks/_contrarian.scss */
.contrarian ul li section {
  width: 40%;
  float: left;
  margin-right: 20px;
}
/* line 39, ../sass/blocks/_contrarian.scss */
.contrarian ul li div {
  max-height: 80px;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}
/* line 46, ../sass/blocks/_contrarian.scss */
.contrarian ul li img {
  position: relative;
  margin-top: -25%;
}
/* line 51, ../sass/blocks/_contrarian.scss */
.contrarian ul li a {
  /* color: #00aeef; */
}
/* line 55, ../sass/blocks/_contrarian.scss */
.contrarian ul li i {
  color: #000;
}
/* line 61, ../sass/blocks/_contrarian.scss */
.contrarian .more {
  color: #00aeef;
  text-transform: uppercase;
  font-weight: bold;
}

/* Footer
   ========================================================================== */
/* line 4, ../sass/sections/_footer.scss */
footer {
  background: #fff;
  padding: 25px 50px 75px 50px;
  overflow: hidden;
}
@media only screen and (max-width: 568px) {
  /* line 4, ../sass/sections/_footer.scss */
  footer {
    padding: 20px;
    height: auto;
    overflow: hidden;
  }
}
/* line 15, ../sass/sections/_footer.scss */
footer h2 {
  text-indent: -9999px;
  width: 102px;
  height: 49px;
}
@media only screen and (max-width: 568px) {
  /* line 15, ../sass/sections/_footer.scss */
  footer h2 {
    margin: 0 0 10px 0;
  }
}
/* line 25, ../sass/sections/_footer.scss */
footer ul {
  text-align: center;
  float: left;
  padding: 0;
  margin: 0;
}
/* line 31, ../sass/sections/_footer.scss */
footer ul li {
  display: inline-block;
  text-decoration: none;
  padding: 0 10px 0 0;
}
/* line 36, ../sass/sections/_footer.scss */
footer ul li:first-child a {
	padding-left: 0;
}
footer ul li a {
  text-decoration: none;
  color: #000;
  font-size: 15px;
  line-height: 15px;
  height: auto;
  text-transform: none;
  color: #000;
  text-decoration: none;
  vertical-align: center;
  font-family: "Belgrano", serif;
  text-transform: lowercase;
  padding-left: 5px;
}
@media only screen and (max-width: 568px) {
  /* line 36, ../sass/sections/_footer.scss */
  footer ul li a {
    font-size: 12px;
  }
}
/* line 55, ../sass/sections/_footer.scss */
footer .submenu {
  float: left;
}
@media only screen and (max-width: 1024px) {
  /* line 55, ../sass/sections/_footer.scss */
  footer .submenu {
    margin-bottom: 20px;
  }
}
/* line 62, ../sass/sections/_footer.scss */
footer .submenu h2 {
  background: url("../images/about.gif");
}
/* line 67, ../sass/sections/_footer.scss */
footer .submenu ul li {
  line-height: 15px;
  border-right: 1px solid #676767;
}
@media only screen and (max-width: 568px) {
  /* line 67, ../sass/sections/_footer.scss */
  footer .submenu ul li {
    line-height: 10px;
  }
}
/* line 75, ../sass/sections/_footer.scss */
footer .submenu ul li:last-of-type {
  border-right: none;
}
/* line 79, ../sass/sections/_footer.scss */
footer .submenu ul li:first-of-type {
  padding: 0 10px 0 0;
}
/* line 86, ../sass/sections/_footer.scss */
footer .magazine {
  float: right;
}
@media only screen and (max-width: 1024px) {
  /* line 86, ../sass/sections/_footer.scss */
  footer .magazine {
    float: left;
  }
}
/* line 93, ../sass/sections/_footer.scss */
footer .magazine h2 {
  width: 146px;
  float: left;
  margin-right: 20px;
  background: url("../images/magazine.gif");
}
@media only screen and (max-width: 768px) {
  /* line 100, ../sass/sections/_footer.scss */
  footer .magazine ul {
    text-align: left;
  }
}
/* line 105, ../sass/sections/_footer.scss */
footer .magazine ul li {
  width: 76px;
  height: 89px;
}
/* line 109, ../sass/sections/_footer.scss */
footer .magazine ul li img {
  width: 100%;
}

/* HEADER
   ========================================================================== */
/* line 4, ../sass/sections/_header.scss */
header {
  padding: 35px 50px 0 50px;
  margin: 0 35px 0 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
}
@media only screen and (max-width: 768px) {
  /* line 4, ../sass/sections/_header.scss */
  header {
    padding: 20px;
  }
}
/* line 15, ../sass/sections/_header.scss */
header .zam {
  width: 80%;
  max-width: 323px;
  float: left;
  margin-bottom: 20px;
}
@media only screen and (max-width: 568px) {
  /* line 15, ../sass/sections/_header.scss */
  header .zam {
    width: 100%;
    max-width: 323px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* line 31, ../sass/sections/_header.scss */
header form {
  width: 23%;
  max-width: 250px;
  padding: 10px 40px 0 0;
  display: inline-block;
  float: right;
}
@media screen and (max-width: 750px) {
  /* line 31, ../sass/sections/_header.scss */
  header form {
    display: none;
  }
}
@media only screen and (max-width: 568px) {
  /* line 31, ../sass/sections/_header.scss */
  header form {
    display: block;
    float: left;
    padding: 0 40px 0 0;
    width: 100%;
    max-width: 100%;
    position: relative;
  }
}
/* line 53, ../sass/sections/_header.scss */
header .submit {
  background: url(../images/search.png) no-repeat;
  width: 25px;
  height: 26px;
  display: inline-block;
  position: absolute;
  top: 12px;
  right: 0;
  padding: 0;
}
@media only screen and (max-width: 568px) {
  /* line 53, ../sass/sections/_header.scss */
  header .submit {
    top: 3px;
  }
}
/* line 67, ../sass/sections/_header.scss */
header .submit:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: none;
}

/* line 74, ../sass/sections/_header.scss */
.right {
  float: right;
  margin-top: 70px;
}

.img_caption.right {
	margin-top: 0;
}

@media screen and (max-width: 687px) {
  /* line 74, ../sass/sections/_header.scss */
  .right {
    margin-top: 20px;
  }
}
/* line 82, ../sass/sections/_header.scss */
.right a {
  display: inline-block;
}

/* line 87, ../sass/sections/_header.scss */
.date {
  font-size: 18px;
  display: inline;
  vertical-align: super;
  margin-left: 20px;
  text-transform: uppercase;
  font-family: "futura medium", verdana, sans-serif;
}

/* HOME
   ========================================================================== */
/* line 6, ../sass/sections/_home.scss */
.beZam {
  padding: 20px;
}
/* line 9, ../sass/sections/_home.scss */
.beZam a {
  color: #fff;
  width: 100%;
  padding: 5px;
  background: #00aeef;
  display: block;
  margin: 10px 0 0 0;
  border-radius: 10px;
  text-align: center;
}
/* line 19, ../sass/sections/_home.scss */
.beZam a:hover {
  border-bottom: none;
}

/* CHRONICLE
   ========================================================================== */
/* line 6, ../sass/sections/_chronicle.scss */
.intro {
  overflow: hidden;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  /* line 11, ../sass/sections/_chronicle.scss */
  .intro .medium-column {
    width: 50% !important;
    padding-right: 40px;
  }
  /* line 15, ../sass/sections/_chronicle.scss */
  .intro .medium-column .block {
    width: 100%;
  }
}
@media only screen and (max-width: 568px) {
  /* line 6, ../sass/sections/_chronicle.scss */
  .intro {
    width: 100%;
    margin-right: 0px;
  }
  /* line 25, ../sass/sections/_chronicle.scss */
  .intro .medium-column {
    width: 100% !important;
    padding-right: 0px;
  }
  /* line 29, ../sass/sections/_chronicle.scss */
  .intro .medium-column .block {
    width: 100%;
  }
}
/* line 36, ../sass/sections/_chronicle.scss */
.intro .medium-column:last-of-type {
  padding: 0;
}

/* line 42, ../sass/sections/_chronicle.scss */
.qoute {
  display: none;
}
/* line 45, ../sass/sections/_chronicle.scss */
.qoute h1 {
  font-family: 'futura bold', sans-serif;
  font-size: 32px;
}
@media only screen and (max-width: 568px) {
  /* line 42, ../sass/sections/_chronicle.scss */
  .qoute {
    width: 100%;
    margin-right: 0px;
  }
}

/* line 56, ../sass/sections/_chronicle.scss */
.meantime {
  display: none;
  padding: 10px;
}
/* line 61, ../sass/sections/_chronicle.scss */
.meantime p:first-of-type {
  margin: 0 0 10px 0;
}
/* line 66, ../sass/sections/_chronicle.scss */
.meantime h1 {
  margin: 0;
  text-transform: uppercase;
}
/* line 71, ../sass/sections/_chronicle.scss */
.meantime i {
  margin: 20px 0;
  display: block;
}
/* line 76, ../sass/sections/_chronicle.scss */
.meantime img {
  width: 50%;
  float: left;
  margin: 0 20px 10px 0;
}
@media only screen and (max-width: 568px) {
  /* line 56, ../sass/sections/_chronicle.scss */
  .meantime {
    width: 100%;
    margin-right: 0px;
  }
}

/* line 88, ../sass/sections/_chronicle.scss */
a.active ,
.meantime.active ,
.block.active 
{
  display: block;
}

/* line 94, ../sass/sections/_chronicle.scss */
.chronicle {
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}
/* line 99, ../sass/sections/_chronicle.scss */
.chronicle header {
  margin: 20px 0 20px -50px;
}
/* line 103, ../sass/sections/_chronicle.scss */
.chronicle .cijfer {
  border-right: 1px solid #f8f7f7;
}
/* line 106, ../sass/sections/_chronicle.scss */
.chronicle .cijfer p {
  margin-top: 55%;
}
/* line 111, ../sass/sections/_chronicle.scss */
.chronicle .small {
  padding: 0px 0px 0 15px;
}
/* line 114, ../sass/sections/_chronicle.scss */
.chronicle .small:nth-child(odd) {
  padding: 0px 15px 0 0;
}
@media screen and (max-width: 900px) {
  /* line 121, ../sass/sections/_chronicle.scss */
  .chronicle .medium-column .block {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 129, ../sass/sections/_chronicle.scss */
  .chronicle .medium-column .block {
    width: 100%;
  }
}

/* line 136, ../sass/sections/_chronicle.scss */
.chronicle-header {
  background-color: #fff;
  padding: 0 50px;
  overflow: hidden;
  font-family: "Belgrano", serif;
  height: 110px;
  width: 120%;
  margin: 0 0 0 -50px;
  box-sizing: border-box;
}
@media only screen and (max-width: 568px) {
  /* line 136, ../sass/sections/_chronicle.scss */
  .chronicle-header {
    padding: 0 0px 0 50px;
  }
}
/* line 150, ../sass/sections/_chronicle.scss */
.chronicle-header a {
  font-size: 13px;
  line-height: 20px;
}
@media only screen and (max-width: 568px) {
  /* line 150, ../sass/sections/_chronicle.scss */
  .chronicle-header a {
    line-height: 58px;
  }
}

/* line 160, ../sass/sections/_chronicle.scss */
.cijfer {
  height: 100%;
  width: 72px;
  text-align: center;
  position: absolute;
  left: 130px;
  top: 20px;
  height: 110px;
  background-color: #fff;
}
@media only screen and (max-width: 568px) {
  /* line 160, ../sass/sections/_chronicle.scss */
  .cijfer {
    width: 38px;
    left: 80px;
  }
}
/* line 175, ../sass/sections/_chronicle.scss */
.cijfer p {
  margin-top: 40%;
}
/* line 178, ../sass/sections/_chronicle.scss */
.cijfer p span {
  font-size: 26px;
  color: #e0dddd;
}
/* line 185, ../sass/sections/_chronicle.scss */
.cijfer:hover span {
  color: #7c7c7c;
}
/* line 190, ../sass/sections/_chronicle.scss */
.cijfer.next {
  right: 0;
  left: auto;
}

/* line 196, ../sass/sections/_chronicle.scss */
.number {
  padding: 10px 17px;
  float: left;
  height: 100%;
  width: 130px;
  background-color: #000;
  box-sizing: border-box;
}
@media only screen and (max-width: 568px) {
  /* line 196, ../sass/sections/_chronicle.scss */
  .number {
    width: 80px;
    padding: 10px 4px;
  }
}
/* line 209, ../sass/sections/_chronicle.scss */
.number h1 {
  color: #2daae1;
  font-size: 12px;
  font-family: 'Caecilia Roman', Verdana, sans-serif;
}
@media only screen and (max-width: 568px) {
  /* line 209, ../sass/sections/_chronicle.scss */
  .number h1 {
    font-size: 10px;
  }
}
/* line 219, ../sass/sections/_chronicle.scss */
.number h2 {
  font-size: 40px;
  margin: 10px 0;
  font-family: 'Caecilia Roman', Verdana, sans-serif;
  color: #fff;
}
@media only screen and (max-width: 568px) {
  /* line 219, ../sass/sections/_chronicle.scss */
  .number h2 {
    font-size: 30px;
  }
}
/* line 230, ../sass/sections/_chronicle.scss */
.number p {
  font-size: 13px;
  font-family: 'Caecilia Roman', Verdana, sans-serif;
  color: #fff;
}

/* line 237, ../sass/sections/_chronicle.scss */
.articles {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 200px;
}
@media only screen and (max-width: 568px) {
  /* line 237, ../sass/sections/_chronicle.scss */
  .articles {
    left: 123px;
  }
}
/* line 247, ../sass/sections/_chronicle.scss */
.articles ul {
  position: relative;
  width: 2000px;
  margin: 0;
  padding: 0;
}
/* line 254, ../sass/sections/_chronicle.scss */
.articles li {
  display: inline-block;
}
/* line 258, ../sass/sections/_chronicle.scss */
.articles a {
  height: 105px;
  padding: 20px;
  max-width: 175px;
  border-right: 1px solid #f8f7f7;
  display: inline-block;
  font-size: 16px !important;
  vertical-align: middle;
  box-sizing: border-box;
}
@media only screen and (max-width: 568px) {
  /* line 258, ../sass/sections/_chronicle.scss */
  .articles a {
    max-width: 80px;
    line-height: 17px;
    padding: 10px 0;
  }
}
/* line 275, ../sass/sections/_chronicle.scss */
.articles a:hover {
  border-bottom: none;
  color: #2daae1;
}
/* line 279, ../sass/sections/_chronicle.scss */
.articles a:hover span {
  border-bottom: 1px solid #2daae1;
}

/* line 288, ../sass/sections/_chronicle.scss */
.clips {
  position: relative;
}
/* line 291, ../sass/sections/_chronicle.scss */
.clips h1 {
  font-family: "futura bold", verdana, sans-serif;
  text-transform: uppercase;
  font-size: 34px;
  margin: 0 0 30px 0;
}
/* line 297, ../sass/sections/_chronicle.scss */
.clips h1 span {
  color: #2daae1;
  font-size: 30px;
  font-family: "Belgrano", serif;
}
/* line 304, ../sass/sections/_chronicle.scss */
.clips .small-column {
  padding: 0px 15px;
}

/* line 311, ../sass/sections/_chronicle.scss */
.chronicle-detail {
  position: relative;
  margin-top: -20px;
  font-family: "Belgrano", serif;
}

/* line 317, ../sass/sections/_chronicle.scss */
.chronicle-big-header {
  background: #000;
  width: 120%;
  position: relative;
  margin: 0 0 0 -50px;
  overflow: hidden;
  padding: 50px 20px;
}
/* line 325, ../sass/sections/_chronicle.scss */
.chronicle-big-header img {
  display: inline-block;
  width: 50%;
  max-width: 100%;
}
/* line 331, ../sass/sections/_chronicle.scss */
.chronicle-big-header .foto-title {
  vertical-align: bottom;
  display: inline-block;
}

/* line 337, ../sass/sections/_chronicle.scss */
.chronicle-article {
  background: #fff;
  width: 100%;
  padding: 50px;
  box-sizing: border-box;
  overflow: hidden;
}

/* line 345, ../sass/sections/_chronicle.scss */
.main-content {
  width: 50%;
  float: left;
}
/* line 349, ../sass/sections/_chronicle.scss */
.main-content img {
  width: 100%;
}
/* line 353, ../sass/sections/_chronicle.scss */
.main-content p {
  margin: 20px 0;
}

/* line 358, ../sass/sections/_chronicle.scss */
.sidebar {
  width: 25%;
  float: left;
  color: #2daae1;
}
/* line 363, ../sass/sections/_chronicle.scss */
.sidebar p {
  padding: 0 20px 0 0;
}
/* line 368, ../sass/sections/_chronicle.scss */
.sidebar:last-of-type p {
  padding: 0 0 0 20px;
}

@media only screen and (max-width: 768px) {
  .sidebar {
    display: none;
  }
  .main-content {
    width: auto;
    float: none;
  }
}
  
  
  
/* ARENA
   ========================================================================== */
/* line 6, ../sass/sections/_arena.scss */
.main-arena {
  width: 65%;
  float: left;
  padding: 0 50px 0 0;
  box-sizing: border-box;
}
/* line 12, ../sass/sections/_arena.scss */
.main-arena .news-article {
  background-color: #fff;
  padding-bottom: 40px;
  font-family: "Belgrano", serif;
}
/* line 17, ../sass/sections/_arena.scss */
.main-arena .news-article p {
  padding: 20px 50px 0px 50px;
}
@media only screen and (max-width: 568px) {
  /* line 17, ../sass/sections/_arena.scss */
  .main-arena .news-article p {
    padding: 20px;
  }
  .main-arena .news-article h3 {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 6, ../sass/sections/_arena.scss */
  .main-arena {
    padding: 0 20px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  /* line 6, ../sass/sections/_arena.scss */
  .main-arena {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    float: none;
  }
}

/* ART
   ========================================================================== */
/* line 6, ../sass/sections/_art.scss */
.art {
  width: 23%;
  float: left;
  margin-bottom: 28px;
  padding: 20px;
  position: relative;
  box-sizing: border-box;
  margin-left: 2%;
  background: white;
  -webkit-transition: background 0.5s ease-out;
  -moz-transition: background 0.5s ease-out;
  -o-transition: background 0.5s ease-out;
  transition: background 0.5s ease-out;
}
/* line 17, ../sass/sections/_art.scss */
a.art:hover {
  border-bottom: none;
  background: rgba(0, 174, 239, 0.5);
}
@media screen and (max-width: 900px) {
  /* line 6, ../sass/sections/_art.scss */
  .art {
    width: 48%;
  }
}
@media only screen and (max-width: 568px) {
  /* line 6, ../sass/sections/_art.scss */
  .art {
    width: 100%;
  }
}
/* line 30, ../sass/sections/_art.scss */
.art .info {
  display: none;
}
/* line 33, ../sass/sections/_art.scss */
.art .info h1 {
  border-bottom: 1px solid #999999;
  padding-bottom: 25px;
  font-size: 36px;
  margin-top: 0;
}
/* line 44, ../sass/sections/_art.scss */
.art img {
  float: left;
  width: 50%;
  margin-right: 5%;
}
@media screen and (max-width: 1000px) {
  /* line 44, ../sass/sections/_art.scss */
  .art img {
    width: 100%;
    min-width: 100% !important;
    margin-right: 0%;
    float: none;
  }
}
@media screen and (max-width: 900px) {
  /* line 44, ../sass/sections/_art.scss */
  .art img {
    float: left;
    width: 40%;
    margin-right: 5%;
  }
}
/* line 65, ../sass/sections/_art.scss */
.art.active {
  width: 74%;
  min-height: 681px;
  margin: 0;
  cursor: default;
  color: #1a1719;
  /* pointer-events: none; */
  cursor: default;
  font-family: "Belgrano", serif;
}
@media only screen and (max-width: 1024px) {
  /* line 65, ../sass/sections/_art.scss */
  .art.active {
    width: 100%;
    margin-bottom: 20px;
  }
}
/* line 80, ../sass/sections/_art.scss */
a.art.active:hover {
  border-bottom: none;
}
/* line 84, ../sass/sections/_art.scss */
.art.active .picture-container {
  float: left;
  width: 67%;
  margin-right: 3%;
}
@media screen and (max-width: 900px) {
  /* line 84, ../sass/sections/_art.scss */
  .art.active .picture-container {
    width: 100%;
  }
}
/* line 94, ../sass/sections/_art.scss */
.art.active .info {
  display: block;
  float: left;
  width: 30%;
  padding: 0;
}
@media screen and (max-width: 900px) {
  /* line 94, ../sass/sections/_art.scss */
  .art.active .info {
    width: 100%;
    margin: 20px 0;
  }
}
/* line 106, ../sass/sections/_art.scss */
.art.active .foto-title {
  display: none;
}
/* line 110, ../sass/sections/_art.scss */
.art.active img {
  width: 100%;
  min-width: 100%;
  margin-bottom: 50px;
}
/* line 116, ../sass/sections/_art.scss */
.art.active .news-date {
  font-family: verdana, sans-serif;
}

/* line 122, ../sass/sections/_art.scss */
.art-small-column {
  width: 23%;
  margin-left: 3%;
  float: left;
}
@media only screen and (max-width: 1024px) {
  /* line 122, ../sass/sections/_art.scss */
  .art-small-column {
    width: 100%;
    margin-left: 0%;
  }
  /* line 131, ../sass/sections/_art.scss */
  .art-small-column .block {
    width: 48%;
    float: left;
    margin: 0 10px 0 0;
  }
  /* line 136, ../sass/sections/_art.scss */
  .art-small-column .block:nth-child(even) {
    margin: 0 0 0 10px;
  }
}
@media only screen and (max-width: 568px) {
  /* line 143, ../sass/sections/_art.scss */
  .art-small-column .block {
    width: 100%;
    margin: 0 0 20px 0;
  }
  /* line 147, ../sass/sections/_art.scss */
  .art-small-column .block:nth-child(even) {
    margin: 0 0 20px 0;
  }
}

/* NEWS ROOM
   ========================================================================== */
/* line 6, ../sass/sections/_news.scss */
.main-news {
  width: 65%;
  float: left;
  padding: 0 50px 0 0;
  box-sizing: border-box;
}
/* line 12, ../sass/sections/_news.scss */
.main-news .news-article ,
.main-arena .news-article 
 {
  background: #fff;
  margin-bottom: 20px;
  font-family: "Belgrano", serif;
}
/* line 17, ../sass/sections/_news.scss */
.main-news .news-article p {
  padding: 20px 50px 50px 50px;
  font-family: "Belgrano", serif;
}
@media only screen and (max-width: 568px) {
  /* line 17, ../sass/sections/_news.scss */
  .main-news .news-article p {
    padding: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 6, ../sass/sections/_news.scss */
  .main-news {
    padding: 0 20px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  /* line 6, ../sass/sections/_news.scss */
  .main-news {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    float: none;
  }
}

/* line 39, ../sass/sections/_news.scss */
.sidebar-news {
  width: 35%;
  float: left;
  background: #fff;
  padding: 50px 20px;
  box-sizing: border-box;
  margin-top: 190px;
}
@media only screen and (max-width: 768px) {
  /* line 39, ../sass/sections/_news.scss */
  .sidebar-news {
    width: 100%;
  }
}
/* line 51, ../sass/sections/_news.scss */
.sidebar-news article {
  margin-bottom: 20px;
}
/* line 55, ../sass/sections/_news.scss */
.sidebar-news h1 {
  color: #00aeef;
  font-size: 16px;
}
/* line 60, ../sass/sections/_news.scss */
.sidebar-news .beZam {
  padding: 0;
}
/* line 61, ../sass/sections/_news.scss */
.sidebar-news .beZam h1 {
  font-size: 34px;
  line-height: 34px;
  color: #000;
}
/* line 71, ../sass/sections/_news.scss */
.sidebar-news form p {
  width: 30%;
  color: #00aeef;
  display: inline-block;
}
/* line 77, ../sass/sections/_news.scss */
.sidebar-news form input {
  width: 70%;
  margin-top: 20px;
  max-width: 100%;
}
/* line 83, ../sass/sections/_news.scss */
.sidebar-news form .button {
  float: right;
  width: 50%;
  border-radius: 5px;
}

/* line 91, ../sass/sections/_news.scss */
.television {
  position: absolute;
  right: 6%;
}
@media only screen and (max-width: 800px) and (min-width: 568px) {
  /* line 91, ../sass/sections/_news.scss */
  .television {
    right: 0%;
  }
}

/* NETWORK
   ========================================================================== */
/* line 5, ../sass/sections/_network.scss */
.person {
  width: 23%;
  float: left;
  margin-bottom: 28px;
  padding: 20px;
  position: relative;
  box-sizing: border-box;
  margin-left: 3%;
  background: white;
  -webkit-transition: background 0.5s ease-out;
  -moz-transition: background 0.5s ease-out;
  -o-transition: background 0.5s ease-out;
  transition: background 0.5s ease-out;
}
/* line 16, ../sass/sections/_network.scss */
a.person:hover {
  border-bottom: none;
  background: #00aeef;
}
@media screen and (max-width: 900px) {
  /* line 5, ../sass/sections/_network.scss */
  .person {
    width: 27%;
  }
}
@media only screen and (max-width: 768px) {
  /* line 5, ../sass/sections/_network.scss */
  .person {
    width: 48%;
    margin: 0 10px 20px 0;
  }
  /* line 29, ../sass/sections/_network.scss */
  .person:nth-child(odd) {
    margin: 0 0px 20px 10px;
  }
}
@media only screen and (max-width: 568px) {
  /* line 5, ../sass/sections/_network.scss */
  .person {
    width: 100%;
    margin: 0 0px 20px 0;
  }
  /* line 38, ../sass/sections/_network.scss */
  .person:nth-child(odd) {
    margin: 0 0px 20px 0px;
  }
}
/* line 44, ../sass/sections/_network.scss */
.person .info {
  display: none;
}
/* line 47, ../sass/sections/_network.scss */
.person .info h1 {
  border-bottom: 1px solid #999999;
  padding-bottom: 25px;
  font-size: 36px;
  margin-top: 0;
}
/* line 55, ../sass/sections/_network.scss */
.person .small-info {
  display: inline;
  width: 100%;
  color: #1a1719;
  word-wrap: break-word;
}
/* line 61, ../sass/sections/_network.scss */
.person .small-info h1 {
  color: #1a1719;
  font-size: 18px;
  line-height: 1.2em;
}
/* line 67, ../sass/sections/_network.scss */
.person .small-info i {
  color: #1a1719;
  font-size: 13px;
  line-height: 1.2em;
  font-family: verdana, sans-serif;
}
/* line 75, ../sass/sections/_network.scss */
.person table {
  display: none;
}
/* line 79, ../sass/sections/_network.scss */
.person img {
  float: left;
  width: 50%;
  margin-right: 5%;
}
@media screen and (max-width: 1000px) {
  /* line 79, ../sass/sections/_network.scss */
  .person img {
    width: 100%;
    min-width: 100% !important;
    margin-right: 0%;
    float: none;
  }
}
@media screen and (max-width: 900px) {
  /* line 79, ../sass/sections/_network.scss */
  .person img {
    float: left;
    width: 40%;
    margin-right: 5%;
  }
}
/* line 100, ../sass/sections/_network.scss */
.person.active {
  width: 74%;
  min-height: 681px;
  margin: 0;
  cursor: default;
  color: #1a1719;
  /* pointer-events: none; */
  cursor: default;
}
@media screen and (max-width: 900px) {
  /* line 100, ../sass/sections/_network.scss */
  .person.active {
    width: 70%;
  }
}
@media only screen and (max-width: 768px) {
  /* line 100, ../sass/sections/_network.scss */
  .person.active {
    width: 100%;
    margin-bottom: 20px;
  }
}
/* line 118, ../sass/sections/_network.scss */
.person.active:hover {
  border-bottom: none;
}
/* line 122, ../sass/sections/_network.scss */
.person.active .picture-container {
  float: left;
  width: 67%;
  margin-right: 3%;
}
@media screen and (max-width: 900px) {
  /* line 122, ../sass/sections/_network.scss */
  .person.active .picture-container {
    width: 100%;
  }
}
/* line 132, ../sass/sections/_network.scss */
.person.active .info {
  display: block;
  float: left;
  width: 30%;
  padding: 0;
  font-family: "Belgrano", serif;
}
@media screen and (max-width: 900px) {
  /* line 132, ../sass/sections/_network.scss */
  .person.active .info {
    width: 100%;
    margin: 20px 0;
  }
}
/* line 145, ../sass/sections/_network.scss */
.person.active .small-info {
  display: none;
}
/* line 149, ../sass/sections/_network.scss */
.person.active img {
  width: 100%;
  min-width: 100%;
  max-height: 780px;
}
/* line 155, ../sass/sections/_network.scss */
.person.active table {
  color: white;
  background: black;
  display: inline-block;
  padding: 20px;
  width: 100%;
  border: none;
}
.person.active table tr ,
.person.active table tr td {
	border: none;
}
@media only screen and (max-width: 568px) {
  /* line 155, ../sass/sections/_network.scss */
  .person.active table {
    padding: 5px;
  }
}
/* line 165, ../sass/sections/_network.scss */
.person.active table tr {
  width: 100%;
}
/* line 168, ../sass/sections/_network.scss */
.person.active table tr td {
  vertical-align: top;
}
/* line 171, ../sass/sections/_network.scss */
.person.active table tr td:first-of-type {
  color: #0f91cc;
  width: 130px;
}
@media only screen and (max-width: 568px) {
  /* line 168, ../sass/sections/_network.scss */
  .person.active table tr td {
    font-size: 10px;
  }
}