@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700&subset=latin,latin-ext);
@import 'https://fonts.googleapis.com/css?family=Atma:400,700&subset=latin-ext';
/*TYPOGRAPHY*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
	font-family: 'Open Sans', sans-serif;
	font-family: 'Atma', cursive;
}
p, a, ul, ol, section, button, input {
	font-family: 'Open Sans', sans-serif;
}
.fg-green{
	color:#25a700;
	}
.fg-red{
	color:#d9534f;
}
/*FORMS*/
.form-control:focus {
	border-color: #ff9c00;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 156, 0, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 156, 0, .6);
}
/*LINKS*/
.navbar-toggle {
    color: #fff;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover, a:focus {
	color: #ff9c00;
	text-decoration: none;
}
/*BUTTONS*/
.btn-primary {
	color: #fff;
	background-color: #25a700;
	border-color: #25a700;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #ff9c00;
	border-color: #ff9c00;
}
.btn-yellow {
	color: #fff;
	background-color: #ff9c00;
	border-color: #ff9c00;
}
.btn-yellow:hover, .btn-yellow:focus, .btn-yellow.focus, .btn-yellow:active, .btn-yellow.active, .open > .dropdown-toggle.btn-yellow {
	color: #fff;
	background-color: #25a700;
	border-color: #25a700;
}
.btn-top {
	color: #fff;
	background-color: transparent;
	border-color: transparent;
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
	box-shadow:none!important;
	-webkit-box-shadow:none!important;
}
.btn-top:hover, .btn-top:focus, .btn-top.focus, .btn-top:active, .btn-top.active, .open > .dropdown-toggle.btn-top {
	color: #f0cc56;
	background-color: transparent;
	border-color: transparent;
}
.btn-link{
	color:#fff;
	}
.btn-link:hover, .btn-link:focus, .btn-link.focus, .btn-link:active, .btn-link.active, .open > .dropdown-toggle.btn-link {
	color: #fff;
}
.btn-success {
    color: #fff;
    background-color:#25a700;
    border-color: #25a700;
}
.btn-facebook:hover, .btn-facebook:focus, .btn-facebook.focus, .btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
    color: #fff;
    background-color: #395081;
    border-color: #395081;
}
.btn-google:hover, .btn-google.active, .btn-google.focus, .btn-google:active, .btn-google:focus, .btn-google:hover, .open > .dropdown-toggle.btn-google {
    color: #fff;
    background-color: #b02e23;
    border-color: #b02e23;
}
/*COOKIES*/
#cookies {
	padding: 0;
	padding-top: 1em;
	padding-bottom: 1em;
	background:#292929;
}
#cookies p {
	font-size: 13px;
}
/*FOOTER*/
#footer {
	background:#292929;
	font-size: 13px;
	color: #fff;
	padding-top: 10px;
}
#footer .container{
	padding-top:4px;
	}
#footer a {
	color: inherit;
}
.createdby {
	text-align: right;
	color: inherit;
}
.createdby img {
	height: 14px;
	opacity: 0.4;
	margin-top: -3px;
}
.bg-inverted{
background:#f8f8f8;
}
/*PROJECT STYLE*/
#top .media{
	margin-top:70px;
	}
	#top .media p{
		font-size:12px;
		margin:0;
		padding:0;
		}
	#top .media .h4{
		font-size:18px;
		margin:0;
		padding:0;
		}
		#top .media .h4 a{
			font-family: 'Atma', cursive;
			}
		#top .media .h4 a:hover small{
			color: #ff9c00;
			}
	#top .lines {
		border-top:1px solid #ddd;
	}
	#top .slogan{
		color:#777;
		font-family: 'Atma', cursive;
		}
#nav{
	background:#292929;
	}
