/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
    height: 100%;
}

body {
    padding-top: 55px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

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

.img-hover:hover {
    opacity: 0.8;
}

/* 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;
}

/* 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;
}

/* Footer Styles */

footer {
    margin: 50px 0;
}

/* Responsive Styles */

@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%;
    }
}

/* Oblicz-to */

body {
	background-color: rgb(230,230,230);
}

.breadcrumb {
  background-color: rgb(230,230,230);
}

.navbar-inverse {
	background-color: rgb(41,41,41);
	border-top: 5px solid rgb(106, 156, 67);
}

.dark-red-title {
    /*color: rgb(164,9,9);*/
}

.red {
	color: rgb(164,9,9);
}

.green-link {
    color: rgb(106, 156, 67);
}

.green-link:hover {
    color: rgb(106, 156, 67);
}

.well {
  border: 1px solid #bcbcbc;
}

.panel {
  border: 1px solid #bcbcbc;
}

.green-panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #bcbcbc;
  border-top: 7px solid rgb(106, 156, 67);
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.green-panel-body {
  padding: 15px;
}
.green-panel-default > .green-panel-heading {
    background-color: #f5f5f5;
    border-bottom: 1px solid #bcbcbc;
    color: #333;
}
.green-panel-heading {
  padding: 5px 10px;

  background: -webkit-linear-gradient(#bcbcbc, white); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#bcbcbc, white); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#bcbcbc, white); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#bcbcbc, white); /* Standard syntax (must be last) */
}

.green-panel > .list-group {
  padding: 10px;
}

.green-panel-body > .list-group-item {
  border: none;
}

.green-panel-body > .list-group-item:hover {
  font-weight: bold;
  text-decoration: underline;
  color: #467aa7;
}

h3.main-title {
  margin: 10px 0px 20px 0px;
  font-weight: bold;
}

h4 {
  font-weight: bold;
}

/* zielony przycisk */

.cupid-green {
    background-color: #e4e4e4;
    text-align: center;
    /*outline: 2px solid rgb(106, 156, 67);*/
    border: 2px solid rgb(106, 156, 67);
    width: 150px;
    padding: 2px 0 3px;
    box-shadow: 0px 0px 0px 1px rgb(41,41,41) inset;
    border-radius: 3px;
}

.cupid-green:hover {
    background-color: rgb(41,41,41);
    color: #fff;
}

.contactform-button {margin-top: 8px;/*float:left;*/ /*width:9.0em;*/ padding:3px 15px!important /*Non-IE6*/; padding:2px /*IE6*/; background:url("../img/button_bcg_32_b20.png") repeat scroll 0 0 #6A9C43; border:1px solid #6A9C43; text-align:center; color:#000000; font-size:100%; font-weight: bold;}
.contactform-button:hover {cursor:pointer;border:1px solid #6A9C43; color:#000; background:url("../img/button_bcg_32.png") repeat scroll 0 0 #6A9C43;}

/* facebook */

.facebook {
	background: url("../img/facebook-bcg.png") repeat scroll 0 0 transparent;
    display: block;
    float: right;
    height: 400px;
    overflow: hidden;
    position: fixed;
    right: -321px;
    top: 180px;
    width: 385px;
    z-index: 10000;
}

.facebook-tab-inner {
	position: relative;
	left: 75px;
	top: 25px;
	background-color: #fff;
	width: 300px;
}

@media (max-width: 499px) {
    .facebook {
        display: none !important;
    }
}

/* menu */

/*.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    background-color: rgb(106, 156, 67);
    color: #fff;
}*/

.dropdown-menu {
    padding: 0px 0px;
	border: none;
	min-width: 225px !important;
}

.dropdown-menu > li > a {
    white-space: unset !important;
	background-color: rgb(41,41,41);
	color: #fff;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	padding: 5px 20px;
}

.dropdown-menu > li.last-item > a {
	border-bottom: 1px solid #000;
}

.dropdown-menu > li > a:hover {
	background-color: rgb(106, 156, 67);
	color: #fff;
}

/** menu zagnieżdżone */

.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;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

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

.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;
}

/* panel try-this (wypróbuj też) */

.tryit-panel {
  margin-bottom: 20px;
  background-color: #fff;
  border-left: 1px solid #bcbcbc;
  border-right: 1px solid #bcbcbc;
  border-bottom: 1px solid #bcbcbc;
  border-top: none;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  font-family: "Trebuchet MS",sans-serif;
}
.tryit-panel-body {
  padding: 10px;
}
.tryit-panel-default > .tryit-panel-heading {
    background-color: #f5f5f5;
    border-top: 4px solid rgb(41,41,41);
    border-bottom: 1px solid #bcbcbc;
}
.tryit-panel-heading {
  color: rgb(41,41,41);
  padding: 15px 20px;
  font-weight: bold;
  font-size: 18px;
}

.tryit-panel-body > ul {
  padding-left: 30px;
}

.tryit-panel-body > ul > li > a {
  color: rgb(106, 156, 67);
}

/* note */

div.note {
  border-left: solid 5px rgb(106, 156, 67);
  font-family: "Trebuchet MS",sans-serif;
  background-color: rgb(226, 255, 197);
  padding: 15px;
  margin: 20px 0px;
}

/** świecenie inputów na zielono */

.form-control:focus {
  border-color: rgb(106, 156, 67);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(106, 156, 67, 0.6);
}

.form-control-error {
  border-color: rgb(164,9,9) !important;
}

.form-control-error:focus {
  border-color: rgb(164,9,9) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(164,9,9, 0.6) !important;
}

/** Przykłady */

.examples-row {
    margin: 5px 10px; border-bottom: 1px solid lightgray; padding: 5px;
}

.examples-row > div > a {
  color: rgb(106, 156, 67);
}

/** div z rozwiązaniem */

.solutionField {
    margin-top: 50px;
}

.solutionPanel > ul {
    list-style: none;
}

.solutionPanel > ul > li {
    padding: 2px;
}

.solutionPanel > div > div.row > dl {
    padding: 0px;
    margin: 0px;
}

.solutionPanel > div> div.row > dl > dt > hr {
    border-color: #000 !important;
}

/** Box z błędem. */

.errorMessage {
    color: rgb(164,9,9);
    float: left;
    width: 70%;
}

/* ostatnie obliczenia */

ul.last-calculations {
	overflow-x: auto;
	overflow-y: hidden;
	padding-left: 30px;
	padding-right: 12px;
	list-style-type: square;
}

.margin-10 {
    margin: 15px 10px 15px 10px;
}

.no-padding {
    padding: 0px;
}

.box-title {
    font-size: 22px;
    margin-top: 12px;
    font-weight: bold;
}

/* footer */

.footer-distributed{
	background-color: rgb(41,41,41);
    border-top: 5px solid rgb(106, 156, 67);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;

	padding: 55px 50px;
	margin-top: 40px;
	margin-bottom: 0px !important;
    position: absolute;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 40%;
}

/* The company logo */

.footer-distributed h3{
	color:  #ffffff;
	font: normal 36px 'Cookie', cursive;
	margin: 0;
}

.footer-distributed h3 span{
	color:  #5383d3;
}

/* Footer links */

.footer-distributed .footer-links{
	color: rgb(106, 156, 67);
	margin: 20px 0 12px;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  #8f9296;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 35%;
}

.footer-distributed .footer-center i{
	background-color:  #33383b;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
	color:  #5383d3;
	text-decoration: none;;
}


/* Footer Right */

.footer-distributed .footer-right{
	width: 20%;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 25px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

	.footer-distributed{
		font: bold 14px sans-serif;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

}

/* footer end */

/** index */

.main-page-box-panel {
    width: 100%;
}

@media (min-width: 1200px) {
    .main-page-box-panel {
        width: 100%;
        height: 380px;
    }
}

.main-page-box {
    display: block;
    width: 100%;
    height: 100%;
    padding: 30px 30px;
    font-family: "Trebuchet MS",sans-serif;
    color: rgb(41,41,41);
    text-decoration: none;
    border: solid 1px #fff;
}

.main-page-box:hover {
    color: rgb(41,41,41);
    text-decoration: none;
    border: solid 1px rgb(106, 156, 67);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(106, 156, 67, 0.6);
}

.main-page-box > h4 {
    color: rgb(106, 156, 67);
    text-align: center;
    margin-bottom: 14px;
    height: 10%;
}

.main-page-box > p {
    text-align: center;
}

.main-page-box-icon {
    height: 20%;
    padding-top: 10px;
}

@media (min-width: 1200px) {
    .right-main-column {
        width: 302px;
    }
}

@media (max-width:1199px) {
    #index-top-adv {
        margin-top: 40px !important;
    }
}

#index-top-panel {
    width: 100%; min-height: 350px; background-color: rgb(110,110,110);
    padding: 75px 75px 50px 75px;

/*
    border-width: 3px;
    border-style: solid;
    -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgb(110,110,110)), to(rgb(230,230,230))) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(rgb(110,110,110), rgb(230,230,230)) 1 100%;
    -moz-border-image: -moz-linear-gradient(rgb(110,110,110), rgb(230,230,230)) 1 100%;
    -o-border-image: -o-linear-gradient(rgb(110,110,110), rgb(230,230,230)) 1 100%;
    border-image: linear-gradient(to bottom, rgb(110,110,110), rgb(230,230,230)) 1 100%;
*/
}

@media (max-width:767px) {
    #index-top-panel {
        padding: 75px 5px 50px 5px;
    }
}

#index-top-panel-border {
    width: 100%;
    height: 50px;
    background: -webkit-linear-gradient(rgb(110,110,110), rgb(230,230,230)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgb(110,110,110), rgb(230,230,230)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgb(110,110,110), rgb(230,230,230)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgb(110,110,110), rgb(230,230,230)); /* Standard syntax (must be last) */
}