/* Thomsoon.com - OnePage CSS Responsive theme
-- version 1.0
-- Copyright (c) 2014 Thomsoon.com
-- licensed under the MIT
--
-- http://www.thomsoon.com/
--
*/

/* Font Google - strong reaload time */
@import url(http://fonts.googleapis.com/css?family=Lato:400,300,100,700,900&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Lato:italic);
@import url(http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css);

/*
 * Theme Name: Onepage
 * Author: Thomsoon
 * Created: 14/11/2014
 */


 #player {
     display: none;
     background: white;
     color: #000000;
     position: fixed;
     text-align: left;
     left: 0;
     right: 0;
     margin-top: 60px;
     z-index:1000;
     opacity: 0.95;

    /*
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    min-width:100%;
    vertical-align: top;
    */
 }
 

 #player ul.time {
     margin: 0;
     padding: 0;
 }
 
 #player ul.time li {
     list-style: none;
     margin: 0;
     padding: 0;
     line-height: 28px;
     color: white;
     font-size: 12px;
     font-family: 'FlamaLight', 'Helvetica Neue', helvetica, arial, sans-serif;
     position: absolute;
     z-index: 500;
     top: 0;
     left: 16px;
 }
 
 #player ul.time li.right {
     left: auto;
     right: 16px;
 }
 
 #player .jp-progress {
     height: 28px;
     position: relative;
 }
 
 #player .jp-progress .jp-seek-bar {
     cursor: pointer;
     height: 28px;
     background: #292929;
 }
 
 #player .jp-progress .jp-seek-bar .jp-play-bar {
     height: 28px;
     background: #8aa9ac;
 }
 
@media only screen and (min-width:700px) {
 #player ul.jp-controls {
      margin: 0 10px 0 0;
      float: left;
      border-bottom: none;
      border-right: 2px solid #292929;
 }
}
 
 @media only screen and (max-width:700px) {
     #player ul.jp-controls {
      margin: 0;
      padding: 0;
      height: 60px;
      border-bottom: 2px solid #292929;
      text-align: center;
     }
 }
 
 #player ul.jp-controls li {
     display: inline-block;
     margin: 0;
     padding: 0;
     list-style: none;
 }
 
 #player ul.jp-controls li a {
     cursor: pointer;
     display: block;
     width: 50px;
     height: 60px;
     text-indent: -9999px;
     overflow: hidden;
     background: url(../img/player_controls.png) no-repeat 50% 0;
 }
 
 @media only screen and (max-width:700px) {
     #player ul.jp-controls li a {
         width: 60px;
     }
 }
 
 #player ul.jp-controls li a.jp-play {
     background-position: 50% -240px;
 }
 
 #player ul.jp-controls li a.jp-pause {
     background-position: 50% -120px;
 }
 
 #player ul.jp-controls li a.jp-rewind {
     background-position: 50% -360px;
 }
 
 #player ul.jp-controls li a.jp-forward {
     background-position: 50% -600px;
 }
 
 #player ul.jp-controls li a.jp-previous {
     background-position: 50% 0px;
 }
 
 #player ul.jp-controls li a.jp-next {
     background-position: 50% -480px;
 }
 
 #player .player-header {
     display: block;
 }
 
 @media only screen and (min-width:700px) {
     #player .player-header {
         display: block;
         text-transform: uppercase;
         padding: 10px 16px 0px 0px;
     }
     #player .player-header .episode {
         font-family: "SackersGothicW01-Light", helvetica, arial, sans-serif;
         font-size: 13px;
         line-height: 24px;
     }
     #player .player-header .title {
         font-family: "SackersGothicW01-Medium", helvetica, arial, sans-serif;
         font-size: 18px;
         line-height: 24px;
     }
 }
 
/*@media only screen and (min-width:700px) and only screen and (min-width:700px) {
     #player .player-header {
         padding: 10px 0 0;
     }
 }


 @media only screen and (min-width:700px) {
     #player {
         bottom: 0;
         top: auto;
     }
 }*/

