@font-face {
    font-family: 'dinar';
    src: url('../fonts/ge_dinar_one_medium-webfont.woff2') format('woff2'),
         url('../fonts/ge_dinar_one_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body { 
    background: #171717; 
    font: 18px/1.5 sans-serif; 
    color: #ffffff;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    font-family: 'Montserrat', sans-serif;
}

body.page-homepage{
    background: #171717;
}

body.lang-ar{
    font-family: 'dinar';
}

.ltrforce{
    direction: ltr !important;
    font-family: 'Montserrat', sans-serif;
}

.lang-en .featured-episode .ltrforce{
    text-align: left;
}

header{
    background: #000;
}

a.logo{
    position: fixed;
    left: 30px;
    top: 30px;
    display: block;
    z-index: 1100;
    transition: all .15s ease;
}

a.logo.fixed{
    left: 10px;
    top: 10px;
}

a.langselector
{
    position: absolute;
    top: 20px;
    right: 20px;
    display: inline-block;
    background: transparent;
    color: #000;
    z-index: 99;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    text-decoration: none;
}

a.langselector.ar{
    font-family: 'dinar';
}

a.langselector.en{
    font-size: .75em;
}

a.logo img{
    width: 136px;
    padding: 7px;
    border: 1px solid #95989A;
    background: #000;
    transition: all .15s ease;
}

a.logo.fixed img{
    width: 100px;
    border: none;
}

.video-wrapper{
    position: relative;
    width: 100%;
    display: inline-block;
}

.video-wrapper:after {
  padding-top: 56.25%;
  /* 16:9 ratio */
  display: block;
  content: '';
}

.video-wrapper .inner{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    /* fill parent */
    background-color: black;
    /* let's see it! */
    color: white;
}

.video-wrapper .cover{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 20;
}

.video-wrapper .inner .slogan{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 25;
}

.ie9 .video-wrapper .inner .slogan{
    text-align: center;
}

.video-wrapper .slogan img
{
    width: 120px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.video-wrapper .inner h1{
    font-size: 5em;
    font-weight: 800;
}

.video-wrapper .play-main{
    position: absolute;
    left: 50%;
    top: 40%;
}

.video-wrapper #main-player
{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    /* fill parent */
    background-color: black;
    /* let's see it! */
    color: white;
}

.video-wrapper #main-player iframe
{
    height: 100%;
    width: 100%;
}

ul.menu{
    list-style-type: none;
    padding: 20px;
    padding-top: 5px;
    text-align: center;
    width: 100%;
    background: #000;
    z-index: 1000;
    transition: all .15s ease;
}

ul.menu.fixed{
    position: fixed;
    padding: 40px 0;
    top: 0;
    left: 0;
}

ul.menu li a{
    color: #fff;
    padding: 0 30px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.2em;
    transition: color 0.3s ease;
}

ul.menu li a:hover, ul.menu li a.active{
    color: #48DAE8;
}

.classic-menu .menu
{
    padding: 30px 0;
    margin-bottom: 0;
}

.classic-menu .logo 
{
    top: 0;
    position: absolute;
}

.classic-menu .logo img
{
    padding: 0;
    border: none;
    width: 95px;
}

.classic-menu .langselector{
    color: #ccc;
    margin-top: 15px;
    font-size: 14px;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#instafeed{

}

#instafeed a
{
    width: 100%;
    display: block;
    -webkit-background-size: cover;
    background-size: cover;
    margin-bottom: 30px;
}

#instafeed a:after{
    content: "";
    display: block;
    padding-bottom: 100%;
}

#instafeed img {
    width: 100%;
}


/* EPISODES */

.section{
    padding: 3em 0;
}

.section h2{
    text-transform: uppercase;
    font-size: 2em;
    margin-top: 20px;
    margin-bottom: 40px;
    font-weight: 600;
}

.section h2 hr{
    width: 150px;
    margin-top: 30px;
    color: #48DAE8;
    background: #48DAE8;
    border-color: #48DAE8;
    margin-left: 0;
    margin-right: auto;
}

.lang-ar .section h2 hr{
    margin-right: 0;
    margin-left: auto;
}

.featured-episode a{
    color: inherit;
    text-decoration: none;
}

