@charset "UTF-8";

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

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

@font-face {
  font-family: 'London';
  src: url("../fonts/londonbetween-webfont.eot");
  src: url("../fonts/londonbetween-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/londonbetween-webfont.woff2") format("woff2"), url("../fonts/londonbetween-webfont.woff") format("woff"), url("../fonts/londonbetween-webfont.ttf") format("truetype"), url("../fonts/londonbetween-webfont.svg#londonbetweenregular") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'London';
  src: url("../fonts/londonmm-webfont.eot");
  src: url("../fonts/londonmm-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/londonmm-webfont.woff2") format("woff2"), url("../fonts/londonmm-webfont.woff") format("woff"), url("../fonts/londonmm-webfont.ttf") format("truetype"), url("../fonts/londonmm-webfont.svg#londonmmregular") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'London';
  src: url("../fonts/londontwo-webfont.eot");
  src: url("../fonts/londontwo-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/londontwo-webfont.woff2") format("woff2"), url("../fonts/londontwo-webfont.woff") format("woff"), url("../fonts/londontwo-webfont.ttf") format("truetype"), url("../fonts/londontwo-webfont.svg#londontworegular") format("svg");
  font-weight: 600;
  font-style: normal;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

strong {
  font-weight: 500;
}

a {
  color: #474747;
  text-decoration: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.grid {
  min-height: 100px;
  position: relative;
}

.line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.grid .line {
  min-height: 100px;
}

.ie-9 .line {
  height: 200px;
}

.line .item {
  line-height: 0;
  margin: 2px;
  min-width: 0;
  min-height: 0;
  display: block;
  cursor: pointer;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  overflow: hidden;
  opacity: 1;
  position: relative;
  -webkit-backface-visibility: hidden;
}

.ie-9 .line .item {
  display: block;
  float: left;
  height: 200px;
  width: 30%;
}

.line .item.out img {
  opacity: 0;
}

.line .item:hover img {
  -webkit-transform: scale(1.01) translate(-50%, -50%);
  transform: scale(1.01) translate(-50%, -50%);
}

.line .item img {
  max-width: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.ie-9 .line .item img {
  min-height: 100%;
  min-width: 100%;
}

.line.line--layout-0 .item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.line.line--layout-01 .item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.line.line--layout-1 .item--3x2 {
  -webkit-box-flex: 140;
  -ms-flex: 140;
  flex: 140;
}

.line.line--layout-1 .item--16x9 {
  -webkit-box-flex: 166;
  -ms-flex: 166;
  flex: 166;
}

.line.line--layout-2 .item--3x2 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.line.line--layout-3 .item--3x2 {
  -webkit-box-flex: 2080;
  -ms-flex: 2080;
  flex: 2080;
}

.line.line--layout-3 .item--2x3 {
  -webkit-box-flex: 926;
  -ms-flex: 926;
  flex: 926;
}

.line.line--layout-4 .item--16x9 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.line.line--layout-5 .item--4x3 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.line.line--layout-6 .item--4x3 {
  -webkit-box-flex: 889;
  -ms-flex: 889;
  flex: 889;
}

.line.line--layout-6 .item--3x2 {
  -webkit-box-flex: 1000;
  -ms-flex: 1000;
  flex: 1000;
}

.line.line--layout-7 .item--4x3 {
  -webkit-box-flex: 4;
  -ms-flex: 4;
  flex: 4;
}

.line.line--layout-7 .item--1x1 {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

.line.line--layout-8 .item--4x3 {
  -webkit-box-flex: 16;
  -ms-flex: 16;
  flex: 16;
}

.line.line--layout-8 .item--3x4 {
  -webkit-box-flex: 9;
  -ms-flex: 9;
  flex: 9;
}

.line.line--layout-10 .item--1x1 {
  -webkit-box-flex: 16;
  -ms-flex: 16;
  flex: 16;
}

.line.line--layout-10 .item--3x4 {
  -webkit-box-flex: 12;
  -ms-flex: 12;
  flex: 12;
}

.line.line--layout-11 .item--16x9 {
  -webkit-box-flex: 8;
  -ms-flex: 8;
  flex: 8;
}

.line.line--layout-11 .item--2x3 {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

.line.line--layout-12 .item--3x2 {
  -webkit-box-flex: 9;
  -ms-flex: 9;
  flex: 9;
}

.line.line--layout-12 .item--2x3 {
  -webkit-box-flex: 4;
  -ms-flex: 4;
  flex: 4;
}

.line.line--layout-13 .item--3x2 {
  -webkit-box-flex: 6;
  -ms-flex: 6;
  flex: 6;
}

.line.line--layout-13 .item--1x1 {
  -webkit-box-flex: 4;
  -ms-flex: 4;
  flex: 4;
}

.line.line--layout-14 .item--2x3 {
  -webkit-box-flex: 20;
  -ms-flex: 20;
  flex: 20;
}

.line.line--layout-14 .item--3x2 {
  -webkit-box-flex: 45;
  -ms-flex: 45;
  flex: 45;
}

.line.line--layout-14 .item--1x1 {
  -webkit-box-flex: 30;
  -ms-flex: 30;
  flex: 30;
}

.line.line--layout-15 .item--3x2 {
  -webkit-box-flex: 27;
  -ms-flex: 27;
  flex: 27;
}

.line.line--layout-15 .item--16x9 {
  -webkit-box-flex: 32;
  -ms-flex: 32;
  flex: 32;
}

.line.line--layout-16 .item--4x3 {
  -webkit-box-flex: 27;
  -ms-flex: 27;
  flex: 27;
}

.line.line--layout-16 .item--16x9 {
  -webkit-box-flex: 36;
  -ms-flex: 36;
  flex: 36;
}

.line.line--layout-17 .item--1x1 {
  -webkit-box-flex: 460;
  -ms-flex: 460;
  flex: 460;
}

.line.line--layout-17 .item--16x9 {
  -webkit-box-flex: 818;
  -ms-flex: 818;
  flex: 818;
}

.line.line--layout-18 .item--1x1 {
  -webkit-box-flex: 460;
  -ms-flex: 460;
  flex: 460;
}

.line.line--layout-18 .item--16x9 {
  -webkit-box-flex: 818;
  -ms-flex: 818;
  flex: 818;
}

.line.line--layout-19 .item--4x3 {
  -webkit-box-flex: 100;
  -ms-flex: 100;
  flex: 100;
}

.line.line--layout-19 .item--3x2 {
  -webkit-box-flex: 113;
  -ms-flex: 113;
  flex: 113;
}

.line.line--layout-20 .item--4x3 {
  -webkit-box-flex: 133;
  -ms-flex: 133;
  flex: 133;
}

.line.line--layout-20 .item--1x1 {
  -webkit-box-flex: 100;
  -ms-flex: 100;
  flex: 100;
}

.line.line--layout-21 .item--2x3 {
  -webkit-box-flex: 10;
  -ms-flex: 10;
  flex: 10;
}

.line.line--layout-21 .item--1x1 {
  -webkit-box-flex: 15;
  -ms-flex: 15;
  flex: 15;
}

.line.line--layout-22 .item--2x3 {
  -webkit-box-flex: 100;
  -ms-flex: 100;
  flex: 100;
}

.line.line--layout-22 .item--3x2 {
  -webkit-box-flex: 225;
  -ms-flex: 225;
  flex: 225;
}

.line.line--layout-23 .item--1x1 {
  -webkit-box-flex: 10;
  -ms-flex: 10;
  flex: 10;
}

.line.line--layout-23 .item--3x2 {
  -webkit-box-flex: 15;
  -ms-flex: 15;
  flex: 15;
}

.vc-content {
  line-height: 1.8;
}

.vc-content .alignleft {
  float: left;
  margin: 10px 10px 10px 0;
}

.vc-content .alignright {
  float: right;
  margin: 10px 0 10px 10px;
}

.vc-content h1 {
  font-size: 36px;
  font-weight: 400;
  margin: 30px 0 20px;
}

.vc-content h2 {
  font-size: 24px;
  font-weight: 500;
  margin: 30px 0 20px;
}

.vc-content h3 {
  font-size: 18px;
  font-weight: 500;
  margin: 30px 0 0;
}

.vc-content p {
  margin-top: 15px;
  text-align: justify;
}

.vc-content form input,
.vc-content form textarea {
  width: 100%;
  background: #fff;
  border: 1px solid #d3d3d3;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}

.vc-content form input[type=submit],
.vc-content form textarea[type=submit] {
  max-width: 150px;
  background: #474747;
  color: #fff;
  font-size: 14px;
}

.sub-share {
  position: absolute;
  bottom: 180%;
  width: 125px;
  left: 100%;
  border-radius: 5px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: -10px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #000;
  padding: 5px 10px 5px;
}

.sub-share:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #000;
  border-width: 8px;
  margin-left: -8px;
}

.sub-share.opened {
  opacity: 0.6;
  bottom: 160%;
}

.sub-share.opened:hover {
  opacity: 1;
}

.sub-share button {
  -webkit-appearance: none;
  border: none;
  color: #fff;
  cursor: pointer;
  background: transparent url("../img/logo-fb.svg") no-repeat center center;
  background-size: contain;
  text-indent: -9999em;
  width: 24px;
  height: 16px;
}

.sub-share button.button-pinterest {
  background-image: url("../img/logo-pinterest.svg");
}

.sub-share button.button-twitter {
  background-image: url("../img/logo-twitter.svg");
}

.sub-share button.button-gplus {
  background-image: url("../img/logo-gplus.svg");
}

/* PRETTYPHOTO: CHANGE DEFAULT */
div.ppt {
  display: none !important;
}

div.pp_default .pp_content_container .pp_right,
div.pp_default .pp_content_container .pp_left,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_right {
  background: transparent !important;
}

div.pp_default .pp_content_container .pp_details {
  margin-top: -37px;
}

div.pp_default .pp_content {
  background: transparent !important;
  margin: 0 auto;
}

div.pp_gallery {
  display: none !important;
}

body {
  background: #f5f5f5;
  color: #000;
  font-family: London, Arial;
  font-weight: 400;
  min-height: 100%;
  line-height: 1.4;
}

#wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 30px 15px;
  position: relative;
}

#main-content {
  float: right;
  width: 78%;
}

.legal-terms {
  text-align: right;
  font-size: 14px;
}

.main-content {
  margin-top: 20px;
}

#main-header {
  float: left;
}

#main-logo {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

#main-logo:hover {
  opacity: 0.5;
}

#list-social-icons {
  margin-top: 50px;
}

