@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);

body { 
	background-color: #FFFFFF;
	padding-top:45px;
	font-family:'Open Sans', sans-serif;
}

h1 { color: #333; font-size: 42px; font-family: 'Open Sans', sans-serif; font-weight: 300 !important; text-decoration: none; text-transform: uppercase; margin-bottom: 5px; }
h2 { color: #E40000; font-size: 32px; font-family: 'Open Sans', sans-serif; font-weight: 300 !important; text-decoration: none; text-transform: uppercase; margin-bottom: 5 px;}
h3 { color: #6d6d6d; font-size: 25px; font-family: 'Open Sans', sans-serif; text-decoration: none; margin-bottom: 5px; }
h4 { color: #fff; font-size: 22px; font-family: 'Open Sans', sans-serif;font-weight: 600; text-decoration: none; text-transform: none; margin-bottom: 5px;}
h5 { color: #6d6d6d; font-size: 18px; font-family: 'Open Sans', sans-serif; text-decoration: none; margin-bottom: 2px; }
hr {
	border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(102,102,102, 0), rgba(102,102,102, 0.75), rgba(102,102,102, 0));
    width: 50%
}

.google-maps{
position:relative;
padding-bottom: 75%;
height: 0;
overflow: hidden;
}

.google-maps iframe{
position: absolute;
top:0;
left: 0;
width: 100% !important;
height: 100% !important;
}

.formular iframe{
height:1000px;
}

@media (max-width: 1199px) {
  .formular iframe{
    height:1400px;
  }
}

.video-frame{
position:relative;
z-index:1;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}

.video-frame iframe{
position: absolute;
top:0;
left: 0;
width: 100% !important;
height: 100% !important;
z-index:1;
}

.nav-logo{
	width: 60px;
    margin-top: 10px;
}

#fancybox-wrap * { 
    max-width: 100% !important;
}

.success-message{
	display:none;
}
 
#fancybox-wrap, 
#fancybox-wrap * {
 -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
     -ms-box-sizing: content-box;
      -o-box-sizing: content-box;
         box-sizing: content-box;
}

.toggle-btn{
	width:100%;
	max-width:200px;
	display:block;
	margin-top:15px;
	margin-bottom:15px;
	font-size:16px;
	background-color:#D83C3C;
	border:2px solid transparent;
	transition:all .31s;
	text-align:center;
	padding:5px;
	color:#fff;
	margin-left:auto;
	margin-right:auto;
	border-radius:4px;
}

.toggle-btn:hover, .toggle-btn:focus, .toggle-btn:active{
	border:2px solid #D83C3C;
	background-color:#fff;
	color:#D83C3C;
	text-decoration:none;
}


#pruefung{
display:none;
}
/*Suchfunktion Styles*/
.sufu{
	min-height:400px;
	padding-top:20px;
}

.sufu-margin{
	margin-top:15px;
}

.search-heading{
	background-color:#fdfdfd;
	padding:5px;
	display:block;
	width:100%;
	border-bottom:1px solid #E40000;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	}
	
.search-result{
	background-color:transparent;
	box-shadow:0px -1px 10px 3px rgba(199,199,199,0.69);
	border-radius:4px;
	margin-bottom:10px;
	
}	

.search-content{
	padding:10px;
}

.search-content h1{
	font-size:20px;
	color:#333;
	font-weight:normal;
}

.search-content h2{
	font-size:18px;
	color:#333;
	font-weight:normal;
}

.search-content h3{
	font-size:18px;
	color:#333;
	font-weight:normal;
}

.search-content h4{
	font-size:16px;
	color:#333;
	font-weight:normal;
}

.search-content p{
	font-size:16px;
	color:#333;
	font-weight:normal;
}

.cf:before, .cf:after{
    content:"";
    display:table;
}
 
.cf:after{
    clear:both;
}
 
.cf{
    zoom:1;
}    

.search-wrapper {
width: 220px;
box-shadow: 0 1px 1px rgba(0, 0, 0, .4) inset, 0 1px 0 rgba(255, 255, 255, .2);
}
 
.search-wrapper input {
width: 148px;
height:40px;
padding: 10px 5px;
float: left;
font: bold 15px 'lucida sans', 'trebuchet MS', 'Tahoma';
border: 1px solid #d3d3d3;
background: #EEE;
border-radius: 3px 0 0 3px;
}
 
.search-wrapper input:focus {
    outline: 0;
    background: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
}
 
.search-wrapper input::-webkit-input-placeholder {
   color: #999;
   font-weight: normal;
   font-style: italic;
}
 
.search-wrapper input:-moz-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}
 
.search-wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}    

