/*!
 * Bootstrap v2.0.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
/* VARIABLES */
/* COLORS */
/* SPRITE */
/* FONTS */
/*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS mixins by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com
-----------------------------------------------------*/
@font-face {
    font-family: 'gt_haptik_regularregular';
    src: url('fonts/gt-haptik-regular-webfont.eot');
    src: url('fonts/gt-haptik-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gt-haptik-regular-webfont.woff2') format('woff2'),
         url('fonts/gt-haptik-regular-webfont.woff') format('woff'),
         url('fonts/gt-haptik-regular-webfont.ttf') format('truetype'),
         url('fonts/gt-haptik-regular-webfont.svg#gt_haptik_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gt_haptikbold';
    src: url('fonts/gt-haptik-bold-webfont.eot');
    src: url('fonts/gt-haptik-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gt-haptik-bold-webfont.woff2') format('woff2'),
         url('fonts/gt-haptik-bold-webfont.woff') format('woff'),
         url('fonts/gt-haptik-bold-webfont.ttf') format('truetype'),
         url('fonts/gt-haptik-bold-webfont.svg#gt_haptikbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
head{
	display: none !important;
}

.noAnim {
  -webkit-transition: all, 0, ease-in, 0 !important;
}
/* FONTS */
/*RESET*/
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
strong,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tr,
th,
td,
section,
article,
header,
nav,
aside,
footer,
figure {
  margin: 0;
  padding: 0;
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
:focus {
  outline: 0;
}
ol,
ul {
  list-style: none;
}
a {
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
a.blocLink {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 5;
  top: 0px;
  left: 0px;
  /*background:#FF6600;*/
}
.clearfix {
  clear: both;
  display: block;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}
section,
article,
header,
nav,
aside,
footer,
figure {
  display: block;
}
/* 4th February 2014 Edit */
/* fonts

Didot W01 Bold Italic
Didot W01 Headline
Didot W01 Italic
URWFirminDidotW01-Roman
gt_haptik_regularregular

support serif
StempelGaramondW01-Ital

*/
/* =========== CLEARFIX ============================================ */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix {
  zoom: 1;
}
/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}
/* IE7 */
#responsive {
  position: fixed;
  top: 10px;
  left: 5px;
  z-index: 9999999999;
  font-family: 'Arial';
  font-size: 12px;
}
#responsive span {
  display: inline-block;
  background: #000;
  border-radius: 4px;
  line-height: 22px;
  color: #fff;
  padding: 0 10px;
  opacity: .5;
  display: none;
}
@media only screen and (min-width: 1025px) {
  /* DESKTOP */
  #responsive span.desktop {
    display: block;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  /* TABLET LANDSCAPE */
  #responsive span.tablet-paysage {
    display: block;
  }
}
@media only screen and (max-width: 768px) and (min-width: 600px) {
  /* TABLET PORTRAIT */
  #responsive span.tablet-portrait {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  /* MOBILE */
  #responsive span.mobile {
    display: block;
  }
}
html,
body {
  margin: 0!important;
  padding: 0;
}
html {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}
body {
  background: #ffffff;
}
#body {
  width: 1084px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 600px) {
  /* MOBILE */
  #body {
    width: 100%;
  }
}
a {
  color: #000000;
}
/* HEADER */
#main_header {
  position: relative;
  padding-bottom: 13px;
  font-family: 'gt_haptik_regularregular', 'Futura', 'Helvetica', sans-serif;
  font-size: 13px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
  height: 148px;
  z-index: 1000;
  letter-spacing: 1px;
}
#main_header a {
  display: inline-block;
}
#main_header nav {
  height: 62px;
  -webkit-transition: opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -moz-transition: opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -o-transition: opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -ms-transition: opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  transition: opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
}
#main_header ul {
  width: 1084px;
  position: absolute;
  top: 0;
  text-align: center;
}
#main_header ul li {
  display: inline;
  margin: 0 20px;
}
#main_header ul li a {
  color: #666666;
  text-transform: uppercase;
  line-height: 15px;
  margin-top: 20px;
  border-bottom: 2px solid #ffffff;
  -webkit-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -moz-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -o-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -ms-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  letter-spacing: 2px;
}
#main_header #main_logo {
  position: relative;
  top: 17px;
  opacity: 0;
  -webkit-transition: opacity 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -moz-transition: opacity 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -o-transition: opacity 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -ms-transition: opacity 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  transition: opacity 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
}
#main_header #logo {
  display: block;
  margin: 0 auto;
  width: 159px;
  height: 68px;
  overflow: hidden;
}
#main_header #logo h1 {
  text-indent: -99999px;
}
#main_header a:hover {
  color: #000000;
}
#main_header a:active {
  color: #cccccc;
}
#main_header .active {
  color: #000000;
}
#main_nav.fixed {
  width: 1096px;
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: -543px;
  background: #ffffff;
  z-index: 100;
  height: 45px;
}
#main_nav.fixed #main_logo {
  opacity: 1;
  top: 11px;
}
#main_nav.fixed ul li a {
  line-height: 15px;
  margin-top: 15px;
  border-bottom: 2px solid #ffffff;
  -webkit-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -moz-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -o-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -ms-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
}
#main_nav.fixed .active,
#main_nav.fixed a:hover {
  border-bottom: 2px inset #000000;
}
#main_nav.fixed #subscribe {
  top: 8px;
}
#subscribe {
  height: 26px;
  width: 96px;
  border: 1px solid #000000;
  text-align: center;
  color: #666666;
  text-transform: uppercase;
  font-family: 'gt_haptik_regularregular', 'Futura', 'Helvetica', sans-serif;
  line-height: 17px;
  position: absolute;
  top: 12px;
  right: 0;
  padding-top: 1px;
  font-size: 12px;
  letter-spacing: 1px;
}
#main_header .open-mobile-menu,
#main_nav_mobile {
  display: none;
}
.DFP{
	
	width: 300px;
	margin: 0 auto;
	margin-bottom: 22px;
}
#home .DFP{
text-align:center; width:970px; margin:0 auto;
}
@media only screen and (max-width: 1024px) {
  /* MOBILE & TABLET */
  #main_nav.fixed {
    display: none;
  }
  #main_header {
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    text-align: center;
    padding-bottom: 0;
    height: auto;
    border: none;
    margin: 0;
  }
  #main_header a.open-mobile-menu {
    display: block;
    width: 50px;
    height: 43px;
    background: url('img/mobile-menu.png') no-repeat center center;
    background-size: 16px 12px;
    text-indent: -99999px;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  #main_header a.open-mobile-menu:hover {
    border: none;
  }
  #main_header #logo {
    top: 0px;
    display: block;
    width: auto;
    height: auto;
    background: #fff;
    height: 43px;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
  #main_header #logo img {
    margin-top: 9px;
    width: 72px;
  }
  #main_header #logo:hover {
    opacity: 1!important;
    border-top: 1px solid #d0d0d0!important;
    border-bottom: 1px solid #d0d0d0!important;
  }
  #main_header #main_nav {
    display: none;
  }
  #main_header #main_nav_mobile {
    background: #000;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 0px;
    overflow: hidden;
    -ms-transition: all 0.3s ease-in-out;
    -khtml-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #main_header #main_nav_mobile ul {
    position: relative;
    top: 0px;
    left: 0px;
    margin: 10px 0 0 0;
    padding: 10px 0;
    width: auto;
  }
  #main_header #main_nav_mobile ul li {
    display: block;
    margin: 0;
  }
  #main_header #main_nav_mobile ul li a {
    border: none;
    padding: 0;
    margin: 0;
    display: block;
    line-height: 36px;
    font-size: 16px;
    color: #fff;
  }
  #main_header #main_nav_mobile ul li a:hover {
    border: none;
  }
  #main_header #main_nav_mobile.show {
    margin-top: 45px;
    height: 286px;
  }
  #body {
    padding-top: 45px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 600px) {
  /* TABLET LANDSCAPE & PORTRAIT*/
  #main_header #logo {
    height: 68px;
  }
  #main_header #logo img {
    margin-top: 15px;
    width: 106px;
  }
  #main_header a.open-mobile-menu {
    display: block;
    width: 70px;
    height: 65px;
    background: url('img/mobile-menu.png') no-repeat center center;
    background-size: 24px auto;
    text-indent: -99999px;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  #main_header #main_nav_mobile.show {
    margin-top: 70px;
  }
  #body {
    padding-top: 90px;
  }
}
/* FOOTER */
#main_footer {
  width: 1084px;
