/**
 * Generic CSS for CakePHP
 *
 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
 * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
 *
 * Licensed under The MIT License
 * For full copyright and license information, please see the LICENSE.txt
 * Redistributions of files must retain the above copyright notice.
 *
 * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
 * @link          http://cakephp.org CakePHP(tm) Project
 * @package       app.webroot.css
 * @license       http://www.opensource.org/licenses/mit-license.php MIT License
 */
/** COLORS **/
* {
  margin: 0;
  padding: 0; }

/** General Style Info **/
body {
  background: #F7F7F7;
  color: #4e535d;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  margin: 0; }

a {
  color: #4e535d;
  text-decoration: underline;
  font-weight: bold; }

a:hover {
  text-decoration: none; }

a img {
  border: none; }

h1, h2, h3, h4 {
  font-weight: normal;
  margin-bottom: 0.5em; }

h1 {
  background: #fff;
  color: #003d4c;
  font-size: 2em;
  font-weight: 700; }

h2 {
  background: none;
  font-size: 1.5em;
  font-weight: 700; }

h3 {
  color: #e35520;
  font-size: 1em;
  font-weight: 700; }

h4 {
  color: #333;
  font-size: 1em;
  font-weight: 700; }

ul, li {
  margin: 0 12px; }

p {
  margin: 0 0 1em 0;
  font-weight: 300;
  line-height: 1.5em; }

p:last-child {
  margin-bottom: 0; }

.mv {
  display: none; }

.dv {
  display: table; }

/** Layout **/
#container {
  text-align: left;
  background-color: #fff;
  min-width: 1280px; }

.container {
  width: 100%; }

#header {
  padding: 0px;
  position: fixed;
  width: 100%;
  z-index: 100;
  border-bottom: 1px solid #cecece;
  height: 60px;
  background: #fff; }

#header .container.center_align {
  position: absolute;
  left: 0;
  right: 0; }

#header .brand {
  float: left;
  margin-top: 10px;
  margin-left: 20px; }
  #header .brand img {
    width: 396px;
    height: 40px; }

#header h1 {
  padding: 0;
  margin: 0;
  display: none; }

#header h1 a {
  font-weight: normal;
  text-decoration: none; }

#header .menu ul {
  float: right;
  margin: 22px 20px 0 0; }

#header .menu ul, #header .language ul {
  font-family: 'wigrum', sans-serif; }

#header .menu ul li {
  display: block;
  float: left;
  font-size: 1em;
  line-height: 1em;
  margin: 0 0 0 20px;
  position: relative;
  padding: 0 10px; }

#header .menu ul li:first-child {
  margin-left: 0; }

#header .menu ul li a {
  text-decoration: none;
  color: #4e535d;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  float: right; }

#header .menu > ul > li > a {
  color: #e35520; }

#header .menu .sub_container {
  padding-top: 40px;
  display: none; }

#header .menu ul ul {
  display: none;
  position: absolute;
  right: 0px;
  background-color: #fff;
  box-shadow: 0px 0px 2px #c4c4c4;
  padding: 0;
  width: 300px;
  margin: 0;
  padding: 0; }

#header .menu ul ul li {
  font-weight: 100;
  padding: 3px 0;
  margin: 0;
  display: list-item;
  line-height: 1.3em;
  list-style: none;
  text-align: right;
  float: right;
  font-size: 1em;
  width: 300px; }

#header .menu ul ul li a {
  margin: 6px 10px 8px;
  display: block; }

#header .menu ul ul li:hover a {
  color: #e35520; }

#header .language ul {
  float: right;
  margin: 0; }

#header .language ul li {
  list-style: none;
  float: left;
  border-left: 1px solid #ccc;
  padding: 14px 15px 10px;
  margin: 0;
  height: 19px; }

#header .language ul li.active {
  background-color: #ededed; }

#header .language ul li a {
  color: #323232;
  text-decoration: none; }

#header .language ul li a:active {
  background-color: #ededed; }

#header .search_btn {
  float: right;
  padding: 17px 15px 11px;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  cursor: pointer; }

#search_box {
  display: none;
  padding: 0px;
  box-shadow: 0px 0px 2px #c4c4c4;
  position: fixed;
  width: 100%;
  z-index: 99;
  border-bottom: 1px solid #cecece;
  height: 85px;
  background: #fff;
  top: 45px; }

#search_box .search_container, #search_header .search_container {
  position: absolute;
  left: 0;
  right: 0;
  width: 1280px;
  margin: 0 auto; }