.search-wrapper button {
overflow: visible;
position: relative;
float: right;
border: 0;
padding: 0;
cursor: pointer;
height: 40px;
width: 72px;
font: bold 15px/40px 'lucida sans', 'trebuchet MS', 'Tahoma';
color: white;
text-transform: uppercase;
background: #D83C3C;
border-radius: 0 3px 3px 0;
text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
}
   
.search-wrapper button:hover{     
    background: #e54040;
}   
   
.search-wrapper button:active,
.search-wrapper button:focus{   
    background: #c42f2f;
    outline: 0;   
}
 
.search-wrapper button:before { /* left arrow */
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #d83c3c transparent;
    top: 12px;
    left: -6px;
}
 
.search-wrapper button:hover:before{
    border-right-color: #e54040;
}
 
.search-wrapper button:focus:before,
.search-wrapper button:active:before{
        border-right-color: #c42f2f;
}      
 
.search-wrapper button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
}  

/*Ende Sufu*/




/*2. UntermenÃ¼*/
.dropdown-submenu {
position: relative;
}

.dropdown-submenu>.dropdown-menu {
top: 0;
left: 100%;
margin-top: -6px;
margin-left: -1px;
-webkit-border-radius: 0 6px 6px 6px;
-moz-border-radius: 0 6px 6px;
border-radius: 0 6px 6px 6px;
}

.open > .dropdown-submenu {
  display: block;
}

.dropdown-submenu.pull-left {
float: none;
}

.dropdown-submenu .caret{
border-top-color: #000000;
border-bottom-color: #000000;
margin-left:5px;
}

.dropdown-submenu .caret{
border-top-color: #000000;
border-bottom-color: #000000;
}

.dropdown-submenu.pull-left>.dropdown-menu {
left: -100%;
margin-left: 10px;
-webkit-border-radius: 6px 0 6px 6px;
-moz-border-radius: 6px 0 6px 6px;
border-radius: 6px 0 6px 6px;
}
/*2. UntermenÃ¼*/

.footer {
	margin-top:10px;
    height:auto;
	background-color:#000000;
	padding-top:35px;
	padding-bottom:20px;
	background-image:url(../pcms/image/snare-seitenfuss.jpg);
	color:#888;
}

.footer h4{
	color:#888;
	font-weight:600;
}

.footer a{
	color:#fff;
}
.footer a:hover{
	color:#F71223;
	text-decoration:none;
}

.subfooter{
	background-color:#212121;
	color:#fff;
}

.subfooter a{
	color:#D83C3C;
}
.subfooter a:hover{
	color:#D83C3C;
	text-decoration:underline;
}


.box{
-webkit-border-radius: 6px 6px 6px 6px;
-moz-border-radius: 6px 6px 6px;
border-radius: 6px 6px 6px 6px;
box-shadow:0px -1px 10px 3px rgba(199,199,199,0.69);
padding:10px;
margin-bottom:30px;
text-align:center;
min-height:200px;
}