position: fixed;
bottom: 0;
/* padding-bottom: 34px; */
text-align: center;
border-top: 1px solid #e5e5e5;
margin-top: 40px;
line-height: 65px;
z-index: 999;
background-color: #fff;
}
#main_footer li {
  display: inline-block;
  margin: 0 12px;
  font-family: 'gt_haptik_regularregular', 'Futura', 'Helvetica', sans-serif;
  letter-spacing: 2px;
  font-size: 11px;
  text-transform: uppercase;
}
#main_footer a {
  color: #666666;
  -webkit-transition: opacity 400ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -moz-transition: opacity 400ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -o-transition: opacity 400ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -ms-transition: opacity 400ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  transition: opacity 400ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
}
#main_footer a:hover {
  color: #000000;
}
@media only screen and (max-width: 600px) {
  /* MOBILE */
  #home .DFP{
text-align:center; width:auto; margin:0 auto;
}
  #main_footer {
    width: 100%;
    margin-top: 16px;
    line-height: 18px;
    padding: 10px 15px;
    text-align: center;
    font-size: 12px;
  }
  #main_footer li {
    letter-spacing: 0;
    margin: 0;
    display: block;
  }
}
/* ARTICLE */
#article {
  width: 750px;
  float: left;
}
#article.magazine {
  width: 100%;
}
#article .main {
  margin-bottom: 35px;
  text-align: center;
  position: relative;
}
#article .galleryIn {
  cursor: pointer;
}
#article .galleryIn:hover {
  opacity: 0.8;
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -moz-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -o-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -ms-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
}
#article header {
  text-align: center;
  width: 626px;
  margin: 0 auto;
}
#article .date {
  text-transform: uppercase;
  font-family: 'gt_haptik_regularregular', 'Futura', 'Helvetica', sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 24px;
}
#article .hgroup {
  margin: 5px 0 40px 0;
}
#article h1 {
  text-transform: uppercase;
  font-size: 30px;
  font-family: 'gt_haptikbold', 'Didot Bold';
  font-size: 40px;
  line-height: 42px;
}
#article h2 {
  width: 300px;
  margin: 6px auto 0 auto;
  font-size: 15px;
  font-family: 'Didot W01 Italic', 'Georgia', serf;
  font-weight: normal;
  line-height: 24px;
  font-style: normal;
}
#article .author {
  text-align: left;
  font-weight: bold;
  font-style: normal;
  font-family: 'gt_haptik_regularregular', 'Didot Bold', serif;
  font-size: 16px;
  line-height: 30px;
  width: 626px;
  margin: 0 auto 10px auto;
}
#article .author a {
  text-decoration: underline;
}
#article .text {
  width: 626px;
  margin: 0 auto;
  font-family: 'Georgia', 'Times';
  font-size: 16px;
  line-height: 32px;
}
#article .text strong {
  font-weight: bold;
  font-style: italic;
  line-height: 22px;
}
#article .text p {
  margin-bottom: 24px;
}
#article .text a {
  text-decoration: underline;
}
#article aside {
  width: 646px;
  margin: 0 auto;
  position: relative;
  left: 10px;
}
#article aside li {
  display: inline-block;
  margin: 0 10px 10px 0;
  cursor: pointer;
}
#article .share {
  border: 1px solid #c9c9c9;
  border-left: none;
  border-right: none;
  height: 55px;
  margin: 40px 0 0 0;
}
#article .share .fb-like {
  margin-top: 17px;
  float: left;
}
#article .share ul {
  float: left;
  margin-top: 11px;
  margin-left: 30px;
}
#article .share li {
  float: left;
  line-height: 30px;
  font-family: 'gt_haptik_regularregular', 'Futura', 'Helvetica', sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-right: 25px;
}
#article .share li i {
  display: inline-block;
  height: 20px;
  width: 20px;
  position: relative;
  top: 5px;
  margin-right: 5px;
}
#article .share .facebook i {
  background: url('img/sprite.png') no-repeat 0 -50px;
}
#article .share .twitter i {
  background: url('img/sprite.png') no-repeat -23px -50px;
}
#article .share .tumblr i {
  background: url('img/sprite.png') no-repeat -46px -50px;
}
#article .share .pinterest i {
  background: url('img/sprite.png') no-repeat -69px -50px;
}
#article .share li {
  opacity: 1;
  -webkit-transition: opacity 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -moz-transition: opacity 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -o-transition: opacity 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -ms-transition: opacity 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  transition: opacity 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
}
#article .share li:hover {
  opacity: 0.5;
}
@media only screen and (max-width: 600px) {
  /* MOBILE */
  #article {
    width: auto;
    float: none;
  }
  #article .main img {
    width: 100%!important;
    height: auto!important;
    display: block;
  }
  #article .main {
    margin-bottom: 0;
  }
  #article header {
    width: auto;
    padding: 12px 15px 28px 15px;
  }
  #article .date {
    font-size: 11px;
    line-height: 15px;
    margin: 10px 0 2px 0;
  }
  #article h1 {
    font-size: 25px;
    line-height: 25px;
    margin-top: 7px;
  }
  #article h2 {
    font-size: 15px;
    line-height: 15px;
    margin-top: 10px;
    width: auto;
  }
  #article .hgroup {
    margin: 0;
  }
  #article .text {
    width: auto;
    padding: 0 15px;
    font-size: 16px;
    line-height: 34px;
  }
  #article .text p {
    margin-bottom: 23px;
  }
  #article .author {
    width: auto;
    padding: 0 15px;
    font-size: 15px;
    line-height: 23px;
  }
  #article .share {
    height: auto;
    padding: 12px 15px 6px 15px;
    border-bottom: none;
  }
  #article .share .fb-like,
  #article .share ul {
    float: none;
    display: block;
    margin: 0;
  }
  #article .share .fb-like li,
  #article .share ul li {
    float: none;
    margin: 0;
  }
  #article .share .fb-like li a,
  #article .share ul li a {
    display: block;
  }
}
#open_gallery {
  position: absolute;
  bottom: 10px;
  right: 45px;
  font-family: 'gt_haptik_regularregular', 'Didot Bold';
  color: #000000;
  background: #ffffff;
  padding: 5px 4px 1px 5px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  cursor: pointer;
  border: 1px solid #000000;
}
#gallery {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  height: 100%;
  width: 100%;
  z-index: 1000;
  display: none;
  opacity: 0;
  width: auto!important;
  height: auto!important;
  -webkit-transition: opacity 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0;
  -moz-transition: opacity 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0;
  -o-transition: opacity 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0;
  -ms-transition: opacity 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0;
  transition: opacity 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0;
}
#gallery #pic {
  position: absolute;
  top: 50%;
  left: 50%;
}
#gallery .figure {
  position: relative;
}
#gallery nav {
  width: 289px;
  position: absolute;
  top: 0;
  right: 0;
}
#gallery nav .arrow {
  display: block;
  height: 36px;
  width: 17px;
  float: left;
  cursor: pointer;
}
#gallery nav .prev {
  background: url('img/sprite.png') no-repeat 0 0;
  margin-right: 45px;
}
#gallery nav .prev:hover {
  opacity: 0.5;
  -webkit-transition: all 350ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -moz-transition: all 350ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -o-transition: all 350ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -ms-transition: all 350ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  transition: all 350ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
}
#gallery nav .prev:active {
  opacity: 0.3;
}
#gallery nav .next {
  background: url('img/sprite.png') no-repeat -18px 0;
}
#gallery nav .next:hover {
  opacity: 0.5;
  -webkit-transition: all 350ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -moz-transition: all 350ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -o-transition: all 350ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -ms-transition: all 350ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  transition: all 350ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
}
#gallery nav .next:active {
  opacity: 0.3;
}
#gallery nav .close {
  display: block;
  height: 34px;
  width: 29px;
  background: url('img/sprite.png') no-repeat -36px 0;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