.preloader{
  position:fixed;
  width:100%;
  height:100%;
  background:white;
  z-index:99999;
}
 
.preloader .item{
  position:absolute;
  width:100px;
  height:100px;
  left:50%;
  top:50%;
  margin-left:-50px;
  margin-top:-50px;
} 


html, body{
  font-family: 'Lato', sans-serif;
  font-size:16px;
  -webkit-font-smoothing: subpixel-antialiased!important;
  color:black;
  font-weight:400;
}

body, html, .start-page {
  /* important */
  height: auto;
}

a {
  text-decoration:none;
  outline:none;
  font-size:14px;
}

h1{
  font-size:30px;
  color:white;
  font-weight:400;
  text-transform:uppercase;
  letter-spacing:6px;
  line-height:1.2;
}

.black{
  font-size:25px;
  color:black;
  font-weight:400;
  text-transform:uppercase;
  letter-spacing:6px;
  line-height:1.2;
}

p{
  font-size:14px;
  font-weight:300;
  letter-spacing:1px;
  margin-top:40px;
}

p span{
  font-style:oblique;
  font-size:19px;
}


h1 span{
  color:#2fa68e;
}


::selection {
  background: #ada074;
  color:white;
}

::-moz-selection {
  background: #ada074;
  color:white;
}


.container{
  position:absolute;
  width:100%;
  height:100%;
}

/* Start page */

