/* ==========================================================================
   Worldcrunch.com
   ========================================================================== */


/* ==========================================================================
   Color swatches
   ==========================================================================
  
  #f9f9f9 header light background
  #f1f1f1 light gray (background)
  #e0e0e0 light gray (border)
  
  #ebebeb newsmap_tiles article BG
  #f5f5f5 aside, load more gray background
  #d4d4d4 aside article border
  #ffffff article body bg
  #f9f9f9 article footer bg
  
  #19304e blue
  #122237 blue darker (caption shadow)
  #596c86 newsmap_tiles bottom blue
  
  #7f7f7f gray text (share buttons)
  #1e3451 blue text
  #fe9000 orange links
   
*/   

@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

body {
  text-align: center;
  font-size: 62.5%;
}






/* newsmap_tiles */

#newsmap_tiles {
  background: #a2bddd /*url(../img/map.jpg) 0 0 no-repeat*/;
  width: 100%;
  min-width: 960px;
  height: 320px;
  overflow: hidden;
  position:relative;
}

#newsmap_tiles a{
  text-decoration:none;
  color: #19304e;
}

#newsmap_tiles nav.full-map-nav {
  display: none;
}

#newsmap_tiles.fullview {
    height: 673px; 
}

#newsmap_tiles.fullview .newsmap_tiles-zoomout {
  display: none;
}

#newsmap_tiles.fullview .wrapper_tiles > .newsmap_tiles-button,
#newsmap_tiles.fullview .newsmap_tiles-secondary {
  display: none;
}
body #newsmap_tiles.fullview a.newsmap_tiles-zoomout {
  display: block;
  left: 0;
  right: auto;
  background: ##oranz; /* Old browsers */
background: -webkit-linear-gradient(top,  ##oranz 0%,#e27800 100%);
background: -o-linear-gradient(top,  ##oranz 0%,#e27800 100%); 
background: -ms-linear-gradient(top,  ##oranz 0%,#e27800 100%); 
background: linear-gradient(to bottom,  ##oranz 0%,#e27800 100%); 
  border-top:1px solid #oranz;
  border-left:1px solid #oranz;
  border-right:1px solid #oranz;
  bottom: -1px;
  height: 36px;
  line-height: 1.5em;
}

#newsmap_tiles.fullview a.newsmap_tiles-button img {
  display: inline-block;
  margin-top: -4px;
  margin-left:10px;
}


#newsmap_tiles.fullview nav.full-map-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 35px;
  width: 100%;
  z-index: 20;
  text-align: center;
  display: block;
}

#newsmap_tiles.fullview nav.full-map-nav span,
#newsmap_tiles.fullview nav.full-map-nav button {
  color: white;
  text-transform: uppercase;
  background: transparent;
  border: 1px solid white;
  border-radius: 3px;
  padding: 6px 12px;
  margin: 0;
  display: inline-block;
  margin-top: 4px;
  width: 90px;  
}

#newsmap_tiles.fullview nav.full-map-nav span {
  border-color: transparent;
}

#newsmap_tiles.fullview nav.full-map-nav button {
  background: #77879e; 
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc3ODc5ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ODc2ODkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #77879e 0%, #687689 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#77879e), color-stop(100%,#687689));
  background: -webkit-linear-gradient(top,  #77879e 0%,#687689 100%); 
  background: -o-linear-gradient(top,  #77879e 0%,#687689 100%);
  background: -ms-linear-gradient(top,  #77879e 0%,#687689 100%); 
  background: linear-gradient(to bottom,  #77879e 0%,#687689 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77879e', endColorstr='#687689',GradientType=0 ); /* IE6-8 */
  border-color: rgba(255,255,255,.5);
}

/*
#newsmap_tiles footer {
  height: 35px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #596c86;
  border-top: 1px solid #708197;
  border-bottom: 1px solid #49586d;
  z-index: 10;
}
*/


#headmap {
  width: 100%;
  height: 280px;
  background: transparent url(../img/bg-dossier.jpg) 50% 0 no-repeat;
}

#headmap .wrapper_tiles {
  width: 960px;
  height: 280px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  overflow: hidden;
}

#headmap h1 {
  width: auto;
  display: inline-block;
  background: rgba(25,48,78,.7);
  color: white;
  font-size: 2.5em;
  padding: 6px 12px 5px 12px;
  border-radius: 6px;
}