#gallery nav .close:hover {
  opacity: 0.5;
  -webkit-transition: all 350ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -moz-transition: all 350ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -o-transition: all 350ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -ms-transition: all 350ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  transition: all 350ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
}
#gallery nav .close:active {
  opacity: 0.3;
}
#gallery nav .nb {
  font-size: 12px;
  font-family: 'gt_haptik_regularregular', 'Futura', 'Helvetica', sans-serif;
  position: absolute;
  top: 0;
  left: 100px;
  color: #ffffff;
  letter-spacing: 3px;
}
#gallery .figcaption {
  width: 289px;
  position: absolute;
  top: 70px;
  right: 0;
  color: #ffffff;
}
#gallery .figcaption .title {
  font-size: 20px;
  font-family: 'gt_haptik_regularregular', 'Didot Bold', Georgia, serif;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
#gallery .figcaption .title a {
  color: #ffffff;
}
#gallery .figcaption .artist,
#gallery .figcaption .photograph {
  font-size: 10px;
  letter-spacing: 2px;
  font-family: 'gt_haptik_regularregular', 'Futura', 'Helvetica', sans-serif;
  line-height: 18px;
  text-transform: uppercase;
}
#gallery #ad {
  position: absolute;
  bottom: 0;
  right: 0;
}
#gallery #pic {
  -webkit-transition: opacity 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0;
  -moz-transition: opacity 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0;
  -o-transition: opacity 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0;
  -ms-transition: opacity 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0;
  transition: opacity 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0;
}
@media only screen and (max-width: 600px) {
  /* MOBILE */
  #open_gallery {
    right: 10px;
  }
  #gallery .figure {
    margin: 0!important;
    padding: 0!important;
    width: auto!important;
    height: 100%!important;
    bottom: 0px;
  }
  #gallery .figure .parent-image {
    text-align: center;
  }
  #gallery .figure .parent-image img {
    margin: 0!important;
    position: relative!important;
    top: auto!important;
    left: auto!important;
    width: auto!important;
    height: auto!important;
    max-height: 95%!important;
    max-width: 95%;
    display: inline-block;
    vertical-align: middle;
  }
  #gallery .figure .figcaption {
    position: relative;
    top: 0px;
    float: left;
    max-width: 70%;
    height: 70px;
    margin-left: 10px;
  }
  #gallery .figure .figcaption .title {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 4px;
    margin-top: 10px;
  }
  #gallery .figure .figcaption .photograph {
    font-size: 10px;
    line-height: 10px;
  }
  #gallery .figure nav {
    position: relative;
    top: 10px;
    float: right;
    width: auto;
    line-height: 18px;
    margin-right: 10px;
  }
  #gallery .figure nav .arrow {
    height: 18px;
    width: 9px;
    background-size: 500px 500px;
    margin-right: 10px!important;
  }
  #gallery .figure nav .next {
    background-position: -9px 0;
  }
  #gallery .figure nav .nb {
    position: relative;
    left: auto;
    float: left;
    clear: both;
    margin-top: 6px;
  }
  #gallery .figure nav .close {
    float: right;
    position: relative;
    width: 15px;
    height: 18px;
    background-size: 500px 500px;
    background-position: -18px 0;
  }
  #gallery #ad {
    display: none;
  }
}
/* CONTRIBUTORS */
#contributors {
  width: 750px;
  float: left;
}
#contributors .people {
  margin-bottom: 20px;
}
#contributors .people img {
  float: left;
  margin-right: 10px;
}
#contributors .people .name {
  font-size: 24px;
  font-family: 'gt_haptik_regularregular', 'Didot Bold';
  line-height: 35px;
  text-transform: uppercase;
}
#contributors .people .text {
  font-family: 'Georgia', 'Times';
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}
#contributors .resume {
  padding: 20px 0;
  border-top: 1px solid #e5e5e5;
  text-align: center;
}
#contributors .resume .date {
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: 'gt_haptik_regularregular', 'Futura', 'Helvetica', sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#contributors .resume .date span {
  display: inline;
}
#contributors .resume .title {
  text-transform: uppercase;
  font-size: 30px;
  font-family: 'gt_haptik_regularregular', 'Didot Bold';
  font-size: 40px;
  line-height: 42px;
}
#contributors .resume .hat {
  width: 300px;
  margin: 0 auto;
  font-family: 'Didot W01 Italic', 'Georgia', serf;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
  margin: 10px auto 20px auto;
}
#contributors .resume .text {
  width: 626px;
  margin: 0 auto;
  font-family: 'Georgia', 'Times';
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}
#contributors .resume .text strong {
  font-weight: none;
  font-style: italic;
  line-height: 22px;
  font-weight: normal;
}
#contributors .resume .text p {
  margin-bottom: 24px;
}
#contributors .resume .img,
#contributors .resume img {
  display: block;
  margin: 0 auto 15px auto;
}
#contributors .resume .more {
  text-decoration: underline;
  color: #000000;
  font-family: 'gt_haptik_regularregular', 'Futura', 'Helvetica', sans-serif;
  font-size: 14px;
}
@media only screen and (max-width: 600px) {
  /* MOBILE */
  #contributors {
    width: auto;
    float: none;
  }
  #contributors .people {
    padding: 20px 15px;
    margin-bottom: 0;
  }
  #contributors .people img {
    margin: 0 10px 10px 0;
    width: 40%;
    height: auto;
  }
  #contributors .people .name {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 2px;
  }
  #contributors .people .text {
    font-size: 15px;
    line-height: 23px;
  }
  #contributors .resume .date {
    font-size: 11px;
  }
  #contributors .resume img {
    width: 100%!important;
    height: auto;
  }
  #contributors .resume .front {
    padding: 0 15px;
  }
  #contributors .resume .front .title {
    font-size: 25px;
    line-height: 25px;
  }
  #contributors .resume .front .hat {
    font-size: 11px;
    line-height: 15px;
    margin-top: 2px;
    width: auto;
  }
  #contributors .resume .front .text {
    font-size: 15px;
    line-height: 23px;
    width: auto;
  }
}
/* SIDEBAR */
#sidebar {
  width: 300px;
  float: right;
}
#sidebar .ad {
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-align: center;
}
#sidebar .part {
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-align: center;
}
#sidebar .part .title {
  text-align: center;
  margin-bottom: 15px;
}
#sidebar .slider {
  position: relative;
  height: 370px;
  width: 300px;
  overflow: hidden;
  /*
        li                      {.translate3d(0, 0, 0);.transition(all, 500ms, cubic-bezier(0.165, 0.840, 0.440, 1.000), 0);
            &.left              {.translate3d(-100%, 0, 0);}
            &.right             {.translate3d(100%, 0, 0);}
        }*/
}
#sidebar .slider li {
  position: absolute;
  top: 0;
  left: 0;
}
#sidebar .slider li a {
  display: block;
}
#sidebar .slider li img {
  -webkit-transition: opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -moz-transition: opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -o-transition: opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -ms-transition: opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  transition: opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  opacity: 1;
}
#sidebar .slider li .hat {
  font-family: 'gt_haptik_regularregular', 'Didot Bold', 'Georgia', 'Times', serf;
  font-size: 17px;
  line-height: 20px;
  width: 250px;
  margin: 4px auto;
  text-transform: uppercase;
  font-weight: normal;
}
#sidebar .slider li .date {
  font-family: 'gt_haptik_regularregular', 'Futura', 'Helvetica', sans-serif;
  color: #A3A3A3;
  font-size: 10px;
  letter-spacing: 2px;
}
#sidebar .slider li:hover img {
  opacity: 0.6;
}
#sidebar nav {
  display: none;
}
#sidebar .date {
  text-transform: uppercase;
}
#sidebar .small_slider .title {
  font-family: 'gt_haptik_regularregular', 'Didot Bold';
  color: #ffffff;
  background: #000000;
  font-size: 14px;
  display: inline-block;
  padding: 6px 5px 2px 5px;
  line-height: 12px;
  text-transform: uppercase;
}
#sidebar .dots {
  display: block;
  height: 16px;
  width: 100%;
  text-align: center;
}
#sidebar .dots span {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url('img/sprite.png') no-repeat -13px -71px;
  margin: 0 6px;
  cursor: pointer;
}
#sidebar .dots span.on {
  background: url('img/sprite.png') no-repeat 0 -71px;
}
#sidebar .dots span:hover {
  opacity: 0.5;
  -webkit-transition: all 350ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -moz-transition: all 350ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -o-transition: all 350ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -ms-transition: all 350ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  transition: all 350ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
}
#sidebar .dots span:active {
  opacity: 0.3;
}
#sidebar .dots b {
  display: inline-block;
  width: 11px;
  height: 17px;
  position: relative;
  top: 3px;
  margin: 0 6px;
  cursor: pointer;
}
#sidebar .dots .prev {
  background: url('img/sprite.png') no-repeat -26px -71px;
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -moz-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -o-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -ms-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
}
#sidebar .dots .next {
  background: url('img/sprite.png') no-repeat -39px -71px;
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -moz-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -o-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -ms-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
}
#sidebar .dots .next:hover,
#sidebar .dots .prev:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 600px) {
  /* MOBILE */
  #sidebar {
    width: auto;
    float: none;
    text-align: center;
  }
  #sidebar .part {
    width: auto;
    border-top: 1px solid #c9c9c9;
    padding-top: 20px;
    border-bottom: none;
    padding-bottom: 0;
  }
  #sidebar .slider {
    width: 100%;
  }
  #sidebar .slider li {
    width: 100%;
  }
  #sidebar .slider li .hat {
    font-size: 11px;
    line-height: 15px;
    margin-top: 2px;
    width: auto;
  }
}
/* RELATED */
.related .title {
  font-size: 50px;
  text-align: center;
  font-family: 'gt_haptik_regularregular', 'Didot Bold';
  margin: 40px 0 30px 0;
}
.related .title b {
  display: inline-block;
  height: 1px;
  width: 200px;
  margin: 0 25px;
  background: #000000;
  position: relative;
  top: -15px;
}
.related .resume {
  width: 256px;
  float: left;
  margin-right: 20px;
  font-family: 'Georgia', 'Times';
  font-size: 12px;
  line-height: 24px;
}
.related .resume .title {
  font-family: 'gt_haptik_regularregular', 'Didot Bold';
  font-size: 18px;
  line-height: 24px;
  margin: 5px 0 0 0;
  text-transform: uppercase;
  text-align: center;
}
.related .resume .hat {
  font-family: 'Didot W01 Italic', 'Georgia', serf;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  font-style: normal;
}
.related .resume span {
  text-decoration: underline;
  color: #000000;
  font-family: 'gt_haptik_regularregular', 'Futura', 'Helvetica', sans-serif;
  font-size: 14px;
}
.related .resume b {
  display: block;
  height: 1px;
  width: 38px;
  margin: 6px auto 8px auto;
  background: #000000;
}
.related .resume.last-child {
  margin-right: 0px;
}
.related .resume img {
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -moz-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -o-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -ms-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  opacity: 1;
}
.related .resume:hover img {
  opacity: 0.6;
}
.related .issue {
  float: left;
  margin: 0 18.2px;
}
.related .issue img {
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -moz-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -o-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -ms-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  opacity: 1;
}
.related .issue:hover img {
  opacity: 0.6;
}
@media only screen and (max-width: 600px) {
  /* MOBILE */
  .related {
    width: auto;
    border-top: 1px solid #c9c9c9;
    margin-top: 30px;
  }
  .related .title {
    font-size: 16px;
    margin: 20px 0;
  }
  .related .title b {
    width: 20px;
    top: -4px;
    margin: 0 8px;
  }
  .related .resume {
    width: auto;
    float: none;
    margin: 0;
  }
  .related .resume a {
    display: block;
  }
  .related .resume img {
    width: 100%!important;
    height: auto!important;
    display: block;
  }
  .related .resume .title {
    margin-top: 12px;
    font-size: 25px;
    line-height: 25px;
    padding: 0 15px;
  }
  .related .resume b {
    display: none;
  }
  .related .resume .hat {
    font-size: 11px;
    line-height: 15px;
    margin-top: 2px;
    font-weight: bold;
    margin-bottom: 28px;
    padding: 0 15px;
  }
  .related .issue {
    width: 100%;
    float: none;
    margin: 0 0 15px 0;
  }
  .related .issue a {
    display: block;
  }
  .related .issue a img {
    display: block;
    width: 100%;
    height: auto;
  }
}
/* CATEGORY */
#category .column,
#category-mobile .column {
  width: 301px;
  float: left;
}
#category a,
#category-mobile a {
  color: #000000;
  display: block;
}
#category .resume,
#category-mobile .resume,
#category .resume-m,
#category-mobile .resume-m {
  width: 301px;
  float: left;
}
#category .resume img,
#category-mobile .resume img,
#category .resume-m img,
#category-mobile .resume-m img {
  display: block;
}
#category .resume .type,
#category-mobile .resume .type,
#category .resume-m .type,
#category-mobile .resume-m .type {
  border: 1px solid #000000;
  text-transform: uppercase;
  padding: 4px 3px 0 3px;
  display: inline-block;
  font-family: 'gt_haptik_regularregular', 'Didot Bold';
  font-size: 14px;
  line-height: 12px;
  margin-top: 10px;
}
#category .resume .title,
#category-mobile .resume .title,
#category .resume-m .title,
#category-mobile .resume-m .title {
  font-family: 'gt_haptikbold', 'Didot Bold';
  font-size: 20px;
  line-height: 25px;
  margin-top: 10px;
  text-transform: uppercase;
  text-align: center;
}
#category .resume .hat,
#category-mobile .resume .hat,
#category .resume-m .hat,
#category-mobile .resume-m .hat {
  font-family: 'Didot W01 Italic', 'Georgia', serf;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
}
#category .resume span,
#category-mobile .resume span,
#category .resume-m span,
#category-mobile .resume-m span {
  text-decoration: underline;
  color: #000000;
  font-family: 'gt_haptik_regularregular', 'Futura', 'Helvetica', sans-serif;
  font-size: 14px;
}
#category .resume b,
#category-mobile .resume b,
#category .resume-m b,
#category-mobile .resume-m b {
  display: block;
  height: 1px;
  width: 38px;
  margin: 6px auto 8px auto;
  background: #000000;
}
#category .resume,
#category-mobile .resume,
#category .resume-m,
#category-mobile .resume-m {
  margin-bottom: 20px;
}
#category .main,
#category-mobile .main {
  width: 438px;
  text-align: center;
  margin: 0 22px;
}
#category .main img,
#category-mobile .main img {
  width: 438px;
}
#category .main .resume,
#category-mobile .main .resume {
  width: 438px;
}
#category .main .type,
#category-mobile .main .type {
  display: none;
}
#category .main .title,
#category-mobile .main .title {
  font-size: 32px;
  font-family: 'gt_haptik_regularregular', 'Didot Bold';
  line-height: 36px;
  text-transform: uppercase;
  margin: 10px auto 0 auto;
  width: 300px;
}
#category .main .hat,
#category-mobile .main .hat {
  text-align: center;
  width: 300px;
  margin: 0 auto;
}
#category .resume .title,
#category-mobile .resume .title,
#category .resume-m .title,
#category-mobile .resume-m .title,
#category .resume img,
#category-mobile .resume img,
#category .resume-m img,
#category-mobile .resume-m img {
  opacity: 1;
  -webkit-transition: opacity 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -moz-transition: opacity 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -o-transition: opacity 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -ms-transition: opacity 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  transition: opacity 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
}
#category .resume:hover .title,
#category-mobile .resume:hover .title,
#category .resume-m:hover .title,
#category-mobile .resume-m:hover .title,
#category .resume:hover img .resume-m:hover img,
#category-mobile .resume:hover img .resume-m:hover img {
  opacity: 0.6;
}
#category .ad,
#category-mobile .ad {
  text-align: center;
}
#category .ad span,
#category-mobile .ad span,
#category .ad b,
#category-mobile .ad b {
  text-align: center;
  display: inline-block;
  font-size: 12px;
  font-family: 'Georgia', 'Times';
  color: #9d9d9d;
  text-decoration: none;
}
#category .ad b,
#category-mobile .ad b {
  height: 1px;
  width: 5px;
  background: #9d9d9d;
  margin: 2px 5px;
}
#category.videos,
#category-mobile.videos {
  width: 750px;
  float: left;
}
#category.videos .resume,
#category-mobile.videos .resume {
  width: 235px;
  height: 275px;
  margin: 0 22px 0 0;
}
#category.videos .resume > a,
#category-mobile.videos .resume > a {
  position: relative;
}
#category.videos .resume .play-button,
#category-mobile.videos .resume .play-button {
  position: absolute;
  right: -2px;
  top: 100px;
}
#category.videos .resume .title,
#category-mobile.videos .resume .title {
  font-family: 'gt_haptik_regularregular', 'Futura', 'Helvetica', sans-serif;
  font-size: 12px;
  text-align: left;
  line-height: 22px;
  letter-spacing: 1.5px;
}
#category.videos .resume .hat,
#category-mobile.videos .resume .hat {
  font-family: 'gt_haptik_regularregular', 'Didot Bold', 'Georgia', serif;
  text-align: left;
  font-size: 18px;
  line-height: 24px;
  font-style: normal;
  text-transform: uppercase;
}
#category.videos .resume.last,
#category-mobile.videos .resume.last {
  margin: 0 0 0 0;
}
#category.videos .resume img,
#category-mobile.videos .resume img {
  border: 1px solid #FFF;
}
#category.videos .resume:hover img,
#category-mobile.videos .resume:hover img {
  border: 1px solid #333;
}
#category.videos .resume.featured,
#category-mobile.videos .resume.featured {
  height: auto;
  width: auto;
  margin: 0 0 40px 0;
}
#category.videos .resume.featured .hat,
#category-mobile.videos .resume.featured .hat {
  font-size: 18px;
}
#category-mobile {
  display: none;
}
@media only screen and (max-width: 600px) {
  /* MOBILE */
  #category {
    display: none;
  }
  #category-mobile {
    display: block;
  }
  #category-mobile .resume-m {
    float: none;
    width: auto;
    margin-bottom: 0;
  }
  #category-mobile .resume-m img {
    width: 100%!important;
    height: auto! important;
    display: block;
  }
  #category-mobile .resume-m .title {
    padding: 12px 15px 0 15px;
    font-size: 25px;
    line-height: 25px;
  }
  #category-mobile .resume-m b {
    display: none;
  }
  #category-mobile .resume-m .hat {
    font-size: 11px;
    line-height: 15px;
    margin: 2px 0 28px 0;
    padding-top: 0 15px;
  }
  #category.videos {
    display: block;
    width: 100%;
  }
  #category.videos .resume {
    width: 100%;
    height: auto;
    text-align: center;
    float: none;
    padding-bottom: 10px;
  }
  #category.videos .resume .pictures {
    position: relative;
  }
  #category.videos .resume .pictures img.picture {
    width: 100%;
    height: auto;
    border: none;
  }
  #category.videos .resume .pictures img.play-button {
    top: auto;
    right: 0px;
    bottom: 38px;
  }
  #category.videos .resume .title,
  #category.videos .resume .hat {
    text-align: center;
    line-height: 18px;
  }
  #category.videos .resume.featured {
    line-height: 22px;
    margin-bottom: 25px;
  }
}
#article .push {
  position: relative;
  width: 1080px;
  height: 614px;
  padding-bottom: 20px;
  margin-left: 2px;
}
#article .push img,
#article .push .img {
  z-index: 1;
  background: #E5E5E5;
  display: inline;
  -webkit-transition: opacity 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -moz-transition: opacity 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -o-transition: opacity 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -ms-transition: opacity 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  transition: opacity 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
}
#article .push ul {
  width: 1080px;
  height: 614px;
  position: relative;
  overflow: hidden;
}
#article .push ul li {
  text-align: center;
  width: 1080px;
  height: 614px;
  position: absolute;
  top: 0;
  left: 0;
  /*.transition(all, 1000ms, cubic-bezier(0.165, 0.840, 0.440, 1.000), 0);*/
}
#article .push .arrow {
  display: block;
  padding: 261px 60px;
  position: absolute;
  top: 50%;
  margin-top: -290px;
  z-index: 100;
  cursor: pointer;
}
#article .push .arrow.prev {
  left: -30px;
}
#article .push .arrow.next {
  right: -30px;
}
#article .push .arrow.prev i {
  background: url('img/sprite.png') no-repeat 0 -94px;
  -webkit-transition: left 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -moz-transition: left 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -o-transition: left 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -ms-transition: left 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  transition: left 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
}
#article .push .arrow.next i {
  background: url('img/sprite.png') no-repeat -20px -94px;
  -webkit-transition: right 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -moz-transition: right 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -o-transition: right 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -ms-transition: right 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  transition: right 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
}
#article .push .arrow i {
  display: block;
  height: 38px;
  width: 19px;
  position: relative;
}
#article .push .arrow.prev i {
  background: url('img/sprite.png') no-repeat 0 -133px;
}
#article .push .arrow.next i {
  background: url('img/sprite.png') no-repeat -20px -133px;
}
#article .push .arrow:hover.prev i {
  left: -15px;
}
#article .push .arrow:hover.next i {
  right: -15px;
}
@media only screen and (max-width: 600px) {
  /* MOBILE */
  #article .push {
    width: 100%;
    height: 350px;
    padding-bottom: 12px;
    margin-left: 0px;
  }
  #article .push ul {
    width: 100%;
    height: 350px;
  }
  #article .push ul li {
    width: 100%;
    height: 350px;
    line-height: 350px;
    text-align: center;
  }
  #article .push ul li img {
    width: auto!important;
    height: auto!important;
    max-height: 95%!important;
    max-width: 70%;
    display: inline-block;
    vertical-align: middle;
  }
  #article .push .arrow {
    padding-left: 20px;
    padding-right: 20px;
  }
  #article .push .arrow.next {
    right: 0px;
  }
  #article .push .arrow.prev {
    left: 0px;
  }
}
/* HOME */
#home .push {
  position: relative;
  width: 1080px;
  height: 560px;
  padding-bottom: 20px;
  margin-left: 2px;
}
#home .push a {
  display: block;
  height: 100%;
  width: 100%;
  color: #ffffff;
}
#home .push img,
#home .push .img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: #E5E5E5;
  display: block;
  height: 560px;
  width: 1080px;
  -webkit-transition: opacity 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -moz-transition: opacity 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -o-transition: opacity 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -ms-transition: opacity 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  transition: opacity 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
}
#home .push .front {
  position: absolute;
  z-index: 2;
  text-align: center;
  width: 400px;
  left: 50%;
  margin-left: -200px;
  top: 220px;
}
#home .push span {
  text-decoration: underline;
  font-family: 'gt_haptik_regularregular', 'Futura', 'Helvetica', sans-serif;
  font-size: 14px;
  line-height: 24px;
}
#home .push .hat {
  font-weight: normal;
}
#home .push .title {
  font-size: 44px;
  line-height: 52px;
  text-transform: uppercase;
}
#home .push ul {
  width: 1080px;
  height: 560px;
  position: relative;
  overflow: hidden;
}
#home .push ul li {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /*.transition(all, 1000ms, cubic-bezier(0.165, 0.840, 0.440, 1.000), 0);*/
}
#home .push ul .front.black .title,
#home .push ul .front.black .type,
#home .push ul .front.black .hat,
#home .push ul .front.black .more,
#home .push ul .front.black a {
  color: #000000;
}
#home .push ul .front.white .title,
#home .push ul .front.white .type,
#home .push ul .front.white .hat,
#home .push ul .front.white .more,
#home .push ul .front.white a {
  color: #ffffff;
}
#home .push .front {
  opacity: 0;
  -moz-transform: translate3d(0, 50px, 0);
  -webkit-transform: translate3d(0, 50px, 0);
  -o-transform: translate3d(0, 50px, 0);
  -ms-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  -webkit-transition: all 1500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -moz-transition: all 1500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -o-transition: all 1500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -ms-transition: all 1500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  transition: all 1500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
}
#home .push li .front.on {
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
#home .push .arrow {
  display: block;
  padding: 261px 60px;
  position: absolute;
  top: 50%;
  margin-top: -290px;
  z-index: 100;
  cursor: pointer;
}
#home .push .arrow.prev {
  left: 0;
}
#home .push .arrow.next {
  right: 0;
}
#home .push .arrow.prev i {
  background: url('img/sprite.png') no-repeat 0 -94px;
  -webkit-transition: left 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -moz-transition: left 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -o-transition: left 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -ms-transition: left 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  transition: left 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
}
#home .push .arrow.next i {
  background: url('img/sprite.png') no-repeat -20px -94px;
  -webkit-transition: right 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -moz-transition: right 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -o-transition: right 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -ms-transition: right 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  transition: right 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
}
#home .push .arrow i {
  display: block;
  height: 38px;
  width: 19px;
  position: relative;
}
#home .push .arrow.black.prev i {
  background: url('img/sprite.png') no-repeat 0 -133px;
}
#home .push .arrow.black.next i {
  background: url('img/sprite.png') no-repeat -20px -133px;
}
#home .push .arrow.white.prev i {
  background: url('img/sprite.png') no-repeat 0 -94px;
}
#home .push .arrow.white.next i {
  background: url('img/sprite.png') no-repeat -20px -94px;
}
#home .push .arrow.black.prev:hover i {
  background: url('img/sprite.png') no-repeat 0 -94px;
}
#home .push .arrow.black.next:hover i {
  background: url('img/sprite.png') no-repeat -20px -94px;
}
#home .push .arrow.white.prev:hover i {
  background: url('img/sprite.png') no-repeat 0 -133px;
}
#home .push .arrow.white.next:hover i {
  background: url('img/sprite.png') no-repeat -20px -133px;
}
#home .push .arrow:hover.prev i {
  left: -15px;
}
#home .push .arrow:hover.next i {
  right: -15px;
}
#home .push.black {
  color: #ffffff;
}
#home .push.black a {
  color: #000000;
}
#home .push.black .front {
  color: #000000;
}
#home .push.black span {
  color: #000000;
}
#home .push.black .hat {
  color: #000000;
}
#home .push.black .arrow.prev {
  background: url('img/sprite.png') no-repeat 0 -133px;
}
#home .push.black .arrow.next {
  background: url('img/sprite.png') no-repeat -18px -133px;
}
#home .type {
  text-transform: uppercase;
  padding: 1px;
  display: block;
  font-size: 14px;
  font-family: 'gt_haptik_regularregular', 'Futura', 'Helvetica', sans-serif;
  margin-bottom: 8px;
  letter-spacing: 2px;
}
#home .title {
  font-size: 32px;
  line-height: 36px;
  font-family: 'gt_haptikbold', 'Didot Bold';
}
#home .hat {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  font-family: 'Didot W01 Italic', 'Georgia', serf;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  margin: 5px auto;
}
#home .resume {
  padding: 20px 0;
  border-top: 1px solid #e5e5e5;
}
#home .resume .date {
  display: block;
  float: left;
  width: 65px;
  padding: 0 40px;
  text-decoration: none;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
}
#home .resume .date .day {
  font-size: 36px;
  font-family: 'gt_haptik_regularregular', 'Didot Bold';
}
#home .resume .date .month {
  margin-top: 10px;
}
#home .resume .date span {
  display: block;
  font-family: 'gt_haptik_regularregular', 'Futura', 'Helvetica', sans-serif;
  font-size: 12px;
  line-height: 14px;
}
#home .resume .img,
#home .resume img {
  width: 450px;
  display: block;
  float: left;
}
#home .resume .img {
  margin-right: 45px;
}
#home .resume .front {
  display: block;
  float: left;
  width: 357px;
}
#home .resume .type {
  font-family: 'gt_haptik_regularregular', 'Futura', 'Helvetica', sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}
