/*
Theme Name: BootstrapWP
Theme URI: http://bootstrapwp.rachelbaker.me
Author: Rachel Baker
Author URI: http://www.rachelbaker.me
Description: A semantic HTML/CSS framework base theme for WordPress Developers ported from Twitter Bootstrap
Version: 1.0
=======
License: GNU General Public License
License URI: license.txt

This theme, like WordPress, is licensed under the GPL.

The development of BootstrapWP was powered by Sublime Text 2 and lots of Diet Coke.
Use this starter theme to make something cool.  Please share the results with me via Twitter @rachelbaker.
Enjoy!

*/
/********************************************************

Comfortable with LESS?  Check out the /assets/css/less folder where the bootstrapwp.less file is the master complier

Not comfortable with LESS?  You can override the compiled bootstrapwp.css file by adding custom styles here.
-------------------------------------------------- */


body {
  background:#fff url('images/bg.jpg') 50% top no-repeat;
  margin:0;
  padding:0;
  font-family: /*'Myriad Pro',*/'Open Sans',Arial, sans-serif;
  font-size:15px;
  font-weight:100;
  line-height:normal;
  color:#666666;
  overflow-x: hidden;
}

body.error404 {
	background:none;
}

/* login page 
body.password {
  background:#fff url('images/log-mob.jpg') 50% top no-repeat;
}
*/
.container.passwordE {
  height:500px;
}

.container.passwordE p {
  display:none;
}
.container.passwordE form {
    margin: 60px 0;
}

.logo {
  margin: 23px 20px;
  display: block;
  float: left;
}

.blue-line {
  width:100%;
  height:5px;
  margin-top:-3px;
  float:left;
  background:#004996;
}

.mob-photo {
  display:none;
}

.container.passwordE p.haslo {
  display:block;
}

.container h1 {
    display: block;
    float: left;
    font-size: 22px;
    font-weight: 700;
    margin-top: 40px;
    text-align: left;
    width: 100%;
}
input, button, select, textarea {
  font-family: 'Open Sans', Arial, sans-serif;
}

input[type="password"].inputer {
  margin:20px auto;
  display:block;
  float:none;
  padding:15px 10px;
  width:70%;
  border:2px solid #d4d4d4;
  text-align:center;
  font-size:18px;
  line-height:30px;
}

input[type="submit"].submitter {
  margin:20px auto;
  display:block;
  float:none;
  padding:15px 10px;
  width:75%;
  background:#37ae87;
  color:#fff;
  font-size:18px;
  text-shadow: 1px 0 1px #000000;
  border:2px solid #52b091;
  border-radius:5px;
  background: #2ca37c; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJjYTM3YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1ZGQ0YWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #2ca37c 0%, #5dd4ad 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2ca37c), color-stop(100%,#5dd4ad)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #2ca37c 0%,#5dd4ad 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #2ca37c 0%,#5dd4ad 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #2ca37c 0%,#5dd4ad 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #2ca37c 0%,#5dd4ad 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ca37c', endColorstr='#5dd4ad',GradientType=0 ); /* IE6-8 */
}

::-webkit-input-placeholder { color:#313131!important;}
::-moz-placeholder { color:#313131!important; } /* firefox 19+ */
:-ms-input-placeholder { color:#313131!important; } /* ie */
input:-moz-placeholder { color:#313131!important; }


/* rest */

img.right {
  float:right;
}

img.left {
  float:left;
}

h1 {
  color:#004996;
  font-size:25px;
  line-height:normal;
}

a {
  font-weight:bold;
  color:#004996;
  display: inline !important;
  text-shadow:none;
}
a:not(.button):hover {
	background-color:rgba(0,0,0,0) !important;
	color:#005580 !important;
	text-shadow:none !important;
}
ul {
  padding:0;
}
.container ul {
  float: left;
  width: 100%;
  margin:0 0 0 10px !important
}
ul li {
  list-style:none;
  background:url('images/li.jpg') 5px 7px no-repeat;
  padding-left:20px;
}

.aq-block-aq_column_block.aq_span12 {
  width:1170px;
  margin:0 auto;
  float:none;
}

.wrapper {
  width:1170px;
  margin:0 auto;
  float:none;
}

.aq-block-aq_column_block:nth-child(1) {
  height:100px;
}

.aq-block-aq_column_block:nth-child(1) img {
  margin:20px;
}

.aq-block-aq_button_block {
	margin:30px 0 15px;
}

.aq-block-aq_column_block:nth-child(2) .aq-block-aq_editor_block {
  min-height:408px;
}

.aq-block-aq_column_block:nth-child(2) img {
  border-bottom:4px solid #004996
}

.aq-block-aq_wrapper_block {
  background:#f7f7f7;
  width:100%;
  padding:30px 0 40px;
}

.aq-block-aq_button_block {
  margin-top:-10px;
}

#form-popup {
	width:620px;
	padding:20px;
	height:90%;
	background: #fff;
	position:relative;
	margin: 30px auto;
	font-size:14px;
}

#form-popup .close {
	width:23px;
	position:absolute;
	height:23px;
	right:10px;
	top:10px;
	opacity:1;
	filter: alpha(opacity=100);
	display:block;
	background: url('images/close.png') 0 0 no-repeat;
}

#form-popup p {
	float:left;
	width:42%;
	margin-left:8%;
	color:#000;
}

#form-popup form.invalid p {
	height:70px;
}

