/*
Theme Name: URI WP BS3 Skrollr
Theme URL: uri.studio-oststrasse.de
Description:  URI Bootstrap 3.2 Portfolio Grid
Version: 1.0
Author: URI
Author URL: uri.studio-oststrasse.de
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: URI Bootstrap 3.2
*/


/*-----------------------------------------------------------------------------------*/
/*	GENERAL
/*-----------------------------------------------------------------------------------*/

* {
	padding:0;
	margin:0;
}

html, body {
	height:100%;
}

body {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-family: 'Cousine', Arial, Times;
	/* font-family: 'Roboto Mono', 'Cousine', Arial, Times; */
    overflow-x: hidden;
    background-color: #f3f3f3;
    background-color: #fbf9f4;
    background-color: #FFF;
    color: navy;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0px;
	}

	.skrollr-desktop body {
		height:100% !important;
	}

p {
    margin: 0 0 20px;
	}

a {
    color: #111;
    text-decoration: none;
	}
a:hover, a:focus {
	color: #999;
	outline: none;
	text-decoration: none;
	}

hr {
    border-color: #111;
    margin-bottom: 60px;
    margin-top: 60px;
    max-width: 600px;
	}


.header {
	background: transparent;
	}
	
.header h1 { 
	font-weight: 400;
	color: #111; 
	margin: 50px auto;
	}

.header h1 a:hover { display: none; opacity: 0.6 }

.header h2 { 
	display: none;
	}

header hr {
    border-color: #a2a2a2;
    margin-bottom: 20px;
    margin-top: 0px;
    max-width: 500px;
}

footer {
    margin: 0 0 80px;
    background-color: transparent;
	}


footer .widget {
	background: #FFF;
	max-width: 500px;
	margin: 15px auto;
	border-top: 1px solid #A2A2A2;
	border-bottom: 1px solid #A2A2A2;
	text-align: center;
	padding: 5px 0 5px;
	}

h1, .h1 {
	font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 0px;
    color: #000;
	}

h2, .h2 {
    font-size: 20px;
    text-transform: lowercase;
    letter-spacing: 2px;
    font-weight: 400;
    margin-bottom: 70px;
    margin-top: 0px;
    text-transform: uppercase;
    color: #FFF;
	}

h3, .h3 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 15px;
    
	}

h5, .h5 {
    font-size: 14px;
    margin-bottom: 5px;
	}

footer .widget h5 {
    font-size: 14px;
    margin-bottom: 2px;
    margin-top: 5px;
	}
	
footer .address { margin-top: 30px;}


/*-----------------------------------------------------------------------------------*/
/*	NABAR main
/*-----------------------------------------------------------------------------------*/

.nav-fixed {

    position: fixed;
    z-index: 9999;
}

.nav {
    list-style: outside none none;
    margin-bottom: 0;
    padding-left: 0;
}
.nav > li {
    display: block;
    position: relative;
}
.nav > li > a {
    display: block;
    padding: 15px 15px;
    position: relative;
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: #FFF;
    text-decoration: none;
}

.navbar-center {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
    margin: auto;
  	height:100%;
/*   	background-color: aqua; */
	}

.navbar-collapse.collapse {
display: block!important;
}

.navbar-nav>li, .navbar-nav {
float: left !important;
}

.navbar-nav.navbar-right:last-child {
margin-right: -15px !important;
}

.navbar-right {
float: right!important;
}


/* *********************************
   Overrides on Bootstrap
  ********************************** */
  
.logo-fixed-top {
    border-width: 0;
    top: 0;
    right: 50%;
	/*  right: 0; left: 0; */
    position: fixed;
    z-index: 99;
    background: transparent;
    width: 340px;
    margin-right: -170px;
	}

.navbar {
	background-color: #FFF;
    border-radius: 0px;
	margin-bottom: 0px;
	border: 0px solid #FFF;
	}
	




/*-----------------------------------------------------------------------------------*/
/*	content
/*-----------------------------------------------------------------------------------*/