#newsmap_tiles .wrapper_tiles {
  height: 100%;
  width: 965px;
  text-align: left;
  position: relative;
  overflow: hidden;
  margin: 5px auto;
}

.logo {
  width: 965px !important;
  margin: 20px auto !important;
}

footer .wrapper_tiles {
  width: 960px;
  text-align: left;
  margin: 0 auto;
}

#newsmap_tiles nav.newsmap_tiles-primary a.go-prev {
  display: none; 
}

#newsmap_tiles nav.newsmap_tiles-primary a.go-next {
  display: none;
}


#newsmap_tiles article {
  width: 398px; 
  height: 310px;
  position: relative;
  float: left;
  overflow: hidden;
  /*top: 30px;*/
}

#newsmap_tiles article img {
  /*width: 200px;*/
  /*height: 135px;*/
  /*float: left;*/
  /*margin: 20px 20px;*/
}


#newsmap_tiles article header {
  /*background: rgba(83,108,142,.5);*/
  /*height: 62px;*/
  /*border-radius: 6px 6px 0 0;*/
}

#newsmap_tiles article .artbody {
  background: #ebebeb;
  width: 100%;
  height: 232px;
  position: absolute;
  width: 480px;
  top: 62px;
  border-radius: 0 0 6px 6px;
  
  box-sizing: border-box;
}


#newsmap_tiles article h1 {
  background: rgba(235,235,235,.8);
  color: #19304e;
  font-size: 2.2em;
  /*margin: 16px 0 0 0;*/
  position: absolute;
  top: 205px;
  height: 90px;
  width: 100%;
  padding: 15px;
  
}

#newsmap_tiles article nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 56px;
}

#newsmap_tiles article nav a {
  display: inline-block;
  text-indent: -99999px;
}

#newsmap_tiles article nav a.share {
  background: transparent url(../img/link-share.png) 0 0 no-repeat;
  width: 51px;
  height: 12px;
  position: absolute;
  top: 15px;
  left: 20px;
}

#newsmap_tiles article nav a.readlater {
  background: transparent url(../img/link-read-later.png) 0 0 no-repeat;
  width: 80px;
  height: 12px;  
  position: absolute;
  top: 15px;
  left: 90px;
}

#newsmap_tiles article nav a.readmore {
  background: transparent url(../img/button-readmore.png) 0 0 no-repeat;
  width: 130px;
  height: 96px;  
  position: absolute;
  top: 0;
  right: 20px;
}

  
#newsmap_tiles article p.location {
  background: transparent url(../img/worldc-pin.png) 0 0 no-repeat;
  height: 3em;
  margin: 10px 0 0 10px;
  position: absolute;
}
#newsmap_tiles article p.caption {
  display: block;
  width: auto;
  position: absolute;
  right: 0px;
  top: 5px;
  color: white;
  text-transform: uppercase;
  background: #19304e;
  line-height: 27px;
  padding: 0 2px 0 10px;
}

#newsmap_tiles article p.caption img {
  width: 11px;
  height: 37px;
  position: absolute;
  right: -10px;
  top: 0;
  margin: 0;
  padding: 0;
}

#newsmap_tiles nav.newsmap_tiles-secondary {
  position: absolute;
  bottom: 10px;
  left: 48%;
  z-index: 20;
}

#newsmap_tiles nav.newsmap_tiles-secondary a.newsmap_tiles-page {
  display: inline-block;
  width: 13px;
  height: 13px;
  text-indent: -99999px;
  background: transparent url(../img/pagination-inactive.png) 0 0 no-repeat;  
}

#newsmap_tiles nav.newsmap_tiles-secondary a.page-active {
  background: transparent url(../img/pagination-active.png) 0 0 no-repeat;  
}


#newsmap_tiles a.newsmap_tiles-button,
#headmap a.newsmap_tiles-button {
  display: block;
  position: absolute;
  right: 0;
  bottom: 1px;
  background: #3b4e66;
  box-sizing: border-box;
  padding: 8px 12px;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  border: 1px solid #36475c;
  z-index: 20;
}

#newsmap_tiles .side-articles_tiles {
	float: left;
  cursor: pointer;
}

