@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Great+Vibes|Roboto+Slab:300,400,700");

body {
	background-color: #7f7f7f;
	background-image:  url(images/layout/bg.jpg);
    background-attachment:fixed!important;
	color: rgba(0, 0, 0, 0.55);
	font-size: 14px;
	font:"picto-foundry-emotions";
	line-height: 22px;
	margin: 0px;
        margin-bottom: 350px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 20px;
}

a {
    color: #845ddc;
    text-decoration: none;
}

.aff{
    padding: 10px 8px 0px 5px;
margin-bottom: -10px;
}

.justi{
    text-align: justify;
}

.footer {
	background-image:  url(images/layout/footer_bg.jpg);
        background-repeat: repeat-y;
	height: 350px;
	position: fixed;
	bottom: 0;
	z-index: -1;
        padding-top: 20px;
overflow: auto;
}

.box{
width: 100%;
border-radius: 5px;
overflow: hidden;
box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.2);
background-color: rgba(255, 255, 255, 0.6);
font-size: 1.5rem;
line-height: 1.5;
padding: 5px 10px 20px;
min-height: 280px;
}


.box-news{
width: 100%;
border-radius: 5px;
overflow: hidden;
box-shadow: 0px 0px 10px 1px rgba(116, 121, 159, 0.5);
background-color: rgba(255, 255, 255, 0.6);
font-size: 1.5rem;
line-height: 1.5;
padding: 5px 10px 20px;
min-height: 280px;
}

.box-img{
border-radius: 3px 3px 0px 0px;
position: relative;
margin-left: -10px;
margin-top: -10px;
}

.box-img2{
border-radius: 0px 0px 3px 3px;
position: relative;
margin-left: -10px;
margin-bottom: -20px;
}

.progress {
    z-index:9;
    height: 20px;
    margin-bottom: 0px;
    overflow: hidden;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 8px;
    background-color: #fff;
}

.progress span {
color: #d9beec;
text-align: right;
position: absolute;
right: 0;
margin-right: 30px;
text-shadow: 0px 1px 0px rgba(0,0,0,0.35);
}

.progress-bar {
    background-color: #f6bedb;
}



.progress-bar-striped, .progress-striped .progress-bar {
    background-image: linear-gradient(45deg,rgba(255,255,255,.25) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.25) 50%,rgba(255,255,255,.45) 75%,transparent 75%,transparent);
}
.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    -o-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}

.footer2 {
height: 30px;
position: fixed;
bottom: 0;
z-index: -1;

padding-top: 5px;
box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.2);
}

hr:before {
    content: '';
position: absolute;
    height: 1px;
    position: absolute;
    content: '';
    width: 50%;
    top: 6px;
    left: -35px;
    bottom: 0;
    z-index: -1;
    border-top: 1px solid #cccccc;
}

hr:after {
    content: '';
position: absolute;
    height: 1px;
position: absolute;
content: '';
width: 50%;
top: 6px;
right: -35px;
bottom: 0;
z-index: -1;
border-top: 1px solid #cccccc;
}

hr{
    background-image: url(images/layout/line_flower.png);
background-repeat: no-repeat;
background-position: center;
background-size: 68px 14px;
height: 14px;
width: 100%;
position: relative;
clear: both;
margin: 20px 0 1em 0;
text-align: center;
overflow: hidden;
z-index: 0;
border-top:0;

}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 3px double #9ba7bd;
}

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

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

.logo{
margin-left: 150px;
padding-bottom: 30px;
z-index: 999;
padding-top: 30px;
}

.mirror{
position: absolute;
z-index: 9999;
margin-left: 150px;
}

.mirror2{
position: absolute;
z-index: 99999;
margin-left: 80px;
}

.stuckMenu{
	z-index: 999;
}

.white{
	background-color: #fff;
        box-shadow: 0px 15px 10px -15px rgba(0, 0, 0, 0.2);
        padding-bottom: 25px;
}


.navbar-inverse {
    background-image: url(images/layout/navbg.png);
	border: 5px #fff;

  -moz-box-shadow:0 5px 5px rgba(182, 182, 182, 0.75);
-webkit-box-shadow: 0 5px 5px rgba(182, 182, 182, 0.75);
box-shadow: 0 5px 5px rgba(182, 182, 182, 0.3);
}
.navbar-inverse .navbar-brand {
    background-color: #fff;
}