#list-social-icons li {
  display: inline-block;
  position: relative;
}

#list-social-icons li+li {
  margin-left: 5px;
}

#list-social-icons .icon {
  display: block;
}

#list-social-icons .icon:hover {
  opacity: 0.6;
}

#list-social-icons .icon svg {
  width: 20px;
  height: 20px;
}

#main-menu {
  padding-left: 20px;
  margin-top: 30px;
}

#main-menu li+li {
  margin-top: 10px;
}

#main-menu li.current-menu-item a,
#main-menu li.current-page-ancestor a,
#main-menu li.current_page_parent a {
  color: #000;
  font-weight: 500;
}

#main-menu li a:hover {
  color: #000;
}

#main-menu .sub-menu {
  padding-left: 20px;
  margin-bottom: 25px;
  margin-top: 10px;
}

#toggle-menu-mobile {
  display: none;
  width: 30px;
  margin: 0 auto;
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 20;
  text-decoration: none;
}

#toggle-menu-mobile .line {
  height: 3px;
  width: 100%;
  display: block;
  background: #000;
}

#toggle-menu-mobile .line+.line {
  margin-top: 6px;
}

#main-footer .legal-terms {
  display: none;
  text-align: center;
}

#presta-list {
  max-width: 1000px;
  margin: 20px auto;
  text-align: center;
}