#newsmap_tiles .upper-article_tiles {
	background: white;
	margin-left: 6px;
	margin-bottom: 6px;
	height: 152px;
	width: 320px;
	float: none;
}

#newsmap_tiles .upper-article_tiles h1 {
	top: 0;
	background: none;
	padding: 10px;
	margin: 0px;
}

#newsmap_tiles article footer {
	padding: 10px;
	margin: 0px;
	color: #b3d4fc;
	font-size: 1.2em;
	font-weight: bold;
	position: absolute;
	bottom: 0;
}

#newsmap_tiles .lower-article_tiles {
	background: #19304e;
	margin-left: 5px;
	height: 152px;
	width: 320px; 
	float: none;     
}

#newsmap_tiles .lower-article_tiles h1{
	color: white;
	top: 0;
	background: none;
	padding: 10px;
	margin: 0px;
}

#newsmap_tiles .right-box_tiles {
	background: white;
	position: relative;
	width: 235px;
	height: 310px;
	margin-left: 5px;
}

#newsmap_tiles .right-box_tiles h1 {
	color: #19304e;
	font-family: "PT Sans", Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	padding: 10px;
	margin: 0px;
}

#newsmap_tiles .right-box_tiles p {
	padding: 0px 10px 10px 10px;
	margin: 0px;
	color: #19304e;
	font-size: 1.2em;
	font-weight: bold;
}

#map-small_tiles {
	height: 152px !important;
	margin-bottom: 6px;
}

#quick-reads-small_tiles {
	height: 152px !important;
}

#quick-reads-big_tiles {
	float: left;
	margin-right: 6px;
}

#map-big_tiles {
	float: left;
}

#while-u-slept_tiles {
	margin-left: 25px;
}

.main-article_tiles{
  cursor: pointer;
}

#main-article_tiles-front p {
	background: rgba(235,235,235,.8);
	width: 100%;
	height: 100%;
	display: none;
	position: relative;
	top: -320px;
	font-size: 1em;
}

#newsmap_tiles .upper-article_tiles p { 
	display: none;
	background: #edf3fa;
	position: absolute;
	margin: 0;
	width: 100%;
	height: 100%;
}

#newsmap_tiles .lower-article_tiles p {
	display: none;
	background: #3a4f6c;
	position: absolute;
	margin: 0;
	width: 100%;
	height: 100%;	
}

.side-articles_tiles .lower {
	color: white !important;
}

#newsmap_tiles .main-article_tiles-title {
	font-family: "PT Sans", Arial, Helvetica, sans-serif;
	font-size: 2.8em;
	font-weight: bold;
	color: #19304e;
	padding: 15px;
	display: block;
}

#newsmap_tiles .main-article_tiles-body {
	display: block;
	font-family: Arial, Helvetice, sans-serif;
	font-size: 1.2em;
	color: #19304e;
	padding: 0 15px;
}

#newsmap_tiles .main-article_tiles-footer {
	display: block;
	font-family: Arial, Helvetice, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #19304e;
	padding: 15px;
	position: absolute;
	bottom: 0;
}

#newsmap_tiles .side-articles_tiles-title {
	font-family: "PT Sans", Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	font-weight: bold;
	color: #19304e;
	padding: 10px;
	display: block;	
}

#newsmap_tiles .side-articles_tiles-body {
	display: block;
	font-family: Arial, Helvetice, sans-serif;
	font-size: 1.2em;
	color: #19304e;
	padding: 0 10px;
}

#newsmap_tiles .side-articles_tiles-footer {
	display: block;
	font-family: Arial, Helvetice, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #19304e;
	padding: 10px;
}

/* ticker */

/* ==========================================================================
   Mondo page
   ========================================================================== */

.mondo #main {
  margin-top: 30px;
}

.mondo #newsmap_tiles .help {
  margin-top: 10px;
  display: inline-block;
}

/* ==========================================================================
   Subscription page
   ========================================================================== */


/* NEW*/



#heading nav.social {
  /*position: absolute;
  top: 110px;
  right: 0px;*/
}

.form-box.signup.right,
.popup-limit .signup.right {
  background: #f9f9f9;
  width: 24em;
  padding: 0 1em 1em;
  border: 1px solid #d4d4d4;
  border-radius: 7px;
}