.start-page{
  color: white;
  position:relative;
  width:100%;
  height:100%;
  z-index:10;
  background:url('../img/background/start-page.jpg') #c0c0c0 bottom center fixed no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}

.start-page hr{
  color: white;
  margin-top:30px;
  background-color: white;
  height: 1px;
  width:106px;
  border:0;

}

.start-page p{
  color: white;
}

.start-page .opacity{
  position:absolute;
  width:100%;
  height:100%;
  background:rgba(51,51,51,0.5); /* Standard Off */
}


.start-page .content{
  position:relative;
  width:700px;
  margin:0 auto;
  height:100%;
  color: white;
}

.start-page .content .text{
  position:absolute;
  text-align:center;
  margin:auto;
  top:0; 
  left:0; 
  bottom:0; 
  right:0;
  width:700px;
  height:400px;
  color: white;
}

.start-page .content .text .logo{
  width:123px;
  height:123px;
  margin:0 auto 50px;
  
}

.start-page .content .text .read-more{
  width:183px;
  height:47px;
  margin:100px auto;
  line-height:47px;
  border:1px solid white;
  text-transform:uppercase;
  color:white;
  display:block;
  cursor:pointer;
  font-size:14px;
  letter-spacing:1px;
  background:none;
  -webkit-transition: all 0.6s ease-in;
  -moz-transition: all 0.6s ease-in;
  -ms-transition: all 0.6s ease-in;
  -o-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
}

.start-page .content .text .read-more:hover{
  color:white;
  background: #ada074;
  border:1px solid #ada074;
}

.start-page .content .arrow-down{
  position:relative;
  padding: 50px;
  top: 5px;
  bottom: 50px;
  left: 50%;
  margin-left: -50px;
  width: 21px;
  height: 21px;
  background: url(../img/arrow-down.png) no-repeat center center;
  display: block;
  -webkit-animation: bounce-fade 1.2s infinite; /* Safari 4+ */
  -moz-animation:    bounce-fade 1.2s infinite; /* Fx 5+ */
  -o-animation:      bounce-fade 1.2s infinite; /* Opera 12+ */
   animation:        bounce-fade 1.2s infinite; /* IE 10+ */
}

.start-page .content .arrow{
    top: 20px;
  padding: 0px;
  text-align: center;
}

@-webkit-keyframes bounce-fade {
    0%   { opacity: 0; bottom: 70px; }
    100% { opacity: 1; bottom: 35px; }
}
@-moz-keyframes bounce-fade {
    0%   { opacity: 0; bottom: 70px; }
    100% { opacity: 1; bottom: 35px; }
}
@-o-keyframes bounce-fade {
    0%   { opacity: 0; bottom: 70px; }
    100% { opacity: 1; bottom: 35px; }
}
@keyframes bounce-fade {
    0%   { opacity: 0; bottom: 70px; }
    100% { opacity: 1; bottom: 35px; }
}

.start-page .social-icons-all{
  font-family: 'Lato', sans-serif;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  padding: 20px;
}

.menu-media .social-icons-mobile{
  font-family: 'Lato', sans-serif;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  padding: 20px;
  float: left;
}

.start-page .social-icon {
  color: #ffffff;
  font-size: 20px;
}

/* Menu mobile */

.menu-media{
  position:relative;
  width:100%;
  height:90px;
  background:#ada074;
  z-index:1000;
  display:none;
}

.menu-media .menu-content{
  width:280px;
  position:relative;
  margin:0 auto;
}

.menu-media .menu-content .logo {
   color:white;
   font-weight:700;
   font-size:16px; /* original 24px; */
   width:200px;
   line-height:90px;
   float:left;
   list-style: none;
   white-space: nowrap;
}

.menu-media .menu-content .icon{
  width:41px;
  height:23px;
  float:right;
  line-height:100px;
  padding-top: 30px;
}

.menu-click{
  display:none;
}


.menu-click li {
  position:relative;
  width:100%;
  height:70px;
  color:#333333;
  font-size:16px; /* original 18px */
  text-align:center;
  line-height:70px;
  z-index:1000;
  border-bottom:1px solid #f2f2f2;
  -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
 }

.menu-click li:hover {
  color:#ada074;
 }


/* Menu */

.menu{
  position:relative;
  width:100%;
  height:60px;
  background:white;
  border-bottom:1px solid #f2f2f2;
  z-index:1000;
}


.menu-content{
  width:900px;
  position:relative;
  margin:0 auto;
}

.menu-content .logo {
   color:#333;
   font-weight:700;
   font-size:18px; /* original 24px */
   width:300px; /* original 300px */
   line-height:60px;
   float:left;
   list-style: none;
   white-space: nowrap;
 }

.menu-content ul{
  width:500px;
  left:50%;
  float:right;
  text-align:right;
  list-style:none;
}

.menu-content li{
   display:inline-block;
   position:relative;
}

.menu-content li a{
  color:#333;
  font-size:16px;
  display: block;
  padding: 0 20px 0 20px;
  line-height:60px;
  -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.menu-content li.active a{
  color:#ada074;
}

.menu-content li a:hover{
  color:#ada074;
}

/* Resources */

.resources{
  position:relative;
  width:100%;
  background:white;
  z-index:10;
}

.resources .content{
  position:relative;
  width:900px;
  margin: 0 auto;
  overflow: hidden;
}

.resources h1{
  font-size:34px;
  color:black;
  text-align:center;
  margin-top:40px;
  letter-spacing:6px;
  font-weight:bold;
  text-transform:uppercase;
  line-height:1.2;

}

.resources hr{
  color: black;
  margin-top:50px;
  background-color: black;
  height: 1px;
  width:106px;
  border:0;

}

.resources p.title{
  color: #a4a4a4;
  margin:40px auto;
  width:300px;
  line-height:26px;
  letter-spacing:0;
  font-size:14px;
  font-weight:300;
  text-align:center;
}

.resources h2{
  text-align:center;
  margin-top:50px;
  font-size:26px;
  color:black;
  line-height:1.2;
  letter-spacing:6px;
  width:100%;
  position:relative;
  font-weight:400;
}

.resources p{
  text-align:center;
  font-size:14px;
  width:250px;
  margin:30px auto;
  color:#a4a4a4;
  line-height:26px;
  letter-spacing:0;
  position:relative;
  font-weight:300;
}

.resources .column-one{
  margin-top:40px;
  width:300px;
  float:left;
  margin-bottom:70px;
  height:200px;
}

.resources .column-one .circle-one{
  height: 100px;
  position:relative;
  margin:0 auto;
  border:2px solid #f0f0f0;
  background: url(../img/icons/maps.png) white no-repeat center center;
  -moz-border-radius:100px;
  -webkit-border-radius:100px;
  border-radius: 100px;
  width: 100px;
  cursor:pointer;
    -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.resources .column-one .circle-one:hover{
  border:2px solid #ada074;

}

.resources .column-two{
  margin-top:40px;
  width:300px;
  float:left;
  margin-bottom:70px;
  height:200px;
}

.resources .column-two .circle-two{
  height: 100px;
  position:relative;
  margin:0 auto;
  border:2px solid #f0f0f0;
  background: url(../img/icons/books.png) white no-repeat center center;
  -moz-border-radius:100px;
  -webkit-border-radius:100px;
  border-radius: 100px;
  width: 100px;
    cursor:pointer;
    -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.resources .column-two .circle-two:hover{
  border:2px solid #ada074;
}


.resources .column-three{ 
  margin-top:40px;
  width:300px;
  float:left;
  margin-bottom:70px;
  height:200px;
}

.resources .column-three .circle-three{ 
  height: 100px;
  position:relative;
  margin:0 auto;
  border:2px solid #f0f0f0;
  background: url(../img/icons/references.png) white no-repeat center center;
  -moz-border-radius:100px;
  -webkit-border-radius:100px;
  border-radius: 100px;
  width: 100px;
  cursor:pointer;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.resources .column-three .circle-three:hover{ 
  border:2px solid #ada074;
}

/* About */

.about{
  position:relative;
  width:100%;
  background:#f3f3f3;
  z-index:10;
  padding-bottom: 50px; /* not in original */
}

.about .content{
  position:relative;
  width:900px;
  margin: 0 auto;
  overflow: hidden;
}

.about h1{
  font-size:34px;
  color:black;
  text-align:center;
  margin-top:50px;
  letter-spacing:6px;
  font-weight:bold;
  text-transform:uppercase;
  line-height:1.2;

}

.about hr{
  color: black;
  margin-top:30px;
  background-color: black;
  height: 1px;
  width:106px;
  border:0;

}

.about p.title{
  color: #525252;
  margin:40px auto;
  width:80%;
  line-height:26px;
  letter-spacing:0;
  font-size:14px;
  font-weight:300;
  text-align:center;
}

.about h2{
  text-align:center;
  margin-top:50px;
  font-size:26px;
  color:black;
  line-height:1.2;
  letter-spacing:6px;
  width:100%;
  position:relative;
  font-weight:400;
}

.about p{
  text-align:center;
  font-size:14px;
  width:80%;
  margin:30px auto;
  color:#a4a4a4;
  line-height:26px;
  letter-spacing:0;
  position:relative;
  font-weight:300;
}

/* episodes */
.episodes{
  position:relative;
  width:100%;
  background:#f3f3f3;
  z-index:10;
}


.episodes .episodes-margin{
  position:relative;
  width:900px;
  overflow:hidden;
  margin:0 auto;
}

.episodes .episodes-margin .read-more{
  width:183px;
  height:47px;
  position:relative;
  margin:50px auto 100px;
  line-height:47px;
  border:1px solid #333333;
  text-transform:uppercase;
  text-align:center;
  color:#333333;
  cursor:pointer;
  font-size:14px;
  background:none;
  -webkit-transition: all 0.6s ease-in;
	-moz-transition: all 0.6s ease-in;
	-ms-transition: all 0.6s ease-in;
	-o-transition: all 0.6s ease-in;
	transition: all 0.6s ease-in;
	letter-spacing:1px;
}

.episodes .episodes-margin .read-more:hover{
  background:#ada074;
  color:white;
  border:1px solid #ada074;
}

.episodes .episodes-margin h1{
  font-size:34px;
  color:black;
  text-align:center;
  margin-top:70px; /* original 120px */
  letter-spacing:6px;
  font-weight:bold;
  text-transform:uppercase;
  line-height:1.2;
}

.episodes .episodes-margin hr{
  color: black;
  margin-top:30px;
  background-color: black;
  height: 1px;
  width:106px;
  border:0;
}

/* Play button */

.button {
position: relative;
width:50px;
height:50px;
margin-left: 117px;
margin-top: 80px;
vertical-align: middle;
z-index: 10;
} 

.button-play{
background-color: white;
border-radius:30px;
-webkit-border-radius:30px;
-moz-border-radius:30px;
width: 50px;
height: 50px;
position: relative;
top:0;
left:0;
}
.button-play:after {
border: 16px solid #8aa9ac;
border-right-color: transparent;
border-top-color: transparent;
border-bottom-color: transparent;
height: 0;
width: 0;
position: absolute;
top: 8px;
left: 20px;
content: "";
}
.button-play:hover{
  background-color: #f3f3f3;
}

.button-pause {
background-color: white;
border-radius:30px;
-webkit-border-radius:30px;
-moz-border-radius:30px;
width: 50px;
height: 50px;
position: relative;
top:0;
left:0;
}
.button-pause:after{
background-color: #8aa9ac;
width: 8px;
height: 26px;
border-radius: 1px;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
position: absolute;
top: 12px;
left: 14px;
 content: "";
}
.button-pause:before{
background-color: #8aa9ac;
width: 8px;
height: 26px;
border-radius: 1px;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
position: absolute;
top: 12px;
left: 26px;
content: "";
}
.button-pause:hover{
  background-color: #f3f3f3;
}

/* episodes grid */
.grid{
    margin: -240px 10px 0 0; 
    z-index: 10;
    /* display: block; */
    margin-top:70px;
    width:100%;
    position:relative;
    margin-bottom:70px;
    overflow:hidden;
}

.grid li{
  width:285px;
  margin:0 15px 15px 0;
  float: left;
  position: relative;
  overflow: hidden;
  background:rgba(51,51,51,0.1); 
}

.grid .cover{
  width:285px;
  float: left;
  position: relative;
  opacity: 0.8;
}

.grid .title{
  width: 285px;
  position: absolute;
  background-color: #ada074;
  opacity: 1;
  z-index: 2;
  color:white;
  text-align:center;
  margin-top:30px;
  font-size: 18px;
  text-align:center;
  font-weight: bold;
  letter-spacing:1px;
  color: #FFF;
  overflow:hidden;
  padding-bottom: 2px;
}

.grid .text {
  position: absolute;
  width: 285px;
  height:100%;
  background: #ada074 no-repeat;
  z-index: 3;
  color: white;
  opacity: 0;
}

.grid .text:hover {
  opacity:0.9;
}

.grid .no-text {
  position: absolute;
  width: 285px;
  height:100%;
  z-index: 2;
  opacity:0;
}

.grid .no-text:hover {
  opacity:1;
}

.grid p {
  margin-top:30px;
  font-size: 18px;
  text-align:center;
  font-weight: bold;
  letter-spacing:1px;
  color: #FFF;
  opacity: 1;
  z-index:2;
  background-color: #ada074;
}

.grid p.description {
  font-size: 12px;
  width:250px;
  margin: 0 auto;
  margin-top:70px; 
  text-align:center;
  line-height:20px;
  font-weight: 400;
  color: #FFF;
  opacity: 1;
  position:relative;
  background-color: #ada074;
}

.clear { 
    clear:both; 
}

/* Contact */

.contact{
  position:relative;
  width:100%;
  background:white;
  z-index:10;
  overflow:hidden;
  margin-bottom: 50px;  
}


.contact .content{
  position:relative;
  width:900px;
  overflow:hidden;
  margin: 10px auto 10px auto;
}

.contact h1{
  font-size:34px;
  color:black;
  text-align:center;
  margin-top:120px;
  letter-spacing:6px;
  font-weight:bold;
  text-transform:uppercase;
  line-height:1.2;
}

.contact hr{
  color: black;
  margin-top:30px;
  background-color: black;
  height: 1px;
  width:106px;
  border:0;
}

.contact .form{
  width:455px;
  overflow:hidden;
  height:auto;
  float:left;
}

.contact .form .column{
  width:180px;
  overflow:hidden;
  height:auto;
  float:left;
  letter-spacing:1px;
  margin-bottom:30px;
}

.contact .form .column-2{
  width:210px;
  padding-left:60px;
  overflow:hidden;
  height:auto;
  float:left;
  letter-spacing:1px;
  margin-bottom:30px;  
}

.contact .form .column-3{
  width:450px;
  overflow:hidden;
  height:auto;
  float:left;
  letter-spacing:1px;
}

.contact .contact-text{
  width:405px;
  overflow:hidden;
  height:auto;
  font-weight:300;
  float:left;
  padding-left:40px;
  color:black;
  font-size:14px;
  line-height:26px;
}

strong{
  font-weight:700;

}

input{

  width:180px;
  height:40px;
  background:#f8f7f7;
  border-top:1px solid #333;
  border-bottom:0;
  border-left:0;
  border-right:0;
  color:#333;
  font-weight:300;
  line-height:40px;
  padding-left:15px;
  font-family: 'Lato', sans-serif;
  font-size:14px;
  margin-bottom:10px;
}

input:focus{background:#f4f4f4;}

textarea{

  width:420px;
  height:150px;
  border-top:1px solid #333;
  border-bottom:0;
  line-height:20px;
  border-left:0;
  border-right:0;
  background:#f8f7f7;
  color:#333;
  font-weight:300;
  padding:15px 0 0 15px;
  font-family: 'Lato', sans-serif;
  font-size:14px;
  margin-bottom:10px;
}

textarea:focus{background:#f4f4f4;}


input.submit{
  width:100px;
  height:60px;
  float:right;
  margin:20px 10px 0 0;
  border:0;
  font-weight:700;
  font-size: 20px;
  text-align:right;
  background:none;
  -webkit-transition: all 0.6s ease-in;
  -moz-transition: all 0.6s ease-in;
  -ms-transition: all 0.6s ease-in;
  -o-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
}

/* Footer */

.page-wrap {
  min-height: 100%;
  /* equal to footer height */
    margin-bottom: -100px; 
}
.page-wrap:after {
  content: "";
  display: block;
}

.footer{
  text-align: center;
  position:relative;
  height: 170px;
  bottom:0;
  width:100%;
  background:#3c3c3c;
  font-family: 'Lato', sans-serif;
  color: #FFF;
  -webkit-font-smoothing: antialiased;
  font-size: 30px;
  display: inline-block;
}

.footer div {
    width: 30%;
    margin: 0 1%;
    display: inline-block;
    text-align: center;
}

.footer .social{
  white-space: nowrap;
  text-align: center;
}

.footer .logo{
  width:58px;
  height:58px;
  margin: 0 auto;
  padding-top:20px;

}

.footer .footer-menu{
  line-height: 20px;
}


/* Episode Page */
.episode-content{
  color: black;
  position:relative;
  width:100%;
  background:#f3f3f3;
  z-index:10;
  overflow:hidden;
}


.episode-content .summary{
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 50px;
  width: 80%;
}

.episode-content .references{
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
  width: 80%;
}


.episode-content .description{
  color: black;
  font-size:20px;
}

.episode-content .reference-container{
  margin: 8px auto;
  display: inline-block;
  font-size:20px;
}

.episode-content .gallery-img{
  padding: 10px;

}

.episode-content .references-gallery {
  position: relative;
  margin: 0 auto;
  float: left;
  margin-bottom: 20px;
  display: flex;
}

.episode-content a {
  text-decoration:none;
  outline:none;
  font-size:19px;
}

figure{
  display:table;
  margin-left: 5px;
  margin-right: 5px;
}
figcaption{
  font-size: 11px;
  display:table-caption;
  caption-side:bottom;
}

/* Episode Page */
.episode-content .cover{
    height: 300px;
    position: absolute;
    clip: rect(0px,100px,300px,0px);
}

.ebackground:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 0.2;
  display: block;
  background-image: url('../img/episodes/0.png');
  width: 100%;
  height: 100%;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

.ebackground:after{
  position: absolute;
  clear:both;
}

.ebackground {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  margin-left: 20px;
  margin-right: 20px;
}

.ebackground p {
  font-size:14px;
  color:black;
  font-weight:300;
  letter-spacing:1px;
  margin-top:40px;
}

#wordcloud {
  width: 600px; 
  height: 150px; 
  margin:0 auto;
}

.footer a {
  text-decoration: none;
  color: white;
  font-weight: 300;
}

.footer p > a:hover{
  color: white;
  text-decoration:  underline;
}

.footer-social-icons {
  width: 300px;
  display:block;
  margin: 5 auto;
  font-size: 30px;
  text-align: center;
}

.footer-social-icons p{
  line-height: 30px;
}

.footer .social-icon {
  color: #fff;
  font-size: 30px;
}

ul.social-icons { 
  margin-top: 10px;

}

.social-icons li {
  display: inline;
}

.social-icons a {
  color: #fff; 
  text-decoration: none;
}


.fa-facebook {
  padding:10px 18px 7px 18px;
  -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
}

.fa-facebook:hover {
  background-color: #3d5b99;
}

.fa-twitter {
  padding:10px 12px 7px 14px;
  -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
}

.fa-twitter:hover {
  background-color: #00aced;
}

.fa-rss {
  padding:10px 14px 7px 14px;
  -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
}

.fa-rss:hover {
  background-color: #eb8231;
}

.fa-envelope {
  padding:10px 14px 7px 14px;
  -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
}

.fa-envelope:hover {
  background-color: #428732;
}

.comments{
  position:relative;
  width:100%;
  background:#f3f3f3;
  z-index:10;
  margin: 0 auto;
  padding-bottom: 50px; /* not in original */
}
.comments-content{
  width: 70%;
  margin: 0 auto;
  padding-top: 20px;
}

.navigation{
  width: 100%;
  margin: auto;
  background: white;
  clear:both;
  text-align: center;
  margin-top:50px;
  margin-bottom:50px;
  font-size: 20px;
}


.navigation {
    display: inline-block;
    text-align: center;
}

.navigation li{
    display: inline;
    margin:0;
    vertical-align: middle;
    font-size: 30px;
    line-height: 50px;
}

.navigation div {
    width: 30%;
    margin: 0 1%;
    display: inline-block;
}

.navigation .social-icon {
  color: #3c3c3c;
  font-size: 30px;
}


.navigation .fa-facebook {
  padding:10px 18px 7px 18px;
  -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
}

.navigation .fa-facebook:hover {
  background-color: #3d5b99;
}

.navigation .fa-twitter {
  padding:10px 12px 7px 14px;
  -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
}

.navigation .fa-twitter:hover {
  background-color: #00aced;
}

.navigation .fa-rss {
  padding:10px 14px 7px 14px;
  -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
}

.navigation .fa-rss:hover {
  background-color: #eb8231;
}

.navigation .fa-envelope {
  padding:10px 14px 7px 14px;
  -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
}

.navigation .fa-envelope:hover {
  background-color: #428732;
}

.tags{
  margin: 0 auto;
  position:relative;
  width:100%;
  z-index:10;
  overflow:hidden;
}

.summary-text{
  position: relative;
  width: 60%;
  float: left;
}

.poll{
  position: relative;
  width: 30%;
  margin: 30px auto;
  float: left;
  text-align: left;
}