.featured-episode img{
    width: 100%;
    height: auto;
}

.featured-episode h4{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.2em;
}

.featured-episode h5{
    margin-bottom: 20px;
    color: #6F6F6E;
}

.featured-episode p{
    font-weight: 300;
    font-size: 10pt;
    color: #C9C9C9;
}

.all-episodes .list-all{
    display: none;
}

hr{
    background: #6F6F6E;
    border-color: #6F6F6E;
    margin-top: 60px;
    margin-bottom: 60px;
}

.episode-item
{
    color: #fff;
    margin-bottom: 40px;
}

.episode-item a{
    color: #fff;
    text-decoration: none;
}

.episode-item h4{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.3em;
    margin-top: 30px;
    margin-bottom: 10px;
}

.episode-item h5{
    margin-bottom: 30px;
    color: #6F6F6E;
}

.episode-item p{
    font-weight: 300;
    font-size: 10pt;
    color: #C9C9C9;
}

.episode-item img{
    width: 100%;
    max-width: 100%;
    height: auto;
}

.show-more{
    color: #fff;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-weight: 600;
    font-size: 1.2em;
    text-decoration: none;
}

.show-more:hover, .show-more:active, .show-more:visited{
    color: #fff;
    text-decoration: none;
}

.wad-img-wrapper{
    overflow: hidden;
    position: relative;
}

