/* 
Custom CSS for...
'Modern Business' HTML Theme by Start Bootstrap

All Start Bootstrap themes are licensed under Apache 2.0. 
For more info and more free Bootstrap 3 HTML themes, visit http://startbootstrap.com!
*/

/* Global Styles */

html, body {
  height: 100%;
}

body {
  padding-top: 50px;
 /* body padding for fixed top nav */
}

.img-home-portfolio,
.img-customer,
.portfolio-item {
  margin-bottom: 30px;
}

.tab-pane {
  margin-top: 15px;
}

/* Page Sections */
.section,
.section-colored {
  padding: 50px 0;
}

.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-page {
  position: relative;
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
}

.bgimg-1 {
  background-image: url("/images/ziemia.jpg");
  min-height: 400px;
  margin: 2px auto;
  padding-top:100px;
  padding-bottom:30px;
  color:#fff;
 /* change this to change the background color of a colored section */
}

.addbgwh {
	background-color: rgba(0,124,175,0.6);
	padding:20px;
}

.sidebar {
  margin-top: 40px;
}

.sidebar ul {
  border-radius: 5px;
  padding: 5px;
  border: 1px solid #cccccc;
}

/* Half Page Height Carousel Customization */
.carousel {
  height: 50%;
}

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

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

/* Social Icons Styles */
.list-social-icons {
  margin-bottom: 45px;
}

.tooltip-social a {
  text-decoration: none;
  color: inherit;
}

.facebook-link a:hover {
  color: #3b5998;
}

.linkedin-link a:hover {
  color: #007fb1;
}

.twitter-link a:hover {
  color: #39a9e0;
}

.google-plus-link a:hover {
  color: #d14836;
}

/* Service Page Styles */
.service-icon {
  font-size: 50px;
}

/* 404 Page Styles */
.error-404 {
  font-size: 8em;
}

/* Pricing Page Styles */
.price {
  font-size: 4em;
}

.price-cents {
  vertical-align: super;
  font-size: 50%;
}

.price-month {
  font-size: 35%;
  font-style: italic;
}

h2.blue {
	color:#007caf;
	font-size:3.33em;
}

.bluebackground {
	background-color:#007caf;
	color:#fff;
	padding: 20px;
}

/* Footer Styles */
footer {
  margin: 50px 0;
}

/* Responsive Styles */
@media (max-width: 767px) {

  .carousel {
    height: 70%;
 /* increases the carousel height so it looks good on phones */
  }
}

.nav a {
	font-weight:bold;
	 background: -webkit-linear-gradient(#0BAAEE, #007DB7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.2em;
}

.blinkeffect {
    -webkit-animation-name: blink;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blink;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blink;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blink {  
    0% { opacity: 1.0; color: blue; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; color: red; }
}

@-webkit-keyframes blink {  
    0% { opacity: 1.0; color: blue;}
    50% { opacity: 0.0; }
    100% { opacity: 1.0; color: red; }
}

@keyframes blink {  
    0% { opacity: 1.0; color: blue; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; color: red; }
}