/* line 4, ../sass/style.scss */
html, body {
  height: 100%; }

/* line 8, ../sass/style.scss */
body {
  font-family: 'Open Sans', sans-serif;
  background: #2A0904;
  font-size: 18px;
  line-height: 1.5em;
  color: #f1f1f1; 
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

/* line 16, ../sass/style.scss */
h1, h2, h3, h4 {
  font-family: 'Sansita', 'Open Sans', sans-serif;
  color: #f1f1f1;
  font-weight: bold;
 /* text-transform: capitalize; */
}

/* line 22, ../sass/style.scss */
.form-control {
  color: #f1f1f1;
  height: 45px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2); }

/* line 29, ../sass/style.scss */
input[type=checkbox], input[type=radio] {
  margin: 8px 0 0; }

/* ==================================================
	elements
====================================================*/
/* line 39, ../sass/style.scss */
a {
  color: #f1f1f1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}
a:hover {text-decoration: underline;color: #fff;}
.violett-bg a, .modal-dialog a {color:#cccc99}

/* line 48, ../sass/style.scss */
hr {
  margin: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3); }

/* line 53, ../sass/style.scss */
pre {
  word-wrap: normal; }

/* line 57, ../sass/style.scss */
blockquote .small, blockquote footer, blockquote small {
  color: #f1f1f1; }

/* line 61, ../sass/style.scss */
.section {
  position: relative;
  min-height: 100%;
  padding: 100px 0 100px; }

.halfsection {min-height: 50%;}

/* line 67, ../sass/style.scss */
#bg_pattern {
  background-image: url(../img/bg_pattern.png);
  position: fixed;
  opacity: 0.8;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1; }

/* line 78, ../sass/style.scss */
.rounded {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

/* line 82, ../sass/style.scss */
.circle {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%; }

/* line 86, ../sass/style.scss */
.rounded {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

/* line 90, ../sass/style.scss */
.padd-t-10 {padding-top: 10px; }

/* line 94, ../sass/style.scss */
.padd-t-100 {padding-top: 100px; }

/* line 98, ../sass/style.scss */
.padd-tb-10 {padding: 10px 0; }

/* line 102, ../sass/style.scss */
.padd-tb-20 {padding: 20px 0; }

/* line 106, ../sass/style.scss */
.nopadd {padding: 0; }

/* line 110, ../sass/style.scss */
.margin-t-100 {margin-top: 100px; }


/* ==================================================
	background-color
====================================================*/
/* line 120, ../sass/style.scss */

.image-bg {
  background: #2A0904 url(../img/Glattstiftung-Karte1945.jpg) no-repeat center center fixed;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover; 
}

.beige-bg {background:#CCCC99;color: #6D4061;}
.beige-bg h1,.beige-bg h2,.beige-bg h3, .beige-bg h4 {color: #6D4061;}

.violett-bg {background:#6D4061;}
.dunkelrot-bg {background:#2A0904;}

/* Fullscreen bg-image on iPad */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

.image-bg {
    background: #2A0904 url(../img/Glattstiftung-Karte1945.jpg);
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

.image-bg {
    background: #2A0904 url(../img/Glattstiftung-Karte1945_iPad_p.jpg);
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    }
}



/* ==================================================
	buttons
====================================================*/
/* line 175, ../sass/style.scss */
a.link {
  color: #f1f1f1;
  position: relative; }
  /* line 178, ../sass/style.scss */
  a.link:after {
    top: -3px;
    right: -20px;
    font-size: 12px;
    content: "\f18e";
    font-weight: normal;
    display: inline-block;
    font-family: FontAwesome;
    position: absolute;
    color: #f1f1f1; }
  /* line 190, ../sass/style.scss */
  a.link:hover:after {
    right: -35px;
    -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; }

/* line 197, ../sass/style.scss */
.code {
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  text-align: center;
  line-height: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px; }
  /* line 206, ../sass/style.scss */
  .code:hover, .code:active, .code:focus {
    text-decoration: none;
    color: #f1f1f1;
    background: rgba(225, 225, 225, 0.3); }

@media (max-width: 992px) {
  /* line 214, ../sass/style.scss */
  .code {
    display: none; } }
/* line 219, ../sass/style.scss */
.btn-banner {
  width: 64px;
  height: 64px;
  line-height: 64px;
  font-size: 32px;
  border: 2px solid #f1f1f1;
  display: inline-block;
  text-align: center;
  margin-top: 50px;
  background: rgba(0, 0, 0, 0.05); }
  /* line 229, ../sass/style.scss */
  .btn-banner i {
    color: #f1f1f1; }
  /* line 232, ../sass/style.scss */
  .btn-banner:hover {
    background-color: rgba(255, 255, 255, 0.3); }

/* line 237, ../sass/style.scss */
.btn-custom {
  display: inline-block;
  font-size: 15px;
  color: #f1f1f1;
  border: 2px solid #f1f1f1;
  text-transform: uppercase;
  margin: 5px 2px 5px 0;
  background-color: rgba(255, 255, 255, 0.1); }
  /* line 245, ../sass/style.scss */
  .btn-custom:hover, .btn-custom:active, .btn-custom:focus {
    color: #f1f1f1;
    background-color: rgba(255, 255, 255, 0.3); }

/* line 251, ../sass/style.scss */
.btn-dark {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3);
  font-size: 15px;
  color: #f1f1f1;
  border: 2px solid #f1f1f1;
  text-transform: uppercase;
  margin: 5px 2px 5px 0; }
  /* line 259, ../sass/style.scss */
  .btn-dark:hover, .btn-dark:active, .btn-dark:focus {
    color: #f1f1f1;
    background: rgba(0, 0, 0, 0.5); }

/* ==================================================
	section-heading
====================================================*/
/* line 270, ../sass/style.scss */
.section-heading {
  text-align: center;
  padding: 40px 0; }
  /* line 273, ../sass/style.scss */
  .section-heading h2 {
    margin: 0;
    font-size: 50px;
    letter-spacing: 0.2px;
	  font-weight: 400;
    /* text-transform: uppercase; */
}
  /* line 279, ../sass/style.scss */
  .section-heading .separator {
    width: 30px;
    height: 4px;
    background: #f1f1f1;
    text-align: center;
    display: inline-block; }

/* ==================================================
	static-background
====================================================*/
/* line 293, ../sass/style.scss */
.static-background {
  background: url(../img/bg5.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

/* ==================================================
	navbar
====================================================*/
/* line 306, ../sass/style.scss */
.navbar-brand img {width: 50px; }
.navbar-brand  {padding: 0px; }

/* line 312, ../sass/style.scss */
.navbar-inverse {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: rgba(0, 0, 0, 0.7); }
  /* line 317, ../sass/style.scss */
  .navbar-inverse .navbar-nav li a {
	font-family: 'Sansita', 'Open Sans', sans-serif;
    color: #f1f1f1;
    font-size:22px; 
    letter-spacing:0.5px;
}
    /* line 319, ../sass/style.scss */
    .navbar-inverse .navbar-nav li a:hover, .navbar-inverse .navbar-nav li a.active {
      font-weight: normal;
      background: transparent; }

@media (min-width: 1200px) {
  /* line 332, ../sass/style.scss */
  .navbar-inverse {
    border: none;
    padding: 20px 0;
    background: transparent; }
    /* line 338, ../sass/style.scss */
    .navbar-inverse .navbar-nav li a {
      color: #f1f1f1; }
      /* line 340, ../sass/style.scss */
      .navbar-inverse .navbar-nav li a:hover {
        font-weight: normal;
        background: transparent; }

  /* line 348, ../sass/style.scss */
  .navbar-scroll {
    padding: 5px 0;
    background: rgba(0, 0, 0, 0.7); } 
.navbar-inverse:hover {background: rgba(0, 0, 0, 0.7);}
	.navbar-inverse:hover li a, .navbar-scroll li a {color: #CCCC99;}
}
/* ==================================================
	navbar-collapse
====================================================*/
@media (max-width: 991px) {
	
.nav > li > a {font-size:30px !important;}
  .navbar-header {float: none; }
  .navbar-toggle {display: block; }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

  .navbar-collapse.collapse {display: none!important; }
  .navbar-nav {float: none!important;margin: 7.5px -15px; }
  .navbar-nav > li {float: none; }
  .navbar-nav > li > a {padding-top: 10px;padding-bottom: 10px; }
  .navbar-text {float: none;margin: 15px 0; }
  .navbar-collapse.collapse.in {display: block!important; }
  .collapsing {overflow: hidden!important; } 

.navbar-toggle {
   padding: 12px 10px 8px 10px;
   margin: 10px 15px 10px 0;
   background-color: #CCCC99;
   background-image: none;
   border: 1px solid transparent;
   border-radius: 4px;
}
.navbar-toggle[aria-expanded="true"] {padding-bottom:15px}

.navbar-toggle .icon-bar {
    display: block;
    width: 35px;
    height: 3px;
    border-radius: 3px;
    margin-bottom:5px;
}  

.navbar button[aria-expanded="true"] .icon-bar1 {
   transition: all 0.3s linear;
   margin-top: 8px;
   transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   -webkit-transform: rotate(45deg);
} 

.navbar button[aria-expanded="true"] .icon-bar2 {
   transition: all 0.3s linear,border-color 0.1s linear;
   background-color:transparent;
}

.navbar button[aria-expanded="true"] .icon-bar3 {
  transition: all 0.3s linear;
  margin-top: -15px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}  

}
/* ==================================================
	sidebar
====================================================*/
/* line 406, ../sass/style.scss */
.sidebar {
  width: 200px;
  position: fixed;
  top: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); }
  /* line 412, ../sass/style.scss */
  .sidebar .logo {
    padding: 30px 20px;
    display: block; }

/* line 418, ../sass/style.scss */
.menu {
  padding: 0;
  margin: 0;
  list-style: none; }
  /* line 422, ../sass/style.scss */
  .menu li {
    padding: 5px 20px; }
    /* line 424, ../sass/style.scss */
    .menu li a {
      color: #f1f1f1; }
      /* line 426, ../sass/style.scss */
      .menu li a:hover, .menu li a.active {
        font-weight: bold;
        text-decoration: none; }
      /* line 430, ../sass/style.scss */
      .menu li a:focus {
        text-decoration: none; }

/* line 437, ../sass/style.scss */
.menu-toggle {
  display: none;
  text-align: center;
  color: #f1f1f1;
  padding: 0 0 15px;
  -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; }
  /* line 443, ../sass/style.scss */
  .menu-toggle:hover {
    font-size: 20px;
    color: #f1f1f1; }
  /* line 447, ../sass/style.scss */
  .menu-toggle:focus {
    color: #f1f1f1; }

@media (max-width: 768px) {
  /* line 455, ../sass/style.scss */
  .logo {
    text-align: center; }

  /* line 458, ../sass/style.scss */
  .sidebar {
    position: relative;
    display: block;
    width: 100%;
    height: auto; }
    /* line 463, ../sass/style.scss */
    .sidebar .menu {
      text-align: center;
      display: none; }
    /* line 467, ../sass/style.scss */
    .sidebar .logo {
      padding: 20px 0 10px; }

  /* line 472, ../sass/style.scss */
  .menu-toggle {
    display: block; }

  /* line 476, ../sass/style.scss */
  .right-content {
    margin-left: 0 !important; } }
/* line 483, ../sass/style.scss */
.right-content {
  margin-left: 200px;
  margin-top: -60px; }
  /* line 486, ../sass/style.scss */
  .right-content .section {
    padding: 100px 0 200px; }

@media (max-width: 768px) {
  /* line 492, ../sass/style.scss */
  .right-content {
    margin-top: 0px; } }


/* ==================================================
	fullscreen-static-banner
====================================================*/
/* line 731, ../sass/style.scss */
#fullscreen-static-banner {
  min-height: 100%;
  height: 100vh;
  width: 100%;
  text-align: center;
  padding: 300px 0; }
  
  /* line 740, ../sass/style.scss */
  #fullscreen-static-banner h1 {
    font-size: 60px;
    margin-bottom: 30px;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
  /* line 746, ../sass/style.scss */
  #fullscreen-static-banner p {
	  font-size: 20px;
    margin-bottom: 30px;
    padding: 0 100px; }
  /* line 750, ../sass/style.scss */
  #fullscreen-static-banner .owl-pagination {
    margin-top: 50px; }

@media (max-width: 991px) {
  /* line 762, ../sass/style.scss */
  #fullscreen-static-banner {
    padding: 150px 0; } }
@media (max-width: 667px) {
  /* line 769, ../sass/style.scss */
  #fullscreen-static-banner p {
    padding: 0 30px;font-size: 16px; } }
@media (max-width: 480px) {
  /* line 776, ../sass/style.scss */
  #fullscreen-static-banner {
    padding: 150px 0; }
    /* line 781, ../sass/style.scss */
    #fullscreen-static-banner h1 {
      font-size: 42px; } }

/* ==================================================
	owl settings
====================================================*/
/* line 793, ../sass/style.scss */
.owl-theme .owl-controls .owl-page span {
  background: #f1f1f1; }

/* line 797, ../sass/style.scss */
.owl-pagination {
  margin-top: 50px; }

/* ==================================================
	services
====================================================*/
/* line 809, ../sass/style.scss */
.services.style1 {
  padding: 40px 20px;
  text-align: center; }
  /* line 812, ../sass/style.scss */
  .services.style1 img {
    margin: 0 auto;
    margin-bottom: 20px; }
  /* line 816, ../sass/style.scss */
  .services.style1 i {
    font-size: 60px; }
  /* line 820, ../sass/style.scss */
  .services.style1:hover i {
    color: #f1f1f1; }
/* line 826, ../sass/style.scss */
.services.style2 {
  text-align: left;
  padding: 40px 20px; }
  /* line 829, ../sass/style.scss */
  .services.style2 img {
    margin: 0 auto;
    margin-bottom: 20px; }
  /* line 833, ../sass/style.scss */
  .services.style2 i {
    min-width: 80px;
    font-size: 36px;
    padding: 20px;
    margin-bottom: 10px;
    border: 2px solid #f1f1f1;
    background: rgba(225, 225, 225, 0.2);
    display: inline-block;
    text-align: center; }
  /* line 844, ../sass/style.scss */
  .services.style2:hover i {
    background: rgba(0, 0, 0, 0.5); }
/* line 850, ../sass/style.scss */
.services.style3 {
  padding: 40px 20px; }
  /* line 852, ../sass/style.scss */
  .services.style3 i {
    min-width: 80px;
    margin-top: 14px;
    float: left;
    font-size: 36px;
    padding: 20px;
    margin-bottom: 10px;
    border: 2px solid #f1f1f1;
    background: rgba(225, 225, 225, 0.2);
    display: inline-block;
    text-align: center; }
  /* line 864, ../sass/style.scss */
  .services.style3 .content {
    margin-left: 100px; }
    /* line 866, ../sass/style.scss */
    .services.style3 .content ul {
      list-style: none;
      padding: 0 20px; }
      /* line 869, ../sass/style.scss */
      .services.style3 .content ul li:before {
        font-family: 'FontAwesome';
        content: '\f00c';
        margin: 0 5px 0 -15px;
        color: #f1f1f1; }
  /* line 878, ../sass/style.scss */
  .services.style3:hover i {
    background: rgba(0, 0, 0, 0.5); }
/* line 885, ../sass/style.scss */
.services.style4 {
  padding: 40px 20px; }
  /* line 887, ../sass/style.scss */
  .services.style4 i {
    float: left;
    font-size: 31px;
    margin-top: 10px; }
  /* line 892, ../sass/style.scss */
  .services.style4 .content {
    margin-left: 50px; }
  /* line 895, ../sass/style.scss */
  .services.style4 a {
    /*color: #f1f1f1;
    text-transform: capitalize;*/
    padding-left: 20px; }
    /* line 899, ../sass/style.scss */
    .services.style4 a:before {
      font-family: 'FontAwesome';
		content: '\f08e';
      margin: 0 5px 0 -15px;
       }
    /* line 905, ../sass/style.scss */
    .services.style4 a:hover {
      text-decoration: none; }
/* line 912, ../sass/style.scss */
.services i {
  color: #f1f1f1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
/* line 917, ../sass/style.scss */
.services h4 {
  text-transform: uppercase; }

@media (max-width: 992px) {
  /* line 926, ../sass/style.scss */
  .services.style1, .services.style2, .services.style3, .services.style4 {
    padding: 20px 0; } }
@media (max-width: 768px) {
  /* line 935, ../sass/style.scss */
  .services.style1, .services.style2 {
    padding: 20px 40px; } }

/* ==================================================
	filter
====================================================*/
/* line 1095, ../sass/style.scss */
ul#filter {
  margin: 0;
  padding: 0; }

/* line 1099, ../sass/style.scss */
ul#filter li {
  display: inline-block; }

/* line 1103, ../sass/style.scss */
ul#filter li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0; }

/* line 1104, ../sass/style.scss */
ul#filter a {
  text-decoration: none;
  padding: 2px 10px;
  color: #f1f1f1;
  margin: 5px 2px;
  display: block;
  font-size: 14px; }

/* line 1113, ../sass/style.scss */
ul#filter li.current a, ul#filter a:hover {
  color: #f1f1f1;
  font-weight: bold;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

/* line 1121, ../sass/style.scss */
ul#filter li.current a {
  text-decoration: none;
  color: #f1f1f1; }

/* line 1126, ../sass/style.scss */
ul#portfolio-filter {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block; }

/* line 1137, ../sass/style.scss */
ul#portfolio-filter a:hover {
  text-decoration: none; }


/* ==================================================
	Pricing Tables
====================================================*/
/* line 1482, ../sass/style.scss */
.price-box1 {
  margin: 40px 0;
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
  border: 2px solid #f1f1f1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  /* line 1488, ../sass/style.scss */
  .price-box1 .price {
    color: #f1f1f1;
    font-size: 36px;
    margin: 31px 0;
    letter-spacing: -1px; }
  /* line 1494, ../sass/style.scss */
  .price-box1 ul {
    padding: 20px;
    min-height: 210px; }
  /* line 1498, ../sass/style.scss */
  .price-box1:hover {
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }

/* line 1504, ../sass/style.scss */
.price-box2 {
  margin: 40px 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
  border: 2px solid #f1f1f1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; 
}

.price-box2 ol, .price-box2 ul {text-align: left; font-size: 14px;}
.price-box2 ol li {padding-left:5px;}
  /* line 1512, ../sass/style.scss */
  .price-box2 .price {
    color: #f1f1f1;
    font-size: 46px;
    margin: 60px 0;
    letter-spacing: -1px; }
    /* line 1517, ../sass/style.scss */
    .price-box2 .price span {
      font-size: 24px;
      vertical-align: super; }
  /* line 1522, ../sass/style.scss */
  .price-box2 .month {
    display: block;
    font-size: 16px;
    margin: 20px 0 0; }
  /* line 1527, ../sass/style.scss */
  .price-box2 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 20px; }
  /* line 1533, ../sass/style.scss */
  .price-box2:hover {
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  /* line 1537, ../sass/style.scss */
  .price-box2 .separator {
    width: 20%;
    height: 1px;
    color: #f1f1f1;
    background: #f1f1f1;
    margin: 30px auto; }

/* line 1547, ../sass/style.scss */
.price-box3 {
  margin: 40px 0;
  background: #f1f1f1;
  color: #555;
  padding: 20px; }
  /* line 1552, ../sass/style.scss */
  .price-box3.active {
    margin: 20px 0; }
  /* line 1555, ../sass/style.scss */
  .price-box3 h2 {
    text-align: center;
    color: #555;
    text-shadow: none; }
  /* line 1560, ../sass/style.scss */
  .price-box3 p {
    text-align: center; }
  /* line 1563, ../sass/style.scss */
  .price-box3 .price {
    text-align: center;
    font-size: 60px;
    font-weight: bold;
    margin: 40px 0; }
    /* line 1568, ../sass/style.scss */
    .price-box3 .price span {
      font-size: 26px; }
    /* line 1571, ../sass/style.scss */
    .price-box3 .price .month {
      display: block;
      font-size: 19px;
      margin: 10px 0; }



/* ==================================================
	footer
====================================================*/
/* line 1888, ../sass/style.scss */
#footer {
  text-align: center;
font-size: 15px;
  padding: 20px 0; }
#footer a {color:#CCCC99}
#footer a:hover {color:#6D4061}


/* ==================================================
	modal-theme
====================================================*/
/* line 1929, ../sass/style.scss */
.modal-theme {
  background: rgba(204, 204, 153, 0.7); }
  /* line 1931, ../sass/style.scss */
  .modal-theme .modal-content {
    background: #2A0904;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;

    border-radius: 4px; }
    /* line 1934, ../sass/style.scss */
    .modal-theme .modal-content .modal-header {
      border-bottom: 1px solid #333; }
      /* line 1936, ../sass/style.scss */
      .modal-theme .modal-content .modal-header .close {
        opacity: 1;
        font-size: 40px;
        text-shadow: none;
        color: #f1f1f1; }
    /* line 1943, ../sass/style.scss */
    .modal-theme .modal-content .modal-footer {
      border-top: 1px solid #333; }
@media (min-width: 768px) {.modal-dialog {width: 70%;}}

/* ==================================================
	accordion
====================================================*/
/* line 1956, ../sass/style.scss */
.panel-group {
  margin: 40px 0; }
  /* line 1958, ../sass/style.scss */
  .panel-group .panel {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: transparent;
    border: 2px solid #f1f1f1; }
  /* line 1963, ../sass/style.scss */
  .panel-group .panel-heading {
    position: relative;
    padding: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #f1f1f1;
    background: rgba(255, 255, 255, 0.1);
    border-color: #e6e6e6; }
    /* line 1970, ../sass/style.scss */
    .panel-group .panel-heading a {
      position: relative;
      display: block;
      padding: 10px 15px;
      color: inherit;
      text-decoration: none; }
      /* line 1976, ../sass/style.scss */
      .panel-group .panel-heading a:after {
        position: absolute;
        right: 10px;
        top: 15px;
        height: 20px;
        width: 20px;
        content: "\f068";
        text-align: center;
        line-height: 20px;
        font-family: FontAwesome;
        color: #f1f1f1;
        font-size: 18px; }
    /* line 1990, ../sass/style.scss */
    .panel-group .panel-heading .collapsed:after {
      font-family: 'fontawesome';
      content: "\f067" !important; }

/* ==================================================
	tabs
====================================================*/
/* line 2003, ../sass/style.scss */
.nav-tabs {
  margin: 40px 0;
  border-bottom: 2px solid #f1f1f1;
  margin-bottom: 15px; }
  /* line 2007, ../sass/style.scss */
  .nav-tabs li {
    margin-bottom: 0; }
    /* line 2009, ../sass/style.scss */
    .nav-tabs li a {
      border: 2px solid transparent;
      border-bottom: 0;
      color: #f1f1f1; }
      /* line 2013, ../sass/style.scss */
      .nav-tabs li a:hover {
        border-color: #e6e6e6;
        color: #f1f1f1;
        background: rgba(255, 255, 255, 0.3);
        -webkit-border-top-left-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        -moz-border-radius-topleft: 3px;
        -moz-border-radius-topright: 3px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px; }
    /* line 2026, ../sass/style.scss */
    .nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus {
      background: rgba(255, 255, 255, 0.1);
      color: white;
      border: 2px solid #f1f1f1;
      border-bottom: 0;
      -webkit-border-top-left-radius: 3px;
      -webkit-border-top-right-radius: 3px;
      -moz-border-radius-topleft: 3px;
      -moz-border-radius-topright: 3px;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; }

/* ==================================================
	preloader
====================================================*/
/* line 2050, ../sass/style.scss */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f1f1f1;
  /* change if the mask should have another color then white */
  z-index: 1040;
  /* makes sure it stays on top */ }

/* line 2060, ../sass/style.scss */
#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(../img/loading.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */ }

/* ==================================================
	scrollToTop
==================================================== */
/* line 2077, ../sass/style.scss */
.scrollToTop {
  width: 42px;
  height: 42px;
  padding: 8px 10px;
  text-align: center;
  font-weight: bold;
  color: #f1f1f1;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: none;
  cursor: pointer;
  border: none;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -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;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px; }
  /* line 2099, ../sass/style.scss */
  .scrollToTop:hover, .scrollToTop:visited, .scrollToTop:focus {
    text-decoration: none;
    background-color: #000;
    color: #f1f1f1; }
  /* line 2104, ../sass/style.scss */
  .scrollToTop i {
    line-height: 24px; }


/* ==================================================
	Smartphone small
==================================================== */

@media (max-width: 568px) {
  #fullscreen-static-banner {display:none;}
  
}