#presta-list article {
  display: inline-block;
  line-height: 0;
  margin: 12px 10px;
}

.page-template-page-presta .vc-content h1 {
  font-size: 16px;
  margin: 0;
}

#presta-pages-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#presta-pages-list .page-selector {
  margin: 2px;
  position: relative;
}

#presta-pages-list .page-selector.current-item .triangle {
  position: absolute;
  width: 100%;
  height: 110px;
  top: 95%;
  display: block;
  left: 0;
  right: 0;
  overflow: hidden;
  background: url("../img/triangle-bot.png") no-repeat top center;
  background-size: contain;
}

.presta-description {
  margin-top: 60px;
  text-align: center;
  padding-bottom: 50px;
  border-bottom: 1px solid #000;
  position: relative;
  margin-bottom: 50px;
}

.presta-description:after {
  display: block;
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  width: 42px;
  height: 30px;
  padding: 20px;
  background: #f5f5f5 url("../img/icon-camera.png") no-repeat center center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.single-project,
.single-photo_reportage {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.single-project.loading,
.single-photo_reportage.loading {
  opacity: 0;
}

.single-project .main-content,
.single-photo_reportage .main-content {
  max-width: 90%;
  margin: 20px auto;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.single-project .slick-slider,
.single-photo_reportage .slick-slider {
  margin-bottom: 15px;
}

.single-project .slider,
.single-photo_reportage .slider {
  min-height: 535px;
}

.single-project .slider.hidden,
.single-photo_reportage .slider.hidden {
  opacity: 0;
}

.single-project .slide,
.single-photo_reportage .slide {
  min-height: 535px;
}

.single-project .slide img,
.single-photo_reportage .slide img {
  max-height: 100%;
  height: auto;
  width: auto;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.single-project .slider-controls,
.single-photo_reportage .slider-controls {
  text-align: center;
}

.single-project .slider-controls a,
.single-photo_reportage .slider-controls a {
  cursor: pointer;
}

.single-project .slider-controls #fullscreen-svg .minimize,
.single-photo_reportage .slider-controls #fullscreen-svg .minimize {
  display: none;
}

.single-project .slider-controls #slider-control-play .pause,
.single-photo_reportage .slider-controls #slider-control-play .pause {
  display: none;
}

.single-project .slider-controls #slider-control-play.playing .play,
.single-photo_reportage .slider-controls #slider-control-play.playing .play {
  display: none;
}

.single-project .slider-controls #slider-control-play.playing .pause,
.single-photo_reportage .slider-controls #slider-control-play.playing .pause {
  display: block;
}

