/*
Theme Name: Retard Magazine
Theme URI: http://www.mosne.it
Description: for WordPress 3.4.2 and superior.
Version: 1.0
Author: Mosne
Author URI: http://www.mosne.it
Tags: html5, boilerplate, hml5boilerplate
*/

/*!
 * Bootstrap v2.2.1
 *
 * 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.
 */
.clearfix{*zoom:1;}.clearfix:before,.clearfix:after{display:table;content:"";line-height:0;}
.clearfix:after{clear:both;}
.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0;}
.input-block-level{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block;}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1;}
audio:not([controls]){display:none;}
html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
a:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
a:hover,a:active{outline:0;}
sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline;}
sup{top:-0.5em;}
sub{bottom:-0.25em;}
img{max-width:100%;width:auto\9;height:auto;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic;}
#map_canvas img,.google-maps img{max-width:none;}
button,input,select,textarea{margin:0;font-size:100%;vertical-align:middle;}
button,input{*overflow:visible;line-height:normal;}
button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0;}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}
input[type="search"]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield;}
input[type="radio"]{margin-right: 0.5em;}
input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none;}
fieldset{ border: 0; padding: 0;margin: 0;}

textarea{overflow:auto;vertical-align:top;}
.hidden{display:none;visibility:hidden;}
.visible-phone{display:none !important;}
.visible-tablet{display:none !important;}
.hidden-desktop{display:none !important;}
.visible-desktop{display:inherit !important;}
@media (min-width:768px) and (max-width:979px){.hidden-desktop{display:inherit !important;} .visible-desktop{display:none !important ;} .visible-tablet{display:inherit !important;} .hidden-tablet{display:none !important;}}@media (max-width:767px){.hidden-desktop{display:inherit !important;} .visible-desktop{display:none !important;} .visible-phone{display:inherit !important;} .hidden-phone{display:none !important;}}
/* mosne reset*/

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
nav ul ,nav ul li{ list-style: none; margin: 0; padding: 0;}
body,html{ margin: 0;  padding: 0;}
a{outline:0; text-decoration: none;}
button,input[type="button"],input[type="reset"],input[type="submit"],
 input[type="search"],input[type="email"],select,textarea{
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
}
{cursor:pointer;-webkit-appearance:none;}
p{margin: 0; margin-bottom: 1.4em;}
.hidden{display: none;}
body { margin: 0; font: 1em/1.4 sans-serif; }
.input-block-level{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}


.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.btn.m-danger{
    background: #2ECC97;
    border: 0;
    color: #fff;
    text-shadow: none; 
}

table{ width: 100%;}


/*
Author  : Boon
URL     : http://builtbyboon.com
Twitter	: http://twitter.com/mattberridge
---------------------------------------*/


/* -- Use this wrapper if you want to block-out a column with padding 
Taken from http://csswizardry.com/2011/10/the-island-object/) -- */

.col2-set,
.row {
  margin-left: 0; /* gutter */
  overflow: hidden;
  clear: both;
}

[class*="col-"]{
  float: left;
  padding-left: 0; /* gutter */
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(js/boxsizing.htc);
 }
 
 
/*!
 * MOSNE RESPONSIVE DESIGN GRIDS 
 * Author  : mosne
 * URL     : http://mosne.it
 * ---------------------------------------*/
 
.col-full{ width: 100%;} .col-1-16{ width: 6.25%;} .col-1-8{ width: 12.5%;} .col-3-16{ width: 18.75%;} .col-1-4{ width: 25%;} .col-5-16{ width: 31.25%;} .col-3-8{ width: 37.5%;} .col-7-16{ width: 43.75%;} .col-1-2{ width: 50%;} .col-9-16{ width: 56.25%;} .col-5-8{ width: 62.5%;} .col-11-16{ width: 68.75%;} .col-3-4{ width: 75%;} .col-13-16{ width: 81.25%;} .col-7-8{ width: 87.5%;} .col-15-16{ width: 93.75%;} .col-1-1{ width: 100%;} .col-1-12{ width: 8.3333333333333%;} .col-1-6{ width: 16.666666666667%;} .col-1-3{ width: 33.333333333333%;} .col-5-12{ width: 41.666666666667%;} .col-7-12{ width: 58.333333333333%;} .col-2-3{ width: 66.666666666667%;} .col-5-6{ width: 83.333333333333%;} .col-11-12{ width: 91.666666666667%;} .col-1-10{ width: 10%;} .col-1-5{ width: 20%;} .col-3-10{ width: 30%;} .col-2-5{ width: 40%;} .col-3-5{ width: 60%;} .col-7-10{ width: 70%;} .col-4-5{ width: 80%;} .col-9-10{ width: 90%;} 