#search_box .search_container input[type=text] {
  float: left;
  width: 95%;
  border: none;
  font-size: 1.75em;
  color: #4e535d;
  font-weight: 300;
  margin-top: 35px;
  font-family: inherit;
  outline: none; }

.search_container label {
  display: none !important; }

#search_box .search_container .submit {
  float: right;
  margin: 42px 20px 0 0; }

#search_header {
  position: fixed;
  width: 100%;
  z-index: 98;
  border-bottom: 1px dotted #cecece;
  height: 85px;
  background: #fff;
  top: 45px; }

#search_header .count_results {
  color: #778f9b;
  margin-top: 25px;
  font-weight: 300; }

#search_header h1 {
  font-size: 1.75em;
  color: #4e535d;
  margin: 0 0 0 0;
  line-height: 1em;
  font-weight: 300; }

#content {
  background: #fff;
  clear: both;
  padding: 0px;
  overflow: auto; }

#content .left_column {
  float: left;
  width: 300px;
  margin: 5px 20px 0 0;
  text-align: right; }

#content .main_column {
  float: left;
  width: 950px;
  padding-bottom: 40px;
  border-bottom: 1px solid #DCDCDC; }

#content .main_column p {
  mix-blend-mode: multiply; }

#content .main_column.gallery_width {
  width: 100%; }

#content .right_column {
  float: right;
  width: 240px; }

.gallery {
  height: 400px; }

#footer {
  clear: both;
  padding: 0 0 60px 0;
  overflow: hidden; }

#footer .block_left {
  float: left;
  margin: 38px 0 0 0; }

#footer .brand {
  float: left;
  margin: 0 78px 0 53px; }

#footer .brand img {
  display: block;
  margin: 0 auto;
  width: 240px;
  height: 99px; }

#footer .info {
  float: left;
  font-size: 0.875em;
  line-height: 1.75;
  max-width: 800px;
  margin-bottom: 50px;
  color: #4f545e; }

#footer .info b {
  color: #8b8b8b; }

#footer .logos {
  clear: both;
  padding: 0 0 0 370px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }
  #footer .logos .logo {
    padding: 30px 0; }

#footer .social {
  float: right; }

#footer .social img {
  margin-left: 10px; }

.center_align {
  width: auto;
  max-width: 1280px;
  margin: 0 auto; }

.contents.index, .contents.view {
  padding: 60px;
  overflow: hidden;
  position: relative; }

.contents.view {
  padding-top: 115px; }

.contents + .contents {
  padding: 0 60px; }

.searches.index {
  padding-top: 150px;
  padding-bottom: 40px;
  overflow: hidden; }

/** CONTENTS **/
/* Index */
.home_highlight {
  position: relative;
  background-color: #EDEDED;
  border-bottom: 1px dotted #A9A9A9;
  height: 339px; }

.home-video {
  position: relative;
  width: 100%;
  height: 100%;
  background: #000;
  min-height: 75vh; }
  .home-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.hl_pag {
  text-align: center; }

.btn_pag {
  margin-right: 10px;
  cursor: pointer; }

.btn_pag:last-child {
  margin-right: 0px; }

ul.highlights {
  overflow: hidden; }

ul.highlights li {
  display: none;
  position: relative;
  margin: 0;
  list-style: none; }

ul.highlights li:first-child {
  display: table; }

ul.highlights li .hl_info {
  position: absolute;
  left: 25px;
  bottom: 25px; }

ul.highlights li .hl_info .hl_title {
  color: #fff;
  font-size: 2.2em;
  margin: 0 700px 0px 0;
  line-height: 1.1em; }

ul.highlights li .hl_info .hl_excerpt {
  color: #fff;
  font-size: 1em;
  margin: 5px 500px 0 0; }

.grid_item {
  width: 300px;
  margin: 0 0 50px 0; }

.grid_item .item_top .item_categories, .grid_item .item_top .item_tags {
  font-size: 1rem;
  color: #4e535d;
  line-height: 1; }

.item_thumbnail {
  margin-top: 15px; }

.item_thumbnail img {
  display: block;
  width: 300px; }

.item_title {
  font-size: 1.65rem;
  line-height: 0.9;
  margin: 3px 0 0.3rem 0; }

.item_title a {
  color: #4e535d;
  text-decoration: none;
  font-weight: 700; }

.item_title a:hover {
  text-decoration: none; }

