/************ TABLE OF CONTENTS ***************
1. Fonts
2. Global
2. Navigation
3. Form
4. Blue Circle
5. Footer
6. Formularz kontaktowy - Mapka
7. Buttony
**********************************************/

/***
====================================================================
	Global
====================================================================
 ***/
 
.test{
font-size:22px;	
} 
 
.white {
	background: white;
	padding-top: 15px;
	margin-bottom: 15px;
}
.page-header {
margin: 25px 0 22px;
}
.panel-default {
border-color: #ffd224;
    }
.panel-default>.panel-heading {
background-color: #ffd224;
border-color: transparent;
}

.color1 tbody > tr > td, .color1 thead > tr > th
{
border-color: #ffd224;
}

ol ol{
list-style-type: lower-alpha;
}

.photo li{
float: left;
list-style-type: none;
border: #ddd 1px solid;
padding: 5px 5px 0px 5px;
margin: 5px;"
}
.photo p{
text-align: center;
margin: 0px;
font-family: Montserrat;
font-size: 12px;
}

.marketing li {
list-style: none;
font-family: 'open-sans', sans-serif;
font-size: 14px;
line-height: 1.5em;
}
.marketing li i:before {
margin:0 5px 0 -25px;
color: #1cbefe;
}
.center{
text-align: center;
}
.right{
text-align: right;
}
.left{
text-align: left;
}
.navbar-nav > li > .dropdown-menu {
	margin-top:10px;
}
.border .inner-box{
	/*! padding:40px 40px 30px; */
	margin-bottom: 20px;
	padding: 30px;
	background: white;
	border:1px solid #e1e2e2;
	border-radius: 10px;
	transition:all 700ms ease;
	-moz-transition:all 700ms ease;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;

}

.border:hover .inner-box{
	z-index:1;
	-webkit-transform:scale(1.1,1.05);
	-ms-transform:scale(1.1,1.05);
	-o-transform:scale(1.1,1.05);
	-moz-transform:scale(1.1,1.05);
	transform:scale(1.1,1.05);
	-webkit-box-shadow:0px 0px 5px 1px #dae5ef;
	-ms-box-shadow:0px 0px 5px 1px #dae5ef;
	-o-box-shadow:0px 0px 5px 1px #dae5ef;
	-moz-box-shadow:0px 0px 5px 1px #dae5ef;
	box-shadow:0px 0px 5px 1px #dae5ef;
}

.noborder tbody tr td{
border: 0px;
color: #000;
vertical-align: middle;
}

.top-bar{
background: #ecc701;
height: 30px;
}
ul{
	font-family: sans-serif;
	list-style-type: square;
}

.bold{
	font-weight: bold;
}
.container table tr td {
font-family: 'open-sans', sans-serif;
vertical-align: middle;
font-size: 13px;
/*text-align: center;
padding: 5 8px;
color: #333;
*/
}
.fa-4x {
color: #00abff;
}

.text{
font-family: 'Open Sans', sans-serif;
font-size: 14px;
font-weight: 400;
}

.featured-column .image-box{
	position:relative;
/*	overflow:hidden; */
}

.featured-column .inner-box:hover .image-box img{
	-webkit-transform:scale(1.1,1.1) rotate(-3deg);
	-ms-transform:scale(1.1,1.1) rotate(-3deg);
	-o-transform:scale(1.1,1.1) rotate(-3deg);
	-moz-transform:scale(1.1,1.1) rotate(-3deg);
	transform:scale(1.1,1.1) rotate(-3deg);
/*	background:#00aeff; */
	opacity:0.90;
}

.image-box img {
position: relative;
display: block;
width: 100%;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
/*    background: #eb1d1d; */
}

.title hr {
margin: 10px 0px;
}

.ramka {
padding: 9px 14px;
margin-bottom: 142px;
background-color: #f7f7f9;
border: 1px solid #e1e1e8;
border-radius: 4px;
}

/***
====================================================================
	Navigation
====================================================================
 ***/
.nav img {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    margin: -8px 0;
    margin-right: 0px;
    float: left;
    margin-right: 10px;
}
.waluta {
	float: right;
	padding-top: 12px;
	font-family: sans-serif;
}
.waluta span {
	padding: 0 5px 0 5px;
}
.navbar {
    background: #fff;
    padding: 10px 16px 10px 16px;
    border-bottom: 1px solid #d6d6d6;
    box-shadow: 0 0 4px rgba(0,0,0,.1);
}
.navbar .dropdown.open > a {
		background: none !important;
	}
	.navbar .dropdown-menu {
		border-radius: 1px;
		border-color: #e5e5e5;
		box-shadow: 0 2px 8px rgba(0,0,0,.05);
	}
	.navbar .dropdown-menu li a {
		color: #777;
		padding: 12px 20px;
		line-height: normal;
	}