/* default responsive */
@media (max-width: 767px) {  
.col-1-16, .col-1-8, .col-3-16, .col-1-4, .col-5-16, .col-3-8, .col-7-16, .col-1-2, .col-9-16, .col-5-8, .col-11-16, .col-3-4, .col-13-16, .col-7-8, .col-15-16, .col-1-1, .col-1-12, .col-1-6, .col-1-3, .col-5-12, .col-7-12, .col-2-3, .col-5-6, .col-11-12, .col-1-10, .col-1-5, .col-3-10, .col-2-5, .col-3-5, .col-7-10, .col-4-5, .col-9-10, .col-full{ width: 100%;}
.ciao{display: none;}
}

/* -- Breakpoint 4 (.b) BIG DESKTOP
------------------------------------------------------------- */
@media (min-width: 1200px)  {  

.b-col-1-16{ width: 6.25%;} .b-col-1-8{ width: 12.5%;} .b-col-3-16{ width: 18.75%;} .b-col-1-4{ width: 25%;} .b-col-5-16{ width: 31.25%;} .b-col-3-8{ width: 37.5%;} .b-col-7-16{ width: 43.75%;} .b-col-1-2{ width: 50%;} .b-col-9-16{ width: 56.25%;} .b-col-5-8{ width: 62.5%;} .b-col-11-16{ width: 68.75%;} .b-col-3-4{ width: 75%;} .b-col-13-16{ width: 81.25%;} .b-col-7-8{ width: 87.5%;} .b-col-15-16{ width: 93.75%;} .b-col-1-1{ width: 100%;} .b-col-1-12{ width: 8.3333333333333%;} .b-col-1-6{ width: 16.666666666667%;} .b-col-1-3{ width: 33.333333333333%;} .b-col-5-12{ width: 41.666666666667%;} .b-col-7-12{ width: 58.333333333333%;} .b-col-2-3{ width: 66.666666666667%;} .b-col-5-6{ width: 83.333333333333%;} .b-col-11-12{ width: 91.666666666667%;} .b-col-1-10{ width: 10%;} .b-col-1-5{ width: 20%;} .b-col-3-10{ width: 30%;} .b-col-2-5{ width: 40%;} .b-col-3-5{ width: 60%;} .b-col-7-10{ width: 70%;} .b-col-4-5{ width: 80%;} .b-col-9-10{ width: 90%;} 
}


/* -- Breakpoint 3 (.d) DESKTOP
------------------------------------------------------------- */
@media (min-width: 767px) and (max-width: 1199px)  {

.d-col-1-16{ width: 6.25%;} .d-col-1-8{ width: 12.5%;} .d-col-3-16{ width: 18.75%;} .d-col-1-4{ width: 25%;} .d-col-5-16{ width: 31.25%;} .d-col-3-8{ width: 37.5%;} .d-col-7-16{ width: 43.75%;} .d-col-1-2{ width: 50%;} .d-col-9-16{ width: 56.25%;} .d-col-5-8{ width: 62.5%;} .d-col-11-16{ width: 68.75%;} .d-col-3-4{ width: 75%;} .d-col-13-16{ width: 81.25%;} .d-col-7-8{ width: 87.5%;} .d-col-15-16{ width: 93.75%;} .d-col-1-1{ width: 100%;} .d-col-1-12{ width: 8.3333333333333%;} .d-col-1-6{ width: 16.666666666667%;} .d-col-1-3{ width: 33.333333333333%;} .d-col-5-12{ width: 41.666666666667%;} .d-col-7-12{ width: 58.333333333333%;} .d-col-2-3{ width: 66.666666666667%;} .d-col-5-6{ width: 83.333333333333%;} .d-col-11-12{ width: 91.666666666667%;} .d-col-1-10{ width: 10%;} .d-col-1-5{ width: 20%;} .d-col-3-10{ width: 30%;} .d-col-2-5{ width: 40%;} .d-col-3-5{ width: 60%;} .d-col-7-10{ width: 70%;} .d-col-4-5{ width: 80%;} .d-col-9-10{ width: 90%;} 
}