.item_excerpt {
  font-size: 1em;
  margin: 10px 0 0 0;
  font-weight: 400;
  line-height: 1.25em; }

.item_footer {
  margin: 25px 0 0 0; }

/* view */
.contents.view h1 {
  color: #4e535d;
  padding: 0;
  font-size: 3em;
  font-weight: 700;
  line-height: 0.95;
  width: 70%;
  margin-bottom: 0px; }

.contents.view h1.Views {
  color: #323232; }

.top_banner {
  width: 100%;
  height: 505px;
  margin: 44px 0 -500px; }

.top_banner_right {
  position: absolute;
  right: 0;
  z-index: 0; }

.legenda {
  color: #999;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 30px;
  margin-top: 5px;
  display: table;
  width: 65%; }

blockquote {
  position: relative;
  padding-left: 10%;
  font-style: italic; }

blockquote > cite {
  display: block;
  color: #666;
  padding-top: 0.5em;
  font-style: normal; }

.contents.view .top_area {
  width: 100%;
  overflow: hidden; }

.contents.view .top_area ul.item_categories {
  margin: 0; }

.contents.view .top_area ul.item_categories li {
  margin: 0 0 0 10px;
  font-size: 1em;
  list-style: none;
  margin: 0; }

.contents.view .top_area ul.item_categories li.item_solo {
  line-height: 0.7em;
  margin: -1px 0 1px 0; }

.contents.view .top_area ul.item_categories li, .contents.view .top_area ul.item_categories li a {
  text-decoration: none;
  list-style: none;
  color: #4e535d;
  font-weight: 400; }

.contents.view ul.item_tags {
  margin: 0 0 20px 0;
  overflow: hidden; }

.contents.view .content_thumbnail {
  overflow: hidden; }

.contents.view .content_thumbnail img {
  display: block;
  float: right; }

.contents.view .share {
  margin: 20px 0 40px 0; }

.contents.view .related_content {
  clear: both;
  padding: 65px 0 0 0; }

.contents.view .main_column img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%; }

.contents.view .list_downloads .list_header, .contents.view .list_tags .list_header {
  font-size: 2.5em;
  line-height: 0.72em;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 10px; }

.contents.view .list_downloads ul {
  margin: 0 0 20px 0; }

.contents.view .list_downloads li, .contents.view .list_tags li {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 10px 10px 10px 0px; }

.contents.view .list_downloads li:last-child {
  margin-bottom: 0; }

.contents.view .list_downloads a, .contents.view .list_tags a {
  text-decoration: none;
  font-weight: 100; }

.list_tags {
  mix-blend-mode: multiply; }

.galleria {
  min-height: 250px; }

.list_tags ul {
  padding: 0;
  margin: 0; }

.list_tags ul li {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 2px;
  line-height: 1em; }

.list_tags ul li a {
  color: #4e535d;
  font-weight: 300;
  text-decoration: none; }

/** TAG **/
/* view */
.categories .full_header_list .container, .tags .full_header_list .container {
  border-bottom: 1px solid #DCDCDC;
  padding: 0 0 40px 0; }