#home .resume .title,
#home .resume .more {
  font-family: 'gt_haptikbold', 'Didot Bold', serif;
  text-align: center;
  text-transform: uppercase;
}
#home .resume .more {
  display: block;
  color: #000000;
  font-size: 12px;
  font-family: 'Gergia', 'Times';
  font-weight: bold;
}
#home .resume .more:hover {
  text-decoration: underline;
}
#home .resume .excerpt {
  font-size: 14px;
  line-height: 22px;
  font-family: 'Georgia', 'Times';
  margin-top: 5px;
}
#home .resume .excerpt p {
  margin-bottom: 22px;
}
#home .resume .img,
#home .resume img {
  display: block;
  background: #E5E5E5;
  -webkit-transition: opacity 700ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -moz-transition: opacity 700ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -o-transition: opacity 700ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -ms-transition: opacity 700ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  transition: opacity 700ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
}
#home .resume.big .img,
#home .resume.big img {
  width: 852px;
  height: auto;
}
#home .resume.big .img {
  margin-bottom: 15px;
}
#home .resume.big .front {
  margin-left: 140px;
  width: 852px;
  height: auto;
}
#home .resume .title,
#home .resume .more {
  opacity: 1;
  -webkit-transition: opacity 400ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -moz-transition: opacity 400ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -o-transition: opacity 400ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -ms-transition: opacity 400ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  transition: opacity 400ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
}
#home .resume:hover .title,
#home .resume:hover .more,
#home .resume:hover img {
  opacity: 0.6;
}
.wp-pagenavi {
  height: 40px;
  width: 300px;
  margin: 50px auto;
  border: 1px solid #000000;
  background: #ffffff;
  text-align: center;
  cursor: pointer;
  line-height: 41px;
  font-family: 'gt_haptik_regularregular', 'Futura', 'Helvetica', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  clear: both;
}
.wp-pagenavi a {
  display: none;
}
@media only screen and (max-width: 600px) {
  /* MOBILE */
  #home .push {
    width: 100%;
    height: auto;
    padding: 0;
    margin-left: 0px;
  }
  #home .push .arrow.white {
    padding: 0;
    padding: 0 30px;
    height: 100%;
    top: 0px;
    margin: 0;
    vertical-align: middle;
  }
  #home .push .arrow.white i {
    margin-top: 50%;
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 19px;
    background-size: 500px 500px!important;
  }
  #home .push .arrow.prev i {
    background-position: 0px -47px !important;
  }
  #home .push .arrow.next i {
    background-position: -10px -47px !important;
  }
  #home .push .arrow.prev:hover i {
    background-position: 0 -66px !important;
  }
  #home .push .arrow.next:hover i {
    background-position: -10px -66px !important;
  }
  #home .push ul {
    width: 100%;
    height: 100%;
    overflow-y: visible;
  }
  #home .push ul img {
    width: 100%;
    height: auto!important;
    display: block;
  }
  #home .push .front {
    color: #000!important;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
    opacity: 0;
    position: absolute;
    z-index: 2;
    text-align: center;
    width: 90%;
    left: 0px;
    margin-left: 5%;
    top: 0px;
    padding-top: 8px;
  }
  #home .push .front .type {
    font-size: 11px;
    line-height: 15px;
    margin-bottom: 2px;
  }
  #home .push .front .title {
    color: #000!important;
    font-size: 19px;
    line-height: 19px;
    text-transform: uppercase;
  }
  #home .push .front .hat {
    color: #000!important;
    font-size: 11px;
    line-height: 15px;
    margin-top: 2px;
    font-weight: bold;
    font-family: 'Georgia', 'Times', serif;
  }
  #home .push .front .more {
    display: none;
  }
  #home .resume,
  #home .resume.big {
    text-align: center;
    padding: 0;
  }
  #home .resume .date,
  #home .resume.big .date {
    display: none;
  }
  #home .resume .img,
  #home .resume.big .img {
    float: none;
    margin: 0;
    width: auto;
    display: block;
  }
  #home .resume img,
  #home .resume.big img {
    float: none;
    display: block;
    width: 100%!important;
    height: auto;
  }
  #home .resume .front,
  #home .resume.big .front {
    float: none;
    width: auto;
    padding: 12px 15px 28px 15px;
    margin: 0;
  }
  #home .resume .front .excerpt,
  #home .resume.big .front .excerpt,
  #home .resume .front .more,
  #home .resume.big .front .more {
    display: none;
  }
  #home .resume .front .type,
  #home .resume.big .front .type {
    font-size: 11px;
    line-height: 15px;
    margin-bottom: 2px;
  }
  #home .resume .front .title,
  #home .resume.big .front .title {
    font-size: 25px;
    line-height: 25px;
  }
  #home .resume .front .hat,
  #home .resume.big .front .hat {
    font-size: 11px;
    line-height: 15px;
    margin-top: 2px;
  }
  .wp-pagenavi {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 600px) {
  /* TABLET LANDSCAPE & PORTRAIT*/
  #home .push {
    margin-top: -20px;
  }
}
/* OTHER */
.other {
  width: 750px;
  float: left;
}
.other .title {
  font-size: 50px;
}
.other .text p {
  margin-bottom: 20px;
}
/* OTHER */
#contact .column {
  width: 375px;
  float: left;
}
#contact .people,
#contact .service {
  margin-bottom: 20px;
}
#contact .people a,
#contact .service a {
  color: #000000;
}
#contact .people .name,
#contact .service .name {
  text-transform: uppercase;
}
#contact .people .type,
#contact .service .type {
  text-transform: uppercase;
}
/* PAGE */
#page {
  text-align: center;
}
#page h1 {
  text-transform: uppercase;
  font-size: 30px;
  font-family: 'gt_haptik_regularregular', 'Didot Bold';
  font-size: 40px;
  line-height: 42px;
}
#page h3 {
  text-decoration: underline;
  font-size: 20px;
  margin-bottom: 20px;
  font-family: 'gt_haptik_regularregular', 'Didot Bold';
  text-transform: uppercase;
}
#page .text {
  margin: 0 auto;
  font-family: 'Georgia', 'Times';
  font-size: 14px;
  line-height: 24px;
  width: 700px;
}
#page .text strong {
  font-weight: none;
  font-style: italic;
  line-height: 22px;
  font-weight: normal;
}
#page .text p {
  margin-bottom: 24px;
}
#page .text a {
  text-decoration: underline;
}
@media only screen and (max-width: 600px) {
  /* MOBILE */
  #page h3 {
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 20px;
  }
  #page .text {
    width: auto;
    padding: 25px 15px;
    font-size: 12px;
    line-height: 16px;
  }
  #page .text strong {
    line-height: 16px;
  }
  #page .text p {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 600px) {
  /* MOBILE */
  .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    display: block;
  }
  .video-container iframe,
  .video-container object,
  .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
  }
}
/* SEARCH */
#searchform {
  margin: 0 0 20px 48px;
}
#searchform label {
  font-size: 14px;
  font-family: 'Didot W01 Italic', 'Georgia', serf;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
}
#searchform input#s {
  border: 1px solid #efefef;
  padding: 8px;
  width: 433px;
}
#searchform input#searchsubmit {
  background: #FFFFFF;
  border: 1px solid #cdcdcd;
  padding: 5px 20px 6px 20px;
  color: #555;
  font-size: 14px;
  text-transform: uppercase;
}
#search .type {
  text-transform: uppercase;
  padding: 1px;
  display: block;
  font-size: 14px;
  font-family: 'gt_haptik_regularregular', 'Futura', 'Helvetica', sans-serif;
  margin-bottom: 8px;
}
#search .title {
  font-size: 32px;
  line-height: 36px;
  font-family: 'gt_haptik_regularregular', 'Didot Bold';
}
#search .hat {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  font-family: 'Didot W01 Italic', 'Georgia', serf;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  margin: 5px auto;
}
#search .resume {
  padding: 20px 0;
  border-top: 1px solid #e5e5e5;
}
#search .resume .date {
  display: block;
  float: left;
  width: 65px;
  padding: 0 40px;
  text-decoration: none;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
}
#search .resume .date .day {
  font-size: 36px;
  font-family: 'gt_haptik_regularregular', 'Didot Bold';
}
#search .resume .date .month {
  margin-top: 10px;
}
#search .resume .date span {
  display: block;
  font-family: 'gt_haptik_regularregular', 'Futura', 'Helvetica', sans-serif;
  font-size: 12px;
  line-height: 14px;
}
#search .resume .img,
#search .resume img {
  width: 450px;
  display: block;
  float: left;
}
#search .resume .img {
  margin-right: 45px;
}
#search .resume .front {
  display: block;
  float: left;
  width: 357px;
}
#search .resume .type {
  font-family: 'gt_haptik_regularregular', 'Futura', 'Helvetica', sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}