#form-popup form.invalid p.daty {
	height:90px;
}

#form-popup p span {
	font-size:12px;
}

#form-popup p.info-text {
	color:#666666;
	font-size:18px;
	width:100%;
	margin:0 0 20px;
}

#form-popup p.category {
	width:92%;
	height:auto!important;
}

#form-popup p.quarter {
	width:21%;
}
#form-popup p.quarter2 {
	width:21%;
	margin-left:0;
}

#form-popup p.req-info {
	clear:both;
	font-size:12px;
	height:auto!important;
}

#form-popup p.submitto {
	height:auto!important;
}

#form-popup p.quarter input,
#form-popup p.quarter2 input {
	width:74px;
}

#form-popup input,
#form-popup select,
#form-popup textarea {
	border:1px solid #d1d1d1;
	border-radius:5px;
	margin:5px 0;
	background:#fff;
	-webkit-box-shadow:inset 0 0 11px 0px rgba(9,11,11,.11);
	box-shadow:inset 0 0 11px 0px rgba(9,11,11,.11);
	outline:0!important;
}

#form-popup .wpcf7-submit {
	color:#fff;
	border:2px solid #5bb999;
	border-radius:5px;
	background: #299471;
	background: -moz-linear-gradient(top,  #299471 0%, #5cd3ab 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#299471), color-stop(100%,#5cd3ab));
	background: -webkit-linear-gradient(top,  #299471 0%,#5cd3ab 100%);
	background: -o-linear-gradient(top,  #299471 0%,#5cd3ab 100%);
	background: -ms-linear-gradient(top,  #299471 0%,#5cd3ab 100%);
	background: linear-gradient(to bottom,  #299471 0%,#5cd3ab 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#299471', endColorstr='#5cd3ab',GradientType=0 );
	font-size:18px;
	width:220px;
	padding:5px 0;
	text-shadow: 1px 1px 0 #4D4D4D;
	text-align:center;
}

#form-popup .wpcf7-submit:focus,
#form-popup .wpcf7-submit:active {
	border:2px solid #5bb999;
}

#form-popup input:focus,
#form-popup input:active
 {
	border-color:#004996;
}

div.wpcf7-validation-errors {
	border-color:#f00;
}

#form-popup .clear {
	clear:both;
}

#form-popup .line {
	clear:both;
	width:85%;
	height:2px; 
	background:#f7f7f7;
	margin:13px auto;
}

#form-popup .program-rodzinny,
#form-popup .PR2,
#form-popup .PR3,
#form-popup .PR4,
#form-popup .PR5,
#form-popup .PR6,
#form-popup .PR7,
#form-popup .PR8,
#form-popup .PR9,
#form-popup .PR10 {
	display:none;
}


/* ================ NEW FOOTER GRAY =============== */

div.widget {
  margin-bottom:0;
  clear:both;
}

#footer_main h2 {
    font-size: 22px;
    font-weight: bold;
    display: inline;
    color: #ccc;
    padding-top: 5px;
    top: 0;
}

#footer_main h2 cufon {
    margin-top: 5px;
}

#footer {
    position: relative;
    background: #4c4c4c;
    padding-bottom: 3px;
}

#footer a {
  font-weight:normal;
}


#footer ul {
  padding:0;
  margin:0;
}

#footer ul li {
  padding:0;
  background:none;
}