.single-project .slider-controls li,
.single-photo_reportage .slider-controls li {
  display: inline-block;
  font-family: Arial, sans-serif;
  position: relative;
}

.single-project .slider-controls li+li,
.single-photo_reportage .slider-controls li+li {
  margin-left: 40px;
}

.single-project .slider-controls li span,
.single-photo_reportage .slider-controls li span {
  margin: 0 5px;
}

.single-project .slider-controls li svg,
.single-photo_reportage .slider-controls li svg {
  max-width: 20px;
  vertical-align: middle;
  max-height: 16px;
}

.single-project .slider-controls li .sub-share li+li,
.single-photo_reportage .slider-controls li .sub-share li+li {
  margin-left: 5px;
}

.single-project.fullscreen #fullscreen-svg .maximize,
.single-photo_reportage.fullscreen #fullscreen-svg .maximize {
  display: none;
}

.single-project.fullscreen #fullscreen-svg .minimize,
.single-photo_reportage.fullscreen #fullscreen-svg .minimize {
  display: block;
}

.single-project.fullscreen .main-content,
.single-photo_reportage.fullscreen .main-content {
  position: fixed;
  background: #171616;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  margin: 0;
}

.single-project.fullscreen .main-content .slider,
.single-photo_reportage.fullscreen .main-content .slider {
  max-height: 10000px;
}