#search .resume .title,
#search .resume .more {
  font-family: 'gt_haptik_regularregular', 'Didot Bold', serif;
  text-align: center;
  text-transform: uppercase;
}
#search .resume .more {
  display: block;
  color: #000000;
  font-size: 12px;
  font-family: 'Gergia', 'Times';
  font-weight: bold;
}
#search .resume .more:hover {
  text-decoration: underline;
}
#search .resume .excerpt {
  font-size: 14px;
  line-height: 22px;
  font-family: 'Georgia', 'Times';
  margin-top: 5px;
}
#search .resume .excerpt p {
  margin-bottom: 22px;
}
#search .resume .img,
#search .resume img {
  display: block;
  background: #E5E5E5;
  -webkit-transition: opacity 700ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -moz-transition: opacity 700ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -o-transition: opacity 700ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -ms-transition: opacity 700ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  transition: opacity 700ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
}
#search .resume.big .img,
#search .resume.big img {
  width: 852px;
  height: auto;
}
#search .resume.big .img {
  margin-bottom: 15px;
}
#search .resume.big .front {
  margin-left: 140px;
  width: 852px;
  height: auto;
}
#search .resume .title,
#search .resume .more {
  opacity: 1;
  -webkit-transition: opacity 400ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -moz-transition: opacity 400ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -o-transition: opacity 400ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  -ms-transition: opacity 400ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
  transition: opacity 400ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
}
#search .resume:hover .title,
#search .resume:hover .more,
#search .resume:hover img {
  opacity: 0.6;
}
/* edit start here */
#main_header .socila-icons {
    right: 0;
    width: auto !important;
	margin-top:11px;
}
#main_header .socila-icons > li {
    font-size: 0;
    margin: 0 0 0 -1px !important;
	display:inline-block;
}
#main_header .socila-icons > li > a {
    display: block;
    width: 17px;
	background-repeat:no-repeat;
	height:17px;
	margin:0 !important;
	opacity:0.8;
}
#main_header .socila-icons > li > a:hover{
	opacity:1;
}
#main_header .facebook {
    background: url("../img/icons_06.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#main_header .twitter{
	 background: url("../img/icons_08.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#main_header .tumblr{
	background: url("../img/icons_10.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#main_header .instagram{
	background: url("../img/icons_11.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#main_header .search-icon{
	background: url("../img/icons_03.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#main_header .socila-icons li.searchToggle {
    border: 1px solid #000000;
    display: inline-block !important;
    padding: 4px 9px;
}

#category.magazine > .column {
    display: table;
    float: none !important;
    margin: 0 auto !important;
    width: auto !important;
}
#category.magazine  > .column{
	width:943px !important;
}
#category.magazine  > .column .resume{
	margin-right:20px;
}
#category.magazine  > .column .resume img{
  max-width: 100%;
  height: auto;
}
#category.magazine  > .column .resume.lastchild{
	margin-right:0;
}
#colorbox  div{
	background-image:none !important;}