.section {
    /* background-image:url(http://s540351785.online.de/wehrmeister/wp-content/themes/uriBootstrap3Skrollr/img/bg-paper3.gif); */
	}
.shadow {
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	}

.maxwidth {
       max-width:1400px;
	}

.container {
    background-color: transparent;
	}
	
	.container.content {
		margin-bottom: 30px;
		min-height: 550px;
		border-top: solid 1px #eee;
		}

	.container.frontpage {
		margin-bottom: 40px;
		min-height: 550px;
		}
		
	.container.index {
		margin-bottom: 60px;
		}
		  
	.container .row.line:before {
		display: block;
	  	content: "";
	  	border-top: 1px solid #999;
	    margin: 0 15px 15px 15px;
	    width: auto;
	  }
	  

	
.post-header {
	margin-bottom: 15px;
	text-align: center;
	}
	
.post-images {
	margin-bottom: 30px;
	}
	
	.post-images .post-image {
		margin: 0 auto 30px;
		}
		
	.post-images .post-image img {
		margin: 0 auto;
		}
	
.post-content {
	margin-bottom: 15px;
	}	

.post-images figcaption {
  display: none;
}

.container.spacer {
    background-color: #FFF; 
	}
.container.spacer .headline {
	margin-top: 0px; margin-bottom: 10px;
	text-align: center;
	}
.container.spacer .headline span { visibility: hidden}




.category { 
	background: #FFF;
	margin-top: 80px;
	margin-bottom: 70px;
/* 	border-bottom: 1px dashed rgba(0, 0, 0, 0.2); */
}


a.thumb {
	display: block;
	margin: 7.5px;
	float: left;
	}
.thumb-image {
	background-color: #FFF; 
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}



.category.cat-performance {
	background-color: #FFF; 
	}
	
.category.cat-performance .container {
	max-width: 780px;
	}
.category.cat-music .container {
	max-width:  970px;
	}

/*-----------------------------------------------------------------------------------*/
/*	page
/*-----------------------------------------------------------------------------------*/
 
.datenschutz {}
 
.container.content.datenschutz {
    margin-bottom: 30px;
    min-height: auto;
    margin-top: 45px;
    border-top: solid 1px #eee;
	}
.container.content.datenschutz h1 {
    margin-top:10px;
	}
.container.content.datenschutz h3 {
    margin-top:30px;
	}
.container.content.datenschutz  ul, .datenschutz ol {
    margin-top: 0;
    margin-bottom: 15px;
	}

/*-----------------------------------------------------------------------------------*/
/*	Theme-Check
/*-----------------------------------------------------------------------------------*/
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.txtcenter {
	text-align: center;
}




.slick-slide img {
    border: 2px solid #333;
    display: block;
    width: 100%;
}

.right-col {
	text-align: right;
}


/*-----------------------------------------------------------------------------------*/
/*	Bootstrap 3 + Collage
/*-----------------------------------------------------------------------------------*/

.music-section { position: relative; }

.video-format {
/*
	
	margin-left: 90px;
	display: block;
*/
    padding-left: 30px;
    padding-right: 30px;
}

/*
.video_thumbnail { 
    display:inline-block;
    float:none;
}


.video_thumbnail a img { 
	width: auto;
	max-height: 220px;
	vertical-align: middle;
	margin: 0 auto;	
}
*/
.video_thumbnail a { 
	display: block;

	float: none;
	margin: 15px auto;
	background-color: #333;
}

.video-gallery {
	margin-bottom: 30px;
	display:inline-block;
}

.audio-format {
	overflow: hidden;
	}
	
.mejs-container {
	margin-bottom: 8px;
	}

.audio-format .wp-post-image {
	margin-bottom: 30px;
	}

/* centered columns styles */
.row-centered {
    text-align:center;
	}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}