.navbar {
    position: relative;
    min-height: inherit;
    margin-bottom:0px;
    border:0;
	border-radius:0;
}
.navbar-brand {
    padding:10px;
    height: inherit;
	width:100%;
}
.navbar-brand img{
	height:160px;
	margin-right:auto;
	margin-left:auto;
	}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
	color:#fff;
	text-transform:uppercase;
	font-weight:400;
	font-size:14px;
	letter-spacing:0.5px;
	font-family: 'Atma', cursive;
}
.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
	color:#ff9c00;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: transparent;
    border-color: transparent;
	font-family: 'Atma', cursive;
}
.dropdown-menu>li>a {
    font-family: 'Atma', cursive;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color:#ff9c00;
	font-family: 'Atma', cursive;
}
.navbar-nav>li>a.active{
	color:#ff9c00;
	}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color:#ff9c00;
    outline: 0;
	font-family: 'Atma', cursive;
}
.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;
}
@media(max-width:767px){
.dropdown-menu > li > a {
    color: #fff;
}
}

.navigate-left .list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.navigate-left a.list-group-item, .navigate-left button.list-group-item {
    color: #555;
	text-transform:uppercase;
	letter-spacing:1px;
	font-family: 'Atma', cursive;
}
.navigate-left .list-group-item.active, .navigate-left .list-group-item.active:focus, .navigate-left .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #ff9c00;
    border-color: #ff9c00;
}
.panel-title>.small, .panel-title>.small>a, .panel-title>a, .panel-title>small, .panel-title>small>a {
    font-family: 'Atma', cursive;
}
.supcategory .list-group-item{
	background:#f8f8f8;
	}
.supcategory .list-group-item:last-child {
    border-bottom:0;
}
.owl-main .row{
	padding:4em;
}
@media(max-width:767px){
.owl-main .row{
	padding:0em;
}
}


.owl-main {
	padding: 0;
}
.owl-main .back-header{
	background:#fff;
	opacity:0.8;
	padding:10px;
	border-bottom:3px solid #25a700;
	}
.owl-main h1{
	margin:0;
	color:#333;
	}
.owl-main h3{
	margin:0;
	color:#333;
	font-weight:300;
}
.owl-new{
	margin-left:5%;
	margin-right:5%;
	width:90%;
	}
.owl-controls{
	margin-top: -240px;
    position: relative;
    z-index: 100;
    margin-bottom: 240px;
		float:left;
		width:100%;
	}
	.customPrevBtn{
		opacity:0.6;
		}
	.customNextBtn{
		opacity:0.6;
		}
.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-carousel .owl-controls .owl-dot, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-dots{
	text-align:center;
	margin-top:5px;
	}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
    background: #869791;
}
.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.owl-dot.active span {
    background: #ff3f4d;
}
/*HEADER*/
.header-section{
	border-bottom:2px solid #25a700;
	margin-top:15px;
	}
	.border-yellow{
		border-bottom:2px solid #ff9c00;
		}
	.header-section h3{
		margin:0;
		padding:0;
		}

		@media(max-width:500px){
			.header-section h3{
				margin:0;
				padding:0;
				margin-bottom:35px;
				}
		}
#header-pages h1{
	margin:0;
	padding:0;
	}
#header-pages h3{
	margin:0;
	padding:0;
	}

/*NEWS-MAINPAGE*/
#new .thumbnail.header{
	background:#25a700;
	background-size:cover;
	border:0;
	border-radius:0;
	padding:10px;
	min-height:323px;
	}
	#new .thumbnail.header h3{
		color:#fff;
		margin:0;
		padding-top:20px;
		padding-bottom:10px;
		text-transform:uppercase;
		}
	#new .thumbnail.header p{
		color:#f8f8f8;
		}

#bestseller .thumbnail.header{
	background:#ff9c00;
	background-size:cover;
	border:0;
	border-radius:0;
	padding:10px;
	min-height:323px;
	}
	#bestseller .thumbnail.header h3{
		color:#fff;
		margin:0;
		padding-top:20px;
		padding-bottom:10px;
		text-transform:uppercase;
		}
	#bestseller .thumbnail.header p{
		color:#f8f8f8;
		}
	.label-best {
    background-color:#ff9c00;
	}
.separator{
	width:70%;
	height:1px;
	background:#fff;
	margin-top:8px;
	margin-bottom:8px;
	}
