/* ===== Custom Styles =====================================================
   Author: Girault Mickael (motion theme),
   Author: Łukasz Holeczek (smart bootstrap theme)
   Designs licensed on https://wrapbootstrap.com/
   ========================================================================== */

.main-color {
	color: #E8881C;
}

.event-description {
  display: block;
  padding: 4px;
  line-height: 20px;
  background-color: #000;
  -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;
}


/* Pagination
=================================================================== */
.pagination {
	margin-bottom: -10px;
}

.pagination li {
	padding: 5px 10px;
	border: 1px solid #eee;
	display: inline-block;
	*float: left;
	background: #fff;
	color: #888;
	margin-right: 1px;
	-webkit-box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.ie7 .pagination li {margin-right: 5px;}

li.current {
	background: #29a9df;
	border: 1px solid #29a9df;
	color: #fff;
}

/* Posts
=================================================================== */

.post .picture,
#portfolio-wrapper .picture {
	position: relative;
	background: #fff;
	padding: 3px;
	border: 1px solid #fcfcfc;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,.25);
        box-shadow: 0px 1px 1px rgba(0,0,0,.25);
	}

.post .picture,
#portfolio-wrapper .picture .item-description {
	margin-bottom: 0px;
	padding: 5px;
	border: none;
	margin: 0px;
}

.post {
	padding: 0 0 15px 0;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
}

.post.post-page {border-bottom: none; margin-bottom: 0;}

.post-content {margin: 22px 0 0 0px;}


/* Icons
=================================================================== */
.post-icon {
	float: left;
	width: 70px;
	height: 70px;
	margin-top: 30px;
}

/* ===== Body and structure ===== */

body{
  font:16px/26px;
  color: #adadad;background:url("https://rosenkeller.org/img/pattern/xdarth_stripe.png.pagespeed.ic.U0sM3UIXMO.png") #1e1e1e;
  font-family: 'Monda', sans-serif;
	}
a{
  text-decoration: none !important;
  color: #E8881C;
}
a:hover{
  text-decoration: none !important;
  color: #cd7615;
}
hr {
  border-color: transparent;
  margin:20px 0;
}
ul.icons {
  list-style-type: none;
  margin-left: 2em;
  text-indent: -0.8em;
}
.hero-unit{
  background-color: #141414;
  border: 5px solid #232323;
  margin-bottom: 10px;
  color: #E8881C;
}

/* ===== @image ===== */

.picture img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 96%;
}
.img-polaroid {
    background-color: #141414;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.9);
    padding: 0px;
    border:1px solid #141414 !important;
}

/* ===== @title ===== */

h3 {
  line-height: 20px;
}
.title{
  border-left: 5px solid #E8881C;
  padding: 0px 1px 1px 10px;
  margin: 60px 0 25px 0;
}
.title-social{
  color: #000;
  text-align: center;
  margin: 70px 0 25px 0;
}
.title-modal{
  border-left: 5px solid #E8881C;
  padding: 0px 1px 1px 10px;
  margin: 15px 0 15px 0;
}
/* ===== @btn-custom ===== */