.box h2{margin-top:0px;text-transform:none;font-size:20px;color:#777}
.box p{min-height:80px}

.btn-primary{
	background-color:#D83C3C;
	border:2px solid transparent;
	transition:all .31s;
}

.btn-primary:hover{
	background-color:#fff;
	border:2px solid #D83C3C;
	color:#D83C3C;
}

/*Styles fÃ¼r Layout Stefan*/
.parallax-window {
    min-height: 300px;
    background: rgba(255,255,255,0.6);
}


.navbar-inverse{
	background-color:#000000;
    color: #F71223;
}

.navbar-inverse .navbar-nav > li > a{
	color:#F71223;
}

.dropdown.open{
	background-color:#212121;
}

@media(min-width:768px){
.dropdown-menu{
	background-color:#fff;
	border-bottom:5px solid #D83C3C;
	border-radius:0;
}
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
	background-color:#D83C3C;
	color:#fff;
}

.header-start > div.carousel-inner > div.item > div.fill{
	min-height:700px;
}

.section-dark{
	background-color:#333;
	padding-top:35px;
	padding-bottom:25px;
	background-image:url(../img/knot.png);
	background-repeat:repeat;
	margin-bottom:20px;
}

.primer-p{
	font-size:22px;
	color:#fff;
	font-weight:300;
	text-transform:uppercase;
	margin-bottom:0px;
}

.primer-box{
	position:relative;
}


.pulse {
	-webkit-animation: pulse 3s linear infinite;
	-moz-animation:. pulse 3s linear infinite;
	-ms-animation: pulse 3s linear infinite;
	animation: pulse 3s linear infinite;
}

@keyframes "pulse" {
 0% {
    -webkit-transform: scale(1);
   	-moz-transform: scale(1);
   	-o-transform: scale(1);
   	-ms-transform: scale(1);
   	transform: scale(1);
 }
 50% {
    -webkit-transform: scale(0.97);
   	-moz-transform: scale(0.97);
   	-o-transform: scale(0.97);
   	-ms-transform: scale(0.97);
   	transform: scale(0.97);
 }
 100% {
    -webkit-transform: scale(1);
   	-moz-transform: scale(1);
   	-o-transform: scale(1);
   	-ms-transform: scale(1);
   	transform: scale(1);
 }

}

@-moz-keyframes pulse {
 0% {
   -moz-transform: scale(1);
   transform: scale(1);
 }
 50% {
   -moz-transform: scale(0.97);
   transform: scale(0.97);
 }
 100% {
   -moz-transform: scale(1);
   transform: scale(1);
 }

}

@-webkit-keyframes "pulse" {
 0% {
   -webkit-transform: scale(1);
   transform: scale(1);
 }
 50% {
   -webkit-transform: scale(0.97);
   transform: scale(0.97);
 }
 100% {
   -webkit-transform: scale(1);
   transform: scale(1);
 }

}

@-ms-keyframes "pulse" {
 0% {
   -ms-transform: scale(1);
   transform: scale(1);
 }
 50% {
   -ms-transform: scale(0.97);
   transform: scale(0.97);
 }
 100% {
   -ms-transform: scale(1);
   transform: scale(1);
 }

}

.primer-column{
	float:left;
	width:50%;
}

.navbar{margin: 0;}
.navbar{float:left;}




@media(min-width:768px){
.primer-column{
	float:left;
	width:30%;
}}

.primer-i{
	font-size:80px;
	color:#fff;
	padding-left:13px;
	padding-right:8px;
	padding-top:8px;
	background-color:#D83C3C;
	float:right;
	border-radius:6px;
	margin-right:10px;
}

.primer-h1{
	margin-top:-4px;
	margin-bottom:0px;
	color:#fff;
	font-weight:300;
}

.primer-version{
	font-weight:bold;
}

.primer-dot{
	color:#D83C3C;
}

.primer-ul{
	color:#fff;
	font-size:16px;
	list-style: none;
    padding:0;
    margin:0;
}

.primer-ul li{
	line-height:30px;
	padding-left: 1em; 
    text-indent: -.7em;
}

.primer-ul li:before {
    content: "â€¢ ";
    color: #D83C3C;
	margin-top:10px;
}

.logo-primer{
	max-width:180px;
}

.come-in{
  transform: translateY(400px);
  animation: come-in 1s ease forwards;
  animation-duration: 1s;
}

.already-visible {
  transform: translateX(0);
  animation: none;
}

@keyframes come-in {
  to {
    transform: translateX(0);
  }
}


/*Beispiel Custom Formular CSS klasse z.Z. $formname(Formular2)*/

.Formular2 .form-control{
	background:transparent;
	border:0;
	border-radius:0px;
	border-bottom:2px solid #333;
	box-shadow:none;
}

.Formular2 label{
	display:none;
}

.Formular2{
	max-width:600px;
	display:block;
	margin:auto;
}

.Formular2 .btn-default{
	width: 100%;
    max-width: 200px;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    background-color: #D83C3C;
    border: 2px solid transparent;
    transition: all .31s;
    text-align: center;
    padding: 5px;
    color: #fff;
    border-radius: 4px;
}

.Formular2 .btn-default:hover{
	    border: 2px solid #D83C3C;
    background-color: #fff;
    color: #D83C3C;
    text-decoration: none;
}


/* RESPONSIVE VIDEO PG 13.07.2016 */

video {
    width: 100%;
    height: auto;
}

.grid-style{
	border: 1px solid #d83c3c;
    padding: 10px;
    background-color: rgba(216, 60, 60, 0.04);
}

/* fixed-sidebar */

.naags {
    width: 210px;
}
#buttons-fixed{
	position:fixed;
	/* bottom:50px; */
	bottom:120px!important;
	right:0;
	z-index:100;
	overflow: hidden;
}