.fa-box-right{
	float:right;
	margin-right:-18px;
	}
.product-list .thumbnail{
	border-radius:0;
	padding:5;
	margin:2px;
	}
#product h4, #product h3, #product h2, #product h1{
font-family: 'Open Sans'!important;

}
	.product-list .thumbnail img{
		border-bottom:3px solid #25a700;
		max-height:160px;
		height:160px;
		width:auto;
		max-width:100%;
		}
	.product-list .thumbnail .caption h4{
		text-align:center;
		min-height:100px;
		font-family: 'Open Sans', sans-serif;
		font-size:16px;
		}
	.product-list .thumbnail .caption p{
		text-align:center;
		color:#777;
		min-height:34px;
		font-size:16px;
		}
	.product-list .thumbnail .price p{
		text-align:center;
		font-weight:bold;
		font-size:20px;
		}
	.product-list .thumbnail .status{
		text-align:center;
		}
	.btn-add{
		float:right;
		margin-top:-34px;
		z-index:100;
		position:relative;
		}
		.hide-bullets {
	    list-style:none;
	    margin-left: -40px;
	    margin-top:20px;
	}
	.carousel-inner>.item>img, .carousel-inner>.item>a>img {
	    width: 100%;
	}
.separator-line{
	width:70%;
	height:1px;
	background:#d4d4d4;
	margin-top:8px;
	margin-bottom:8px;
	margin-left:auto;
	margin-right:auto;
	}
#category .thumbnail{
	border:0;
	text-align:center;
	}
	#category .thumbnail img{
		border-top:3px solid #ff9c00;
		}
	#category .thumbnail .caption{
		background:#f8f8f8;
		min-height:195px;
		}
	#category .thumbnail .caption p{
		font-size:13px;
		}
#cat{
	margin-top:-60px;
	margin-left:30%;
	z-index:10;
	position:relative;
	}
#line-sitemap{
	background:#292929;
	padding-top:2em;
	padding-bottom:2em;
	margin-top:-4px;
	}
	#line-sitemap .media-heading {
    margin:0;
	color:#999999;
	font-weight:300;
}
	#line-sitemap .media-body {
    color:#999999;
	font-weight:300;
}
	#line-sitemap .media-heading a{
	color:#999999;
	font-weight:300;
	}
	#line-sitemap .media-heading a:hover, #line-sitemap .media-heading a:hover small{
	color:#ff9c00;
	}
#sitemap{
	background:url(../images/backgrounds/Photogenica-PHX10893920.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:bottom right;
	padding-top:2em;
	padding-bottom:2em;
	}
	#sitemap h4 {
		color:#333;
		border-bottom:1px solid #ff9c00;
		text-transform:uppercase;
		font-weight:300;
		}
		#sitemap .media h4.media-heading{
			color:#333;
			border-bottom:0;
			}
			#sitemap .media a{
				color:#333;
				}
			#sitemap .media a:hover, #sitemap .media a:focus{
				color:#ff9c00;
				}
		#sitemap p{
			color:#333;
			font-size:14px;
			}
#sitemap .list-group-item {
    position: relative;
    display: block;
    padding: 10px 10px;
    margin-bottom: -1px;
    background-color: transparent;
	opacity:1;
    border:0;
}
#sitemap a.list-group-item, #sitemap button.list-group-item {
    color: #333;
}
#sitemap a.list-group-item:hover, #sitemap button.list-group-item:hover, #sitemap a.list-group-item:focus, #sitemap button.list-group-item:focus {
    text-decoration: none;
    color: #ff9c00;
    background-color: #fff;
	opacity:0.8;
}
/*SEARCH*/
#search{
	background:#292929;
	}
/*BANNERS*/
#banners{
	padding-top:2em;
	padding-bottom:2em;
	}
	#banners .thumbnail{
		padding:0;
		border:0;
		}
	#banners .thumbnail img{
		width:100%;
		}
	#banners .thumbnail .caption{
		margin-top:-120px;
		background:transparent;
		z-index:10;
		position:relative;
		margin-bottom:30px;
		}
		#banners .thumbnail .caption .h3{
			color:#fff;
			font-weight:bold;
			text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
			}
		#banners .thumbnail:hover .caption .h3{
			color: #ff9c00;
		}
	#banners .media p{
		font-size:13px;
		}