.footerWrapper {
    left: 0;
    width: 995px;
}


#footer_gray {
    background: #4c4c4c;
    z-index: 9999;
    width: 100%;
    height: 467px;
    margin-left: 0;
    position: absolute;
}

#footer_background {
 
}

#footer_container {
    margin: 0 auto;
    height: 426px;
    display: inline;
    z-index: 2;
    width: 100%;
    padding: 0;
}

#footer-shadow-right,
#footer-shadow-left {
    display:none;
  }

#footer_shadow {
    height: 464px;
    margin: 0 auto;
    width: 1170px;
    position:relative;
    z-index: 1;
    padding: 0;
    
}

.footer_link {padding-top: 9px;color: #999;}

.footer_link:hover { color: #fff;}

#footer_main {
    margin-left: 0px;
    width: 100%;
    height: 426px;
    background-color: #404040;
}

.footer_column {
    float: left;
    width: 390px;
    height: 100%;
    border-right: 1px solid #4c4c4c;
	position: relative;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.footer_header {
    height: 48px;
    width: 100%;
    margin-top: 5px;
    border-bottom: 1px solid #4c4c4c;
    border-top: 1px solid #4c4c4c;
    text-align: center;
}

#col_1_header {
    background: #323232 url('footer/head03.png') center center no-repeat;
}
#col_2_header {
    background: #323232 url('footer/head01.png') center center no-repeat;
}
#col_2b_header {
    background: #323232 url('footer/head04.png') center center no-repeat;
    margin-top: 20px;
}
#col_3_header {
    background: #323232 url('footer/head02.png') center center no-repeat;
}
#col_3b_header {
    background: #323232 url('footer/head05.png') center center no-repeat;
    margin-top: 20px;
}
#col_3c_header {
    background: #323232 url('footer/head07.png') center center no-repeat;
    position: relative;
    top: 48px;
}

ul.custom-footer-list {
    position: absolute;
    top: 239px;
    width: 100%;
}

#liveChat {
  display:none;
}

#col_3.footer_column {
    border: none;

}

#footer_main li {
    line-height: 33px;
}   

#footer_main a {
    font-size: 12px;
    color: #999;
    line-height:normal;
    text-decoration: none;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.7);
}

#footer_main li:hover, #footer_main a:hover {
    color: #fff;
    background: #4c4c4c;
}

#footer_main ul {
    list-style-type: none;         
}

#footer_main ul li {
    padding-left: 20px;
}

#footer_main #col_2 ul, #footer_main #col_3 ul, #footer_main #col_1 ul {
    margin: 15px 0 0 0;
    padding-left: 0;
}

.square {
    display: inline;
    margin: 3px 15px 0 0;
    font-size: 9px;
    display: inline;
    width: 10px;
    height: 10px;
    float: left;
}

#sq1 { background: url('footer/sq1.gif') center center no-repeat;} 
#sq2 { background: url('footer/sq2.gif') center center no-repeat;} 
#sq3 { background: url('footer/sq3.gif') center center no-repeat;}  
#sq4 { background: url('footer/sq4.gif') center center no-repeat;} 
#sq5 { background: url('footer/sq5.gif') center center no-repeat;} 
#sq6 { background: url('footer/sq6.gif') center center no-repeat;} 
#sq7 { background: url('footer/sq7.gif') center center no-repeat;}  
#sq8 { background: url('footer/sq8.gif') center center no-repeat;} 
#sq9 { background: url('footer/sq9.gif') center center no-repeat;} 
#sq10 { background: url('footer/sq10.gif') center center no-repeat;} 
#sq11 { background: url('footer/sq11.gif') center center no-repeat;} 
#sq12 { background: url('footer/sq12.gif') center center no-repeat;} 

.ico_portal {
    margin-right: 15px;
}

/* === newsletter input === */
#footer_main input[type="text"] {
    background: none repeat scroll 0 0 #6c6c6c;
    border: 1px solid #383838;
    border-radius: 4px 4px 4px 4px;
    margin: 30px 10px 0 30px;
    font-size: 12px;
    color: #3a3a3a;
    padding: 2px;
    display: inline;
}

#col_2b input { margin: 30px;}

#footer_main input[type="text"]:focus {
    box-shadow: none;
    background-color: #999;
}

.go_button  {
    display: inline;
    padding-top: 28px;
    background: #404040;
}