.navbar-nav > li > a, .dropdown-menu > li > a {
		font-size: 12px;
		font-family: 'Montserrat',sans-serif;
		text-transform: uppercase;
}
.dropdown-menu{
		padding: 0px 0px;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover{
		background-color: #ffd224;
}

/***
====================================================================
	Form
====================================================================
 ***/
.form label {
    font-size: 13px;
    font-weight: 400;
}

.field-label .req {
    color: #ff0000;
    font-size: 16px;
}
.field-label {
    display: block;
    text-transform: uppercase;
    font-family: 'Montserrat',sans-serif;
    color: #1a1a1a;
    line-height: 24px;
    margin-bottom: 4px;
}

.form-group input[type="text"],.contact-us input[type="number"], .contact-us input[type="email"], .contact-us input[type="password"], .contact-us input[type="tel"], .contact-us select {
    position: relative;
    width: 100%;
    line-height: 24px;
    padding: 8px 15px;
    border: 1px solid #d0d0d0;
    background: #ffffff;
    color: #2d2d2d;

    font-family: 'Open Sans', sans-serif;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border-radius: 3px;
}

.form-control {
    /*! margin: 0 0 0px 0; */
}

.input-sm{
	margin-bottom: 4px;
}

form .row{
	 margin: 0 0 18px 0;
}

.border h3{
font-size: 26px;
font-weight: 400;
font-family: 'Montserrat',sans-serif;
color: #1a1a1a;
}

.text-primary2 {
font-family: 'Open Sans', sans-serif;
font-size: 34px;
font-weight: 400;
font-style: normal;
color: #FFFFFF;
}
label {
  font-weight: 400;
}

input[type="checkbox"]{
 margin-right: 6px;
}

/********************************************* Nasi klienci *********************************************/

.sponsors-section {
    position: relative;
		margin-top: 15px;
    text-align: center;
    background: #fff;
}
.sponsors-section  ul {
    list-style: none;
    margin: 0px;
}
.sponsors-section li {
    position: relative;
    display: inline-block;
    margin: 0px 15px;
}


/***
====================================================================
	Blue Circle
====================================================================
 ***/
.inner-box {
padding: 30px 30px 30px 30px;
}
.center-icon-column .inner-box .icon {
    position: relative;
    top: 0px;
    font-size: 36px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    margin: 0 auto 30px;
    color: #ffffff;
    background: #00aeff;
    z-index: 2;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background: #1cc9fe;
    background: -webkit-linear-gradient(right top,#1ce5fc,#1cbcfe);
    background: -ms-linear-gradient(right top,#1ce5fc,#1cbcfe);
    background: -o-linear-gradient(right top,#1ce5fc,#1cbcfe);
    background: -moz-linear-gradient(right top,#1ce5fc,#1cbcfe);
    background: -o-linear-gradient(right top,#1ce5fc,#1cbcfe);
}

.center-icon-column .inner-box .icon::after {
    content: '';
    position: absolute;
    left: -10px;
    top: -10px;
    width: 111px;
    height: 111px;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -webkit-transform: scale(0.8,0.8);
    -ms-transform: scale(0.8,0.8);
    -o-transform: scale(0.8,0.8);
    -moz-transform: scale(0.8,0.8);
    transform: scale(0.8,0.8);
    border: 4px solid rgba(0,0,0,0.50);
        border-top-color: rgba(0, 0, 0, 0.5);
        border-right-color: rgba(0, 0, 0, 0.5);
        border-bottom-color: rgba(0, 0, 0, 0.5);
        border-left-color: rgba(0, 0, 0, 0.5);
    border-color: #1cc9fe;
    opacity: 0;
}

.center-icon-column .inner-box:hover .icon{
	-webkit-transform:scale(0.8,0.8);
	-ms-transform:scale(0.8,0.8);
	-moz-transform:scale(0.8,0.8);
	-o-transform:scale(0.8,0.8);
	transform:scale(0.8,0.8);
}

.center-icon-column .inner-box:hover .icon:after{
	-webkit-transform:scale(1,1);
	-ms-transform:scale(1,1);
	-o-transform:scale(1,1);
	-moz-transform:scale(1,1);
	transform:scale(1,1);
	opacity:1;
}

.center-icon-column .inner-box:hover .icon:before{
	-webkit-transform:scale(0.8,0.8);
	-ms-transform:scale(0.8,0.8);
	-o-transform:scale(0.8,0.8);
	-moz-transform:scale(0.8,0.8);
	transform:scale(0.8,0.8);
	opacity:0;
}
/***
====================================================================
	Footer
====================================================================
 ***/

.footer{
	color:#8da1b6;
	background:#283745; /*url(../img/clock.jpg) center fixed no-repeat;*/
	/*! line-height:2em; */
}

.footer-bottom{
	position:relative;
	background:#22313e;
	padding:10px 0px;
	font-size:13px;
	text-align:center;
}

.footer-bottom .copyright{
	position:relative;
	padding: 8px 0px;
}

.footer-bottom .copyright a{
	position:relative;
	color:#c0d2e5;
}

.footer-bottom .copyright strong{
	font-weight:400;
	color:#c0d2e5;
}

.social-links a{
	position:relative;
	display:inline-block;
	font-size:14px;
	width:32px;
	height:32px;
	padding-top: 5px;
	border:1px solid rgba(255,255,255,0.20);
	text-align:center;
	background:none;
	margin-right:10px;
	color:#f1f1f1;
	border-radius:50%;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.social-links a:hover{
	color:#ffffff;
	background:#11c3f0;
}

.footer-widget h3{
	position:relative;
	font-size:16px;
	line-height:1.4em;
	padding:0px 0px 6px;
	font-weight:400;
	text-transform: capitalize;
	letter-spacing:1px;
	color:#ffffff;
}
.footer-widget h3:after{
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	width:45%;
	height:2px;
	background:#11c3f0;
}
.footer-widget ul{
	padding-left: 20px;

}

/***
====================================================================
	Formularz kontaktowy - Mapka
====================================================================
 ***/
.contact-us textarea{
	position: relative;
	width: 100%;
	height: 250px;
	line-height: 24px;
	padding: 8px 15px;
	resize: none;
	color: #2d2d2d;
	margin-bottom: 20px;
	font-size: 16px;
}
.maps iframe{
	width: 100%;
	padding: 8px 15px;
	margin-bottom: 20px;
}
/***
====================================================================
	Buttony
====================================================================
 ***/
a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none;
}

.btn-style-one{
	position:relative;
	padding:8px 25px;
	line-height:20px;
	text-transform:uppercase;
	display:inline-block;
	background:#1cbefe;
	color:#ffffff !important;
	font-size:12px;
	border:1px solid #1cbefe !important;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.btn-style-one:hover{
	background:#ffffff;
	color:#1cbefe !important;
	border-color:#1cbefe !important;
}


.parallax-section: {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.90;
    z-index: 0;
    background: -moz-linear-gradient(left top,#1cbefe,#58cefd);
    }



/***
====================================================================
	Pricing Section Style
====================================================================

 ***/

.pricing-section{
	position:relative;
	padding:80px 0px 40px;
	background:#f9fafb;
}

.pricing-column{
	position:relative;
	margin-bottom:40px;
	padding: 0 25px 0 25px;
}

.pricing-column .inner-box{
	position:relative;
	background:#ffffff;
	padding:10px 40px 30px;
	border:1px solid #e1e2e2;
	-webkit-border-radius:7px 7px 7px 7px;
	-ms-border-radius:7px 7px 7px 7px;
	-moz-border-radius:7px 7px 7px 7px;
	-o-border-radius:7px 7px 7px 7px;
	border-radius:7px 7px 7px 7px;
	transition:all 700ms ease;
	-moz-transition:all 700ms ease;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;
}

.pricing-column:hover .inner-box{
	z-index:1;
	-webkit-transform:scale(1.1,1.05);
	-ms-transform:scale(1.1,1.05);
	-o-transform:scale(1.1,1.05);
	-moz-transform:scale(1.1,1.05);
	transform:scale(1.1,1.05);
	-webkit-box-shadow:0px 0px 5px 1px #dae5ef;
	-ms-box-shadow:0px 0px 5px 1px #dae5ef;
	-o-box-shadow:0px 0px 5px 1px #dae5ef;
	-moz-box-shadow:0px 0px 5px 1px #dae5ef;
	box-shadow:0px 0px 5px 1px #dae5ef;
}

.pricing-column .plan-header{
	position:relative;
	padding:0px 0px;
}

.pricing-column .table-number{
	position:relative;
	font-family: Exo;
	font-size:40px;
	color:#00c1fe;
	font-weight:700;
	height:78px;
}

.pricing-column .table-number:after{
	content:'';
	position:absolute;
	bottom:0px;
	left:0px;
	width:60px;
	height:20px;
	background:#ffffff;
	display:block;
	border-top:1px solid #00c1fe;
}

.pricing-column .plan-title{
	font-size:14px;
	font-family:'Montserrat',sans-serif;
	margin:5px 0px 25px;
	color:#262b2f;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:500;
}

.pricing-column .plan-price{
	position:relative;
	font-size:12px;
	color:#999999;
	margin-bottom:10px;
}

.pricing-column .plan-price .price{
	font-size:42px;
	font-family:'Montserrat',sans-serif;
	color:#1a1a1a;
}

.pricing-column .plan-duration{
	font-size:13px;
	color:#999999;
}

.pricing-column .plan-stats{
	position:relative;
	padding:20px 0px 10px;
	list-style-type: none;
}

.pricing-column .plan-stats li{
	position:relative;
	margin-bottom:10px;
	line-height:24px;
}

.pricing-column .plan-stats li .icon{
	position:relative;
	padding-right:10px;
	color:#1cbefe;
}

/***
====================================================================
	Callout Section Style
====================================================================

 ***/

.callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
  h4 {
    margin-top: 0;
    margin-bottom: 5px;
  }
  p:last-child {
    margin-bottom: 0;
  }
  code {
    border-radius: 3px;
  }
  & + .bs-callout {
    margin-top: -5px;
  }
}

.callout-primary {
  border-left-color: #428bca;
}
.callout-primary h4{
color: #428bca;
} 