/* -- Breakpoint 2 (.t) TABLET
------------------------------------------------------------- */
@media (min-width: 481px) and (max-width: 768px) {
.t-col-1-16{ width: 6.25%;} .t-col-1-8{ width: 12.5%;} .t-col-3-16{ width: 18.75%;} .t-col-1-4{ width: 25%;} .t-col-5-16{ width: 31.25%;} .t-col-3-8{ width: 37.5%;} .t-col-7-16{ width: 43.75%;} .t-col-1-2{ width: 50%;} .t-col-9-16{ width: 56.25%;} .t-col-5-8{ width: 62.5%;} .t-col-11-16{ width: 68.75%;} .t-col-3-4{ width: 75%;} .t-col-13-16{ width: 81.25%;} .t-col-7-8{ width: 87.5%;} .t-col-15-16{ width: 93.75%;} .t-col-1-1{ width: 100%;} .t-col-1-12{ width: 8.3333333333333%;} .t-col-1-6{ width: 16.666666666667%;} .t-col-1-3{ width: 33.333333333333%;} .t-col-5-12{ width: 41.666666666667%;} .t-col-7-12{ width: 58.333333333333%;} .t-col-2-3{ width: 66.666666666667%;} .t-col-5-6{ width: 83.333333333333%;} .t-col-11-12{ width: 91.666666666667%;} .t-col-1-10{ width: 10%;} .t-col-1-5{ width: 20%;} .t-col-3-10{ width: 30%;} .t-col-2-5{ width: 40%;} .t-col-3-5{ width: 60%;} .t-col-7-10{ width: 70%;} .t-col-4-5{ width: 80%;} .t-col-9-10{ width: 90%;} 
}


/* -- Breakpoint (.m) MOBILE
------------------------------------------------------------- */
@media (max-width: 480px) {

.m-col-1-16{ width: 6.25%;} .m-col-1-8{ width: 12.5%;} .m-col-3-16{ width: 18.75%;} .m-col-1-4{ width: 25%;} .m-col-5-16{ width: 31.25%;} .m-col-3-8{ width: 37.5%;} .m-col-7-16{ width: 43.75%;} .m-col-1-2{ width: 50%;} .m-col-9-16{ width: 56.25%;} .m-col-5-8{ width: 62.5%;} .m-col-11-16{ width: 68.75%;} .m-col-3-4{ width: 75%;} .m-col-13-16{ width: 81.25%;} .m-col-7-8{ width: 87.5%;} .m-col-15-16{ width: 93.75%;} .m-col-1-1{ width: 100%;} .m-col-1-12{ width: 8.3333333333333%;} .m-col-1-6{ width: 16.666666666667%;} .m-col-1-3{ width: 33.333333333333%;} .m-col-5-12{ width: 41.666666666667%;} .m-col-7-12{ width: 58.333333333333%;} .m-col-2-3{ width: 66.666666666667%;} .m-col-5-6{ width: 83.333333333333%;} .m-col-11-12{ width: 91.666666666667%;} .m-col-1-10{ width: 10%;} .m-col-1-5{ width: 20%;} .m-col-3-10{ width: 30%;} .m-col-2-5{ width: 40%;} .m-col-3-5{ width: 60%;} .m-col-7-10{ width: 70%;} .m-col-4-5{ width: 80%;} .m-col-9-10{ width: 90%;} 
}


/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