.wad-img-wrapper .shade{
    background: rgba(0,0,0,0.6);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 0;
    transition: opacity .4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wad-img-wrapper .shade .watch{
    text-transform: uppercase;
    border: 2px solid white;
    border-radius: 29px;
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
}

.wad-img-wrapper .shade .watch span{
    padding: 8px 20px;
    display: block;
    box-shadow: inset 0 0 0 0 #fff;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}


.wad-img-wrapper .shade .watch:hover span{
    box-shadow: inset 0 -100px 0 0 #fff;
    color: #333;
}

.wad-img-wrapper img{
    transition: all .25s ease-in-out;
    transform: translate3d(0px, 0px, 0px) scale(1.02, 1.02);
}

.wad-img-wrapper:hover .shade{
    opacity: 1;
}


.wad-img-wrapper:hover img{
    transform: translate3d(0px, 0px, 0px) scale(1.04, 1.04);
}

/* manifesto */

.manifesto
{
    padding: 9em 0 12em;
    background: #fff;
    color: #424242;
}

.text-slider {
  margin: 90px auto;
  line-height: 1.2;
  font-size: 29px;
  color: #373737;
  background: #fff;
}

.animate-fluid-elements .item{
    background: #fff !important;
}

.animate-fluid-elements .item > * {
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.animate-fluid-elements .item > *:nth-child(2) {
  transition-delay: 0.1s, 0.1s;
}
.animate-fluid-elements .item > *:nth-child(3) {
  transition-delay: 0.2s, 0.2s;
}

.text-slider .something {
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.text-slider .item.active > * {
  transform: translateY(10px);
  opacity: 1;
}
.text-slider .item.hidden > * {
  transform: translateY(0px);
  opacity: 0;
}
.text-slider .item.hidden{
  display: block !important;
}

.lang-ar .text-slider .item
{
    right: 0;
    left: auto;
}

.text-slider h1 {
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: middle;
}

.text-slider p {
  margin: 10px 0 0;
  font-size: 1.8em;
  color: #424242;
  letter-spacing: 1px;
  margin-bottom: 30px;
  line-height: 44pt;
}

.text-slider ul {
  margin: 0;
  list-style: none;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
.text-slider ul > li {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: #373737;
  border-radius: 50%;
  margin-right: 5px;
}

.manifesto-progress{
    overflow:  visible;
    height: 40px;
    margin-top: 120px;
}

div.track{
    width: 86.5%;
    height: 5px;
    background: #ccc;
    float: left;
    margin-top: 20px;
}

div.track span{
    width: 16.666667%;
    height: 5px;
    font-size: 0.0001pt;
    display: block;
    float: left;
    cursor: pointer;
    transition: background .45s ease;
}

div.track span:hover{
    background: #333;
}

div.track .cycle-pager-active{
    background: #000;
}

div.chapter{
    float: left;
    width: 10%;
    margin-left: 30px;
    position: relative;
    top: 8px;
}

/* footer */

a.backtop
{
    margin-left: auto;
    margin-right: 0;
    display: block;
    text-align: right;
    padding-right: 20px;
}

footer{
    margin-bottom: 50px;
}

footer p{
    font-weight: 300;
    font-size: 10pt;
    color: #6F6F6E;
    line-height: 10pt;
    margin-bottom: 15px;
}

footer p span{
    color: #fff;
}

footer p.copyright{
    margin-top: 40px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

footer hr{
    margin-bottom: 40px;
    border-color: #C9C9C9;
    background: #C9C9C9;
}

footer .footer-text hr{
    margin-top: 20px;
}

footer .footer-logo
{
    max-width: 100px;
}

/* SHOP */

#shop-wrapper
{
    background: #333;
    margin-bottom: 50px;
    overflow: hidden;
    position: relative;
}

#shop-wrapper:after
{
    content: " ";
    padding-bottom: 46%;
    display: block;
}

#shop-wrapper .container
{
    position: absolute;
    z-index: 20;
    text-align: left;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
}

#shop-wrapper .full
{
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

#shop-wrapper h1
{
    font-size: 4em;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 50pt;
}

.lang-ar #shop-wrapper h1{
    text-align: right;
}


.lang-ar #shop-wrapper p{
    text-align: right;
}

#shop-wrapper p
{
    font-weight: 300;
    font-size: 12pt;
    color: #fff;
}


#shop-wrapper p span
{
    font-weight: 500;
    color: #fff;
    display: block;
}

#shop-wrapper .video-bg
{
    position: absolute;
    left: 0;
    top: 0;
}

#shop-wrapper .video-bg video
{
    width: 100%;
}

/* connect */

.connect-wrapper{
    padding-top: 50px;
}

.connect-wrapper h1{
    font-weight: 600;
    font-size: 2em;
    margin-bottom: 100px;
}

.lang-ar.page-connect_locale .container{
    font-family: 'Montserrat', sans-serif;
}


.connect-wrapper h1 hr{
    width: 150px;
    margin-top: 30px;
    color: #48DAE8;
    background: #48DAE8;
    border-color: #48DAE8;
    margin-left: 0;
    margin-right: auto;
}

.connect-wrapper p a{
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    font-size: 1.3em;
    text-decoration: none;
    margin-bottom: 30px;
    border-bottom: 1px solid transparent;
    transition: border-color .3s ease;
}

.connect-wrapper p a:hover{
    border-bottom: 1px solid #6F6F6E;
}

/* inspire */

#post-my-story{
    display: none;
    background: none;
    border: none;
    color: #48DAE8;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.3em;
    padding-left: 0;
}

.grid-sizer{
    width: 250px;
    display: block;
    height: 5px;
    background: red;
}

.inspire-wrapper{
    padding-top: 30px;
}

.inspire-wrapper h1{
    font-weight: 600;
    font-size: 2em;
}

.inspire-wrapper h2{
    font-size: 12pt;
    font-weight: 300;
    color: #C9C9C9;
    text-transform: uppercase;
}
.inspire-wrapper hr{
    width: 150px;
    margin-top: 30px;
    color: #48DAE8;
    background: #48DAE8;
    border-color: #48DAE8;
    margin-left: 0;
    margin-right: auto;
}

.lang-ar .inspire-wrapper hr{
    margin-right: 0;
    margin-left: auto;
}

.inspire-wrapper .form{
    
}

.inspire-wrapper .form input, .inspire-wrapper .form textarea{
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    border-bottom: 1px solid #6F6F6E;
    margin-bottom: 20px;
    color: #fff;
    padding-bottom: 5px;
}


.inspire-wrapper .form textarea{
    max-width: 100%;
    background: rgba(255,255,255,.05);
}

.inspire-wrapper .form label{
    text-transform: uppercase;
    color: #C9C9C9;
    font-size: 10pt;
    font-weight: 600;
    margin-bottom: 10px;
}

.image-uploader{
    cursor: pointer;
    position: relative;
    top: -20px;
    margin-bottom: 20px;
    color: #8A8A8A;
    font-size: 12pt;
}

.image-uploader img{
    margin-right: 20px;
}

#inspire_image_file
{
    height: 1px;
    visibility: hidden;
}

#inspire_submit{
    background: none;
    border: none;
    color: #48DAE8;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.3em;
    padding-left: 0;
}

.grid-item{
    width: 31%;
    float: left;
    margin: 5px;
    background: #CCC;
}

.post-holder
{
    margin-top: 20px;
}

.post-holder .item
{
    background: #353535;
    padding: 12px 15px;
    /* margin-bottom: 20px; */
}

.post-holder .item h4
{
    text-transform: uppercase;
    font-size: 11pt;
    font-weight: 600;
}


.post-holder .item p.location
{
    font-size: 11pt;
    color: #8A8A8A;
}
.post-holder .item p.passion
{
    font-size: 11pt;
    color: #8A8A8A;
}

.post-holder .item img
{
    width: 100%;
    margin-bottom: 12px;
}

.post-holder .item hr
{
    margin: 15px;
    width: 20px;
    margin-left: 0;
}

span.label-optional
{
    font-weight: 300;
    color: #C9C9C9;
    position: relative;
    top: -10px;
    font-size: 9pt;
    display: block;
}

span.help-block li{
    font-size: 11pt;
    color: #a94442;
}
span.help-block li .glyphicon{
    display: none;
}

.passion_limit
{
    display: block;
    text-align: right;
    font-size: 10pt;
    margin-bottom: 10px;
    position: relative;
    top: -10px;
}

/* episode */

.episode-wrapper h1{
    padding-top: 40px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
}

.lang-ar .episode-wrapper h1{
    direction: ltr;
    text-align: right;
    font-family: 'Montserrat', sans-serif;
}

.episode-wrapper h2{
    margin-top: 5px;
    font-size: 1.2em;
    color: #8A8A8A;
    margin-bottom: 40px;
}

.lang-ar .episode-wrapper h2{
    direction: ltr;
    text-align: right;
    font-family: 'Montserrat', sans-serif;
}

.episode-wrapper p{
    font-size: 11pt;
    margin-bottom: 40px;
}

.lang-ar .episode-wrapper p{
    font-size: 20px;
}

.lang-ar .episode-wrapper .episode-item p{
    font-size: 11pt;
}

/* MEDIA QUERIES */

@media(max-width:767px){
    .manifesto {
        display: none;
    }

    .video-wrapper .inner h1{
        font-size: 2em;
    }
    .video-wrapper .slogan img{
        width: 60px;
    }
    
    a.logo{
        position: static;
    }
    a.logo img{
        border: none;
    }

    ul.menu li a{
        font-size: 15pt;
        padding: 10px;
    }

    .footer-text{
        margin-top: 20px;
    }

    .classic-menu{
        background: #000;
    }

    .classic-menu .logo{
        position: static;
        text-align: center;
    }

    .classic-menu .menu{
        padding-top: 5px;
    }

    .container{
        margin-bottom: 20px;
    }

    #shop-wrapper:after{
        padding-bottom: 106%;
    }

    #shop-wrapper h1{
        font-size: 2em;
        line-height: 30pt;
    }

    #shop-wrapper .container{
        background: url(../img/shop-mobile.png) no-repeat center right;
        -webkit-background-size: auto 110%;
        background-size: auto 110%;
    }

    .video-bg{
        display: none;
    }

    .inspire-wrapper{
        padding-top: 10px;
    }

    .inspire-wrapper hr{
        margin-bottom: 20px;
    }

    .inspire-wrapper h1{
        font-size: 1.7em;
    }

    #post-my-story{
        display: block;
        margin-bottom: 20px;
    }

    .inspire-wrapper .form{
        display: none;
    }

    .grid-item{
        width: 100%;
    }

}
@media(max-width:768px) and (orientation: landscape){
    .grid-item{
        width: 48%;
    }

    ul.menu.fixed{
        padding: 10px;
    }

    #instafeed > div.col-xs-6{
        width: 33%;
    }

}
@media(min-width:768px){
    

}
@media(min-width:992px){}
@media(min-width:1200px){}
