html {
	height: 100%;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #fff;
  background:url(../img/bg.jpg);
  min-height: 100%;
  position: relative;
  overflow-y:scroll;
}
h1,.h1,h2,.h2,h3,.h3 {
  font-weight: 600;
}
h1 {font-size: 21px;}
h2 {font-size: 18px;}
h3 {font-size:16px;}

.headline {
	margin-top:0;
	font-size:16px;
}
a {
	color: #fff;
	transition: 500ms ease-in-out;
	-moz-transition: 500ms ease-in-out;
	-webkit-transition: 500ms ease-in-out;
}
a:hover {
  color: #db2727;
}
p {
  line-height: 1.5;
  font-weight: 300;
}
li {
  font-weight: 300;
}
.align-right {
  text-align: left;
}
@media (min-width: 992px) {
  .align-right {
    text-align: right;
  }
}
.alpha {
	padding-left:0;
}
.omega {
	padding-right:0;
}
.relative {
	position:relative;
}
.absolute {
	position:absolute;
}
.btn-white {
  border: 2px solid #ffffff;
  background: none;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  transition: 500ms ease-in-out;
  -moz-transition: 500ms ease-in-out;
  -webkit-transition: 500ms ease-in-out;
  font-size:10px;
}
@media screen and (min-width: 768px) {
	.btn {
		font-size:14px;
	}
}
.btn-default {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.btn-default:hover {
  color: #ffffff;
  background: #db2727;
  border: 2px solid transparent;
}
.btn-white {
  border: 2px solid #ffffff;
  padding: 5px 10px;
  color: #ffffff;
}
.btn-white:hover {
  background: #ffffff;
  color: #555555;
}
.btn-light {
  background: none;
  border: none;
}

.main-container {
	padding-top:30px;
	padding-bottom:30px;
}

/* NAV MENU */
.navbar-nav li {
	position:relative;
}
.nav>li {
	border-bottom: 1px solid #fff;
}
.nav>li:last-child {
	border-bottom:none;
}
.nav>li>a {
	background: #555555;
	padding:10px 15px;
	font-size:14px;
	color:#fff;
	font-weight:600;
	 transition: 500ms ease-in-out;
	-moz-transition: 500ms ease-in-out;
	-webkit-transition: 500ms ease-in-out;
}
.nav>li>a:hover,
.nav>li>a.active,
.nav>li:hover>a {
	color:#fff;
	background: #db2727;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus,
.nav>li>a:hover, .nav>li>a:focus {
	color: #fff;
	background: #db2727;
}
.dropdown-menu {
	border-radius: 0;
	padding: 0;
	top: 0;
	left: 100%;
}
.navbar-nav>li>.dropdown-menu {
	width: 100%;
	 transition: 500ms ease-in-out;
	-moz-transition: 500ms ease-in-out;
	-webkit-transition: 500ms ease-in-out;
}
.dropdown-menu>li>a {
	padding:10px 20px;
}
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a.active {
	background:#db2727;
	color:#fff;
}
@media (min-width: 768px) {
	.navbar-nav,
	.navbar-nav>li {
		float:none;
	}
}
@media (min-width: 992px) {
	.nav>li>a {
		padding:15px;
	}
}
.navbar-top .navbar {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  z-index: 999;
  margin: 0;
  padding: 20px 0;
  border: 0;
  transition: 200ms ease-in-out;
  -moz-transition: 200ms ease-in-out;
  -webkit-transition: 200ms ease-in-out;
}
.navbar-header {
	padding:10px;
}
@media (min-width: 768px) {
	.navbar-header {
		float: none;
	}
	.navbar-collapse {
		padding-left:0;
		padding-right:0;
	}
	.dropdown-submenu .dropdown-name {
		display: inline-block;
		width: 80%;
	}
	.dropdown-submenu .dropdown-arrow {
		display: inline-block;
		width: 20%;
		margin-left: -4px;
		text-align:center;
	}
	.navbar-nav>.dropdown-submenu>a>.caret {
		border-top: 4px solid transparent;
		border-bottom: 4px solid transparent;
		border-right: 4px solid transparent;
		border-left: 4px solid;
	}
}

.navbar-brand {
  padding: 15px;
  color:#525252;
  font-size:44px;
  text-transform:uppercase;
  font-weight:100;
  height:auto;
  text-align:center;
}
.navbar-top .navbar .navbar-header .navbar-brand span {
  font-weight:600;
  color:#fff;
  background:#0081d6;
  padding:0 2px;
  margin-left: 5px;
}
.navbar-top .navbar .navbar-header .navbar-brand img {
  max-height: 50px;
}
.navbar-top .navbar .navbar-right > li > a.active {
  background: none;
}
.navbar-top .navbar .navbar-right {
  background: none;
}
.navbar-top .navbar .navbar-right li a {
  color: #000;
  font-weight:700;
  font-size:14px;
  text-transform:uppercase;
}
.navbar-top .navbar .navbar-right li a:focus,
.navbar-top .navbar .navbar-right li a:active,
.navbar-top .navbar .navbar-right li a:hover {
  background: none;
}
.navbar-top .navbar .navbar-right li ul {
  background: #ffffff;
}
.navbar-top .navbar .navbar-right li ul li {
  padding: 3px 0;
}
.navbar-top .navbar .navbar-right li ul li a {
  color: #666666;
  padding-top: 5px;
  padding-bottom: 5px;
}
.navbar-top .navbar .navbar-right li ul li a:hover,
.navbar-top .navbar .navbar-right li ul li a:active,
.navbar-top .navbar .navbar-right li ul li a:focus,
.navbar-top .navbar .navbar-right li ul li a.active {
  color: #ffffff;
  background: #0081d6;
}
@media (min-width: 768px) {
  .navbar-top .navbar .navbar-right li .dropdown-menu {
    left: 0;
    right: auto;
  }
}

/* CONTACT BOX */
.contact-box {
	margin-bottom:20px;
}
.contact-box h2 {
	margin-top:0;
	color:#fff;
	font-size:16px;
}
.contact-box .glyphicon {
	padding-right:10px;
}

/* ANIMATED LOGO */
@-moz-keyframes spin {
    0% { -moz-transform: rotate(0deg); }
    100% { -moz-transform: rotate(360deg); }
}
@-ms-keyframes spin {
    0% { -moz-transform: rotate(0deg); }
    100% { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}
.logo-animated {
	-webkit-animation: spin 20s infinite linear;
	-moz-animation: spin 20s infinite linear;
	-ms-animation: spin 20s infinite linear;
	animation: spin 20s infinite linear;
}

/* SLIDER */
.carousel-inner>.item {
	max-height:250px;
}
@media screen and (min-width: 992px) {
	.carousel-inner>.item {
		max-height:400px;
	}
}
#carousel-main {
	padding:5px;
	background:#555555;
	margin-bottom:20px;
}
#carousel-main .carousel-inner {
  max-height: 300px;
}
@media screen and (min-width: 992px) {
  #carousel-main .carousel-inner {
    max-height: 500px;
  }
}
#carousel-main .carousel-image {
	height:400px;
}
@media screen and (min-width: 768px) and (max-width:991px) {
  #carousel-main .carousel-inner {
    max-height: 400px;
  }
}
.carousel-caption {
	color:#fff;
	max-width: 40%;
	right: auto;
	left: 0;
	text-align: left;
	bottom: 0;
	background: rgba(0,0,0,0.6);
	width: 100%;
	max-width: none;
	padding: 20px;
	height: 75px;
}
@media screen and (min-width: 992px) {
	.carousel-inner .carousel-caption {
		right: auto;
		text-align: left;
	  }
}
.carousel-caption h3 {
  font-weight: 700;
  font-size:36px;
  color:#fff;
}
.carousel-control.right,
.carousel-control.left {
	background-image:none;
}
.carousel-control.right {
	margin-right: -20px;
}
.carousel-control.left {
	margin-left: -20px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	background: #db2727;
	padding: 10px;
	width: 50px;
	height: 50px;
	text-shadow: none;
}
@media screen and (min-width: 768px) {
	.carousel-caption h3 {
		font-size:24px;
		display: inline-block;
	}
}
.carousel-caption a {
	color:#fff;
}
.carousel-caption p {
  font-size: 18px;
  display: none;
  line-height: 1.2;
}
@media screen and (min-width: 992px) {
	.carousel-caption p {
	  display:block;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.carousel-caption p {
	  font-size: 14px;
	  display:block;
	}
}

/* ADDITIONAL BOXES */
.additional-boxes {
	padding: 20px 5px;
	overflow: hidden;
	margin-bottom:20px;
	list-style:none;
	text-align: center;
}
.additional-boxes .additional-box {
  background:#555555;
  padding:15px;
  transition: 500ms ease-in-out;
  -moz-transition: 500ms ease-in-out;
  -webkit-transition: 500ms ease-in-out;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .additional-boxes .additional-box {
    margin-bottom: 0;
  }
}
.additional-boxes .additional-box p {
  margin: 0;
}
.additional-boxes .additional-box a {
	display:block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.additional-boxes .additional-box:hover a {
	text-decoration:none;
}
.additional-boxes .additional-box .additional-header h2 {
	margin-top:0;
}
.additional-boxes .additional-box:hover img {
  opacity:0.8;
  filter: saturate(70%);
  -webkit-filter: saturate(70%);
  -moz-filter: saturate(70%);
  -o-filter: saturate(70%);
  -ms-filter: saturate(70%);
}
.additional-boxes .additional-box .additional-details {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 10px 10px;
  background: rgba(0, 0, 0, 0.4);
  transition: 500ms ease-in-out;
  -moz-transition: 500ms ease-in-out;
  -webkit-transition: 500ms ease-in-out;
}
.additional-boxes .additional-box .additional-details h4 {
  margin-bottom: 0;
  color: #ffffff;
  -webkit-transition: margin 0.2s ease-in-out;
  -moz-transition: margin 0.2s ease-in-out;
  -ms-transition: margin 0.2s ease-in-out;
  -o-transition: margin 0.2s ease-in-out;
  transition: margin 0.2s ease-in-out;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 17px;
}
.additional-boxes .additional-box .additional-thumb {
	height: 150px;
	width: 150px;
	margin: 0 auto 10px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.additional-boxes .additional-box:hover {
  color: #ffffff;
}
.additional-boxes .additional-box:hover .additional-details {
  background: #db2727;
}
.additional-boxes .additional-box:hover .additional-details h4 {
  margin-bottom: 10px;
}

.content {
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}
.content-item {
	background: #555555;
	padding: 15px;
	overflow: hidden;
	margin-bottom:20px;
}
.content-inner > img {
  width: 100%;
  margin-bottom: 20px;
}
.sidebar ul {
  padding: 0;
}
.sidebar ul li {
  list-style: none;
  margin: 10px 0;
}
.sidebar ul li ul {
  border-left: 1px solid #0081d6;
  padding-left: 10px;
  margin-left: 10px;
}

/* SOCIAL */
.social {
	margin-bottom: 20px;
	padding:15px;
	background:#555;
}
.social h3 {
	margin-top:0;
}
.social a {
	color:#fff;
	opacity:0.5;
	padding-right: 10px;
	transition: 500ms ease-in-out;
	-moz-transition: 500ms ease-in-out;
	-webkit-transition: 500ms ease-in-out;
}
.social a:hover {
	text-decoration:none;
	opacity:1;
}
.social a span {
	margin: 10px;
}

/* LANGUAGES */
.languages {
	padding: 20px;
	margin-bottom: 20px;
	width: 100%;
	text-align: center;
	background:#555;
}
.languages a {
	padding: 4px 5px 2px;
	margin-right: 2px;
}

/* SEARCH */
.search-form {
	padding:20px 20px 16px 20px;
	margin-bottom:20px;
	background:#555;
	text-align:center;
}
.search-form:hover input[type="text"],
.search-form input[type="text"]:active,
.search-form input[type="text"]:focus{
	border:2px solid #dadada;
}
.search-form input[type="text"] {
	background:none;
	border:2px solid #fff;
	padding: 5px 10px;
	color:#fff;
}
.form-inline .form-group {
	margin-bottom: 6px;
}
.search-form button[type="submit"] {
	background: #fff;
	border: none;
	color: #555;
	padding: 9px 10px 5px 10px;
	margin-left: -4px;
	transition: 500ms ease-in-out;
	-moz-transition: 500ms ease-in-out;
	-webkit-transition: 500ms ease-in-out;
	width: 100%;
}
@media screen and (min-width: 768px) {
	.search-form button[type="submit"] {
		width:auto;
	}
}
.search-form button[type="submit"]:hover {
	background: #dadada;
}
.search-form button[type="submit"] .glyphicon {
	top:2px;
	font-size: 16px;
}
.search-form .form-control {
	font-size: 12px;
}

/* PORTFOLIO */
.site-portfolio .gallery-item {
	max-height: none;
}
.site-portfolio .gallery-item a {
	max-height: none;
}
@media (min-width: 768px) {
	.site-portfolio .gallery-item {
		max-height: 160px;
	}
	.site-portfolio .gallery-item a {
		max-height: 160px;
	}
}
.portfolio {
  padding: 0;
}
.portfolio:after {
  clear: both;
}
.portfolio li {
  list-style: none;
  transition: 500ms ease-in-out;
  -moz-transition: 500ms ease-in-out;
  -webkit-transition: 500ms ease-in-out;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  min-height: 150px;
}
@media screen and (min-width: 992px) {
  .portfolio li {
    margin-bottom: 0;
  }
}
.portfolio li a img {
  width: 100%;
  display: block;
  max-width: 100%;
  height: auto;
  padding: 0;
}
.portfolio .portfolio-header {
	position: absolute;
	z-index: 9;
	bottom: 10px;
	width: 100%;
	background: rgba(219,39,39,0.8);
	color: #fff;
	padding: 10px;
	transition: 500ms ease-in-out;
  -moz-transition: 500ms ease-in-out;
  -webkit-transition: 500ms ease-in-out;
}
.portfolio li:hover .portfolio-header {
	bottom: 70%;
}
.portfolio .portfolio-header h2 {
	font-weight:100;
	font-size:14px;
	margin:0;
}
.portfolio li a .portfolio-thumb {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: block;
  min-height: 160px;
  background-size: cover;
  background-position: center center;
}
.portfolio li .portfolio-desc {
  width: 100%;
  position: absolute;
  bottom: -100%;
  padding: 40px 0 10px 0;
  font-size:14px;
  z-index:9;
  background: rgba(219,39,39,0.8);
  transition: 500ms ease-in-out;
  -moz-transition: 500ms ease-in-out;
  -webkit-transition: 500ms ease-in-out;
}
.portfolio li:hover .portfolio-desc {
  bottom: 0%;
}
@media (min-width: 768px) {
	.portfolio li a .portfolio-thumb .portfolio-desc {
		padding: 10px 0;
	}
}
.portfolio li a .portfolio-thumb p {
  color: #fff;
  margin: 0;
  padding: 5px 10px;
    line-height: 1.1;
}
.portfolio  li a .portfolio-thumb h3 {
  color:#fff;
}
@media screen and (min-width: 992px) {
  .portfolio li:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .portfolio li:nth-child(2n+1) {
    clear: both;
  }
}

/* GALLERY */
.gallery ul {
	padding:0;
}
.gallery h3 {
	margin-top:0;
	margin-bottom:0;
}
.gallery-item {
	margin-bottom: 15px;
	overflow: hidden;
}

.gallery-item a {
	display:block;
	overflow:hidden;
	position:relative;
}
@media (min-width: 768px) and (max-width: 991px) { 
	.gallery-item,
	.gallery-item a	{
		max-height: 180px;
	}
}
@media (min-width: 992px) { 
	.gallery-item,
	.gallery-item a	{
		max-height: 140px;
	}
}
.gallery-item .portfolio-zoom {
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	width:100%;
	height:100%;
	text-align: center;
	background:rgba(0,0,0,0.7);
	opacity:0;
	transition: 500ms ease-in-out;
	-moz-transition: 500ms ease-in-out;
	-webkit-transition: 500ms ease-in-out;
}
.gallery-item:hover .portfolio-zoom {
	opacity:1;
}
.gallery-item .portfolio-zoom span {
	color: #fff;
	font-size: 36px;
	top: 50%;
	margin-top: -18px;
}

/* BLOG */
.blog-list>div>p {
	padding-bottom: 15px;
	border-bottom: 1px solid #dadada;
}
.blog-list-container {
	padding:0;
}
.blog-item {
  list-style: none;
  overflow:hidden;
  padding-bottom: 15px;
  border-bottom: 1px solid #dadada;
  margin: 0 0 20px 0;
}
.blog-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.blog-item .blog-thumb {
	padding-right:0;
	padding-left:0;
	margin-bottom:20px;
}
.blog-text {
	padding-left:0;
	padding-right:0;
}
@media screen and (min-width: 768px) {
	.blog-item .blog-thumb {
		margin-bottom:0;
	}
	.blog-text {
		padding-left:15px;
		padding-right:15px;
	}
}
.blog-item .blog-thumb img {
	width:100%;
	padding:0 !important;
}
.blog-text h3 {
  margin-top: 0;
  font-size:14px;
  font-weight:700;
  text-transform:uppercase;
  color: fff;
}
.blog-text a {
  color:#fff;
  transition: 500ms ease-in-out;
  -moz-transition: 500ms ease-in-out;
  -webkit-transition: 500ms ease-in-out;
}
.blog-text p {
  font-size:14px;
}
.blog-text img {
  transition: 500ms ease-in-out;
  -moz-transition: 500ms ease-in-out;
  -webkit-transition: 500ms ease-in-out;
}
.blog-text .blog-thumb:hover img {
  opacity:0.7;
}
.blog-content h2 {
	margin-top:0;
}
.blog-img {
  width: 200px;
  height: 116px;
  float:left;
  margin: 0 40px 10px 0;
  background-position: 0 center;
  background-repeat: no-repeat;
  background-color: #98c469;
}
.blog-plus {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-align: center;
	background:rgba(0,0,0,0.7);
	opacity:0;
	transition: 500ms ease-in-out;
	-moz-transition: 500ms ease-in-out;
	-webkit-transition: 500ms ease-in-out;
}
.blog-thumb:hover .blog-plus {
	opacity:1;
}
.blog-plus span {
	color: #fff;
	font-size: 36px;
	top: 50%;
	margin-top: -18px;
}

/* GALLERY */
.popup-gallery {
	padding:0;
}
.popup-gallery div {
  margin-bottom: 10px;
  overflow: hidden;
}
.popup-gallery div img {
  width: 100%;
  transition: 500ms ease-in-out;
  -moz-transition: 500ms ease-in-out;
  -webkit-transition: 500ms ease-in-out;
}
.popup-gallery .gallery-item a:hover img {
  opacity: 0.6;
}

/* NEWSLETTER */
.newsletter {
  margin-bottom: 0;
  background: #555555;
  color: #ffffff;
  padding: 10px 20px;
  margin-bottom: 20px;
}
.newsletter h3 {
  margin: 10px 0;
  text-transform: uppercase;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .newsletter h3 {
    text-align: center;
  }
}
.newsletter p {
  margin: 5px 0;
}
.newsletter form {
	  overflow: hidden;
}
.newsletter .input-group .input-group-addon {
  background: none;
  border-left: 2px solid;
  color: #fff;
  border-right: 0;
  border-top: 2px solid;
  border-bottom: 2px solid;
  padding: 5px 8px;
}
.newsletter .form-group button[type="submit"] {
	width:100%;
}
.newsletter .input-group input {
  background: none;
  border: 2px solid #ffffff;
  color: #ffffff;
}
.newsletter .input-group input:-moz-placeholder {
  color: #f5f5f5;
}
.newsletter .input-group input:-ms-input-placeholder {
  color: #f5f5f5;
}
.newsletter .input-group input::-webkit-input-placeholder {
  color: #f5f5f5;
}

/* CENNIK */
.price-row {
  margin: 3px 0;
  border-bottom: 1px solid #e9e9e9;
  padding: 10px 0;
}
@media screen and (min-width: 992px) {
  .price-row .price-product h3 {
    margin-top: 0;
  }
}
.price-row .price-photo {
  text-align: center;
}

/* MENU BOCZNE */
.menu-left {
	list-style:none;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #db2727;
	overflow:hidden;
	background:#555;
	margin:0;
}
.menu-left li {
	float:left;
	margin-top:5px;
}
.menu-left li:last-child {
	padding-right:0;
}
.menu-left a {
	color:#fff;
	padding: 5px 10px;
	text-transform:uppercase;
	transition: 500ms ease-in-out;
	-moz-transition: 500ms ease-in-out;
	-webkit-transition: 500ms ease-in-out;
}
.menu-left a.active,
.menu-left a:hover {
	background:#db2727;
	text-decoration:none;
}

/* BREADCRUMB */
.breadcrumb {
	background-color: transparent;
	  padding: 0;
}
.breadcrumb>.active {
	color:#dadada;
}
.breadcrumb>li>a {
	color:#dadada;
	text-decoration:underline;
}

/* CONTACT */
.contact {
  margin-top: 30px;
  padding: 0;
}
.contact .contact-box {
  min-height: 80px;
  text-align: center;
  position: relative;
  transition: 500ms ease-in-out;
  -moz-transition: 500ms ease-in-out;
  -webkit-transition: 500ms ease-in-out;
}
.contact .contact-box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #0081d6;
  padding-top: 20px;
}
.contact .contact-box a:hover {
  text-decoration: none;
  color: #ffffff;
}
#go-top {
  transition: 500ms ease-in-out;
  -moz-transition: 500ms ease-in-out;
  -webkit-transition: 500ms ease-in-out;
  text-align: center;
  width: 45px;
  height: 45px;
  background-color: #666666;
  font-size: 24px;
  padding-top: 7px;
  opacity: 0.6;
  color: #ffffff;
  cursor: pointer;
}
#go-top:hover {
  background-color: #0081d6;
  opacity: 1;
  color: #ffffff;
}
#go-top.affix-top {
  position: fixed;
  right: -80px;
  bottom: 20px;
  text-align: center;
}
#go-top.affix {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.transition {
  transition: 500ms ease-in-out;
  -moz-transition: 500ms ease-in-out;
  -webkit-transition: 500ms ease-in-out;
}
.box-shadow {
  -webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.35);
  -moz-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.35);
  box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.35);
}
.opacity {
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  filter: alpha(opacity=75);
}
.opacity-high {
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40);
}
.content-inner {
  overflow: hidden;
}
.img-thumbnail {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 100%;
}
.navbar-toggle {
  border: 1px solid #666666;
}
.navbar-toggle .icon-bar {
  border: 1px solid #666666;
}
.input-group .form-control,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-addon,
.form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-control {
  border: 1px solid #ccc;
  box-shadow: none;
  background: #e9e9e9;
}
.form-control:focus {
  border: 1px solid #ccc;
  box-shadow: none;
}
.nav-tabs {
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 10px;
}
.tab-content {
  margin-bottom: 20px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #888888;
  border: 1px solid #e9e9e9;
  border-bottom-color: transparent;
  font-weight: 700;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  color: #ffffff;
  background: #0081d6;
}
.panel-group .panel {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.panel-default > .panel-heading {
  color: #ffffff;
  background-color: #0081d6;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.panel-title > a {
  color: #ffffff;
}
.panel-title > a:hover {
  color: #ffffff;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: 0;
    right: auto;
  }
}
@media (min-width: 768px) {
  .navbar-nav > li:hover > .dropdown-menu {
    display: block;
  }
}

/* PAGINATION */
.num, .next, .back {
	padding: 5px 10px;
	margin-right: 10px;
	transition: 500ms ease-in-out;
  -moz-transition: 500ms ease-in-out;
  -webkit-transition: 500ms ease-in-out;
}
.num:hover, .next:hover, .back:hover {
	text-decoration:none;
	background: #DB2727;
	color: #fff;
}
.num.active {
	background: #666;
	color: #fff;
}
.num.active:hover {
	background: #666;
}

/* FOOTER */
footer {
  color: #fff;
  padding: 20px 0;
  background:#555555;
}
footer #copyright a,
footer #copyright a:hover {
	color:#fff;
}
@media (min-width: 768px) {}
	footer {
		padding: 10px 0 30px;
	}

@media screen and (min-width: 992px) {
  footer #copyright {
    text-align: right;
  }
}

/* COOKIES */
#cookies {
	position:fixed;
	z-index : 9999;
	bottom:0;
	font-size:12px;
	overflow: hidden;
	width:100%;
	background: rgba(255,255,255,0.9);
	color: #666;
}
	#cookies .row {
		padding:10px;
	}
#cookies a {color: #333;background:none;font-weight:700;}
#cookies a:hover {text-decoration:none;text-decoration:underline;}