.categories .full_header_list h1, .tags .full_header_list h1 {
  margin: 0;
  line-height: 0.95em;
  font-size: 3rem;
  color: #e35520; }
.categories .full_header_list h1 .header_label, .tags .full_header_list h1 .header_label {
  color: #323232; }

.categories .full_header_list .container {
  border-bottom: 0; }

/* SQL log */
.cake-sql-log {
  background: #fff; }

.cake-sql-log td {
  padding: 4px 8px;
  text-align: left;
  font-family: Monaco, Consolas, "Courier New", monospaced; }

.cake-sql-log caption {
  color: #fff; }

/** Paging **/
.paging {
  background: #fff;
  color: #ccc;
  margin-top: 1em;
  clear: both; }

.paging .current,
.paging .disabled,
.paging a {
  text-decoration: none;
  padding: 5px 8px;
  display: inline-block; }

.paging > span {
  display: inline-block;
  border: 1px solid #ccc;
  border-left: 0; }

.paging > span:hover {
  background: #efefef; }

.paging .prev {
  border-left: 1px solid #ccc;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px; }

.paging .next {
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0; }

.paging .disabled {
  color: #ddd; }

.paging .disabled:hover {
  background: transparent; }

.paging .current {
  background: #efefef;
  color: #c73e14; }

/** Forms **/
/* Form errors */
/** Notices and Errors **/
.message {
  clear: both;
  color: #fff;
  font-size: 140%;
  font-weight: bold;
  margin: 0 0 1em 0;
  padding: 5px; }

.success,
.message,
.cake-error,
.cake-debug,
.notice,
p.error,
.error-message {
  background: #ffcc00;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #ffcc00, #E6B800);
  background-image: -ms-linear-gradient(top, #ffcc00, #E6B800);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#E6B800));
  background-image: -webkit-linear-gradient(top, #ffcc00, #E6B800);
  background-image: -o-linear-gradient(top, #ffcc00, #E6B800);
  background-image: linear-gradient(top, #ffcc00, #E6B800);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 18px;
  padding: 7px 14px;
  color: #404040;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25); }

.success,
.message,
.cake-error,
p.error,
.error-message {
  clear: both;
  color: #fff;
  background: #c43c35;
  border: 1px solid rgba(0, 0, 0, 0.5);
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); }

.success {
  clear: both;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.5);
  background: #3B8230;
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
  background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
  background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
  background-image: -ms-linear-gradient(top, #76BF6B, #3B8230);
  background-image: -o-linear-gradient(top, #76BF6B, #3B8230);
  background-image: linear-gradient(top, #76BF6B, #3B8230);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); }

p.error {
  font-family: Monaco, Consolas, Courier, monospace;
  font-size: 120%;
  padding: 0.8em;
  margin: 1em 0; }

p.error em {
  font-weight: normal;
  line-height: 140%; }

.notice {
  color: #000;
  display: block;
  font-size: 120%;
  padding: 0.8em;
  margin: 1em 0; }

.success {
  color: #fff; }

/** Debugging **/
pre {
  color: #000;
  background: #f0f0f0;
  padding: 15px;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); }

.cake-debug-output {
  padding: 0;
  position: relative; }

.cake-debug-output > span {
  position: absolute;
  top: 5px;
  right: 5px;
  background: rgba(255, 255, 255, 0.3);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 6px;
  color: #000;
  display: block;
  float: left;
  -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8); }

.cake-debug,
.cake-error {
  font-size: 16px;
  line-height: 20px;
  clear: both; }

.cake-error > a {
  text-shadow: none; }

.cake-error {
  white-space: normal; }

.cake-stack-trace {
  background: rgba(255, 255, 255, 0.7);
  color: #333;
  margin: 10px 0 5px 0;
  padding: 10px 10px 0 10px;
  font-size: 120%;
  line-height: 140%;
  overflow: auto;
  position: relative;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.cake-stack-trace a {
  text-shadow: none;
  background: rgba(255, 255, 255, 0.7);
  padding: 5px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin: 0 4px 10px 2px;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
  text-decoration: none;
  -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.3); }

.cake-code-dump pre {
  position: relative;
  overflow: auto; }

.cake-context {
  margin-bottom: 10px; }

.cake-stack-trace pre {
  color: #000;
  background-color: #F0F0F0;
  margin: 0 0 10px 0;
  padding: 1em;
  overflow: auto;
  text-shadow: none; }

.cake-stack-trace li {
  padding: 10px 5px 0;
  margin: 0 0 4px 0;
  border: 1px solid #bbb;
  -moz-border-radius: 4px;
  -wekbkit-border-radius: 4px;
  border-radius: 4px;
  background: #dcdcdc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
  background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
  background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
  background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
  background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
  background-image: linear-gradient(top, #fefefe, #dcdcdc); }

/* ======
MEDIUM SCREEN SIZE
====== */
@media screen and (max-width: 1280px), screen and (max-width: 981px) and (-webkit-min-device-pixel-ratio: 1.5) {
  #container {
    min-width: 1000px; }

  #content .left_column {
    width: 260px; }

  #content .main_column {
    max-width: 800px; }

  #content .right_column {
    width: 200px; }

  .grid_item {
    width: 300px; }

  #search_box .search_container, #search_header .search_container {
    width: 1000px; }

  .search_container label {
    display: none !important; } }
/* ======
SMALL SCREEN SIZE
====== */
@media screen and (max-width: 500px), screen and (max-width: 981px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .mv {
    display: table; }

  .dv {
    display: none; }

  .center_align {
    width: auto;
    max-width: 100%; }

  #container {
    min-width: 100%; }

  #header {
    /*height: auto;*/
    /*overflow: hidden;*/ }

  #header .container.center_align {
    position: relative; }

  #header .menu_toggle {
    float: left;
    cursor: pointer; }

  #header .menu_toggle img {
    display: block; }

  #header .brand {
    margin: 9px 0 0 0px;
    width: 70px;
    overflow: hidden; }

  #header .brand img {
    height: 40px;
    width: auto; }

  #header .menu {
    width: 100%;
    display: none;
    padding-top: 27px; }

  #header .menu ul {
    width: 100%;
    display: block;
    float: none;
    font-weight: 300;
    overflow: hidden; }

  #header .menu ul li {
    width: 100%;
    background-color: #fff;
    display: list-item;
    list-style: none;
    padding: 12px 0 12px 10px;
    margin: 0;
    border-top: 1px dotted #C9C9C9;
    font-size: 1em; }

  #header .menu ul li a {
    float: left; }

  #header .submenu_toggle {
    float: right;
    margin: -12px 10px -12px  0;
    cursor: pointer; }

  #header .menu .sub_container {
    display: none;
    padding-top: 12px;
    clear: both;
    margin: 0 0 -12px -10px;
    width: 100%; }

  #header .menu ul ul {
    display: table;
    position: relative;
    margin-left: 0px;
    width: 100%;
    top: 0;
    box-shadow: none; }

  #header .menu ul ul li {
    text-align: left;
    width: 100%;
    padding: 0;
    background-color: #f1f1f1; }

  #header .menu ul ul li a {
    margin: 10px 10px; }

  #header .language ul {
    position: absolute;
    right: 54px;
    z-index: 1000;
    border-right: 1px solid #ccc; }

  #header .language ul li {
    display: none;
    float: none;
    background-color: #fff; }

  #header .language ul li.active {
    display: inherit; }

  #header .search_btn {
    border-right: none;
    padding: 9px 15px 4px; }

  #search_box .search_container .submit {
    margin: 48px 18px 0 0; }

  #search_box {
    top: 10px; }

  #search_box .search_container, #search_header .search_container {
    width: 100%; }

  #search_box .search_container input[type="text"] {
    width: 80%;
    margin-left: 20px;
    margin-top: 50px;
    font-size: 1.3em; }

  .search_container label {
    display: none !important; }

  #content {
    padding-left: 10px;
    padding-right: 10px; }

  .home-video {
    min-height: auto;
    height: 50vh;
    padding: 0;
    margin: 0; }

  .contents.index {
    padding: 0;
    margin: 0 -10px; }

  .top_banner {
    /*	height: 245px;
    	margin: 45 0 -245px;
    */ }

  .top_banner_right {
    width: 100%; }

  #content .left_column {
    text-align: left; }

  #content .main_column {
    width: auto;
    padding-right: 10px;
    box-sizing: border-box;
    float: none;
    border-bottom: none;
    max-width: calc(100% - 30px); }

  .grid_item {
    width: 100%; }

  .item_thumbnail img, .item_footer {
    width: 100%; }

  #content .right_column {
    float: none;
    margin: 20px 0 0 0;
    padding: 0 10px 0 0;
    width: 100%;
    box-sizing: border-box; }

  .gallery {
    height: 187px; }

  #main_hl {
    display: none; }

  #main_hl .title {
    width: 100%;
    padding: 100px 0 70px 20px; }

  #main_hl .title img {
    width: 90%; }

  .contents.index {
    padding-top: 50px; }

  .contents.view {
    padding: 80px 10px; }

  .contents.view .share {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: -2px; }

  .contents.view h1 {
    font-size: 2em;
    line-height: 1em;
    color: #4e535d;
    font-weight: 700; }

  .contents.view ul.item_categories li {
    float: none;
    margin-left: 0;
    margin-right: 10px; }

  .contents.view .top_area ul.item_categories li {
    font-size: 1em; }

  .contents.view .top_area ul.item_categories li a {
    font-size: 1em;
    font-weight: 400;
    color: #4e535d; }

  .contents.view ul.item_tags li {
    float: left;
    margin-left: 0;
    margin-right: 15px; }

  #footer {
    padding: 50px 10px 40px 10px; }

  #footer .brand {
    float: none; }

  #footer .info {
    float: none;
    width: 100%;
    margin: 15px 0 30px 0; }

  #footer .social {
    float: none;
    margin-top: 25px; }

  #footer .block_left {
    float: none; }

  #footer .social img {
    margin: 0 10px 0 0; }

  #footer .logos {
    padding: 0; }
    #footer .logos .logo {
      display: block;
      width: 100%;
      text-align: center; } }

/*# sourceMappingURL=front.css.map */
