html, body {
  font-family: "Roboto", sans-serif; }

body {
  background: #eeeeee;
  overflow-x: hidden; }

h3 {
  font-size: 18px; }

h3.heading {
  background: #262626;
  padding: 15px 0;
  color: #fff;
  text-transform: uppercase;
  text-align: center; }

h4 {
  font-size: 14px; }

h5 {
  font-size: 12px; }

img {
  max-width: 100%; }

.container.wrapper {
  background: #fff;
  margin-top: 8px;
  padding-top: 20px;
  padding-bottom: 20px; }

a, button {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  a:hover, button:hover {
    text-decoration: none; }
  a:focus, a:visited, a:active, button:focus, button:visited, button:active {
    outline: 0;
    text-decoration: none; }

input {
  outline: 0; }

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 0; }

.top-bar {
  background: #f0eee9;
  padding-top: 7px;
  padding-bottom: 7px;
  color: #999898;
  font-family: "Roboto", sans-serif; }
  .top-bar span {
    margin-left: 10px; }
    .top-bar span i {
      margin-right: 5px; }

header {
  background: #f6f4f0; }
#front-page-title {
	text-indent:-9999px;
}
#front-page-title h1 {
	font-size: 1px;
    margin: 0;
    padding: 0;
}
.top-nav {
  float: left;
  width: 100%;
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5; }
  .top-nav .logo {
    float: left; }
  .top-nav .searchform button {
    margin-left: -5px;
    border-radius: 0;
    font-size: 14px;
    line-height: 1.42857;
    padding: 7px 12px; }
    .top-nav .searchform button:hover {
      background: #3e1243;
      color: #fff; }
  .top-nav .searchform .form-control {
    padding: 6px 12px;
    font-size: 14px;
    font-style: italic;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 0; }
  .top-nav .crd-links {
    text-transform: uppercase;
    padding: 15px 0; }
    .top-nav .crd-links a {
      padding: 0 5px;
      color: #999898;
	border-right: 1px solid #999898; }
      .top-nav .crd-links a:hover {
        color: #3e1243; }
      .top-nav .crd-links a:last-child {
        border-right:none; }

.navbar {
  border: none;
  border-radius: 0;
  float: left;
  width: 100%;
  margin-bottom: 0; }
  .navbar #navbar.navbar-collapse {
    padding-left: 0;
    padding-right: 0; }
    .navbar #navbar.navbar-collapse .nav.navbar-nav > li {
      font-weight: 500; }
      .navbar #navbar.navbar-collapse .nav.navbar-nav > li > a {
        padding-top: 20px;
        padding-bottom: 20px;
		padding-left:14px;
		padding-right:14px;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 14px; }
    .navbar #navbar.navbar-collapse .nav.navbar-nav li {
      color: #333333; }
      .navbar #navbar.navbar-collapse .nav.navbar-nav li.active > a {
        color: #3e1243; }
      .navbar #navbar.navbar-collapse .nav.navbar-nav li a {
        color: #333333; }
        .navbar #navbar.navbar-collapse .nav.navbar-nav li a:hover {
          background: none;
          color: #3e1243; }
          .navbar #navbar.navbar-collapse .nav.navbar-nav li.dropdown ul.dropdown-menu li.active a,
          .navbar #navbar.navbar-collapse .nav.navbar-nav li.dropdown ul.dropdown-menu li a:hover{
            background: #5a2360; color:#fff; }