#loop {float: left; width: 100%; min-height: 160px;}
.isotope-item{z-index:2}.isotope-hidden.isotope-item{pointer-events:none;z-index:1}.isotope,.isotope .isotope-item{-webkit-transition-duration:0.8s;-moz-transition-duration:0.8s;-ms-transition-duration:0.8s;-o-transition-duration:0.8s;transition-duration:0.8s}.isotope{-webkit-transition-property:height, width;-moz-transition-property:height, width;-ms-transition-property:height, width;-o-transition-property:height, width;transition-property:height, width}.isotope .isotope-item{-webkit-transition-property:-webkit-transform, opacity;-moz-transition-property:-moz-transform, opacity;-ms-transition-property:-ms-transform, opacity;-o-transition-property:top, left, opacity;transition-property:transform, opacity}.isotope.no-transition,.isotope.no-transition .isotope-item,.isotope .isotope-item.no-transition{-webkit-transition-duration:0s;-moz-transition-duration:0s;-ms-transition-duration:0s;-o-transition-duration:0s;transition-duration:0s}.isotope.infinite-scrolling{-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none}


/* photoswipe.css*/
 
body.ps-active,body.ps-building,div.ps-active,div.ps-building{background:#fff;overflow:hidden}body.ps-active *,div.ps-active *{-webkit-tap-highlight-color:rgba(255, 255, 255, 0)}body.ps-active *:focus,div.ps-active *:focus{outline:0}div.ps-document-overlay{background:#fff}div.ps-uilayer{background:#fff;cursor:pointer}div.ps-zoom-pan-rotate{background:#fff}div.ps-zoom-pan-rotate *{display:block}div.ps-carousel-item-loading{background:url(images/loader.gif) no-repeat center center}div.ps-carousel-item-error{background:url(images/error.gif) no-repeat center center}div.ps-caption{background:transparent;color:transparent;font-size:13px;text-align:center}div.ps-caption *{display:inline}div.ps-caption{display:none;opacity:0}div.ps-caption-bottom{border-top:1px solid #42403f;border-bottom:none;min-height:44px}div.ps-caption-content{padding:13px;display:block;text-transform:uppercase}div.ps-toolbar{background:transparent;color:#444;font-size:13px;text-align:center;height:44px;display:table;table-layout:fixed}div.ps-toolbar *{display:block}div.ps-toolbar-top{border-bottom:1px solid #42403f;border-top:none}div.ps-toolbar-close,div.ps-toolbar-previous,div.ps-toolbar-next,div.ps-toolbar-play{cursor:pointer;position:fixed}div.ps-toolbar-play{display:none}div.ps-toolbar-previous{position:fixed;left:0;top:50%}div.ps-toolbar-next{position:fixed;right:0;top:50%}div.ps-toolbar-close{position:fixed;right:0;bottom:0;z-index:9999}div.ps-toolbar div div.ps-toolbar-content{width:64px;height:64px;margin:0 auto 0;background-image:url(images/icons.png); background-image:url(images/icons.svg); background-repeat:no-repeat}div.ps-toolbar-close div.ps-toolbar-content{background-position:0 0}div.ps-toolbar-previous div.ps-toolbar-content{background-position:-64px 0}div.ps-toolbar-previous-disabled div.ps-toolbar-content{background-position:-64px -64px}div.ps-toolbar-next div.ps-toolbar-content{background-position:-192px 0}div.ps-toolbar-next-disabled div.ps-toolbar-content{background-position:-192px -64px}div.ps-toolbar-play div.ps-toolbar-content{background-position:-128px 0}




/*
 * jQuery FlexSlider v2.0
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 85.5%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0 0 34px; position: relative; zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0; position: relative; zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav li{
    padding-top: 0;
}

.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 32px; height: 32px; margin: -20px 0 0; display: block; 

 position: absolute; top: 50%; z-index: 10; cursor: pointer; /*text-indent: -9999px;*/ opacity: 0; filter: alpha(opacity=0); -webkit-transition: all .3s ease; 
  font-size: 18px;
  line-height: 28px !important;
  text-align: center;
  color: white;
  padding-top: 2px;
  background: rgba(60,60,60,0.7);
  border-radius: 200px;
}



.flex-direction-nav a:hover{
  background: rgba(60,60,60,0.9);
  color: white;
}

.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }



.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px; filter: alpha(opacity=100);}
.flexslider:hover .flex-prev {opacity: 0.8; left: 8px; filter: alpha(opacity=100);}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled { display:none; opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 7px; height: 7px; display: block; background: #666; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; border: 2px solid #666; opacity: .8;}
.flex-control-paging li a:hover { background: #fff; border: 2px solid #fff; opacity: 1; }
.flex-control-paging li a.flex-active { background: transparent;  cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 0; left: 0;}
  .flex-direction-nav .flex-next {opacity: 0; right: 0;}
}

.flexslider .slides img.m-mob{
    display: none;
}

/* fonts */

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

}

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


#header .menu-mainmenu-container{
font-family: "quimby-mayoral",sans-serif;
font-style: normal;
font-weight: 400;
}

.mcontent h2,
.authors,
.textbody{
font-family: "ff-tisa-web-pro",serif;
font-style: normal;
font-weight: 400;
}


.authors{
    font-style: italic;
    font-size: 13px;
    line-height: 14px;
    color: #666;
    margin: 0.5em 0;
}

.authors a{
   color: #666;
}
#s,
.navi,
.type, .time{
     font-family: 'Lekton', monospace;
     font-weight: 400;
     text-transform: uppercase;
     }


.mini h1,
#header .menu-themes-container,
#footer h3{
     font-family: 'Lekton', monospace;
     font-weight: 700;
}
.mini h1{
    text-transform: uppercase;
}

.circular a,
.nsfw,
a.more,
#menu-item-299 a,
.circular a,
.menu-social-container a,
.flex-direction-nav a,
#header .menu-social-container,
#text-2 h3,
#logo,
[data-icon]:before {
	font-family: 'icons';
	content: attr(data-icon);
		speak: none;
	/* Enable Ligatures */
	-webkit-font-feature-settings:"liga","dlig";-moz-font-feature-settings:"liga=1, dlig=1";-moz-font-feature-settings:"liga","dlig";-ms-font-feature-settings:"liga","dlig";-o-font-feature-settings:"liga","dlig";
	font-feature-settings:"liga","dlig";
	text-rendering:optimizeLegibility;
		font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}


.icon-facebook, .icon-twitter, .icon-googleplus, .icon-pinterest, .icon-retard, .icon-playlist, .icon-more, .icon-arrow-right, .icon-arrow-left, .icon-nsfw {
	font-family: 'icons';
		speak: none;
	/* Enable Ligatures */
	-webkit-font-feature-settings:"liga","dlig";-moz-font-feature-settings:"liga=1, dlig=1";-moz-font-feature-settings:"liga","dlig";-ms-font-feature-settings:"liga","dlig";-o-font-feature-settings:"liga","dlig";
	font-feature-settings:"liga","dlig";
	text-rendering:optimizeLegibility;
		font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-facebook:before {
	content: "\66";
}
.icon-twitter:before {
	content: "\74";
}
.icon-googleplus:before {
	content: "\67";
}
.icon-pinterest:before {
	content: "\70";
}
.icon-retard:before {
	content: "\52\65\74\61\72\64";
}
.icon-playlist:before {
	content: "\23";
}

.icon-more:before {
	content: "\2b";
}
.icon-arrow-right:before {
	content: "\3e";
}
.icon-arrow-left:before {
	content: "\3c";
}
.icon-nsfw:before {
	content: "\21";
}


/*general*/


body,html{
	padding: 0;
	margin: 0;
    background: #fff;
    font-size: 13px;
    font-family: 'Lekton', monospace;
    font-style: normal;
    font-weight: 400;
   -webkit-font-smoothing: antialiased;
   color: #343232;
}

#bd{
    background: white;
    padding-top: 104px;
}


a{
    color: #48484b;
}

.textbody a{
    text-decoration: underline;
}

audio, canvas, video {
    width: 100%;
}

audio{
    margin: 30px 0;
}

.hide{
    display: none;
}

.push{
    max-width: 1160px;
    padding: 0 20px;
    margin: 0 auto;
}

.push.less{
    max-width: 1170px;
    padding: 0 10px;
}
.pushy{
    margin: 15px;
    background: white;
    text-align: left;
}
.pushy.nt{
    margin-top: 0;
    margin-bottom: 0;
}

.paddy{
    padding: 5px 0;
}

.paddy.lefty{
    padding: 0;
    padding-left: 30px;
    padding-right: 5px;
}

section.paddy {
padding-top: 0;
padding-bottom: 0;
}

