/*!
 * 
 */

/* Global Styles */

/* custom CSS */


body {
  font-family:'Museo-300',"Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.45;
  color: #333;
  background-color: #fff;
}
pre {
  background-color: #e75d6d;
  border: none;
  border-radius: 0px;
  padding:0px;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 1px;
    margin-bottom: 1px;
}

/* Fonts */
}
  }
@font-face {
  font-family: 'Museo-300';
  src: url('../fonts/Museo-300.eot?#iefix') format('embedded-opentype'),  url('../fonts/Museo-300.otf')  format('opentype'),
	     url('../fonts/Museo-300.woff') format('woff'), url('../fonts/Museo-300.ttf')  format('truetype'), url('../fonts/Museo-300.svg#Museo-300') format('svg');
  font-weight: normal;
  font-style: normal;
}
.hidden{
    display: none;
}
.breadcrumb {
  padding: 8px 15px 0px 15px;
  margin-bottom: 5px;
  list-style: none;
  border-radius: 0px;
  float: right;
}
.wp_widget > ul li{
 list-style: none;
}
.panel {
  margin-bottom: 20px;
  border:0px !important;
  border-radius:0px !important;

}
.img-portfolio {
    margin-bottom: 30px;
}


.glyphicon {
  top: 3px;
  }
  
 .thumbnail {
 padding: 15px 15px;
  border-radius: 0px;
  }
  
.navbar-collapse {
  padding-right:0;
  padding-left: 0;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;

  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
  
.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}
.navbar-default {
  background-color: #fff;
  border-color: #FFFFFF;
}

.navbar-right {
    float: right !important;
    margin-right: -10px;
  }

.page-header-noborder {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 0px solid #fff;
}
 


 
/* Home Page Carousel */

header.carousel {
    height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}


.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #E65C6C;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-brand .fa-home > .active > a > i{
    color: #E65C6C;
}

#my-button:hover {
  background-color: #0000ff;
}
#my-button:hover span {
  color: #ffffff;
}

.header-video {
font-size: 25px;
color: #fff;
margin-top:230px;
padding-left: 17%;
}

h3.header-video:hover{
 color: #fff;
  text-decoration: underline;
}

a:hover,
a:focus {
  color: #ccc;
  text-decoration: none;
   outline: 0px none;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}


.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus  {
background-color: #fff;
outline: 0px none;
}

.jumbotron-custom {
background-color: #F7F3E8;
}


.jumbotron p {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 200;
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 0px;
 }
 
 .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0px;
}

.alert-foto{
  color: #fff;
  background-color: #e75d6d;
}

.panel-video {
background-color: #e75d6d;
border-radius: 0px;
}
 .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 35px;
  overflow: hidden;
}
 .mar-bot-20 {
  margin-bottom: 20px;
}

.container-video {
  background: #e3e3e3;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.container-video>h1 {
  text-align: center;
  margin-bottom: 50px;
}
.container-video>h1 i {
  color: pink;
}

/***** MODAL PROPERTIES *****/
 .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    background:#fff;
    border:none;
    outline:none;
}
.modal-content iframe {
    border:none;
    padding:0;
    margin:0;
}
.close {
    font-size: 80px;
    margin:-20px 0 0 0;
}
/***** MEDIA QUERIES *****/
 @media only screen and (max-width: 641px) {
    /***** MODAL PROPERTIES *****/
    .modal-body {
        height:100px;
        padding:0;
        margin: 0;
    }
    .modal-content {
        padding:0;
        margin: 0;
    }
    .modal-dialog {
        position: relative;
        width: auto;
        margin: 15px;
    }
    .close {
        margin:-12px 0 0 0;
    }
}
@media only screen and (min-width: 768px) {
    /***** MODAL PROPERTIES *****/
    .close {
        font-size: 50px;
 
    }
}


/* Responsive Styles */


@media (min-width: 1200px) {
  .container {
    width: 1000px;
  }
}
@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}


/* Klasy pomocnicze
-------------------------------------------------- */
.no-corners {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.navbar-clear {
  background: #fff; 
  border: 0;
  margin-bottom: 0;
}

.mar-top-10 {
  margin-top: 10px;
}

.mar-top-20 {
  margin-top: 20px;
}

.mar-top-30 {
  margin-top: 30px;
}

.mar-bot-10 {
  margin-bottom: 10px;
}

.mar-bot-20 {
  margin-bottom: 20px;
}

.mar-bot-30 {
  margin-bottom: 30px;
}

/* Custom button Bootstrap
-------------------------------------------------- */
.btn-custom { 
  color: #ffffff; 
  background-color: #ed1e40; 
  border-color: #ed1e40; 
} 
 
.btn-custom:hover, 
.btn-custom:focus, 
.btn-custom:active, 
.btn-custom.active, 
.open .dropdown-toggle.btn-custom { 
  color: #ffffff; 
  background-color: #b3123a; 
  border-color: #e50f45; 
} 
 
.btn-custom:active, 
.btn-custom.active, 
.open .dropdown-toggle.btn-custom { 
  background-image: none; 
} 
 
.btn-custom.disabled, 
.btn-custom[disabled], 
fieldset[disabled] .btn-custom, 
.btn-custom.disabled:hover, 
.btn-custom[disabled]:hover, 
fieldset[disabled] .btn-custom:hover, 
.btn-custom.disabled:focus, 
.btn-custom[disabled]:focus, 
fieldset[disabled] .btn-custom:focus, 
.btn-custom.disabled:active, 
.btn-custom[disabled]:active, 
fieldset[disabled] .btn-custom:active, 
.btn-custom.disabled.active, 
.btn-custom[disabled].active, 
fieldset[disabled] .btn-custom.active { 
  background-color: #e50f45; 
  border-color: #e50f45; 
} 
 
.btn-custom .badge { 
  color: #e50f45; 
  background-color: #ffffff; 
}

/* Custom Bootstrap panel
-------------------------------------------------- */

.panel-custom {
  border-color: #27b5fa !important;
}

.panel-custom > .panel-heading {
  background-color: #27b5fa; 
  border-color: #27b5fa;
  color: #ffffff !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
.panel-body>ul li {
 list-style: none;
}

/* 
Responsywny like-box Facebooka
-------------------------------------------------- */

#fb-root {
    display: none;
}

/* To fill the container and nothing else */

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}