#colorbox {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #000000;
    outline: 0 none;
	border-top:4px solid #000;
	width:60%;
}
.eemail_caption{
	font-family:'gt_haptik_regularregular','Futura','Helvetica',sans-serif;
	margin:10px 0;
}


.eemail_textbox {
    display: inline-block;
    width: 80%;
}


.eemail_textbox_class {
    border: 1px solid;
    height: 34px;
    line-height: 3;
    text-indent: 10px;
    width: 100% !important;
}

.eemail_textbox_button {
    background: none repeat scroll 0 0 #000000;
    border: medium none;
    color: #FFFFFF;
    height: 38px;
	float:right;
}


.eemail_button {
    display: inline-block;
    float: right;
	width:20%;
}
#cboxClose {
    bottom: inherit !important;
    right: 0;
    top: -8px;
	font-size:0;
}

#cboxClose:before {
    content: "x";
    font-family: Comic Sans MS;
    font-size: 20px;
}
li.search-div-top{
  vertical-align: top;
    width: 90px;
}
#topsearchform > input#s {
  height: 24px;
  position: absolute;
  right: 0;
  top: 0;
  width: 85px;
}
#main_header ul li{
  margin: 0 15px;
}




@media only screen and (max-width: 600px) {
  /* MOBILE */
  #search .resume,
  #search .resume.big {
    text-align: center;
    padding: 0;
  }
  #search .resume .date,
  #search .resume.big .date {
    display: none;
  }
  #search .resume .img,
  #search .resume.big .img {
    float: none;
    margin: 0;
    width: auto;
    display: block;
  }
  #search .resume img,
  #search .resume.big img {
    float: none;
    display: block;
    width: 100%!important;
    height: auto;
  }
  #search .resume .front,
  #search .resume.big .front {
    float: none;
    width: auto;
    padding: 12px 15px 28px 15px;
    margin: 0;
  }
  #search .resume .front .excerpt,
  #search .resume.big .front .excerpt,
  #search .resume .front .more,
  #search .resume.big .front .more {
    display: none;
  }
  #search .resume .front .type,
  #search .resume.big .front .type {
    font-size: 11px;
    line-height: 15px;
    margin-bottom: 2px;
  }
  #search .resume .front .title,
  #search .resume.big .front .title {
    font-size: 25px;
    line-height: 25px;
  }
  #search .resume .front .hat,
  #search .resume.big .front .hat {
    font-size: 11px;
    line-height: 15px;
    margin-top: 2px;
  }

}
@media only screen and (max-width: 1024px) and (min-width: 600px) {
  /* TABLET LANDSCAPE & PORTRAIT*/
}
/* ========== FPermet Ã  JQuery de savoir quand le media-queries a changÃ© la mise en forme ========== */
#detect-media-queries {
  width: 1080px;
  display: none;
}
@media only screen and (max-width: 600px) {
  /* MOBILE */
  #detect-media-queries {
    width: 100%;
    display: block;
  }
  #category.magazine{
    display: block; 
  }
   #category.magazine .column{
    width: 100% !important;
   }
  #category.magazine .column .resume{
    width: 100%;
  }
  #category.magazine .column .resume img{
    width: 100%;
    height: auto;
  }
}
