/*
Author: Piotr Nowak aka ziccoss | webideas.pl
*/

@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,400italic,700,700italic&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic&subset=latin,latin-ext);
@import url('font-awesome.css');

/************************************** Globalne Ustawienia ***************************************/
html, body
{
    height: 100%;
}

body
{
    background: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 12.5px;
    color: #000;
    line-height: 1.42857;
}

h1, h2, h3
{
    font-weight: 300 !important;
    color: #373a41;
}

h2
{
    margin-top: 30px;
    font-size: 26px/40px;
    font-weight: 300 !important;
    color: #373a41;
}

h3
{
	margin: 0;
	font-size: 20px/24px;
}

a
{
    color: #474950;
}

a:hover, a:active, a:focus
{
    color: #3F9FD6;
	text-decoration: none;
}

img
{
    max-width: 100%;
	height: auto;
}

.checkbox input[type="checkbox"]:focus + label::before,
.radio input[type="radio"]:focus + label::before,
input[type="checkbox"]:focus,
input[type="radio"]:focus,
button:focus
{
    outline: 0 !important;
}

/************************************** Struktura ***************************************/
header .top-bar
{
    padding: 10px 0;
    background: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
}

.navbar 
{
    position: relative;
    margin-bottom: 0;
    border: none;
    background: none;
}

.navbar-fixed-top .navbar-collapse
{
	max-height: 380px;
}

.menu
{
    margin-top: 10px;
    list-style: none;
}

.menu li
{
    font-size: 14px;
}

.menu li a
{
    color: #000 !important;
    text-decoration: none;
}

.menu li a:hover, .menu li.current a
{
    color: #3F9FD6 !important;
}

.nav .open > a
{
    background: none !important;
}

.caret
{
    margin-left: 5px;
    color: #474950;
}

.dropdown-menu > li > a
{
    padding-bottom: 10px;
    font-size: 12px;
    color: #767676 !important;
}

.dropdown-menu > li > a:hover
{
    background: none;
}

.dropdown-menu > li > a > i
{
    margin-right: 6px;
}

.slider
{
	text-align: center;
    margin-top: 90px;
}

.content
{
    width: 100%;
    min-height: 700px;
    padding: 50px 0 50px 0;
}

.content hr
{
	height: 1px;
	border: 0 none;
	background-image: linear-gradient(to right, rgba(210, 210, 210, 0.2), rgba(210, 210, 210, 0.75), rgba(210, 210, 210, 0.2));
}

.configurator
{
	width: 80%;
	margin: 30px auto 20px auto;
	padding: 5px 0;
	border: 1px #3F9FD6 solid;
	font-size: 30px;
	color: #3F9FD6;
	text-align: center;
}

.configurator a
{
	display: block;
	width: 100%;
	color: #3F9FD6;
}

.configurator a:hover,
.configurator a:focus
{
	text-decoration: none;
}

.breadcrumbs
{
	margin-bottom: 20px;
}

.news
{
}

.news .row
{
	margin-bottom: 20px;
}

.sidebar
{
	
}

.sidebar .header
{
	padding: 10px 0 10px 20px;
	border-radius: 3px 3px 0 0;
	background: #26282C;
}

.sidebar .header h3
{
	color: #fff;
}

.sidebar ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar ul li a
{
	display: block;
	padding: 12px 0 12px 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	background: #26282C;
	font-size: 1.1em;
	color: #fff;
}

.sidebar ul li a:hover
{
	background: #303135;
	text-decoration: none;
}

.box
{
	width: 100%;
}

.box a,
span.img-hover
{
	transition: all 0.4s ease;
}

.box a:hover span.img-hover
{
    position: absolute;
    left: 0;
    top: 0;	
    display: block;
	width: 100%;
	height: 100%;	
    background-color: rgba(63, 159, 214, 0.4);
}

.box .box-img
{	
	position: relative;
}

.box .box-content
{
	width: 100%;
	margin: 20px 0;
}

.box .box-content p
{
	height: 50px;
}

.contact p
{
	font-size: 16px;
}

.contact p i
{
	padding-right: 5px;
}

.message
{
    display: none;
    width: 99.8%;
    min-height: 40px;
    margin: 0px 0 20px 0; 
}