.popup.popup-limit h2 {
  font-family: Arial, Helvetica, sans-serif;
  padding: 0;
  line-height: 1em;
  margin-bottom: .4em;
  font-weight: normal;
  font-size: 2em;
}

.popup-limit h1 { font-family: Arial, Helvetica, sans-serif; }

.popup-limit .signup.right {
  width: 38em;
  margin-left: 2em;
  padding: 1em 2em;
}

.popup-limit .signup.right h1 {
  text-align: left;
}


.popup-limit .signup.right quote, 
.popup-limit .signup.right p,
.popup-limit footer span {
  color: #555555;
}

.popup-limit .signup.right p,
.popup-limit footer span {
  font-size: 1.4em;
}

.popup-limit .signup.right quote {
  font-size: 1.7em;
}

.form-box.signup.right .ic-email, 
.form-box.signup.right .ic-pw {
  background-color: white;
}

.form-box.signup.right a {
  color: #9d9d9d;
  text-decoration: underline;
}

.mondo #banners aside#moremondo header a {
  background: #19304e;
  color: white;
  text-decoration: none;
  line-height: 2.6em;
  padding-left: 1em;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 22px;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
}

.mondo #banners aside#moremondo header a b {
  font-family: "PT Sans", sans-serif;
}

/* newsletter */

.newsletters #articles > h1 {
  color: #555658;
  text-transform: uppercase;
  font-family: "PT Sans", Arial, Helvetica, sans-serif;
}
.newsletters #articles > p,
.newsletters #articles > form p {
  color: #808080;
  font-size: 1.4em;
}

.newsletters #articles article {
background: #f5f5f5;
height: 245px;
position: relative;
padding-top: .6em;
}

.newsletters #articles article.jos-nekih-60-px {
height: 320px;
padding-top: .6em;
}

.newsletters #articles article.jos-nekih-60-px form {
position: absolute;
bottom: 0;
left: 10px;
height: 51px;
width: 278px;
}

.newsletters #articles article.jos-nekih-60-px h1 {
padding: 0;
margin: 0;
font-family: Arial, Helvetica, sans-serif;
}


.newsletters #articles article.jos-nekih-60-px h1 span {
  color: #fe9000;
}

.newsletters #articles article.jos-nekih-60-px .button-bg {
	position: absolute;
	top: 2px;
	right: 2px;
	font-weight: bold;
}

.newsletters #articles article > img {
  position:absolute;
  bottom: 0;
  left: 0;
}



.button-bg {
  display: block;
  border: none;
  width: 8em;
  border-radius: 5px;
  height: 36px;
  line-height: 3em;
  text-align: center;
  font-size: 1.1em;
  text-transform: uppercase;
  letter-spacing: .15em;
}

.button-bg-wide { width: 11.2em; }


.sivo-plavo {
	background: -webkit-rgb(118, 134, 155);
	background: -o-rgb(118, 134, 155);
	background: -ms-rgb(118, 134, 155);
	background: -moz-rgb(118, 134, 155);
	background: rgb(118, 134, 155);
	color: white !important;
	font-weight: bold;
}

.newsletters #articles article.jos-nekih-60-px > img {
  bottom: 62px;
}

.newsletters #articles article p {
font-size: 1.2em;
font-weight: bold;
}

.newsletters #articles article h1 {
}

.newsletters #articles article label.title {
  font-weight: bold;
  font-size: 2em;
}

.newsletters #articles article label.title input {
margin: 0 .3em;
}

.newsletters #articles article header {
  text-align: center;
}

.newsletters #articles article label span {
  color: #fd8600;
}

.newsletters #articles article * {
  color: #1e3451;
}

/* end newsletter */

aside#dossier360 header h1,
aside#dossier360 header a {
  text-indent: 0;
}

aside#dossier360 header h1 {
  text-transform: none;
  position: absolute;
  top: 122px;
  left: 15px;
  width: auto;
  font-family: "PT Sans", Arial, Helvetica, sans-serif;
  font-size: 2.8em;
  font-weight: normal;
  color: white;
  z-index: 20;
}

aside#dossier360 header h2 {
  position: absolute;
  top: 140px;
  left: 15px;
  font-size: 1.7em;
  font-family: "PT Sans";
  font-weight: normal;
  color: white;
  z-index: 20;
}