/* ===== FOOTER BOTTOM ===== */

#footer_bottom {
    border-top: 1px solid #4c4c4c;
    width: 100%;
    height: 40px;
    background: #404040;
    z-index: 999;
    margin: auto;
}

#footer_bottom_left {
    float: left;
    margin: 10px 40px;
}

#footer_bottom_right {
    float: right;
    margin: 10px 40px 0;
}

#footer_bottom a, #footer_bottom p {
    font-size: 11px;
    color: #6c6c6c;
    font-weight: normal;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
}

#footer_bottom a:hover {
    color: #999;
    text-decoration: none;
}

/* ----- rollovery calych li ------ */

.inner_img {
    width: 28px;
    height: 28px;
    float: left;
    margin: 2px 20px 0 0;
}

.hover_outer { height: 33px;}

#inner_fb_img { background: url('footer/ico_fb.png') center center no-repeat; }
.hover_outer:hover #inner_fb_img { background: url('footer/ico_fb_rollover.png') center center no-repeat; }

#inner_google_img { background: url('footer/ico_google.png') center center no-repeat; }
.hover_outer:hover #inner_google_img { background: url('footer/ico_google_rollover.png') center center no-repeat; }

#inner_yt_img { background: url('footer/ico_yt.png') center center no-repeat; }
.hover_outer:hover #inner_yt_img { background: url('footer/ico_yt_rollover.png') center center no-repeat; }

#inner_android_img { background: url('footer/ico_android.png') center center no-repeat; }
.hover_outer:hover #inner_android_img { background: url('footer/ico_android_rollover.png') center center no-repeat; }

#inner_ios_img { background: url('footer/ico_ios.png') center center no-repeat; }
.hover_outer:hover #inner_ios_img { background: url('footer/ico_ios_rollover.png') center center no-repeat; }

#inner_win_img { background: url('footer/ico_win.png') center center no-repeat; }
.hover_outer:hover #inner_win_img { background: url('footer/ico_win_rollover.png') center center no-repeat; }

#inner_winphone_img { background: url('footer/ico_winphone.png') center center no-repeat; }
.hover_outer:hover #inner_winphone_img { background: url('footer/ico_winphone_rollover.png') center center no-repeat; }

#inner_mouse_img { background: url('footer/ico_mouse.png') center center no-repeat; }
.hover_outer:hover #inner_mouse_img { background: url('footer/ico_mouse_rollover.png') center center no-repeat; }

#inner_consultant_img { background: url('footer/ico_consultant.png') center center no-repeat; }
.hover_outer:hover #inner_consultant_img { background: url('footer/ico_consultant_rollover.png') center center no-repeat; }

#inner_clock_img { background: url('footer/ico_clock.png') center center no-repeat; }
.hover_outer:hover #inner_clock_img { background: url('footer/ico_clock_rollover.png') center center no-repeat; }

#inner_express_img { background: url('footer/ico_express.png') center center no-repeat; }
.hover_outer:hover #inner_express_img { background: url('footer/ico_express_rollover.png') center center no-repeat; }

#inner_tel_img { background: url('footer/ico_tel.png') center center no-repeat; }
.hover_outer:hover #inner_tel_img { background: url('footer/ico_tel_rollover.png') center center no-repeat; }

#promo_img { background: url('footer/ico_gift.png') center center no-repeat; }
.hover_outer:hover #promo_img { background: url('footer/ico_gift_rollover.png') center center no-repeat; }

#footer2 {
    display: none;
}

@media (min-width: 979px) and (max-width: 1199px) {
  
  body {
  	background:#fff url('images/bg.jpg') 35% top no-repeat;
  }
  .aq-block-aq_column_block.aq_span12,
  .wrapper {
    width: 100%;
  }
  
  #footer-shadow-right,
  #footer-shadow-left {
    display:none;
  }
  
  .footer_column {
    width:33%;
  }
  
  #footer_main,
  #footer_shadow,
  #footer_gray,
  #footer_bottom {
    width:100%;
  }

}

