/*!
 * Start Bootstrap - Scrolling Nav (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    width: 100%;
    height: 100%;
	font-family:"Open Sans";
	font-weight:300;
}

html {
    width: 100%;
    height: 100%;
}

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
    }
}

/* Demo Sections - You can use these as guides or delete them - the scroller will work with any sort of height, fixed, undefined, or percentage based.
The padding is very important to make sure the scrollspy picks up the right area when scrolled to. Adjust the margin and padding of sections and children 
of those sections to manage the look and feel of the site. */

.intro-section {
    height: 100%;
    padding-top: 250px;
    text-align: center;
    background: #fff;
	margin-bottom:50px;
}

.about-section, .pomoc-section {
    height: 100%;
    padding-top:50px;
	padding-bottom: 50px;
    text-align: center;
    background: #eee;
}

.services-section, .wsparli-section {
    height: 100%;
    padding-top: 50px;
	margin-bottom:50px;
    text-align: center;
    background: #fff;
}

.contact-section {
    height: 100%;
    padding-top: 50px;
	padding-bottom:150px;
    text-align: center;
    background: #eee;
}


.navbar-default {
	border:none;
    background: url('belka.png') bottom;
}



@media (min-width: 768px) {
.navbar-nav>li>a {
    padding-top: 55px !important;
    padding-bottom: 15px !important;
}
.navbar-brand {
	padding: 10px 15px;
	}

}

.navbar-default .navbar-nav>li>a {
    color: #ddd;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
}


@media (min-width: 768px){

.navbar-nav {
float: right !important;}

}
	
	
@media (max-width: 768px){
.navbar-default {
    background: #0059a9;
}
.navbar-brand>img {
    position:relative;
	top:-50px;
	width:70%;
}
.navbar-toggle {top:20px !important;}

}


.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}

h1, h2, h3 {font-weight:300;  margin-bottom:70px;}
 
 
 ul li {line-height:40px;list-style-type: none;}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
	
	.sm-form-control {
	display: block;
	width: 100%;
	height: 38px;
	padding: 8px 14px;
	font-size: 15px;
	line-height: 1.42857143;
	color: #555555;
	background-color: #ffffff;
	background-image: none;
	border: 2px solid #DDD;
	border-radius: 0 !important;
	-webkit-transition: border-color ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s;
	transition: border-color ease-in-out .15s;
}

.sm-form-control:focus {
	border-color: #AAA;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.sm-form-control::-moz-placeholder {
	color: #999;
	opacity: 1;
}

.sm-form-control:-ms-input-placeholder { color: #999; }
.sm-form-control::-webkit-input-placeholder { color: #999; }

.sm-form-control[disabled],
.sm-form-control[readonly],
fieldset[disabled] .sm-form-control {
	cursor: not-allowed;
	background-color: #eeeeee;
	opacity: 1;
}

.sm-form-control { height: auto; }

.form-control { border-radius: 3px; }

.form-control:active,
.form-control:focus {
	border-color: #999;
	box-shadow: none;
}

label {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #555;
	margin-bottom: 10px;
	cursor: pointer;
}

label.label-muted {
	color: #999;
	font-weight: normal;
	margin-right: 5px;
}

	
	#contact-form-overlay,
#contact-form-overlay-mini {
	position: relative;
	max-width: 800px;
	background-color: #FFF;
	padding: 40px;
	margin: 0 auto;
	z-index: 10;
	border-radius: 4px;
	box-shadow: 0 1px 10px rgba(0,0,0,0.15);
}

#contact-form-overlay-mini {
	float: right;
	width: 380px;
	margin: 0;
}

label.error {
	margin-top: 5px;
	color: #E42C3E;
	font-weight: 400;
}

label.error { display: none !important; }

.show-error-msg + label.error { display: block !important; }

.form-control.error,
.sm-form-control.error { border-color: #E42C3E; }
	
		.quick-contact-widget .form-control,
.quick-contact-widget .input-group,
.quick-contact-widget .sm-form-control { margin-bottom: 10px; }

.quick-contact-widget .input-group .form-control { margin-bottom: 0; }

.quick-contact-widget form,
#template-contactform { position: relative; }
	
	
.border-form-control {
	height: 48px;
	padding: 8px 4px;
	font-size: 21px;
	letter-spacing: 1px;
	background-color: transparent !important;
	border-top: transparent;
	border-right: transparent;
	border-left: transparent;
	border-bottom-width: 1px;
	font-family: 'Open Sans', sans-serif;
}

.border-form-control::-moz-placeholder { font-weight: 300; }
.border-form-control:-ms-input-placeholder { font-weight: 300; }
.border-form-control::-webkit-input-placeholder { font-weight: 300; }

textarea.border-form-control {
	resize: none;
	overflow: hidden;
	word-wrap: break-word;
}

.heading-block span{
	font-size:18px;
}
	
	
	.buttonblue {
	    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 5px;
    padding: 0 22px;
    font-size: 14px;
    height: 40px;
	text-transform: uppercase;
    letter-spacing: 1px;
color: #1265A8;
border: 1px solid #1265A8;
	border-width: 1px;
    line-height: 38px;
    background-color: #fafafa;
    color: #333;
    line-height: 36px;
    font-weight: 600;
    text-shadow: none;
	 transition: all 0.3s ease 0s;
}
.buttonblue2 {
	
	background:#e7e7e7 !important;
}

.buttonblue:hover,
.buttonblue:before { background-color: #1265A8 !important; color:#fff;text-decoration: none;}