aside#dossier360 .article-overlay {
  position: absolute;
  left: 0;
  width: 298px;
  bottom: 0;
  top: 1px;
  z-index: 10;
}

#dossier360.twocol h1 {
  /*position: absolute;*/
  /*top: -6px;*/
  /*left: 330px;*/
  margin-left: 0.35em;
  margin-bottom: 0;
  width: auto;
  font-family: "PT Sans", Arial, Helvetica, sans-serif;
  font-size: 2.8em;
  font-weight: normal;
}

#dossier360.twocol h2 {
  /*position: absolute;*/
  /*top: 33px;*/
  /*left: 330px;*/
  margin-left: 0.60em;
  margin-top: 0;
  font-size: 1.7em;
  font-family: "PT Sans";
  font-weight: normal;
}


#heading .banner {
  padding: 10px 0;
  text-align: center;
  height: 110px;
  position: absolute;
  top: 0;
  text-align: center;
  left: 0;
  width: 100%;
}
#heading header {
  padding-top: 110px;
}


/* END NEW */


/* ==========================================================================
   Helper classes
   ========================================================================== */

.left   { float: left; }
.right  { float: right; }

.button-image {
border: none;
background: transparent;
padding: 0;
margin: 0;
}


.fixscroll-fixed {
  position: fixed;
  top: 10px;
  width: 300px;
  z-index: 99;
}

.fixscroll-absolute {
  position: absolute;
}

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media screen and (min-width: 750px) {
   
}


@media screen and (min-width: 980px) {

}


/*ipad portrait + landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 
  .subscription input[type=radio] {
    width: 20px;
    height: 20px;
  }
  .subscription #slen input {
    top: 60px;
  }
}

/* ipad portrait */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
  /* same as @media screen and (min-width: 1024px)  */
  body,
  #heading,
  #newsmap_tiles {
    width: 1024px;
  }
  
  #heading header {
  width:100%;
  max-width: 100%;
  padding: 110px 40px 0 40px;
  text-align: center;
  }
  
  #heading header form.search-form {
  position: absolute;
  right: 171px;  
  }
  
  #heading header .subscribe-button {
  right: 40px;
  }
}


@media screen and (min-width: 1024px) {

  #heading header {
  width: 100%;
  max-width: 100%;
  padding: 110px 40px 0 40px;
  text-align: center;
  }
  
  #heading header form.search-form {
  position: absolute;
  right: 171px;  
  }
  
  #heading header .subscribe-button {
  right: 40px;
  }
  
}
 
 
@media only screen and (min-width: 1290px) {
  #main,
  #ticker {
    width: 1290px;
  }
  
  #main #articles {
    width: 990px;
  }
  
  .single-article #articles aside.related,
  .single-article .article-wraptwo {
    width: 960px;
  }
  
/*
 .artlist #articles article:nth-of-type(4n){
    background: yellow;
    margin-left: 0;
  }

  .artlist #articles article:nth-of-type(4){
    background: purple;
    margin-left: 3em;
  }

  .artlist #articles article:nth-of-type(3n+1){
    background: gray;
    margin-left: 3em;
  }

  */
 
 
  
  .artlist #articles article:nth-of-type(1),
  .artlist #articles article:nth-of-type(3n-1),
 {
    margin-left: 0 ;
  }
  
  .artlist #articles article,
  .artlist #articles article:nth-of-type(3n),
  .artlist #articles article:nth-of-type(3) {
    margin-left: 3em;
  }

  .artlist #articles article:nth-of-type(3n+9){
    margin-left: 0;
  }
  
  .artlist #articles article:nth-of-type(3n+11){
    margin-left: 3em;
  }

  .artlist #articles article:nth-of-type(3n+12){
    margin-left: 3em;
  }

   .artlist #articles .load-more article:nth-of-type(n) {
      margin-left: 3em;
   }

   .artlist #articles .load-more article:nth-of-type(3n+1) {
      margin-left: 0;
   }
   
    .artlist.searchpage #articles article:nth-of-type(n) {
    margin-left: 3em !important;
  }
  

  .artlist.searchpage #articles article:nth-of-type(3n+1) {
    margin-left: 0 !important;
  }
  
  

  