.message div
{
    padding: 10px;
    line-height: 1.5em;    
}

.success
{
    border: 1px #078f07 solid;
    border-radius: 4px;
    background: #e7fbdb;
    color: #666452;
}

input[type="text"],
textarea
{
    width: 100%;
    min-height: 40px;
    padding: 10px 10px;
    border: 1px #aeaeae solid;
    border-radius: 3px;
}

input[type="text"]:focus,
textarea:focus
{
    border-color: #3F9FD6;
}

.field
{
    position: relative;
    margin-bottom: 20px;
}

.field .error-msg
{
    position: absolute;
    top: 3px;
    right: 20px;
    display: none;
    font-size: 0.7em;
    color: red;
}

.field .error
{
    border: 1px red solid;
}

#form-configurator .field .error-msg
{
    right: 20%;
}

#form-configurator fieldset
{
    text-align: center;
}

#form-configurator fieldset h3
{
    margin-bottom: 30px;
}

#form-configurator fieldset p
{
    margin: 30px 0;
    text-align: justify;
}

#form-configurator input[type="text"]
{
    display: inline-block;
    width: 70% !important;
}

#form-configurator .utlis
{
    display: inline-block;
    padding: 5px 10px;
    border: 1px #3F9FD6 solid;
    border-radius: 50px;
}

#step-1
{
	display: block;
}

#step-2,
#step-3,
#step-4,
#step-5,
#step-6,
#step-7,
#step-8
{
	display: none;
}

.btn-form
{
    padding: 7.5px 20px;
    border: 1px #3F9FD6 solid;
    background: none;
    font-weight: bold;
    color: #3F9FD6;
    transition: all 0.3s ease;
}

.btn-form:hover,
.btn-form:focus
{
    background: #3F9FD6;
    color: #fff;
    text-decoration: none;
}

#map
{
    margin-top: 50px;
}

.bordered
{
	padding: 5px;
	border: 1px #ccc solid;
}

.pagination
{
    padding-left: 15px;
}

.pagination > li > a
{
    color: #676766;
}

.pagination > li > a:hover
{
    color: #676766;
}

.pagination > li:first-child > a, .pagination > li:first-child > span
{
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    margin-left: 0;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus
{
    background: none repeat scroll 0 0 #a0ce4e;
    border-color: #a0ce4e;
}

footer
{
    clear: both;
    min-height: 200px;
    padding: 40px 0;
    background: #26282c;
    color: #8d9095;	
}

footer h4
{
    margin: 0 0 20px 0;
    color: #fff;
}

footer ul
{
	margin: 0;
	padding: 0 0 0 1px;
	list-style: none;
}

footer a
{
    display: inline-block;
    color: #8d9095;
}

footer a:hover
{
    color: #3F9FD6;
	text-decoration: none;
}

footer a i
{
	margin-right: 7.5px;
}

/************************************** * JS Communication ***************************************/
#scrollup
{
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: none;
    width: 32px;
    height: 32px;
	border-radius: 50px;
    background: #23527c;
    text-align: center;
    outline: 0;
}

#scrollup i
{
    margin-top: 10px;
    color: #fff;
}

.ajax-preloader
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    z-index: 10;
    background-color: rgba(0,0,0,0.5);
}

.ajax-preloader .loader
{
    position: fixed; 
    top: 30%;
    left: 45%;
}

/************************************** * Helpers ***************************************/
.left
{
    float: left;
}

.right
{
    float: right;
}

.align-left
{
    text-align: left;
}

.align-right
{
    text-align: right;
}

.align-center
{
    text-align: center !important;
}

.justify
{
    text-align: justify;
}

.v-align-top
{
    vertical-align: top;
}

.v-align-middle
{
    vertical-align: middle;
}

.vcenter
{
    display: flex;
    align-items: center;
}

.hidden
{
    display: none;
}

.hidetext
{
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
}

.center
{
    margin: 0 auto;
}

.clear
{
    clear: both;
}

.paging {
	margin: 0 auto;
}

.paging ul{
	list-style-type: none;
	margin-left: 50%;
    padding: 0;
}

.paging li{
	display:inline;
	font-size: 16px;
}