.flexslider, .flexslider-services {
  margin: 0;
  background: none;
  border: 0;
  position: relative;
  border-radius: 0;
  box-shadow: none; }
  .flexslider ul.slides, .flexslider-services ul.slides {
    padding-left: 0;
    list-style: none; }
    .flexslider ul.slides > li, .flexslider-services ul.slides > li {
      position: relative;
      max-height: 414px;
      overflow: hidden; }
      .flexslider ul.slides > li img, .flexslider-services ul.slides > li img {
        width: 100%;
        height: auto; }
      .flexslider ul.slides > li .caption, .flexslider-services ul.slides > li .caption {
        position: absolute;
        bottom: 0;
        left: 0;
        background: rgba(38, 38, 38, 0.9);
        padding: 15px 30px;
        width: 360px; }
        .flexslider ul.slides > li .caption h1, .flexslider ul.slides > li .caption h2 {
          color: #fff;
          margin-top: 0;
          padding-bottom: 5px;
          font-weight: normal;
          border-bottom: 1px solid #e1e1e1; }
        .flexslider ul.slides > li .caption ul li, .flexslider-services ul.slides > li .caption ul li {
          color: #efefef; }
        .flexslider ul.slides > li .caption span, .flexslider-services ul.slides > li .caption span {
          font-size: 37px;
          color: #fff;
          font-weight: 600;
          margin-bottom: 0;
          line-height: 1.1; }

.flexslider-controls h4 {
  text-align: right;
  padding: 18px 30px;
  text-transform: uppercase;
  background: #3e1243;
  color: #fff;
  margin-bottom: 0;
  margin-top: 0; }
  .flexslider-controls h4 i {
    margin-right: 15px; }
.flexslider-controls .flex-control-nav {
  padding-left: 0;
  float: left;
  position: relative;
  bottom: inherit; }
  .flexslider-controls .flex-control-nav li {
    text-align: right;
    text-transform: uppercase;
    background: #262626;
    border-bottom: solid #7e7e7e 1px;
    color: #fff;
    cursor: pointer;
    margin: 0;
    padding: 20px 30px;
    vertical-align: middle;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .flexslider-controls .flex-control-nav li.flex-active {
      background: #3e1243; }

.pakiety .col-md-9 {
  position: relative; }
.pakiety .col-md-3 {
  padding-left: 0; }

.navigation {
  position: absolute;
  right: 0px;
  margin-top: -45px;
  z-index: 100; }
  .navigation a {
    margin-left: 4px;
    width: 45px;
    height: 45px;
    background: #262626;
    display: block;
    float: left;
    color: #fff; }
    .navigation a:hover {
      background: #1a1a1a; }
    .navigation a i {
      margin: 8px 18px; }

.three-columns {
  margin-top: 25px; }
  .three-columns .outer {
    position: relative;
    width: 100%;
    margin-bottom: 15px; }
    .three-columns .outer img {
      width: 100%; }
    .three-columns .outer a.inner {
      text-decoration: none;
      text-align: center;
      color: #fff;
      width: 100%;
      float: left;
      text-transform: uppercase;
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -35px; }
      .three-columns .outer a.inner h3 {
        margin: 0 0 6px 0; }
      .three-columns .outer a.inner h5 {
        margin: 0; }
      .three-columns .outer a.inner div {
        width: 80%;
        padding: 15px;
        margin: 0 auto;
        border: 1px solid #fff; }

.account {
  margin-top: 40px; }
  .account .account-carousel .thumbnail img {
    width: 100%; }
  .account .account-carousel .thumbnail .caption h4 {
    margin: 5px;
    text-transform: uppercase;
    color: #707070; }
    .account .account-carousel .thumbnail .caption h4 strong {
      color: #605f5f; }
  .account .account-carousel .thumbnail:hover {
    border: 1px solid #ddd; }
  .account .account-carousel .owl-stage-outer {
    padding-bottom: 40px; }
  .account .account-carousel .owl-prev {
    bottom: 0;
    right: 45px;
    position: absolute;
    background: #262626;
    padding: 10px 15px;
    color: #fff;
    margin-top: -15px; }
  .account .account-carousel .owl-next {
    bottom: 0;
    right: 0px;
    position: absolute;
    background: #262626;
    padding: 10px 15px;
    color: #fff;
    margin-top: -15px; }

.services .flexslider-services {
  margin: 0;
  background: none;
  border: 0;
  position: relative;
  border-radius: 0;
  box-shadow: none; }
  .services .flexslider-services .navigation{
    margin-top: -49px;
  }
  .services .flexslider-services .navigation a{
    background: #1a1a1a;
    width: 49px;
    height: 49px;
  }
  .services .flexslider-services .navigation a:last-child{
    margin-right: 0;
  }
  .services .flexslider-services ul.slides {
    padding-left: 0;
    list-style: none; }
    .services .flexslider-services ul.slides li {
      position: relative;

      overflow: hidden; }
      .services .flexslider-services ul.slides li .image-wrapper{
        height: 270px;  
        overflow: hidden;
      }
      .services .flexslider-services ul.slides li img {
        width: 100%; }
      .services .flexslider-services ul.slides li .caption {
        position: absolute;
        bottom: 0;
        right: 0;
        left: inherit;
        background: rgba(38, 38, 38, 0.9);
        padding: 10px 30px;
        width: auto;
        min-width: 200px; }
        .services .flexslider-services ul.slides li .caption h3 {
          color: #fff;
          text-align: right;
          margin-top: 0;
          margin-bottom: 0;
          padding-bottom: 0px;
          font-weight: normal;
          text-transform: uppercase; }
        .services .flexslider-services ul.slides li .caption ul li {
          color: #efefef; }
        .services .flexslider-services ul.slides li .caption span {
          font-size: 28px;
          color: #fff;
          font-weight: 600;
          margin-bottom: 0;
          line-height: 1.1; }
.services .navigation {
  right: 0px;
  top: -10px; }
  .services .navigation a {
    margin-left: 0;
    margin-right: 4px; }

.news ul.posts {
  padding-left: 0;
  list-style: none; }
  .news ul.posts li.single-post {
    float: left; }
    .news ul.posts li.single-post .crop-image {
      width: 180px;
      height: 100px;
      overflow: hidden;
      position: relative;
      float: left;
      margin-right: 10px; }
    .news ul.posts li.single-post .thumbnail {
      border-radius: 0;
      float: left; }
      .news ul.posts li.single-post .thumbnail:hover {
        border: 1px solid #ddd; }
      .news ul.posts li.single-post .thumbnail img {
        width: 100%; position: absolute; top: -32%}
    .news ul.posts li.single-post h4.entry-title {
      margin-top: 4px; }
      .news ul.posts li.single-post h4.entry-title a {
        color: #1e1e1e; }
        .news ul.posts li.single-post h4.entry-title a:hover {
          color: #3e1243; }
    .news ul.posts li.single-post a.btn.btn-more {
      color: #fff;
      background: #333333;
      border-radius: 0;
      font-size: 13px;
      margin-top: 20px; }
      .news ul.posts li.single-post a.btn.btn-more:hover {
        background: #1a1a1a; }

footer#main {
  background: #3e1243;
  padding: 40px 0; }
  footer#main h4, .footer-title {
    color: #fff;
    text-transform: uppercase; }
  footer#main span.line {
    background: #717171;
    height: 2px;
    width: 45px;
    float: left; }
  footer#main ul {
    list-style: none;
    padding-left: 0;
    margin-top: 24px; }
    footer#main ul li a, footer#main div, footer#main div a {
      color: #d5d5d5;
      line-height: 27px; }
      footer#main ul li a:hover {
        color: #aaaaaa; }
    footer#main ul li.menu-item-has-children > a {
      color: #fff;
      text-transform: uppercase;
      font-size: 16px;
      display: block;
      width: 100%; }
	  
.footer-info {margin-top:24px;}

.single-page-header {
  background: #3e1243;
  color: #fff;
  padding: 30px 35px; }
  .single-page-header .page-title {
    text-transform: uppercase; }
    .single-page-header .page-title h3 {
      margin: 0;
      line-height: 40px; }
  .single-page-header p#breadcrumbs {
    margin: 14px 0; }

.single-page .page-content {
  margin-bottom: 40px; }
  .single-page .page-content article.single-post {
    position: relative; }
    .single-page .page-content article.single-post .page-thumbnail {
      position: relative; }
      .single-page .page-content article.single-post .page-thumbnail img {
        height: auto; }
      .single-page .page-content article.single-post .page-thumbnail .entry-date {
        position: absolute;
        bottom: 0px;
        left: 0px;
        background: #3e1243;
        color: #fff;
        padding: 5px 5px;
        text-align: center;
        width: 115px; }
      .single-page .page-content article.single-post .page-thumbnail .date-wrapper {
        min-height: 110px; }
    .single-page .page-content article.single-post .post-info {
      padding: 15px 0;
      border-bottom: 1px solid #eaeaea; }
      .single-page .page-content article.single-post .post-info span {
        margin-right: 10px;
        font-size: 15px; }
        .single-page .page-content article.single-post .post-info span .ico-wrapper {
          background: #3e1243;
          width: 25px;
          height: 25px;
          margin-right: 4px;
          display: inline-block;
          color: #fff;
          text-align: center; }
          .single-page .page-content article.single-post .post-info span .ico-wrapper i {
            margin-top: 6px; }
    .single-page .page-content article.single-post .entry-title h2 {
      text-transform: uppercase;
      color: #262626;
      border-left: 6px solid #3e1243;
      padding-left: 10px; }
      .single-page .page-content article.single-post .entry-title h2 a {
        color: #262626; }
        .single-page .page-content article.single-post .entry-title h2 a:hover {
          color: #3e1243; }
    .single-page .page-content article.single-post .entry-text .excerpt {
      font-size: 18px;
      font-weight: 600;
      color: #595959; }
      .single-page .page-content article.single-post .entry-text .excerpt .btn.btn-more.btn-default.pull-right {
        border-radius: 0;
        background: #262626;
        color: #fff;
        margin-top: 40px; }
        .single-page .page-content article.single-post .entry-text .excerpt .btn.btn-more.btn-default.pull-right:hover {
          background: #3e1243; }
    .single-page .page-content article.single-post .entry-text p {
      font-size: 15px; }

.single-page aside.sidebar .widget {
  margin-bottom: 40px; }

.single-page aside.sidebar .widget .widget-title h4 {
  margin-top: 12px;
  margin-bottom: 20px;
  background: #3e1243;
  padding: 15px 16px;
  color: #fff;
  margin-top: 0;
  text-transform: uppercase; }

.single-page aside.sidebar .widget .widget-content {
  border: 1px solid #dedede; }

.single-page aside.sidebar .widget .widget-content p {
  padding: 10px; }

.single-page aside.sidebar .widget .widget-content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0; }

.single-page aside.sidebar .widget .widget-content ul li {
  padding: 10px 12px;
  color: #333333;
  font-size: 15px;
  border-bottom: 1px solid #dedede; }

.single-page aside.sidebar .widget .widget-content ul li:last-child {
  border-bottom: none; }

.single-page aside.sidebar .widget .widget-content ul li a {
  color: #333333; }

.single-page aside.sidebar .widget .widget-content ul li a:hover {
  color: #3e1243; }

.navbar-toggle {
  background: #3e1243; }

.navbar-toggle .icon-bar {
  background: #fff; }

ul.page-numbers {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
  margin-bottom: 10px; }

.page-numbers:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

ul.page-numbers li {
  display: block;
  float: left;
  margin: 0 4px 4px 0;
  text-align: center; }

.page-numbers a,
.page-numbers span {
  line-height: 1.6em;
  display: block;
  padding: 8px 16px;
  line-height: 18px;
  font-size: 14px;
  text-decoration: none;
  font-weight: 400;
  cursor: pointer;
  border: 1px solid #ddd;
  color: #000; }

.page-numbers a span {
  padding: 0; }

.page-numbers a:hover,
.page-numbers.current,
.page-numbers.current:hover {
  color: #fff;
  background: #3e1243;
  text-decoration: none; }

.page-numbers:hover {
  text-decoration: none; }

.wpcf7-form-control-wrap input {
  width: 100%; }

.wpcf7-form {
  margin-bottom: 40px; }

.wpcf7-form p {
  margin-bottom: 0; }

div.wpcf7-validation-errors {
  border: none !important;
  padding-left: 0 !important;
  color: red; }

div.wpcf7-mail-sent-ng {
  border: none !important;
  padding-left: 0 !important; }

.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
  width: 100%;
  padding: 8px 12px;
  margin-bottom: 0px; }

.wpcf7-form-control-wrap textarea {
  width: 100%; }

.wpcf7-form-control-wrap.your-name,
.wpcf7-form-control-wrap.your-email {
  margin-right: 2%; }

.comments-template .form-group.form-name {
  margin-right: 2%; }

.comments-template .btn-comment,
.wpcf7-form-control.wpcf7-submit {
  border-radius: 0;
  color: #fff;
  padding: 8px 20px;
  background: #3e1243;
  box-shadow: none;
  border: none;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease; }

.comments-template .btn-comment:hover,
.wpcf7-form-control.wpcf7-submit:hover {
  background: #221f1f; }


.navbar-collapse {
  max-height: none; }

ul.lang_switcher{
  list-style: none;
  float: left;
}
ul.lang_switcher li{
  float: left;
  margin-right: 5px;
}




@media screen and (max-width: 767px) {
  .flexslider-controls .flex-control-nav li {
    width: 49.5%;
    text-align: center; }

  .flexslider-controls h4 {
    text-align: center; }

  .navigation {
    display: none; }

  .top-nav .searchform button {
    width: 100%; }

  .top-nav .logo {
    float: left;
    text-align: center;
    display: block;
    width: 100%;
    margin: 10px 0; }

  .navbar #navbar.navbar-collapse .nav.navbar-nav li a {
    text-align: center;
    padding: 20px 0; }

  .navbar-nav > li > .dropdown-menu {
    width: 100%; }

  .navbar-collapse.in {
    overflow-y: inherit; }

  .wpcf7-form-control-wrap input,
  .wpcf7-form-control-wrap textarea {
    width: 100%; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  .flexslider ul.slides > li img, .flexslider-services ul.slides > li img {
    height: 100%; }

  .three-columns .outer a.inner div {
    padding: 5px; }

  .three-columns .outer a.inner h3 {
    font-size: 14px; }

  .three-columns .outer a.inner h5 {
    font-size: 11px; } }
@media screen and (max-width: 400px) {
  .top-bar span {
    width: 100%;
    float: left;
    text-align: center;
    margin-left: 0; }

  .flexslider-controls .flex-control-nav li {
    width: 100%; }

  .flexslider ul.slides > li .caption, .flexslider-services ul.slides > li .caption {
    min-width: inherit;
    position: relative;
    float: left;
    width: 100%; }

  .flexslider ul.slides > li, .flexslider-services ul.slides > li {
    max-height: none; } }

.footer-social {
	margin-top:24px;
	padding-bottom:24px;
	text-align:center;
}
@media screen and (min-width: 768px){
	.footer-social {	
		border-bottom:none;
		position: fixed;
		right: 0;
		top: 217px;
		z-index:1;
	}
	.footer-social a { display: block; @include box-shadow(rgba(black, 0.4) 2px 2px 4px); }
}