.artlist.category #articles .load-more article:nth-of-type(n) {
    margin-left: 3em !important;
  }
  

  .artlist.category #articles .load-more article:nth-of-type(3n+1) {
    margin-left: 0 !important;
  }



  .artlist.partner-page #articles  article:nth-of-type(n) {
    margin-left: 3em !important;
  }
  

  .artlist.partner-page #articles  article:nth-of-type(3n+1) {
    margin-left: 0 !important;
  }




  
  #articles #dossier360 { display: none; }
  
  #newsmap_tiles #quick-reads-small_tiles { display: none; }
  
  #newsmap_tiles #map-small_tiles { display: none; }
  
  #newsmap_tiles .wrapper_tiles { width: 1295px; }
  .logo {width: 1295px !important; margin: 20px auto !important;}
  
  .single-article #articles article .article-img {
    width: 98%;
    height: auto;
  }
  .single-article #articles article {
    width: 100%;
    height: auto;
    border: none;
    padding-right: 30px;
  }
  
  .mondo #articles article {
    width: 96%;
  }  
  
  .mondo #articles article .content {
    width: 64%;
  }
    
  .mondo #articles article footer .readlater {
    right: 40px;
    left: auto;
  }
  
  .mondo #articles article footer .share {
    right: 220px; 
    left: auto;
  }  
  
  .mondo #articles article footer .date {
    right: 368px;
    left: auto;
  }
  
  #newsmap_tiles.fullview {
    height: 985px; 
    height: 883px;
  }
    
}

@media screen and (max-width: 1290px) {
  #newsmap_tiles #quick-reads-big_tiles { display: none; }
  
  #newsmap_tiles #map-big_tiles { display: none; }
  
  #newsmap_tiles #while-u-slept_tiles { display: none; }	
}

@media screen and (max-width: 1620px) {
  #newsmap_tiles #while-u-slept_tiles { display: none; }	
}
 
 

 
@media screen and (min-width: 1620px) {
  #main,
  #ticker {
    width: 1620px;
  }
  
  #main #articles {
    width: 1320px;
  }
  
  .single-article #articles aside.related,
  .single-article .article-wraptwo {
    width: 1290px;
  }
  
  .artlist #articles article:nth-of-type(1),
  .artlist #articles article:nth-of-type(4n-1),
  .artlist #articles .load-more article:nth-of-type(4n+1) {
    margin-left: 0;
  }

  
  .artlist #articles article,
  .artlist #articles article:nth-of-type(4n),
  .artlist #articles article:nth-of-type(3),
  .artlist #articles .load-more article:nth-of-type(4n-1) {
    margin-left: 3em;
  }

  .artlist #articles article:nth-of-type(3n+9){
    margin-left: 3em;
  }
  .artlist #articles article:nth-of-type(3n+11){
    margin-left: 0;
  }

  .artlist #articles .load-more article:nth-of-type(n) {
      margin-left: 3em !important;
   }

   .artlist #articles .load-more article:nth-of-type(4n+1) {
      margin-left: 0 !important;
   }


   .artlist.category #articles .load-more article:nth-of-type(n) {
    margin-left: 3em !important;
  }
  

  .artlist.category #articles .load-more article:nth-of-type(4n+1) {
    margin-left: 0 !important;
  }

   .artlist.searchpage #articles article:nth-of-type(n) {
    margin-left: 3em !important;
  }
  

  .artlist.searchpage #articles article:nth-of-type(4n+1) {
    margin-left: 0 !important;
  }

   .artlist.source_partner #articles article:nth-of-type(n) {
    margin-left: 3em !important;
  }
  

  .artlist.source_partner #articles article:nth-of-type(4n+1) {
    margin-left: 0 !important;
  }
   
  
  .single-article #articles article .article-img {
    width: 98.4%;
  }

  .artlist.partner-page #articles  article:nth-of-type(n) {
    margin-left: 3em !important;
  }
  

  .artlist.partner-page #articles  article:nth-of-type(4n+1) {
    margin-left: 0 !important;
  }
  
  
  

  

  #newsmap_tiles.fullview {
    height: 985px; 
    height: 883px;
  }
  
  #newsmap_tiles .wrapper_tiles { width: 1620px; }
  .logo {width: 1620px !important; margin: 20px auto !important;}
  
}


@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.mondo #articles article .content {
width: 100%;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  { 

  body, 
  #heading, 
  #newsmap { 
    width: 1024px; 
  }
}