/*
  Author: Layerland
  Author URI: http://layerland.com.br
*/
/*********************************************************************************************

Project : rwdgrid - responsive grid system for your next project
URI: http://rwdgrid.com/
Version: 2.0
Author: Vineeth G S 
Author URI: http://www.gsvineeth.com
Github URI: https://github.com/gsvineeth/rwdgrid/

**********************************************************************************************

1.  Base code            
2.  Mobile Grid 
3.  Grid 720px+
4.  Grid 1024px+
5.  Grid 1200px+
6.  Helper classes

**********************************************************************************************/
/********************************************************************************************* 

1.  Base code            

*********************************************************************************************/
*, *:after, *:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

[class*='grid-'] {
  float: left;
  padding: 0 10px;
  width: 100%; }

.clear-grid {
  clear: both;
  float: inherit; }

.container {
  margin: 0%;
  width: 100%; }

.container:after, .container:before {
  display: table;
  clear: both;
  content: " "; }

.nest {
  margin: 0 -10px;
  padding: 0;
  width: auto; }

/********************************************************************************************* 

2.  Mobile Grid 

*********************************************************************************************/
.grid-m-12 {
  width: 100%; }

.grid-m-11 {
  width: 91.666663%; }

.grid-m-10 {
  width: 83.33%; }

.grid-m-9 {
  width: 74.999997%; }

.grid-m-8 {
  width: 66.66666664%; }

.grid-m-7 {
  width: 58.333%; }

.grid-m-6 {
  width: 50%; }

.grid-m-5 {
  width: 41.6665%; }

.grid-m-4 {
  width: 33.33%; }

.grid-m-3 {
  width: 24.99%; }

.grid-m-2 {
  width: 16.66666%; }

.grid-m-1 {
  width: 8.33%; }

/********************************************************************************************* 

3.  Grid 720px+

*********************************************************************************************/
@media (min-width: 720px) {
  .grid-12 {
    width: 100%; }

  .grid-11 {
    width: 91.666663%; }

  .grid-10 {
    width: 83.33%; }

  .grid-9 {
    width: 74.999997%; }

  .grid-8 {
    width: 66.66666664%; }

  .grid-7 {
    width: 58.333%; }

  .grid-6 {
    width: 50%; }

  .grid-5 {
    width: 41.6665%; }

  .grid-4 {
    width: 33.33%; }

  .grid-3 {
    width: 24.99%; }

  .grid-2 {
    width: 16.66666%; }

  .grid-1 {
    width: 8.33%; }

  .grid-t-12 {
    width: 100%; }

  .grid-t-11 {
    width: 91.666663%; }

  .grid-t-10 {
    width: 83.33%; }

  .grid-t-9 {
    width: 74.999997%; }

  .grid-t-8 {
    width: 66.66666664%; }

  .grid-t-7 {
    width: 58.333%; }

  .grid-t-6 {
    width: 50%; }

  .grid-t-5 {
    width: 41.6665%; }

  .grid-t-4 {
    width: 33.33%; }

  .grid-t-3 {
    width: 24.99%; }

  .grid-t-2 {
    width: 16.66666%; }

  .grid-t-1 {
    width: 8.33%; } }
/********************************************************************************************* 

4.  Grid 1024px+

*********************************************************************************************/
@media only screen and (min-width: 1024px) {
  .grid-tl-12 {
    width: 100%; }

  .grid-tl-11 {
    width: 91.666663%; }

  .grid-tl-10 {
    width: 83.33%; }

  .grid-tl-9 {
    width: 74.999997%; }

  .grid-tl-8 {
    width: 66.66666664%; }

  .grid-tl-7 {
    width: 58.333%; }

  .grid-tl-6 {
    width: 50%; }

  .grid-tl-5 {
    width: 41.6665%; }

  .grid-tl-4 {
    width: 33.33%; }

  .grid-tl-3 {
    width: 24.99%; }

  .grid-tl-2 {
    width: 16.66666%; }

  .grid-tl-1 {
    width: 8.33%; } }