.navbar-brand, a.navbar-brand {
    float: left;
    height: 65px!important; 
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    text-decoration: none;
    font-family: cursive;
    font-weight: 700;
}
.navwrapper{
margin-right: 15px;
margin-left: -15px;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
	letter-spacing: .15em;
text-shadow: 2px 2px 1px #565353;
}

.container{
	padding-right: 0px;
padding-left: 0px;
}


.row{
	margin-left: 0px;
	margin-right: 0px;
}

.affifoot img{
    opacity: 0.25;
}

.affifoot img:hover{
    opacity: 1;
}


@keyframes r1 {
    0% {
        transform: scale(0.1);
        -webkit-transform: scale(0.1);
        opacity: 0.25;
    }
    25% {
        transform: scale(0.25);
        -webkit-transform: scale(0.25);
        opacity: 1;
    }
    50% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        opacity: 1;
    }
    75% {
        transform: scale(0.75);
        -webkit-transform: scale(0.75);
        opacity: 0.75;
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0.25;
    }
}
@keyframes r2 {
    0% {
        transform: scale(0.1);
        -webkit-transform: scale(0.1);
        opacity: 0.25;
    }
    25% {
        transform: scale(0.1);
        -webkit-transform: scale(0.1);
        opacity: 0.25;
    }
    50% {
        transform: scale(0.25);
        -webkit-transform: scale(0.25);
        opacity: 1;
    }
    75% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        opacity: 1;
    }
    100% {
        transform: scale(0.75);
        -webkit-transform: scale(0.75);
        opacity: 0.25;
    }
}
@keyframes r3 {
    0% {
        transform: scale(0.1);
        -webkit-transform: scale(0.1);
        opacity: 0.25;
    }
    25%, 50% {
        transform: scale(0.1);
        -webkit-transform: scale(0.1);
        opacity: 0.25;
    }
    75% {
        transform: scale(0.25);
        -webkit-transform: scale(0.25);
        opacity: 1;
    }
    100% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        opacity: 0.25;
    }
}
@keyframes r4 {
    0% {
        transform: scale(0.1);
        -webkit-transform: scale(0.1);
        opacity: 0.25;
    }
    25%, 50%, 75% {
        transform: scale(0.1);
        -webkit-transform: scale(0.1);
        opacity: 0.25;
    }
    100% {
        transform: scale(0.25);
        -webkit-transform: scale(0.25);
        opacity: 0.25;
    }
}
@keyframes r5 {
    0%, 100% {
        transform: scale(0.1);
        -webkit-transform: scale(0.1);
        opacity: 0.25;
    }
    25%, 50%, 75% {
        transform: scale(0.1);
        -webkit-transform: scale(0.1);
        opacity: 0.25;
    }
}
.round{ position: absolute; z-index:-1;}
.round div{ position: absolute; top: 50%; left: 50%; width: 100%; height: 100%; margin: -50% 0 0 -50%; border-radius: 50%; border: 1px solid #FFF; box-shadow: 1px 1px 10px #FFF; opacity: 0;}
.round1{ top: 30px; left: 390px; width: 285px; height: 285px; opacity: 0.4;}
.round2{ top: 100px; right: -20px; width: 285px; height: 285px; opacity: 0.3;}
.round2 div{ animation-delay:1s;}
.round3{ top: -310px; left: -100px; width: 420px; height: 420px; opacity: 0.3;}
.round3 div{ animation-delay:2.5s;}
.round4{ bottom: 84px; right: 445px; width: 172px; height: 172px; opacity: 0.3;}
.round4 div{ animation-delay:1.8s;}
.round5{ top: 284px;
left: -205px;
width: 472px;
height: 472px;
opacity: 0.5;}
.round5 div{ animation-delay:1.5s;}
.r1{ animation: r1 4s linear infinite;}
.r2{ animation: r2 4s linear infinite;}
.r3{ animation: r3 4s linear infinite;}
.r4{ animation: r4 4s linear infinite;}
.r5{ animation: r5 4s linear infinite;}

.blockquote {
    background: transparent url(images/layout/block.png);
    padding: 10px;
    border: 1px solid #D8D6CC;
    margin: 3px;
    color: #204f5f;
    -webkit-box-shadow: 0px 0px 2px 2px rgba(101,143,157,0.24);
    -moz-box-shadow: 0px 0px 2px 2px rgba(101,143,157,0.24);
    box-shadow: 0px 0px 2px 2px rgba(101,143,157,0.24);
}

.story {
    font-family: 'Reenie Beanie', cursive;
    font-size: 21px;
    text-align: left;
}

.story h1 {
    font-family: 'Reenie Beanie', cursive;
    font-size: 41px;
    color: #935c5c;
    background-image: none;
    margin-left: -25px;
    padding-left: 25px;
    margin-bottom: -15px;
    height: 63px;
    margin-top: -10px;
    text-align: left;
}





h1 {
font-family: 'Dancing Script', cursive;
font-size: 30pt;
letter-spacing: -1px;
color: rgb(133, 166, 195);
text-shadow: rgb(224, 224, 224) 1px 1px 0px;
background-image: url(images/layout/h1.png);
background-repeat: no-repeat;
margin-bottom: 20px;
height: 82px;
padding-top: 20px;
z-index: 9;
display: block;
position: relative;
margin-top: -20px;
padding-left: 60px;
margin-left: 5px;
}

.h1img{
position: absolute;
z-index: 1;
padding-top: 15px;
padding-left: 20px;
}

.h2img{
position: absolute;
z-index: 1;
padding-top: 0px;
padding-left: 20px;
}

 h2 {
    color: #7f69b7;
    font-family: "Great Vibes", cursive;
    font-weight: 400;
    margin: 0;
    font-size:40px;
}


.board{
display: block;
background-color:#d0d1e6;
margin:2px 0px 5px 0px;
padding:8px;
color: #000;
}

.storyboard{
background-color:#f0f0f1;
color: #274764;
}


.storytitel{
    padding-left:8px;
    padding-bottom: 7px;
    padding-top: 0px;
}

.storypic{
    padding-left:6px;
    padding-bottom: 5px;
}

.bunt {
    background-image: url(images/layout/bunt.png);
    height: 50px;
    color: #000;
    font-family: 'Dancing Script', cursive;
    font-size: 21px;
    color: rgb(123, 137, 162);
    text-shadow: rgb(224, 224, 224) 1px 1px 0px;
    z-index: 4;
    padding-left: 110px;
    padding-top: 4px;
    margin-bottom: -8px;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.bunt2 {
    background-image: url(images/layout/bunt2.png);
    height: 40px;
    padding-left: 5px;
    color: #000;
    font-family: "Great Vibes";
    font-size: 34px;
    color: rgb(125, 105, 120);
    text-shadow: rgb(224, 224, 224) 1px 1px 0px;
    z-index: 4;
	background-size: 100% auto;
	background-repeat: no-repeat;
	margin-top: 4px;
}

.charadetails {
    padding: 10px 20px;
    border: 1px solid rgba(24,118,165,0.2);
    font-family: calibri;
    color: rgba(70, 120, 152, 0.9);
     background-image: url(images/layout/wolken.png);
    -webkit-box-shadow: 2px 2px 2px 0 rgba(79,161,188,0.2);
    box-shadow: 0px 2px 4px 0 rgba(127, 194, 216, 0.33);
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.charadetails2 {
    padding: 10px 20px;
    border: 1px solid rgba(24,118,165,0.2);
    font-family: calibri;
    color: rgba(70, 120, 152, 0.9);
     background-image: url(images/charas/chara_bg.png);
    -webkit-box-shadow: 2px 2px 2px 0 rgba(79,161,188,0.2);
    box-shadow: 0px 2px 4px 0 rgba(127, 194, 216, 0.33);
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    max-width: 350px;
}

.charadetails3 {
    padding: 10px 20px;
    border: 1px solid rgba(24,118,165,0.2);
    font-family: calibri;
    color: rgba(70, 120, 152, 0.9);
     background-image: url(images/charas/chara_bg2.png);
    -webkit-box-shadow: 2px 2px 2px 0 rgba(79,161,188,0.2);
    box-shadow: 0px 2px 4px 0 rgba(127, 194, 216, 0.33);
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    max-width: 350px;
}

.box-charas{
width: 100%;
border-radius: 5px;
overflow: hidden;
background: transparent url(images/layout/block.png);
box-shadow: 0px 0px 10px 1px rgba(116, 121, 159, 0.5);
background-color: rgba(255, 255, 255, 0.6);
font-size: 1.5rem;
line-height: 1.5;
padding: 5px 10px 20px;
min-height: 280px;
}

.content-charas {
    display: block;
    padding: 0px 50px;
    margin: 0 0 20px;
}

.epi1{

position: relative;
margin-top: -20px;
margin-left: 50px;
margin-bottom: -30px;
}

.chara{
position: relative;
z-index:9;
padding-right: 0px;
padding-left: 0px;
margin-bottom: -10px;
}


@keyframes move-clouds-back {
    from {background-position:0 0;}
    to {background-position:10000px 0;}
}
@-webkit-keyframes move-clouds-back {
    from {background-position:0 0;}
    to {background-position:10000px 0;}
}
@-moz-keyframes move-clouds-back {
    from {background-position:0 0;}
    to {background-position:10000px 0;}
}
@-ms-keyframes move-clouds-back {
    from {background-position: 0;}
    to {background-position:10000px 0;}
}

.clouds {
position: absolute;
left: 0;
right: 0;
bottom: 0;
margin: -80px 26px 0px 16px;
opacity: 0.6;
}

.clouds{
    background:transparent url(images/charas/wolken.png) repeat-x top center;
    z-index:3;
top: 80px;
  -moz-animation:move-clouds-back 300s linear infinite;
  -ms-animation:move-clouds-back 300s linear infinite;
  -o-animation:move-clouds-back 300s linear infinite;
  -webkit-animation:move-clouds-back 300s linear infinite;
  animation:move-clouds-back 300s linear infinite;
}


@keyframes move-crystal-back {
   from {
		left: 0;
		top: 0;
	}
	to { 
		left: 0;
		top: -10000px;
	}
}
@-webkit-keyframes move-crystal-back {
    from {
		left: 0;
		top: 0;
	}
	to { 
		left: 0;
		top: -10000px;
	}
}
@-moz-keyframes move-crystal-back {
   from {
		left: 0;
		top: 0;
	}
	to { 
		left: 0;
		top: -10000px;
	}
}
@-ms-keyframes move-crystal-back {
   from {
		left: 0;
		top: 0;
	}
	to { 
		left: 0;
		top: -10000px;
	}
}

.crystal {
position: absolute;
left: 0;
right: 0;
bottom: 0;
margin: 0px 26px 0px 16px;
opacity: 0.6;
}

.crystal{
    background:transparent url(images/charas/freya_bg.gif) no-repeat top left;
    z-index:3;
top: 0px;
 width: 350px;
}

.box_news{
    display: block;
    position: relative;
    background: #fff;
    margin: 4px;
    -webkit-transition: 0 0 12px rgba(0, 0, 0, 0.15);
    -moz-transition: 0 0 12px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
}
.top-fig {
    display: block;
    padding: 0 30px;
}
.figure {
    width: 120px;
    height: 120px;
    position: absolute;
    overflow: hidden;
    vertical-align: middle;
    margin: -80px -20px 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
}

.episodenbg {
padding: 5px;
padding-bottom: 5px;
line-height: 24px;
color: #000;
background: url('images/kram/boxbg.png');
max-width: 750px;
text-align: justify;
}

.episodentext {
    margin-top: -24px;
}

.con {
    margin-left: 100px;
display: block;
padding: 18px 50px;
text-align:center;
z-index: 9;
margin-top: -60px;
position: absolute;
}

.con p {
    margin: 0 0 5px;
}

 .con h2 {
    color: #7f69b7;
    font-family: "Great Vibes", cursive;
    font-weight: 400;
    margin: 0;
    font-size:40px;
    text-shadow: 0px 2px 2px rgba(0,0,0,0.35);
}
.content {
    display: block;
    text-align: left;
    border-top: 1px solid #dedede;
    padding: 30px 50px;
    margin: 0 0 20px;
}

#scroll {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0px auto;
    top: -50px;
    cursor: pointer;
    width: 100px;
    height: 100px;
    line-height: 80px;
    color: #ffffff;
    font-size: 24px;
    border: 10px solid #ffffff;
    text-align: center;
    display: none;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #767a95;
}

.thumbnail{
    
}

        a.navbar-brand {
            float: left;
            height: 50px;
            padding: 15px 15px;
            font-size: 18px;
            line-height: 20px;
            text-decoration: none;
            color: orangered;
            font-family: cursive;
            font-weight: 700;

        }

        nav.main-navigation {
            position: relative;
        }

        nav.main-navigation ul.nav-list {
            margin: 0;
            padding: 0;
            list-style: none;
            position: relative;
            text-align: right;
        }

        .nav-list li.nav-list-item {
            display: inline-block;
            line-height: 40px;
            margin-left: 30px;
            margin-top: 5px;
        }

		.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: none !important;
	background: none;
}

.navbar-brand:hover {
    color: #fff;
    background-color: #fff !important;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: none;
    border-color: #337ab7;
}

.dropdown-menu {
    padding: 0px 0;
}

.dropdown-menu > li > a {
padding: 9px 0px 8px 0px;
border-bottom: 1px solid #E1E1E1;
text-align: center;
font-family: calibri;
font-size: 15px;
color: #fff;
line-height: 11px;
letter-spacing: 1px;
text-transform: uppercase;
 background-image: url(images/layout/navbg.png);
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 25px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 4px;
}

        a.nav-link {
            text-decoration: none;
            font-size: 18px;
            font-family: sans-serif;
            font-weight: 500;
            cursor: pointer;
            position: relative;
            color: #404040;
        }

        @keyframes FadeIn {
            0% {
                opacity: 0;
                -webkit-transition-duration: 0.8s;
                transition-duration: 0.8s;
                -webkit-transform: translateY(-10px);
                -ms-transform: translateY(-10px);
                transform: translateY(-10px);
            }


            100% {
                opacity: 1;
                -webkit-transform: translateY(0);
                -ms-transform: translateY(0);
                transform: translateY(0);
                pointer-events: auto;
                transition: cubic-bezier(0.4, 0, 0.2, 1);
            }
        }

        .nav-list li {
            animation: FadeIn 1s cubic-bezier(0.65, 0.05, 0.36, 1);
            animation-fill-mode: both;
        }

        .nav-list li:nth-child(1) {
            animation-delay: .3s;
        }

        .nav-list li:nth-child(2) {
            animation-delay: .6s;
        }

        .nav-list li:nth-child(3) {
            animation-delay: .9s;
        }

        .nav-list li:nth-child(4) {
            animation-delay: 1.2s;
        }

        .nav-list li:nth-child(5) {
            animation-delay: 1.5s;
        }

        /* Animation */

        @keyframes fadeInUp {
            from {
                transform: translate3d(0, 40px, 0)
            }

            to {
                transform: translate3d(0, 0, 0);
                opacity: 1
            }
        }

        @-webkit-keyframes fadeInUp {
            from {
                transform: translate3d(0, 40px, 0)
            }

            to {
                transform: translate3d(0, 0, 0);
                opacity: 1
            }
        }

        .animated {
            animation-duration: 1s;
            animation-fill-mode: both;
            -webkit-animation-duration: 1s;
            -webkit-animation-fill-mode: both
        }

        .animatedFadeInUp {
            opacity: 0
        }

        .fadeInUp {
            opacity: 0;
            animation-name: fadeInUp;
            -webkit-animation-name: fadeInUp;
        }


		
@media (max-width: 767px) {
  
    .content-charas {
    display: block;
    padding: 0px 0px;
    margin: 0 0 20px;
}

    .footer {
   width:100%
}
 
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: 0 !important;
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.containernavi{
	padding-left: 15px;
	padding-right: 15px;
}

.isStuck{
	width: 100%;
	margin-left: -15px;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    margin-left: 15px;
}

.navbar-inverse .navbar-brand {
    background-color: transparent;
}

.navwrapper{
margin-right: 0px;
margin-left: -15px;
}
		
  }

  
  