.textbody{
max-width: 700px;
margin: 50px auto;
font-size: 18px;
line-height: 1.45em;
}
.textbody p{
margin-bottom: 1em;
}


footer.paddy{
    text-align: center;
    height: 57px;
}




.magicol{
 -webkit-column-count: 2;  -webkit-column-gap:  30px; 
     -moz-column-count: 2;     -moz-column-gap: 30px; 
          column-count: 2;          column-gap: 30px; 
}
.magicol.tre{
 -webkit-column-count: 3;  -webkit-column-gap:  30px; 
     -moz-column-count: 3;     -moz-column-gap: 30px; 
          column-count: 3;          column-gap: 30px; 
}
#carousel .fondino h1,
.pushy h3,
h3.related,
h1.title{
    font-family: 'dk_vermilionregular';
}

/*carousel*/
#carnav li{
        -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear; 
}


#carousel .pushy{
    margin: 0;
    background: transparent;
}
#carousel .fondino .pushy{
    margin: 15px 30px;
    margin-bottom: 0;
}


#carousel .fondino h1{
    font-size: 45px;
    line-height: 45px;
    font-weight: 400;
    
}

#carousel .flexslider{
background: #F2F2F2;
}

#carousel nav li{

    min-height: 91px;
    min-height: 90.9px;
    background: 
}

#carnav li:hover{
    cursor: pointer;
}


#carnav li.active,
#carnav li.active a,
#carnav li:hover a,
#carousel nav a:hover{
    color: white;
}


#carousel nav .paddy{
    padding: 15px 30px 0 30px;
}
#carousel nav h1{
    margin: 0;
    line-height: 1em;
}


.image{
    margin: 15px 0;
    position: relative;
}

.mcontent.video{
    background: gray;
}

.mcontent h2{
margin: 0;
font-style: italic;
padding: 10px;
float: left;
font-weight: 700;
}

a.embedvideo:after{
    content: '';
    background: url(images/retard_web-05.png) no-repeat scroll 0 0 transparent;
    height: 77px;
    left: 50%;
    margin-left: -38px;
    margin-top: -38px;
    opacity: 0.8;
    position: absolute;
    top: 50%;
    width: 77px;
    z-index: 15;
}


/*header*/

#menu-social-1 li,
#menu-social li{
    float: left;
}


.menu-social-container a{
    float: left;
    margin-right: 10px;
    font-size: 24px;
}
.social span,
.social a{
    font-size: 16px;
    color: #BFBBBB;
    float: left;
    margin-right: 8px;
}

.social a:hover{
color: #48484b;
}

.social span{
    font-size: 13px;
}


.linemenu{
    width: 100%;
    float: left;
}

#header .black{
width: 100%;
float: left;
background: #222;
padding: 15px 0;
}

#header .white{
background: white;
background: rgba(255,255,255,0.9);
border-bottom: 1px solid #999;
}


.linemenu div{
    margin-top: -1px;
}


.linemenu .menu{
    width: 100%;
    float: left;
    overflow: hidden;
    text-align: justify;

}


.linemenu .menu:after{
    content:"";
    display: inline-block; 
    width: 100%;
    line-height: 1px;
    font-size: 1px;
    height: 1px;
 }

#header .menu-mainmenu-container li,
.linemenu li{
    display: inline-block;
}

#header .menu-mainmenu-container li{
    font-size: 28px;
    margin: 0 42px;
    line-height: 28px;
   
}

#header .menu-mainmenu-container li a{
    color: #eee;
}

.linemenu.white .menu{
    height: 46px;
}


.linemenu a{
float: left;
padding: 5px 0;
padding-top: 16px;
text-transform: uppercase;
}


#header{
    float: left;
    width: 100%;
    position: absolute;
    z-index: 99;
}

#adv{
background: white;
}

.adv_wrapper{
    max-width: 728px;
    height: 96px;
   /* background: #F2C4D6;*/
    text-align: center;
    margin:  24px auto;
    color: white;
}


a.more,
#header #menu-item-299 a{
    font-size: 92px;
    height: 30px;
    overflow: hidden;
    width: 95px;
    margin: 0;
    float: left;
    padding: 0;
}