/*ARTICLES*/
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 0px;
	font-size:13px;
}
/*ARTICLES*/
.box-articles  h1, .box-articles  h2, .box-articles h3, .box-articles h4, .box-articles .h4 {
	font-family: 'Open Sans', sans-serif;
}
.box-articles .thumbnail{
	border-radius:0;
	background:#fff;
	padding:0;
	padding-top:4px;
	border:0;
	border-bottom:1px solid #c4c4c4;
	border-top:1px solid #c4c4c4;
	}
.box-articles .thumbnail img{
	width:100%;
	max-height:230px;
	}
.box-articles .thumbnail p.category{
	margin:0;
	padding:0;
	color:#4cae4c;
	}
	.tag{
		font-size:13px;
		color:#808080;
		padding-bottom:5px;
		height:65px
		}
.box-articles .thumbnail h3{
	margin:0;
	padding:0;
	min-height:55px;
		}
.box-articles .thumbnail .caption{
	padding:2.5em;
	padding-bottom:1em;
	background:#fff;
	min-height:180px;
	}
	.box-articles .thumbnail .caption h4{
		font-weight:300;
		}
.article-big-image{
	max-width:100%;
	min-width:340px;
	}

.pagination>li>a, .pagination>li>span, .pagination>li>button {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #ff9c00;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #ff9c00;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    font-weight: bold;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #fff;
    color: #ff9c00;
    border-color: #ddd;
}
#list-articles .list-group-item.active {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom:0px;
		color: #333;
		background-color: #fff;
		border-color: #fff;
		font-family: 'Atma', cursive;
		font-size:24px;
}
#list-articles .list-group-item {
    border:0;
}
#list-articles .form-control{
	border-radius:0;

	box-shadow:none;
	-webkit-transition:none;
	-o-transition:none;
	transition:none;

}
#list-articles .form-control:focus {
	border-color:#ddd;
	outline: 0;
	-webkit-box-shadow:none;
}
#articles table{
    width: 100%;
    max-width: 100%;
	border: 1px solid #ddd;
	}
	#articles table>tbody>tr>td, #articles table>tbody>tr>th, #articles table>tfoot>tr>td, #articles table>tfoot>tr>th, #articles table>thead>tr>td, #articles table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
	border: 1px solid #ddd;
}
.content .list-group-item.active {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
		color: #333;
		background-color: #f5f5f5;
		border-color: #ddd;
}
.product-item{
	padding-right:30px;
}
.product-item .panel {
    margin-bottom:0;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
    border-radius:0;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.product-item table{
    width: 100%;
    max-width: 100%;
	border: 1px solid #ddd;
	}
	.product-item table>tbody>tr>td, .product-item table>tbody>tr>th, .product-item table>tfoot>tr>td, .product-item table>tfoot>tr>th, .product-item table>thead>tr>td, .product-item table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
	border: 1px solid #ddd;
}

	.content-tbl  table>tbody>tr>td, .content-tbl  table>tbody>tr>th, .content-tbl  table>tfoot>tr>td, .content-tbl  table>tfoot>tr>th, .content-tbl  table>thead>tr>td, .content-tbl  table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
	border: 1px solid #ddd;
}

#panel-klienta-content{
	margin-top:8px;
}
#panel-klienta-content h1, #panel-klienta-content h2, #panel-klienta-content h3, #panel-klienta-content h4{
	font-family: 'Open Sans'!important;
}
#panel-klienta-content h3.header{
	font-family: 'Atma'!important;
}
.fg-open{
		font-family: 'Open Sans'!important;
}
.label-success {
    background-color: #25a700;
}
option
{
	border-right-width: 1px solid #ccc;
	border-left-width: 1px solid #ccc;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fff;
}
.table-striped>tbody>tr:nth-of-type(odd) th {
    background-color: #f9f9f9;
}