.btn-sidebar{
	background:rgba(247,18,35,1);
	border:0px solid #D4D0C8;
	border-right:none;
	-webkit-transition: all 300ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	-moz-transition: all 300ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	-ms-transition: all 300ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	-o-transition: all 300ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	transition: all 300ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	display: block;
	margin: 5px auto;
	width:180px;
	text-decoration: none;
	border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
	padding: 7px 20px 7px 5px;
	color: #b6c200;
	margin-right:-140px;
	text-align:left;
}





.btn-sidebar {
	color: #61493f;
	outline:none;
	
}

.btn-sidebar:hover {
    color: rgba(255, 255, 255, 1);
    box-shadow: #F71223 0 80px 0px 2px inset;
    border: 0px solid #fff;
    border-right: none;
    margin-right: 0px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.naags {
	width:210px;
}


.btn-highlighted{
    color: rgba(255, 255, 255, 1);
    box-shadow: #F71223 0 80px 0px 2px inset;
    border: 1px solid #fff;
    outline: none;
	text-decoration: none;
	
}

.btn-highlighted:hover {
    color: rgba(255, 255, 255, 1);
    box-shadow: #F71223 0 80px 0px 2px inset;
    border: 1px solid #fff;
    border-right: none;
    margin-right: 0px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}



#btnclose{
	position: absolute;
    top: -180px;
    left: 5px;
    z-index: 1;
    background-color: rgba(97, 73, 63, 0.5);
    border: 0px;
}

#btnclose:hover{
	background-color: rgba(97, 73, 63, 1);
}


/* Submenüs rechts ausrichen */
  .navbar-right .dropdown-menu {
    right: -134px;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: -134px;
    left: auto;
  }

/* Ende PG */
.dropdown-submenu {
position: relative;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  display: none;
  float: right;
  min-width: 190px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 16px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  border-bottom: dotted;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}


/* THUMBNAIL mit rotem Rand PG 14.08.2018 */

.thumbnail-block {
  display: block;
  background-color: #191919;
  color: #D4D0C8;
  padding: 45px;
  line-height: 20px;
  border-left: 10px solid red;
  border-bottom: 35px solid red; 
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}


.thumbnail-slider {
  display: block;
  background-color: red;
  color: #D4D0C8;
  padding: 10px 10px 30px 10px;
  line-height: 25px;
 /* border-left: 3px solid red;
  border-right: 3px solid red;
  border-bottom: 3px solid red; */
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}





#cookiedingsbums a {color:#000; text-decoration:none;}

#cookiedingsbums a:hover {text-decoration:underline;}

#cookiedingsbums div {padding:10px; padding-right:40px;}

#cookiedingsbums { 
   outline: 1px solid #7b92a9; 
   text-align:right; 
   border-top:1px solid #fff;
   background: #d6e0eb; 
   background: -moz-linear-gradient(top, #d6e0eb 0%, #f2f6f9 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6e0eb), color-stop(100%,#f2f6f9)); 
   background: -webkit-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%); 
   background: -o-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%);
   background: -ms-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%); 
   background: linear-gradient(to bottom, #d6e0eb 0%,#f2f6f9 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#d6e0eb', endColorstr='#f2f6f9',GradientType=0 ); 
   position:fixed;
   bottom:0px; 
   z-index:10000; 
   width:100%; 
   font-size:12px; 
   line-height:16px;}