/*-----------------------------------------------------------------------------------*/
/* parallax
/*-----------------------------------------------------------------------------------*/


	.skrollr-desktop body {
		height:100% !important;
	}

	.parallax-image-wrapper {
		position:fixed;
		left:0;
		width:100%;
		overflow:hidden;
	}

	.parallax-image-wrapper-50 {
		height:50%;
		top:-50%;
	}

	.parallax-image-wrapper-100 {
		height:100%;
		top:-100%;
	}

	.parallax-image {
		display:none;
		position:absolute;
		bottom:0;
		left:0;
		width:100%;
		background-repeat:no-repeat;
		background-position:center;
		background-size:cover;
	}

	.parallax-image-50 {
		height:200%;
		top:-50%;
	}

	.parallax-image-100 {
		height:100%;
		top:0;
	}

	.parallax-image.skrollable-between {
		display:block;
	}

	.no-skrollr .parallax-image-wrapper {
		display:none !important;
	}

	#skrollr-body {
		height:100%;
		overflow:visible;
		position:relative;
	}

	.gap {
		background:transparent center no-repeat;
		background-size:cover;
/*
		background-color: #333;
		background-position: center center;
		background-repeat: no-repeat;
		
*/
	}

	.skrollr .gap {
		background:transparent !important;
	}

	.gap-50 {
		height:50%;
	}

	.gap-100 {
		height:100%;
	}

	.section {

		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}

	.content-full {
		height:100%;
	}

	#done {
		height:100%;
	}



.container-top {

}

.container-top .col-md-4 {
	
}

.container-top .top-content {
	margin: 60px 0 0 0;
	padding: 15px 15px 15px 15px;
	background-color: #FFF;
	background-color: rgba(255, 255, 255, 0.8);
}

.container-top .top-content h4 {
	font-size: 12px;
	font-weight: 700;
}

.container-top .top-content p { 
	margin: 0 0 0 0;
}

.container-top .top-content.status-draft { 
	display: none;
}

/* columns of same height styles */

.container-full-height {
  height: 100%;
  background-color: transparent;
}

.row-full-height {
  position: relative;
  height: 100%;
}
.col-full-height {
  bottom: 0;
  position: absolute;
}

.inset-shadow { 
    -moz-box-shadow:    inset  0  4px 4px -4px rgba(0, 0, 0, 0.5),
                        inset  0 -4px 4px -4px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset  0  4px 4px -4px rgba(0, 0, 0, 0.5),
                        inset  0 -4px 4px -4px rgba(0, 0, 0, 0.5);
     box-shadow:        inset  0  4px 4px -4px rgba(0, 0, 0, 0.3),
                        inset  0 -4px 4px -4px rgba(0, 0, 0, 0.3);
}

/*-----------------------------------------------------------------------------------*/
/* Magnific Popup CSS */
/*-----------------------------------------------------------------------------------*/



.mfp-with-fade {
  
  .mfp-content,
  .mfp-arrow,
  &.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: opacity 0.3s ease-out; 
    -moz-transition: opacity 0.3s ease-out; 
    -o-transition: opacity 0.3s ease-out; 
    transition: opacity 0.3s ease-out;
  }
  
  &.mfp-ready {
    .mfp-content,
    .mfp-arrow {
      opacity: 1;
    }
    &.mfp-bg {
      opacity: 0.8; // background opacity
    }
  }

  &.mfp-removing {
    .mfp-content,
    .mfp-arrow,
    &.mfp-bg {
      opacity: 0;
    }
  }
 
}



.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #FFF;
  opacity: 0.9;
  filter: alpha(opacity=90); }

  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
    background: #444444; }


.mfp-title {
    color: #111;
    line-height: 18px;
    padding-right: 36px;
    text-align: left;
    word-wrap: break-word;
	}

.mfp-figure small {
    color: #111;
    display: block;
    font-size: 12px;
    line-height: 14px;
	}
.mfp-close {
    color: #111;
	}
.mfp-preloader {
  width: 30px;
  height: 30px;
  background-color: #FFF;
  opacity: 0.65;
  margin: 0 auto;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
}


button.mfp-arrow:before, button.mfp-arrow:after {
    border: medium none;
    display: none;
    margin: 0;
}
button.mfp-arrow:before {
    -moz-osx-font-smoothing: grayscale;
    color: #111;
    display: block;
    font-size: 24px;
    font-weight: normal;
    height: 80px;
    left: 0;
    line-height: 80px;
    margin-top: -40px;
    opacity: 1;
    position: absolute;
    top: 50%;
    width: 100%;
}