/********************************************************************************************* 

5.  Grid 1200px+

*********************************************************************************************/
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1180px;
    margin: 0 auto; }

  .container-fluid {
    max-width: 90%;
    margin: 0 5%; }

  .grid-d-12 {
    width: 100%; }

  .grid-d-11 {
    width: 91.666663%; }

  .grid-d-10 {
    width: 83.33%; }

  .grid-d-9 {
    width: 74.999997%; }

  .grid-d-8 {
    width: 66.66666664%; }

  .grid-d-7 {
    width: 58.333%; }

  .grid-d-6 {
    width: 50%; }

  .grid-d-5 {
    width: 41.6665%; }

  .grid-d-4 {
    width: 33.33%; }

  .grid-d-3 {
    width: 24.99%; }

  .grid-d-2 {
    width: 16.66666%; }

  .grid-d-1 {
    width: 8.33%; } }
/********************************************************************************************* 

6.  Helper classes

*********************************************************************************************/
img.scale, img.responsive {
  max-width: 100%;
  height: auto; }

body {
  font-family: 'Roboto', sans-serif;
  background: #f2f2f2; }

.btn {
  margin: 50px 0;
  font-size: 18px;
  font-weight: 100;
  background: #f2f2f2;
  border: #f2f2f2;
  color: #0adfe3;
  border-radius: 6px;
  text-transform: uppercase;
  padding: 20px 30px;
  cursor: pointer; }

.header-site {
  padding-top: 20px;
  background: url(../assets/images/bannertop-minisite-podcasts-opt.webp) no-repeat;
  background-size: cover; }

#logo h1 {
  margin: 0; }
  #logo h1 img {
    width: 240px; }

.language-top {
  float: right; }
  .language-top ul {
    margin-top: 25px; }
    .language-top ul li {
      display: inline-block;
      margin-left: 5px; }
      .language-top ul li a {
        color: white; }

.hero {
  padding: 150px 0 80px 9%; }
  .hero h3 {
    max-width: 520px;
    font-size: 39px;
    color: white;
    font-weight: 100; }

.about-event {
  margin: 0 auto;
  margin-top: -50px;
  padding: 35px;
  width: 82%;
  background: white;
  font-weight: 300;
  border-radius: 3px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16), 0px 2px 5px 0px rgba(0, 0, 0, 0.23); }
  .about-event h1 {
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 30px; }
  .about-event p {
    margin: 15px 0;
    line-height: 21px; }

.content-site {
  margin: 80px 0; }

.content-site_bloc {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  height: 290px;
  overflow: hidden;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16), 0px 2px 5px 0px rgba(0, 0, 0, 0.23); }
  .content-site_bloc img {
    position: absolute;
    max-width: 100%;
    min-height: 100%; }
  .content-site_bloc p {
    position: absolute;
    bottom: 0;
    background: #fff;
    width: 100%;
    padding: 15px 20px;
    color: #888;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px; }
    .content-site_bloc p span {
      font-size: 20px;
      color: #333; }
        
.content-escolha {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  height: 54px;
  overflow: hidden;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16), 0px 2px 5px 0px rgba(0, 0, 0, 0.23); }  .content-escolha img {
    position: absolute;
    max-width: 100%;
    min-height: 100%; }
  .content-escolha p {
    position: absolute;
    bottom: 0;
    background: #fff;
    width: 100%;
    padding: 15px 20px;
    color: #888;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px; }
    .content-escolha p span {
      font-size: 20px;
      color: #333; } 

.footer-site {
  padding-bottom: 50px;
  color: #aaa;
  font-size: 14px; }
  .footer-site .container {
    padding-top: 20px;
    border-top: 1px solid #ddd; }

.credits-footer {
  text-align: right; }
  
@media (min-width: 100px) and (max-width: 720px){
	.munnapodcast .grid-m-6 {
    width: 100% !important;
    text-align: center !important;
}
	.munnapodcast .language-top {
    float: none !important;
}
.content-site_bloc img {width:100%;}
.content-escolha img{width:100%;}
}