#cookiedingsbumsCloser {
   color: #777;
   font: 14px/100% arial, sans-serif;
   position: absolute;
   right: 5px;
   text-decoration: none;
   text-shadow: 0 1px 0 #fff;
   top: 5px;
   cursor:pointer;
   border-top:1px solid white; 
   border-left:1px solid white; 
   border-bottom:1px solid #7b92a9; 
   border-right:1px solid #7b92a9; 
   padding:4px;
   background: #ced6df; /* Old browsers */
   background: -moz-linear-gradient(top, #ced6df0%, #f2f6f9 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ced6df), color-stop(100%,#f2f6f9)); 
   background: -webkit-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: -o-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: -ms-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: linear-gradient(to bottom, #ced6df0%,#f2f6f9 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(    startColorstr='#ced6df', endColorstr='#f2f6f9',GradientType=0 ); 
 }

#cookiedingsbumsCloser:hover {border-bottom:1px solid white; border-right:1px solid white; border-top:1px solid #7b92a9; border-left:1px solid #7b92a9;}


/* Fancybox */
    .imageList {
      list-style-type:none;
      margin-top:10px;
      margin-bottom:20px;
      padding:0;
    }
    .imageList li {
      padding:5px;
      display:inline-block;
    }
    .imageList li a {
	border:2px solid #B2B3B5;
    }
    .imageList li a img {
	border:2px solid #B2B3B5;
    }
    p em {
      color:gray;
    }
  
    img {border:0px solid #B2B3B5;}

/*nav*/
.navbar{margin: 0;}
.navbar{float:right;}
.navbar-nav{margin:0 -15px;}
.navbar-nav > li > a{font-size: 1.1em;line-height: 4.26em;padding: 10px 0 10px 30px;color:red;}
.navbar-default{border:none;background: #420000;}
.navbar-brand{height: 83px;}
.navbar .navbar-inverse, .navbar-collapse, .navbar-form {
    float: right;
    border-color: #000000;
}
.navbar-inverse{
	background-color:#000000;
}

.navbar .navbar-inverse, .navbar-nav > li > a{
	color:#FFFFFF;
.navbar .navbar-inverse, .navbar-nav > li > a:hover{
	color:#F71223;

}
/*nav*/


/*SLIDER*/
.banner {position: relative;color: #fff;}
.banner p{font:300 1.35em/4em 'Old Standard TT', serif;margin:0; }
.banner img.img-responsive{width: 100%;}
.banner .welcome-message{position: absolute;left: 0;right:0;bottom:0;top:0;text-align: center;}
.banner .welcome-message .wrap-info{display: table;height: 100%;width: 100%;}
.banner .welcome-message .wrap-info .information{display: table-cell;vertical-align: middle;}
.banner .arrow-nav{position: absolute;bottom:-3.5em;background-color: #bfa145;height: 7em;width: 7em;display: inline-block;z-index: 100;left: 50%;margin-left: -52px;color: #fff;border-radius: 50%;}
.banner .arrow-nav i{font-size: 5em;line-height:105px;}
.banner .arrow-nav:hover{background: #756534;}

.toTop{position: fixed;right: 1em; bottom: 1em;background:rgba(0,0,0,0.5);width: 35px; height: 35px;text-align: center;color: #fff;font-size: 2em; }
.toTop:hover{color: #fff;background:rgba(0,0,0,0.8);}


body::-webkit-scrollbar {
        width: 6px;
    }
 
    
    /* Let's get this party started */
    ::-webkit-scrollbar {
        width: 3px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
       background: #ccc; 
/*        -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); 
        -webkit-border-radius: 10px;
        border-radius: 10px;*/
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
/*        -webkit-border-radius: 10px;
        border-radius: 10px;*/
        background:#bfa145; 
    }
    ::-webkit-scrollbar-thumb:window-inactive {
        background: #ddd; 
    }

.spacer reserve-info {
padding-left:150px;
}


.monatsspielplan {
color: #E40000;
font-size: 25px;
text-align: center; 
font-family: 'Open Sans', sans-serif; 
font-weight: 300 !important; 
text-decoration: none; 
text-transform: uppercase; 
margin-bottom: 5 px;}
}



.well-video {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #CCCCCC;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