.single-project.fullscreen .main-content .slider-controls,
.single-photo_reportage.fullscreen .main-content .slider-controls {
  color: #fff;
}

.single-project.fullscreen .main-content .slide,
.single-photo_reportage.fullscreen .main-content .slide {
  max-height: 10000px;
}

.single-project.fullscreen .main-content .slide img,
.single-photo_reportage.fullscreen .main-content .slide img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
}

.single-project.fullscreen .main-content svg path,
.single-photo_reportage.fullscreen .main-content svg path {
  fill: #fff;
}

#reportages-list .reportage {
  width: 230px;
  max-width: 22%;
  display: inline-block;
  margin: 0 1.2%;
  height: 240px;
  max-height: 240px;
  position: relative;
}

#reportages-list .reportage:hover {
  z-index: 10;
}

#reportages-list .reportage:hover a {
  opacity: 0.8;
}

#reportages-list .reportage:hover .description {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-height: 500px;
  background: rgba(245, 245, 245, .8);
}

#reportages-list .reportage:hover .description:after {
  opacity: 0;
}

#reportages-list .reportage .description {
  max-height: 60px;
  overflow: hidden;
  position: absolute;
  width: 100%;
}

#reportages-list .reportage .description:after {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  display: block;
  opacity: 1;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 245, 245, 0)), to(#f5f5f5));
  background: linear-gradient(to bottom, rgba(245, 245, 245, 0) 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 245, 245, 0.96078)', endColorstr='#f5f5f5', GradientType=0);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url('../img/ajax-loader.gif?1476176755') center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url('../../../../../build/fonts/slick.eot');
  src: url('../../../../../build/fonts/slick.eot?#iefix') format("embedded-opentype"), url('../../../../../build/fonts/slick.woff') format("woff"), url('../../../../../build/fonts/slick.ttf') format("truetype"), url('../../../../../build/fonts/slick.svg#slick') format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px\9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

@media screen and (max-width: 960px) {
  #wrapper {
    padding: 10px 20px;
  }

  #main-header {
    float: none;
    width: 100%;
    position: relative;
  }

  #main-header #main-logo {
    display: block;
    max-width: 100px;
  }

  #main-header #list-social-icons {
    margin-top: 10px;
  }

  #main-content {
    float: none;
    width: 100%;
  }

  #main-content .legal-terms {
    display: none;
  }

  #main-menu {
    display: none;
  }

  #main-menu .sub-menu {
    margin-bottom: 15px;
    margin-top: 5px;
  }

  #toggle-menu-mobile {
    display: block;
    z-index: 20;
  }

  #main-footer .legal-terms {
    display: block;
    margin-top: 20px;
  }

  .grid .line {
    display: block;
    height: auto !important;
  }

  .grid .item {
    display: block;
    width: 100%;
  }

  .grid .item:hover img {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }

  .grid .item img {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    position: static;
  }

  #reportages-list {
    text-align: center;
  }

  #reportages-list .reportage {
    width: 230px;
    max-width: none;
    display: inline-block;
    margin: 0 1.2%;
  }

  .menu-opened {
    overflow: hidden;
  }

  .menu-opened #main-header {
    height: 59px;
  }

  .menu-opened #main-menu {
    display: block;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 90px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    bottom: 0;
    background: rgba(255, 255, 255, .9);
  }

  .menu-opened #main-menu li {
    margin-left: 20px;
  }

  .menu-opened #main-menu li+li {
    margin-top: 4px;
  }

  .menu-opened #main-menu li a {
    font-size: 16px;
  }

  .menu-opened #main-logo {
    position: absolute;
    z-index: 20;
  }

  .menu-opened #toggle-menu-mobile .line-1 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 6px;
  }

  .menu-opened #toggle-menu-mobile .line-2 {
    width: 0;
    margin: 10px auto;
  }

  .menu-opened #toggle-menu-mobile .line-3 {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -25px;
  }
}