a.more{
float: none;
}

#s{
    border: 0;
    padding: 5px;
    width: 94%;
    color: white;
    
}



#footer .menu-item-299{
    display: none;
}

#footer #text-2 h3,
#logo a,
#logo{
    color: white;
    font-size: 95px;
    height: 26px;
    width: 95px;
    margin: 0;
    float: left;
    padding: 0;
    line-height: 96px;
}

#logo{
    margin-right: 42px;
}

#header .menu-mainmenu-container{
   float: left; 
}
#header .menu-social-container{
    float: right;
}



/*footer*/

#footer #text-2 h3{
    width: 100%;
    margin: 22px 0;
}

#footer,
#footer nav{
    float: left;
    width: 100%;
    height: auto;
}
#footer .justy{
    float: left;
    width: 100%;
}

#footer .widget-container{
    float: left;
    width: 22%;
}

#footer .widget-container:last-child{
    float: right;
    width: auto;
}

#footer{
    padding: 50px 0;
    color: white;
}

#footer h3{
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white;
    margin-top:35px;
    margin-bottom: 17px;
}
#text-2 h3{
text-transform: capitalize;
 margin: 22px 0;
}
#footer a{
    color: white;
}
#footer a:hover{
    text-decoration: underline;
}

#footer input{
    border: 0;
    margin-bottom: 5px;
    padding: 3px 5px;
    background: #DDDBDB;
}

#footer input[type="submit"]{
    background: #48484b;
    color: #BFBBBB;
}
#credits{
    text-align: center;
    margin-top: 180px;
    float: left;
    width: 100%;
}


/*sidebar*/
#sidebar h3{
    text-transform: uppercase;
    font-size: 13px;
    padding-top: 13px;
    border-top:3px solid black;
}

#sidebar .widget-container{
    margin-bottom: 30px;
}

/*edito*/
#edito{
    margin: 45px 0;
}

/*bd*/

#biglogo{
    width: 365px;
    margin: 0 auto;
    
}

#biglogo a{
    width: 365px;
    height: 140px;
    float: left;
    background: transparent 0 0 no-repeat;
    
    background-image: url(images/retard_web-02.png);
    background-image: none, url(images/retard_web-02.svg);
    text-indent: -999px;
    overflow: hidden;
    display: inline-block;
    margin: 45px 0;
    }

#footer #biglogo a{
    margin-top: 0;

}

.widget_links li{
    margin-bottom: 20px;
}


.wp-pagenavi .pages{
    display: none;
}

.wp-pagenavi .current{
    font-weight: bold;
}

.wp-pagenavi *{
    padding:  0 .5em;
}

.wp-pagenavi{
    text-align: center;
    padding: 60px 0;
    font-size: 18px;
}

.astitle h1.title,
.category h1.title,
.tag h1.title,
.page h1.title{
    margin-bottom: 45px;
}

#theloop{
    margin-bottom: 60px;
}

/*single*/



h3.related{
    font-size: 38px;
    text-align: center;
    font-weight: 400;
}

.circular{
    width: 100%;
    float: left;
}

.circular a{
position: fixed;
top: 50%;
float: left;
width: 50px;
height: 25px;
font-size: 25px;
text-align: center;
color: #48484b;
margin-top: -13px;
z-index: 30;
}
.circular a:hover{
    color: white;
}

.circular.r a{
left: inherit;
right: 0;
}

.rel{
     position: relative;
}

.social{
    padding-bottom: 30px;
}

.share{
    margin: 45px 0;
    padding: 60px 0;
    padding-bottom: 0;
    background: #F0F0F0;
}



/* Images */
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large {
	max-width: 97.5%;
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}

.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	margin-bottom: 1em;
	max-width: 99%;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.edit{
    position: fixed;
    bottom: 40px;
    left: 40px;
    z-index: 9999;
    }

.edit a{
    background:rgba(0,0,0,.5);
    color: white;
    padding:  3px;
    margin-left: 10px;
    border-radius: 4px;
    font-weight: 700;
    line-height: 1em;
}
.edit a:hover{
    background: #222;
}


.wp-caption .wp-caption-text,
.gallery-caption {
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 40px;
	position: relative;
}


/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}