.btn-custom {
  background-color: hsl(26, 8%, 5%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#181615", endColorstr="#0d0c0b");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#181615), to(#0d0c0b));
  background-image: -moz-linear-gradient(top, #181615, #0d0c0b);
  background-image: -ms-linear-gradient(top, #181615, #0d0c0b);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #181615), color-stop(100%, #0d0c0b));
  background-image: -webkit-linear-gradient(top, #181615, #0d0c0b);
  background-image: -o-linear-gradient(top, #181615, #0d0c0b);
  background-image: linear-gradient(#181615, #0d0c0b);
  border-color: #0d0c0b #0d0c0b hsl(26, 8%, 4%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.06);
  -webkit-font-smoothing: antialiased;
}

/* ===== @header ===== */

.logo {
  display: block;
  float: left;
	font-size: 40px;
	font-weight: bold;
	line-height: 50px;
  padding-left: 26px;
}

/* ===== @navigation ===== */

.menu-fixed {
  background:#000000 !important;
  border-bottom: 5px solid #111;
  left: 0;
  margin-bottom: 0;
  position: fixed;
  right: 0;
  z-index: 1030;
}
.navbar-inverse .navbar-inner {
    background-color: #000000 !important;
    background-image: none !important;
    border-color:transparent !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.navbar, .nav, .navbar-inverse {
    border: medium none;
    background-color: transparent;
    background-image: none;
    box-shadow: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    float: right;
    margin: 10px;
    margin-top: 0px;
    padding: 0;
}
.navbar .nav > li {
    margin-left: 5px;
}
.navbar .nav > li > a {
    font-weight: bold;
    color: #E8881C;
    padding: 7px 12px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.navbar-inverse .nav > li > a:focus, .navbar-inverse .nav > li > a:hover {
    background-color: transparent;
    color: #000;
    background-color: #E8881C;;
    border-radius: 4px 4px 4px 4px;
    text-shadow:none;
}
.navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus {
    background-color: transparent;
    color: #000;
    background-color: #E8881C;;
    border-radius: 4px 4px 4px 4px;
    text-shadow:none;
}
.navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar[disabled] {
    background-color: #E8881C !important;
    color: #000000 !important;
    box-shadow: none;
}
.navbar-inverse .nav-collapse .nav > li > a {
    color: #E8881C;
}
.navbar-inverse .nav-collapse .nav > li > a:hover {
    background-color: #E8881C;
}
.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
    color: #000;
    text-decoration: none;
}
.navbar-inverse .btn-navbar {
    background-color: #E8881C;
    background-image: none;
    background-repeat: no-repeat;
    border-color: transparent;
    color: #000;
}

/* ===== @home ===== */

.separator {
    background: url("../img/line-gray.gif") no-repeat center center;
    margin: 50px 0;
    text-align: center;
    width: 100%;
}
.thumbs-up {
    background:url("https://rosenkeller.org/img/pattern/xstressed_linen.png.pagespeed.ic.yDCBbsxOa0.png");
    display: block;
    margin: 0 auto;
    padding: 0 5px;
    text-align: center;
    width: 80px;
    display: block;
    font-size: 21px;
}
.ri-grid {
  border-bottom: 5px solid #111;
}
.baseline{
  color: #E8881C;
  text-align: center;
}
.arrow-down {
  text-align: center;
  font-size: 90px;
  margin: 50px 0;
}

/* ===== @service ===== */

.service-pattern{
  background: url("../img/subtle_carbon.png") repeat;
  padding-bottom: 100px;
  border-top: 10px solid #E8881C;
}
.service{
  text-align: center;
}
.service .ico-service{
  font-size: 90px;
  color: #E8881C;
  margin:40px 0;
}
.service h2{
  margin:30px 0;
}
.service p{
  margin:10px 0;
}

/* ===== @quote ===== */

.quote{
  background-color: #E8881C;
  text-align: center;
  padding:0 0 30px 0;
}
.quote .comments{
  color: #FFF;
  font-size: 90px;
}
.quote p{
  color:#000;
  padding: 20px 0;
  font-size: 24.5px;
  font-weight: bold;
}

/* ===== @work ===== */

.work-pattern{
  background: url("https://rosenkeller.org/img/pattern/xoutlets.png.pagespeed.ic.bzmT0NEnU3.png");
}
.thumbs {
  position: relative;
  width: 270px;
  height: 270px;
  margin: 0 auto 20px;
  border: none;
}
.thumbs a span{
  background: #000;
  font-size: 30px;
  border: none;
  height: 97%;
  left: 5px;
  line-height: 250px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition:opacity 0.3s linear 0s;
     -moz-transition:opacity 0.3s linear 0s;
       -o-transition:opacity 0.3s linear 0s;
          transition:opacity 0.3s linear 0s;
  width: 97%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.thumbs a:hover span{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.modal-header {
  background: #000000;
  border-bottom: 5px solid #E8881C;
}
.modal-header .close {
  color: #FFFFFF;
}
.modal-header h3 {
  text-align: center;
}
.modal-body{
  background: #000000;
  max-height: 550px;
}

/* ===== @about ===== */

.about-pattern {
  background-image: url(https://rosenkeller.org/img/xrose_about.jpg.pagespeed.ic.cw9Rf1HY9Z.jpg);
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.about-pattern2 {
  background-image: url(https://rosenkeller.org/img/xbar.jpg.pagespeed.ic.KuWqTedNx7.jpg);
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.about-us{
  opacity: 0.9;
  padding: 20px;
  margin:50px;
}
.about-us .title {
    border-left: 5px solid #E8881C;
    margin: 10px 0 25px;
    padding: 0 1px 1px 10px;
}
.profile{
  display: block;
  float: left;
  text-align: center;
  margin:10px;
  height: auto;
}
.profile i {
  padding-right: 5px;
}

/* ===== @social ===== */

.social{
  background-color: #E8881C;
  display: block;
}
.social p{
  text-align: center;
  font-size: 24px;
  color: #000;
  padding: 15px 0;
}
.ch-grid {
  display: inline-block;
  list-style: none outside none;
  margin: 0 0 45px 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
.ch-grid:after,
.ch-item:before {
  content: '';
    display: table;
}
.ch-grid:after {
  clear: both;
}
.ch-grid li {
  display: inline-block;
  height: 110px;
  margin: 20px;
  width: 110px;
}
.ch-item {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  cursor: default;
}
.ch-info-wrap {
  top: 10px;
  left: 10px;
  background: #E8881C;
  box-shadow:
  0 0 0 20px rgba(255,255,255,0.2),
  inset 0 0 3px rgba(115,114, 23, 0.8);
}
.ch-info-wrap,.ch-info{
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 50%;
}
.ch-info > div {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-position: center center;
 -webkit-backface-visibility: hidden; /*Just for webkit to have a smooth font*/
}
.ch-info .ch-info-front {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.ch-info .ch-info-back {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  background: #000;
  pointer-events: none;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all 0.4s ease-in-out 0.2s;
  -moz-transition: all 0.4s ease-in-out 0.2s;
  -o-transition: all 0.4s ease-in-out 0.2s;
  -ms-transition: all 0.4s ease-in-out 0.2s;
  transition: all 0.4s ease-in-out 0.2s;
}
.ch-info .ch-info-back i{
  color: #E8881C;
}
.ch-img-1 {
  background-image: url(https://rosenkeller.org/img/social/xtwitter.jpg.pagespeed.ic.9mnNxlBqso.jpg);
}
.ch-img-2 {
  background-image: url(https://rosenkeller.org/img/social/xgoogleplus.jpg.pagespeed.ic.nP9lXSPmxE.jpg);
}
.ch-img-3 {
  background-image: url(https://rosenkeller.org/img/social/xfacebook.jpg.pagespeed.ic.xjXy0Y3tyK.jpg);
}
.ch-img-4 {
  background-image: url(https://rosenkeller.org/img/social/xpinterest.jpg.pagespeed.ic.WEZyAZz33i.png);
}
.ch-info h3 {
  font-size: 32px;
  margin: 0 15px;
  padding: 35px 0 0 0;
  height: 40px;
}
.ch-item:hover .ch-info-front {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.ch-item:hover .ch-info-back {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  pointer-events: auto;
}

/* ===== @contact ===== */

#maps{
  width: 100%;
  height: 300px;
}

.contact-pattern{
  background: url("https://rosenkeller.org/img/pattern/xdarth_stripe.png.pagespeed.ic.U0sM3UIXMO.png") repeat scroll;
}
.contact-pattern i{
  color: #E8881C;
  padding-right: 5px;
}
.input-append .add-on, .input-prepend .add-on {
  background-color: #E8881C;
  border: 1px solid #000;
  text-shadow: 0 0px 0 #000;
  color: #000;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, select {
  background-color: #1c1c1c;
  border: 1px solid #252525;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  -webkit-transition:border 0.2s linear 0s, box-shadow 0.2s linear 0s;
     -moz-transition:border 0.2s linear 0s, box-shadow 0.2s linear 0s;
       -o-transition:border 0.2s linear 0s, box-shadow 0.2s linear 0s;
          transition:border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
}
.input-append input, .input-prepend input, .input-append select, .input-prepend select, .input-append .uneditable-input, .input-prepend .uneditable-input {
  -webkit-border-radius:0px 0px 0px 0px;
     -moz-border-radius:0px 0px 0px 0px;
          border-radius:0px 0px 0px 0px;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  -webkit-border-radius:0px 0px 0px 0px;
     -moz-border-radius:0px 0px 0px 0px;
          border-radius:0px 0px 0px 0px;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus, select {
    border-color: rgba(232, 136, 28, 0.8);
    -webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(232, 136, 28, 0.6);
       -moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(232, 136, 28, 0.6);
            box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(232, 136, 28, 0.6);
    outline: 0 none;
}
.send,.send:hover {
    text-shadow: 0 0px 0 rgba(0, 0, 0, 0.25);
    color: #000;
}
.send {
  display: block;
  background-color: #E8881C;
  background-image: -moz-linear-gradient(top, #E8881C, #E8881C);
  background-image: -ms-linear-gradient(top, #E8881C, #E8881C);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#E8881C), to(#E8881C));
  background-image: -webkit-linear-gradient(top, #E8881C, #E8881C);
  background-image: -o-linear-gradient(top, #E8881C, #E8881C);
  background-image: linear-gradient(top, #E8881C, #E8881C);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E8881C', endColorstr='#E8881C', GradientType=0);
  border-color: #E8881C #E8881C #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.send:hover,.send:active,.send.active,.send.disabled,.send[disabled] {
  background-color: #E8881C;
}
.input-append, .input-prepend {
    margin-bottom: 15px;
}
.input[type="text"], input[type="email"], textarea {
    width: 74%;
}
.input-xlarge {
    width: 100%;
}
.descr-bio {
    text-align: justify;
}

/* ===== @footer ===== */

.wrapfooter{
  background: #000;
  border-top: 4px solid #080808;
}
.copyright {
  padding: 15px 0;
}
p.copyright {
  color: #E8881C;
  margin: 0 auto;
  text-align: center;
}
.footer-social{
  text-align: right;
  line-height: 76px;
}
.footer-social i{
  font-size: 20px;
  padding-right: 15px;
}


/* ===== @Tablets to Phones ===== */

@media (min-width: 749px) and (max-width: 967px) {
.thumbs {
    height: 238px;
    width: 238px;
}
.thumbs a span {
  left: 4px;
}

@media (max-width: 980px) {
  .landing,
  .header,
  .logo
  .container,
  .item-description ul,
  .footer,
  .footer-social {text-align: center;}
body{
  padding-left: 3px;
  padding-right: 3px;
}
.menu-fixed {
  background:#000000 !important;
  border-bottom: 5px solid #111;
  left: 0;
  margin-bottom: 0;
  position: relative;
  right: 0;
  z-index: 1030;
}
.navbar, .nav, .navbar-inverse {
    float: none;
}
.rule-left {
    width: 36%;
}
.rule-right {
    width: 36%;
}
.ri-grid {
  padding-top: 0px !important;
}
.descr-bio img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.hero-unit {
    padding: 0px;
}
.title-modal{
  margin: 5px 0 5px 0;
}
.about-us {
  margin: 0px;
  padding: 10px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.9)";
  filter: alpha(opacity=0.9);
  -khtml-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;

}

}