button.mfp-arrow-right:before {
    font-family: "fontello";
    content: '\e803'
}
button.mfp-arrow-left:before {
    font-family: "fontello";
    content: '\e802';
}


@-webkit-keyframes rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes rotateplane {
  0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg) }
  50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) }
  100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg) }
}


/*-----------------------------------------------------------------------------------*/
/*	magnific-popup */
/*-----------------------------------------------------------------------------------*/


.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}




.mfp-counter {
    color: #111;
    font-size: 12px;
    line-height: 18px;
}


/*-----------------------------------------------------------------------------------*/
/*	lazy
/*-----------------------------------------------------------------------------------*/


@font-face {
  font-family: 'fontello';
  src: url('font/fontello.eot?16295509');
  src: url('font/fontello.eot?16295509#iefix') format('embedded-opentype'),
       url('font/fontello.woff?16295509') format('woff'),
       url('font/fontello.ttf?16295509') format('truetype'),
       url('font/fontello.svg?16295509#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('font/fontello.svg?16295509#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-facebook-squared:before { content: '\e800'; } /* '' */
.icon-twitter-squared:before { content: '\e801'; } /* '' */
.icon-angle-left:before { content: '\e802'; } /* '' */
.icon-angle-right:before { content: '\e803'; } /* '' */
.icon-angle-up:before { content: '\e804'; } /* '' */
.icon-angle-down:before { content: '\e805'; } /* '' */
.icon-down-open-big:before { content: '\e806'; } /* '' */
.icon-left-open-big:before { content: '\e807'; } /* '' */
.icon-right-open-big:before { content: '\e808'; } /* '' */
.icon-up-open-big:before { content: '\e809'; } /* '' */
.icon-instagramm:before { content: '\e80a'; } /* '' */
.icon-pinterest-squared:before { content: '\e80b'; } /* '' */
.icon-file-pdf:before { content: '\e80c'; } /* '' */
.icon-resize-full:before { content: '\e80d'; } /* '' */
.icon-resize-small:before { content: '\e80e'; } /* '' */









/*-----------------------------------------------------------------------------------*/
/*	lazy
/*-----------------------------------------------------------------------------------*/

img.lazy {
  display: none;
	}

.lazy-hidden {
    opacity: 0;
	}
	
.lazy-loaded {
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 1;
	}
	
	
.my-simple-gallery {

}
.my-simple-gallery img {

}
.my-simple-gallery figure {

}
.my-simple-gallery figcaption {
  display: none;
}
	
/*-----------------------------------------------------------------------------------*/
/*	lazy
/*-----------------------------------------------------------------------------------*/
	
@media screen and (max-height: 600px) {

/*
.post-image { 
	height: 550px;
	width: auto;
	}
.post-image img { 
	height: 550px;
	width: auto;
	}
}
*/


/*

A library of transitions for revealing the loaded images
(Heavily) Inspired by http://tympanus.net/codrops/2013/07/02/loading-effects-for-grid-items-with-css-animations/

*/

.effect-parent {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
    }


/* EFFECT 1 */
.effect-1 {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 50% 50% -300px;
    -moz-transform-origin: 50% 50% -300px;
    transform-origin: 50% 50% -300px;
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-animation: fly ease-in-out forwards;
    -moz-animation: fly ease-in-out forwards;
    animation: fly ease-in-out forwards;
}
@-webkit-keyframes fly {
    100% { -webkit-transform: rotateX(0deg); opacity: 1; -webkit-transform-origin:50% 50% 0; }
}

@-moz-keyframes fly {
    100% { -moz-transform: rotateX(0deg); opacity: 1; -moz-transform-origin:50% 50% 0; }
}

@keyframes fly {
    100% { transform: rotateX(0deg); opacity: 1; transform-origin:50% 50% 0; }
}



/* EFFECT 2 */
.effect-2 {
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-animation: moveUp ease forwards;
    -moz-animation: moveUp ease forwards;
    animation: moveUp ease forwards;
}

@-webkit-keyframes moveUp {
    to { -webkit-transform: translateY(0); opacity: 1; }
}

@-moz-keyframes moveUp {
    to { -moz-transform: translateY(0); opacity: 1; }
}

@keyframes moveUp {
    to { transform: translateY(0); opacity: 1; }
}


/* EFFECT 3 */
.effect-3 {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
    -moz-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
    transform: translateZ(400px) translateY(300px) rotateX(-90deg);
    -webkit-animation: fallPerspective ease-in-out forwards;
    -moz-animation: fallPerspective ease-in-out forwards;
    animation: fallPerspective ease-in-out forwards;
}

@-webkit-keyframes fallPerspective {
    100% { -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
}

@-moz-keyframes fallPerspective {
    100% { -moz-transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
}

@keyframes fallPerspective {
    100% { transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
}


/* EFFECT 4 */
.effect-4 {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: rotateX(-80deg);
    -moz-transform: rotateX(-80deg);
    transform: rotateX(-80deg);
    -webkit-animation: flip ease-in-out forwards;
    -moz-animation: flip ease-in-out forwards;
    animation: flip ease-in-out forwards;
}

@-webkit-keyframes flip {
    100% { -webkit-transform: rotateX(0deg); opacity: 1; }
}

@-moz-keyframes flip {
    100% { -moz-transform: rotateX(0deg); opacity: 1; }
}

@keyframes flip {
    100% { transform: rotateX(0deg); opacity: 1; }
}


/* EFFECT 5 */
.effect-5 {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-animation: moveUp ease-in-out forwards;
    -moz-animation: moveUp ease-in-out forwards;
    animation: moveUp ease-in-out forwards;
}


/* EFFECT 6 */
.effect-6 {

    -webkit-transform:  scale(0.638) translate(-179px);
    -moz-transform:     scale(0.638) translate(-179px);
    transform:          scale(0.638) translate(-179px);

    -webkit-animation: moveUp ease-in-out forwards;
    -moz-animation: moveUp ease-in-out forwards;
    animation: moveUp ease-in-out forwards;
}





/* Universal durations */
.effect-duration-1{
    -webkit-animation-duration: .4s;
    -moz-animation-duration:    .4s;
    animation-duration:         .4s;
}
.effect-duration-2{
    -webkit-animation-duration: .5s;
    -moz-animation-duration:    .5s;
    animation-duration:         .5s;
}
.effect-duration-3{
    -webkit-animation-duration: .6s;
    -moz-animation-duration:    .6s;
    animation-duration:         .6s;
}
.effect-duration-4{
    -webkit-animation-duration: .7s;
    -moz-animation-duration:    .7s;
    animation-duration:         .7s;
}
.effect-duration-5{
    -webkit-animation-duration: .8s;
    -moz-animation-duration:    .8s;
    animation-duration:         .8s;
}
.effect-duration-6{
    -webkit-animation-duration: .9s;
    -moz-animation-duration:    .9s;
    animation-duration:         .9s;
}
.effect-duration-7{
    -webkit-animation-duration: .95s;
    -moz-animation-duration:    .95s;
    animation-duration:         .95s;
}
.effect-duration-8{
    -webkit-animation-duration: 1s;
    -moz-animation-duration:    1s;
    animation-duration:         1s;
}
.effect-duration-9{
    -webkit-animation-duration: 1.05s;
    -moz-animation-duration:    1.05s;
    animation-duration:         1.05s;
}
.effect-duration-10{
    -webkit-animation-duration: 1.1s;
    -moz-animation-duration:    1.1s;
    animation-duration:         1.1s;
}



}
@media screen and (max-height: 450px) {


@media screen and (max-height: 700px) and (max-width: 980px) {

}
@media screen and (max-height: 550px) and (max-width: 980px) {

}
@media screen and (max-height: 600px) and (max-width: 1200px) {

}