.wp-caption-text{
text-align: center;
font-size: 14px;
font-style: italic;
color: #666;
margin: 10px 0;    
}

.navi{
    margin-top: 45px;
    font-size: 14px;
    line-height: 1.2em;
}

.navi a{
    text-decoration: none;
}


.time{
    font-size: 11px;
}

.type{
    letter-spacing: 0.08em;
    font-size: 14px;
}

.mini h1{
    margin: 0;
    font-size: 16px;
    line-height: 18px;
}

.biginfo .authors{
    font-size: 16px;
    text-align: center;
    line-height: 18px;
}

.biginfo .type{
    font-size: 16px;
    text-align: center;
}
.biginfo .time{
     text-align: center;
     margin-bottom: 18px;
}
h1.title{
    font-size: 80px;
    line-height: 80px;
    text-align: center;
    font-weight: 400;
    max-width: 600px;
    margin: 0 auto;
}

#edito h1.title{
    max-width: 700px;
    font-size: 45px;
    line-height: 45px; 
    margin-bottom: 30px;
}

.mois{
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 13px;
}

.nsfw{
    font-size: 86px;
    margin-bottom: 16px;
}

.nicebkg{
    text-align: center;
    margin: 30px 0;
}

/* make responsive
.textbody{
    max-width: 100% !important;
}*/


/* team */
.loopy h2{
margin: 0px;
line-height: 1em;
}
.loopy .authors{
    margin-top: 3px;
    margin-bottom: 13px;
}


.pushy h3{
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 400;
}

.lesauteurs .pushy{
    margin-top: 0;
}

img.tete{
    max-width: 139px;
}















/* Large desktop */
@media (min-width: 1200px) { 


}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 

#header .menu-mainmenu-container li {
margin: 0 22px;
}

}
 




/* gomobile*/
/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 

.nomobpush{
    padding: 0;
}

.magicol.tre,
.magicol{
 -webkit-column-count: 1;  -webkit-column-gap:  0; 
     -moz-column-count: 1;     -moz-column-gap: 0; 
          column-count: 1;          column-gap: 0; 
}



.pushy {
margin: 10px 5px;
}


#footer .widget-container{
    width: 49%;
}

#footer .widget-container:last-child{
 float: left;
 width: 100%;
}


.flexslider .slides img.m-mob{
    display: block;
}
.flexslider .slides img.m-dsk{
    display: none;
}

.nomobpush{
    padding: 0;
}

.magicol.tre,
.magicol{
 -webkit-column-count: 1;  -webkit-column-gap:  0; 
     -moz-column-count: 1;     -moz-column-gap: 0; 
          column-count: 1;          column-gap: 0; 
}
.pushy {
margin: 10px 5px;
}


.linemenu .menu {
width: 100%;
float: left;
overflow: auto;
text-align: center;
height: auto;
}
.linemenu .menu:after {
display: none;
}

.linemenu .menu li {
text-align: center;
}


.linemenu a {
padding: 10px 20px;
line-height: 13px;
text-align: center;
}

#header .menu-mainmenu-container,
.linemenu.white,
#carnav{
    display: none;
}
#logo{
    margin-left: 10px;
}

#bd{
    padding-top: 56px;
}

.circular{ position: relative;}

.circular a{
    position: absolute;
    top:49px;
}

.paddy.lefty{
    padding-left: 0;
    padding-right: 0;
}

#carousel .push{
    padding: 0;
}


}


/* Portrait tablet to landscape and desktop */
@media (min-width: 1200px)  { 



}

/* Portrait tablet to landscape and desktop */
@media (min-width: 769px) and (max-width: 1199px)  {
}
 
/* Landscape phone to portrait tablet */
@media (min-width: 481px) and (max-width: 768px) {



}


 
/* Landscape phones and down */
@media (max-width: 480px) {

.flex-caption h1 br{
    display: none;
}

.flex-control-nav li {
margin: 0 4px;
}

#biglogo,
#biglogo a {
width: 300px;
height: 114px;
background-size: 100%;
}

h1.title {
font-size: 45px;
line-height: 45px;
}

.textbody{
    font-size: 18px;
}

}




/* Retina-specific stuff here */

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 

}