@media (min-width: 768px) and (max-width: 979px) {
  
  body {
  	background:#fff url('images/bg.jpg') 45% top no-repeat;
  }
  
  .aq-block-aq_column_block.aq_span12,
  .wrapper {
    width: 724px;
    font-size:15px;
  }
  
  .aq-block-aq_column_block:nth-child(2) .aq-block-aq_editor_block {
    min-height:428px;
  }
  
  #footer_main,
  #footer_shadow,
  #footer_gray,
  #footer_bottom {
    width:724px;
  }
  
  #footer_gray,
  #footer_shadow {
    height:590px;
  }
  
  #footer_main {
    height:550px;
  }
  
  .footer_column {
    width:361px;
    height:auto;
  }
  
  #col_3.footer_column,
  #footer_bottom {
    clear:both;
  }
  
  #footer-shadow-right,
  #footer-shadow-left {
    display:none;
  }
  
  #col_3_header {
    position:static;
    width:361px;
  }
  
  #col_3c_header {
	position: absolute;
    left: 361px;
    top: 0px;
    width:362px;
  } 
  
  #footer_bottom_right {
    margin-top:15px;
  }
  
  ul.custom-footer-list {
	position: absolute;
   	left: 361px;
    top: 50px;
    width:362px;
  }
  
  .aq-block-aq_column_block:nth-child(1) img {
    margin:20px 0;
  }
  
  .aq-block-aq_column_block:nth-child(2) .aq-block-aq_editor_block {
    padding:10px 0 0;
  }
  .container h1 {
	margin-top:30px;
  }
  
  .aq-block-aq_button_block {
  margin-top:-40px;
}
 
}

@media (max-width: 768px) {
	.aq-block-aq_button_block {
		display:none;
	}	
	
  .aq-block-aq_column_block.aq_span12,
  .wrapper {
    width:auto;
    margin:0 20px;
  }
  
  body {
    background: url('images/top.jpg') 0 0 no-repeat;
  }
  .logo {
    	margin: 23px 40%;
  	}
  .aq-template-wrapper .aq_span12 .aq_span6 {
    width:100%;
  }
  
  .aq-template-wrapper div.aq-block-aq_column_block:first-of-type .aq_span6 {
    width:50%;
    float:left;
  }
  
  .aq-block-aq_column_block:nth-child(1) img {
    margin:20px 0;
  }
  
  .aq-block-aq_column_block:nth-child(2) .aq-block-aq_editor_block {
    min-height:0;
    padding-top:10px;
  }
  
  
  .aq-block-aq_wrapper_block {
    padding:20px 0;
  }
  
  /*.aq-template-wrapper .aq_span12 .aq_span6:nth-child(1) img,
  .aq-template-wrapper .aq_span12 .aq_span6:nth-child(2) img{
    width:50%;
  }*/ 
 
    
  #footer_main,
  #footer_shadow,
  #footer_gray,
  #footer_bottom,
  #footer_container {
    width:100%;
  }
  
  #footer_gray,
  #footer_shadow {
    height:auto;
  }
  
  #footer_main,
  #footer_bottom {
    height:100%;
    overflow:hidden;
  }
  
  .footer_column,
  #col_3.footer_column {
    width:100%;
    height:auto;
  }
  
  #footer_bottom {
    height:65px;
    background-color:#404040;
  }
  
  #footer_bottom_left {
    margin-left:10px;
    float:left;
    width:100%;
    margin:5px 0 0 10px;
  }
  
  #footer_bottom_right {
    float:left;
    width:100%;
    margin:8px 0 10px 10px;
  }
  
  #col_3.footer_column,
  #footer_bottom {
    clear:both;
  }
  
  #footer_main #col_2 ul, #footer_main #col_3 ul, #footer_main #col_1 ul {
    margin-bottom:10px;
  }
  
  #footer-shadow-right,
  #footer-shadow-left {
    display:none;
  }
  
  #col_3_header {
    position:static;
    width:100%;
  }
  
  #col_3c_header {
    position: static;
    width:100%;
  } 
  
  ul.custom-footer-list {
    position: static;
    right: 0;
    top: 450px;
    width:100%;
  }
  
  .mob-photo {
    display:block;
  }
  
  .desktop-photo {
    display:none;
  }
  

  
  .span5 {
    padding:10px 0 35px;
    float:left;
    clear:both;
  }
  
}

@media (max-width: 560px) {
  body{
    background: url('images/top.jpg') 0 -5px no-repeat;
  }
  .logo {
    margin: 23px 35%;
  }
   .container h1 {
    text-align: center;
  }
}


@media (max-width: 480px) {
  body{
    background: url('images/top.jpg') 0 -10px no-repeat;
  }
  .logo {
    margin: 23px 30%;
  
}
