/*
* Author: Vasterad
* Template: Incredible
* URL: http://themeforest.net/user/Vasterad/
*/

/* =============================================================== */
/* Import Section
================================================================ */
@import url("base.css");				/* Default Reset, Typography, Forms, etc. */ 
@import url("skeleton.css");			/* 960 Grid + Media Query Layouts */ 
@import url("flexslider.css");			/* Flex Slider Styles */ 
@import url("pricing_tables.css");		/* Pricing Table Styles */ 
@import url("imagebox.css");			/* Responsive Lightbox */ 
@import url("shortcodes.css");			/* Shortcode Styles */ 


/* =============================================================== */
/* Miscellaneous Site Styles
================================================================ */


/* Headlines
==========================*/
.headline {
	display: block;
	border-bottom: 1px solid #e7e7e7;
	padding: 0 0 10px 0;
	margin: 20px 0 20px 0;
}

.headline span {
	color: #888;
	font-weight: normal;
	font-size: 12px;
	float: right;
}

h5.headline {
	padding: 0 0 8px 0;
	margin: 0px 0 12px 0;
}


/* Page Title
==========================*/
#page-title {
	
	border-left: none;
	border-right: none;
	margin: 0px;
	
}

#page-title h2 {
	font-weight: 700;
	font-size: 24px;
	text-transform: uppercase;
	padding: 8px 0;
	color: #5FC8C2;
	margin-bottom: 15px;
}

#page-title span {color:#a0a0a0;}


/* Images Overlay
==========================*/
.item-img, .post-img {position: relative;}

.overlay {
	height: 100%;
    left: 0;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1;
	z-index: 40;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
	-webkit-transition: opacity 180ms ease-in-out;
	-moz-transition: opacity 180ms ease-in-out;
	-o-transition: opacity 180ms ease-in-out;
	transition: opacity 180ms ease-in-out;
}

.overlay.zoom {background: url(/img/overlay.png) no-repeat center center, url(/img/overlay_bg.png) center center;}

.overlay:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}


/* Back To Top Button
==========================*/
#backtotop {
	position: fixed;
	right:0px;
	display:none;
	bottom: 20px;
	margin: 0 20px 0 0;
}

#backtotop a {
	text-decoration:none;
	border:0 none;
	display:block;
	width:45px;
	height:45px;
	background: url(/img/back_to_top_btn.png) no-repeat 50% 50%;
	background-color:#cccccc;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#backtotop a:hover {background-color: #2da0ce;}

.facebook_button{
	position: absolute;
	width: 134px;
	height: 26px;
	right: 22px;
	top: 7px;	
}

/* Client Logo List
==========================*/
.client-logo ul {border: 1px solid #e5e5e5;}
.client-logo-box {border: 1px solid #e5e5e5;}

.client-logo li {
	/*border: 1px solid #e5e5e5;*/
	border: none;
	float: left;
	margin: -1px 0 0 -1px;
}


/* =============================================================== */
/* Header
================================================================ */
#header {min-height: 119px; margin-bottom: 0px; }
.container2{
	
}

div.fb_top{
	width: 350px;
	height: 24px;
	position: absolute;
	left: 250px;
	top: 12px;
}
#header .lngBox {
	position: absolute;
	right: 15px;
	top: 10px; 
}
/* Main Navigation
==========================*/
.selectnav {display: none; cursor: pointer; width: 100%; padding: 8px; height: 37px; float: left; font-size: 14px;}
#navigation {/*background: url(/img/topmenu.jpg)repeat-x bottom #FFFFFF; */width: 1200px; /*height: 41px;*/}
#navigation ul, #navigation li {list-style:none; padding:0; margin:0; display:inline; }
#navigation ul li{float:left; position:relative; height: 41px;}

#navigation ul li a { 
	font-family: Lato, Arial, sans-serif;
	display: inline-block;
	color: #FFFFFF;
	padding: 10px 16px 0px 11px;
	margin: 0px;
	height: 31px;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 3px solid transparent;
	text-transform: uppercase;
}
#navigation ul li a.last{
	background: none;
}
#navigation ul li a:hover, #navigation ul li a.active{
	text-decoration: none;
	color: #cbf4f2;
	/*color: #329790;*/
}

#navigation ul ul {
	opacity: 0; 
	margin: -2px 0 0 5px;
  	filter: alpha(opacity=0); 
	position: absolute;
	top:-99999px; 
	left: 0;
	background: #fff;
	border: 1px solid #dddddd;
	border-top: 3px solid #555;
	z-index: 999;
}

#navigation ul ul li a:hover {
	border-bottom: 1px solid #ddd;
}

#navigation ul ul li a {
	padding: 8px 0;
	display: block;
	width: 150px;
	margin: 0 16px;
	
	font-weight: normal;
	font-size: 12px;
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid transparent;
}

#navigation ul ul ul { 
	position:absolute; 
	top:-99999px; 
	left:100%; 
	opacity: 0;
	margin: -3px 0 0 0;
	z-index: 999;
}

#navigation ul ul ul li a { 
	border-bottom: 1px solid #dddddd !important;
	border-top: 1px solid transparent;
}

#navigation ul ul li:last-child a, #navigation ul ul li:last-child a:hover {border-bottom: 1px solid transparent}
#navigation ul ul ul li:last-child a {border-bottom: 1px solid transparent !important}
#navigation ul li:hover>ul{ opacity: 1; position:absolute; top:99%; left:0;}
#navigation ul ul li:hover>ul{ position:absolute; top:0; left:100%; opacity: 1; z-index:497; background: #fff border: 0; }
#navigation ul li:hover > a {}
#navigation ul ul li:hover > a {border-top: 1px solid transparent; color: #444;}
#current {font-weight: bold !important; color: #444 !important; border-bottom: 3px solid #555 !important;}

/* IE Dropdown Fix
==========================*/
.ie-dropdown-fix {position: relative; z-index: 5;}


/* =============================================================== */
/* Treść
================================================================ */

.tresc_all{
	padding: 24px;
	background: #FFFFFF;
	width: 780px;
	margin: 150px auto 50px;
	min-height: 400px;
}

.tresc{
	font-size: 14px;
	line-height: 150%;
}
.sixteencolumns h2{
	font-size: 24px;
	color: #888888;
	font-weight: 900;
}
.tresc p{
	line-height: 150%;
}
.tresc ul{
	margin-left: 20px;
}

.tresc ul.cennik li{
	padding: 8px 0px;
}
.tresc span {
	color: #e30613;
	font-weight: 700;
}
.tresc ul li, .tresc ol li{
	margin: 0px;
	line-height: 150%;
	list-style-type: circle;
}
.tresc table{
	border: 1px solid #696969;
	border-collapse: collapse;
}
.tresc table th, .tresc table td{
	padding: 5px;
	border: 1px solid #696969;
	border-collapse: collapse;
}
.tresc table th{
	font-weight: 700;
}
.tresc table.blind, .tresc table.blind td{
	border: none;
}
/* =============================================================== */
/* Features
================================================================ */

.motto{
	font-size: 34px;
	color: #000000;
	text-align: center;
	border-bottom: 7px solid #e30613;
	height: 60px;
	padding-top: 23px;
}
.motto span{
	color: #e30613;
	font-weight: 700;
}


/* =============================================================== */
/* Features
================================================================ */
.features {margin: 35px 0 0 0; float: left;}
.feature {margin: 0 0 10px 0;}
.feature-description {margin-left: 0px; text-align: center;}
.feature h4{
	margin-bottom: 15px;
}
.feature h4 a{
	font-size: 18px;
	font-weight: 700;
	color: #000000;
}
.feature p{
	margin: 5px 0px;
	font-size: 14px;
	color: #4E4E4E;
}
.feature-circle {
	display: inline-block;
	width: 24px;
	height: 24px;
	text-align: center;
	padding: 6px;
	color: #fff;
	-moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius: 50px;
	float: left;
	margin-top: 10px;
}

.feature a {color: #e30613;}
.feature a:hover {color: #3B3B3B;}

.feature-circle i {margin-top: 4px;}

.feature-circle.blue {background: #2da0ce;}
.feature-circle.gray {background: #555;}


/* =============================================================== */
/* Portfolio
================================================================ */


/* Homepage Thumbnails
==========================*/
.portfolio-item {margin-bottom: 30px; height: 267px;}

.portfolio-item-meta h5 {
	font-size: 12px;
	
	font-weight: bold;
	line-height: 16px;
	padding: 12px 0 8px 0;
	margin: 0 0 8px 0;
	border-bottom: 1px solid #e7e7e7;
	letter-spacing: 0;
}

.portfolio-item-meta h5 span {
	display: block;
	color: #888;
	font-weight: normal;
	margin-top: 3px;
}

.portfolio-item-meta a{color:#444;}
.portfolio-item-meta a:hover {color:#888;}
.portfolio-item-meta p {color: #555;}
a.portfolio-item-more {color: #3f8faf;}
.item-img {} 


/* =============================================================== */
/* Info Box
================================================================ */
.info-box {
	background: #F5F5F5;
	border-left: 6px solid #e30613;
	padding: 22px 25px 12px;
	margin: 20px 0 20px 0;
}

.info-box p {font-size: 14px; text-transform: uppercase; color: #494949;}
.info-box p span{ font-size: 16px; color: #e30613; font-weight: 700;}
.info-box h4 {font-size: 28px; color: #e30613; margin-bottom: 8px;}
.info-box a {margin: 7px 0 0 0;}
.info-box a.button2 {
	background: #e30613; 
	color: #FFFFFF; 
	text-transform: uppercase; 
	border: none; 
	padding: 12px; 
	font-size: 14px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.info-box a.button2:hover {background: #3B3B3B;
}
.info-content {float: left;}


.button2 {
	background: #329992; 
	color: #FFFFFF; 
	text-transform: uppercase; 
	border: none; 
	padding: 12px; 
	font-size: 14px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-family: Lato, Arial;
}
.button2:hover{
	background: #3B3B3B;
}
/* =============================================================== */
/* Portfolio Styles
================================================================ */
#filters {
	float: left;
	margin-top: 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e7e7e7;
	display: block;
	width: 100%;
	margin-bottom: 20px;
	line-height: 24px;
}

#filters ul li {
	display: inline;
	padding: 0 10px 0 0;
	background:url(/img/filter_divider.png) no-repeat 97% 50%;
}

#filters ul li:last-child {background: none;}

#filters a {
	color: #777;
	font-size: 12px;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
	padding: 4px 8px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#filters a:hover {
	color: #fff;
	background: #aaa;
}

.selected {background: #2da0ce; color: #fff !important;}
.selected:hover {background: #2da0ce!important;}


/**** Isotope Filtering ****/

.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	 -moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	 transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property:    -moz-transform, opacity;
	-ms-transition-property:     -ms-transform, opacity;
	-o-transition-property:         top, left, opacity;
	transition-property:         transform, opacity;
}

/**** Disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	 transition-duration: 0s;
}


/* Disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}


/* =============================================================== */
/* Blog
================================================================ */


/* Posts
==========================*/
.post {margin: 0px 0 20px 0; width: auto; height: auto; overflow: hidden;}
.post p {margin: 0 0 20px 0;}

.post-img, .embed {margin: 0 0 15px 0;}

.post-content {margin: 0 0 0 20px !important;}

.post-title h2 {}
.post-title h2 a {
	font-size: 18px;
	color: #444;
	margin: 0 0 0px 0;
	display: block;
	padding-left: 123px;
}
.post-title h2 a.nopadding {padding-left: 20px; }
.post-title h2.likeA {
	font-size: 18px;
	color: #444;
	margin: 0 0 10px 0;
	display: block;
	padding-left: 180px;
}

.post-title h2 a:hover {color: #606060;}

.post-date {
	color: #888;
	display: block;
	text-align: right;
	padding: 15px 0;
	border-top: 1px solid #e7e7e7;
}

.post-date img {
	float: right;
	margin: 0 1px 10px 0;
	border: 1px solid #dedede;
	padding: 3px;
	height: 90px; width: 90px;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.post-desc {
	padding: 5px 0 0 0;
	
	/*border-bottom: 1px solid #e7e7e7;*/
}
.post-desc p {margin: 0px 0px 5px 0px;}
.post-entry {
	margin-bottom: 20px;
	display: inline-block;
	color: #e30613;
	padding-right: 13px;
}

.post-entry:hover {text-decoration: underline;}

.post-meta {padding: 15px 0 25px 0;}
.post-meta, .post-meta a {color: #888;}
.post-meta a:hover {color: #606060;}
.post-meta span:first-child {padding-left:0;}
.post-meta span:last-child {border: none;}

.post-meta span {
	padding: 0 10px;
	border-right: 1px solid #e7e7e7;
}

.post-photos {
	
}

.post-photos img, img.post_photo{
	
	margin: 6px;
	border: 4px solid #E9E6DE;
	
	 width: 230px;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

img.post_photo{
	display: block;
	float: left;
	margin-right: 15px;
	margin-left: 18px;
}

/* Comments
==========================*/
.comments-sec{
	float:left;
	width:100%;
	line-height: 20px;
}

.comments-sec h5 {
	border-bottom: 1px solid #e7e7e7;
	margin: 0;
	padding-bottom: 10px;
}
.comments-sec h5 span {color: #888;}

ol.commentlist{
	float:left; 
	width:100%;
	margin: 0;
}

ol.commentlist li {
	float:left;
	border-top: 1px solid #e7e7e7;
	padding: 25px 0 20px 0;
}

ol.commentlist li:first-child{
	border:none;
	padding: 25px 0 0px 0;
}

ol.commentlist li{list-style: none;}

ol li ol.childlist{
	float:right;
	width:89%;
	margin:0px;
}

ol.commentlist li ol.childlist li:first-child{
	border-top: 1px solid #e7e7e7;
	padding: 25px 0 0 0;
	font-size: 12px;
}

ol.commentlist li ol.childlist li {
	border-top: 1px solid #e7e7e7;
	margin:25px 0 15px 0;
	font-size: 12px;
}

.comments{
	float:left;
	width:100%;
}

ol li ol.childlist .comment-des {
	float:right;
	width:88%;
}

.avatar {float:left}

.comment-des{
	float:right;
	width:89%;
}

.comment-des strong {
	float:left;
	color:#444;
	padding-right:5px;
	font-size:14px;
}
.comment-des span{
	float:left;
	color:#888;
}

.comment-by{
	float:left;
	width:100%;
	padding-bottom:8px;
	padding-top:5px;
	color: #000;
}

.comment-by span.reply{
	color:#777; 
	float:right;
}

.comment-by span.reply a{
	font-weight:bold;
	float:right;
	height:17px;
	margin-left:5px;
	font-weight: normal;
}

.comment-by span.date{
	color:#888;
	padding-right:7px; 
	float:right;
}


/* Leave a Comment
==========================*/
.form_comment label {
	display: block;
	color: #676767;
	margin-top: 15px;
	padding-bottom: 4px;
}

.form_comment label span {color:#ea1c1c;}

.form_comment input, .form_comment textarea {
	width: 240px;
}

.form_comment textarea {
	min-width: 97%;
	max-width: 97%;
	height:160px;
}


/* Pagination
==========================*/
.prev, .next, .upBack {
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 21px;
	height: 21px;
	display: block;
}

.prev {
	background: url(/img/pagination_prev.png) no-repeat 50% 50%;
	background-color: #606060;
	float: left;
}

.next {
	background: url(/img/pagination_next.png) no-repeat 50% 50%;
	background-color: #606060;
	float: right;
}

.upBack {
	background: url(/img/pagination_up.png) no-repeat 50% 50%;
	background-color: #606060;
	float: right;
}
.prev:hover, .next:hover, .upBack:hover {background-color: #2da0ce;}

.prev.off, .next.off, .upBack.off {
	background-color: #ccc;
}

.pagination .prev,
.pagination .prev.off, 
.pagination .next, 
.pagination .prev.off {
	margin-top: -3px;
}

.pagination {
	border-top: 1px solid #e7e7e7;
	display: block;
	margin: 25px 0 -5px 0;
	padding-top: 25px;
}

.pages {text-align: center;}

.pages a {
	color: #888;
	padding: 25px 8px;
}
.pages a:hover {color: #444;}

a.current-page {
	color: #444;
	border-top: 3px solid #555;
}

.pages ul li {
	display: inline;
	padding: 0 2px;
}

.project-nav {margin-top: -57px; float: right;}
.project-nav .next {float: right; margin-left: 3px; }
.project-nav .prev {float: right; margin-left: 3px; }

/* Sidebar
==========================*/
.blog-sidebar, .sidebar {margin: 30px 0 0 0;}



.widget h5 {
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e7e7e7;
}


/* Search */
.search input {
	width: 84%;
	padding-left: 30px;
	color: #888;
	background:url(/img/search_ico.png) no-repeat 4% 54%
}

.search:focus {border: 1px solid #ddd;}


/* Social Icons */
.social-blog {margin: 5px 0 25px 0; float: left;}
.social-blog:first-child {margin-right: 30px;}

.feed img {float: left;}
.feed p {line-height: 14px; float: left; margin: 2px 0 0 7px;}

a.feed {
	display: inline-block;
	font-size: 11px;
	color: #444;
	font-weight: bold;
}

a.feed span {
	color: #888;
	font-weight: normal;
}


/* Categories */
.categories li a {
	color: #888;
	display: block;
	padding: 7px 0;
	padding-left: 12px;
	border-bottom: 1px solid #e7e7e7;
	background: url(/img/link_list_arrow_02.png) no-repeat left 47%;
}

.categories li:first-child a {margin: -15px 0 0 0;}
.categories li:last-child a {border: none;}
.categories li a:hover {color: #444;}
.categories li.current a {color: #3f8faf;}

/* Tabs */
.latest-post-blog {margin: 0 0 20px 0; height: 50px;}
.latest-post-blog:last-child {margin-bottom: 5px;}

.latest-post-blog p,
.latest-post-blog a {
	margin: 0;
	color: #606060;
	line-height: 18px;
}

.latest-post-blog span {
	color: #888;
	margin: 3px 0 0 0;
	display: block;
}

.latest-post-blog img {
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #dedede;
	padding: 3px;
	height: 49px; width: 49px;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* Twitter */
#twitter-blog {margin-top: 20px;}

#twitter-blog li {
	margin: 0 0 20px 0;
	padding: 0 0 0 25px;
	background: url(/img/twitter_widget_ico_02.png) no-repeat left 6%;
	line-height: 20px;
}

#twitter-blog li:last-child {margin-bottom: 0;}

#twitter-blog b a {
	color: #888;
	font-weight: normal;
}

/* Flickr */
.flickr-widget-blog {margin-right: -12px; margin-top: 15px;}
.flickr-widget-blog img {display: block; width: 100%;}

.flickr-widget-blog a {
	float: left;
	width: 53px;
	height: 53px;
	margin-right: 12px;
	margin-bottom: 12px;
	border: 1px solid #dedede;
	padding: 3px;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


/* =============================================================== */
/* Contact
================================================================ */


/* Google Map
==========================*/
#google-map {
    position: relative;
    padding: 0px;
    padding-bottom: 40%;
    height: 0;
    overflow: hidden;
}


/* Contact Details
==========================*/
.contact-details li {
	margin: 0 0 15px 0;
}

.contact-details p {
	margin: -5px 0 0 20px;
	line-height: 18px;
}

.contact-details li i {
	float: left;
	margin: 2px 0 0 0;
}


/* Contact Form
==========================*/
.field {padding-bottom: 16px;}

.field textarea {
	width: 270px;
	
	height: 160px;
}

.field input {
	width: 240px;
}

.formColumnName2 .field input.lg3a {
	width: 200px;
}

.formColumnName2 .chra_field input.chra {border: none; background: none; width: 20px; vertical-align: middle;}

.formColumnName2 .chra_field label {display: inline; width: auto;}

.field:focus {border: 1px solid #ddd;}

.field label span, div.formColumnName2 .field label span {color:#ea1c1c;}

.field .validation-error, .field .form-error, 
.field .validation-error:focus {
	border:1px solid #f2c4c2;
	background: #ffeceb;
}

.field div.error-message {
	color: #FF0000;
}

.loading {
	background:url(/img/loader.gif) no-repeat 1px; 
	height:28px; 
	width:28px; 
	display: none;
	float: left;
	margin: 5px;
}

.success-message {display:none;}


/* =============================================================== */
/* About
================================================================ */
.team-name {
	text-align: center;
	padding: 15px 0;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 15px;
}

.team-name span {
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #888;
}


/* =============================================================== */
/* Testimonials
================================================================ */
.testimonials {
	background: #fff;
	border: 1px solid #ddd;
	padding:20px;
	line-height: 21px;
}

.testimonials_bg {
	background: url(/img/testimonials_bg.png) no-repeat;
	margin-top: -1px;
	display: block; width: 200px;
	height: 30px;
}	

.testimonials_author {
	color:#3f8faf;
	float: right;
	display: block;
	margin-top: -23px;
	margin-bottom: 20px;
}

.testimonials_author span {color:#a0a0a0}


/* Testomonials Carousel
==========================*/
.carousel-disabled, .mr-rotato-disabled {
	height: 21px;
	width: 21px;
	background-color: #ccc !important;
	display: block;
	position: absolute;
}

.mr-rotato-next {
	height: 21px;
	width: 21px;
	background: url(/img/pagination_next.png) no-repeat 50% 50%;
	background-color: #606060;
	display: block;
	position: absolute;
	right: 10px;
}

.mr-rotato-prev {
	height: 21px;
	width: 21px;
	background: url(/img/pagination_prev.png) no-repeat 50% 50%;
	background-color: #606060;
	display: block;
	right: 33px;
	position: absolute;
}

.mr-rotato-prev, .mr-rotato-next, .mr-rotato-disabled {
	margin-top: -55px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
	
.mr-rotato-prev:hover, .mr-rotato-next:hover {background-color:#2da0ce;}


/* =============================================================== */
/* Footer
================================================================ */
#footer {
	font-size: 14px;
	color:#5D5D5D;
	padding: 30px 0px 5px 0px;
	margin: 0px;
	background: #FFFFFF url(/img/bg_footer.png) repeat-x;
	min-width: 1140px;
}

#footer a{
	color: #5D5D5D;
}
#footer a:hover{
	color: #40BFB8;
}
.footer_col{
	float: left;
	width: 270px;
	margin: 7px 7px 10px;
	
}
.footer_col h4{
	font-size: 22px;
	color: #B0B0B0;
	font-weight: 900;
	margin-bottom: 14px;
}
#footer ul li{
	padding-left: 14px;
	display: block;
	height: 24px;
	background: url(/img/footer_li.gif) no-repeat 0px 8px;
}
#footer ul li a{
	color:#5D5D5D;
}

#footer input.email{
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-topleft: 12px;
	border-bottom-left-radius: 12px;
	border-top-left-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-webkit-border-top-left-radius: 12px;
	-khtml-border-bottom-left-radius: 12px;
	-khtml-border-top-left-radius: 12px;
	
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-topright: 0px;
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-khtml-border-bottom-right-radius: 0px;
	-khtml-border-top-right-radius: 0px;
	
	width: 176px;
	height: 19px;
	padding: 5px 8px;
	border: 1px solid #DCD7D1;
	border-right: none;
	display: inline;
	vertical-align: middle;
}

#footer input.button{
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-topleft: 0px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-khtml-border-bottom-left-radius: 0px;
	-khtml-border-top-left-radius: 0px;
	-moz-border-radius-bottomright: 11px;
	-moz-border-radius-topright: 11px;
	border-bottom-right-radius: 11px;
	border-top-right-radius: 11px;
	-webkit-border-bottom-right-radius: 11px;
	-webkit-border-top-right-radius: 11px;
	-khtml-border-bottom-right-radius: 11px;
	-khtml-border-top-right-radius: 11px;
	background: url(/img/button_bg.gif) repeat-x;
	border: none;
	width: 70px;
	height: 30px;
	display: inline;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: 14px;
}

#footer div.partners{
	border-top: 1px solid #E7E6E0;
	padding: 18px 12px;
	color: #5fc8c2;
	font-size: 24px;
	width: 1140px;
}

#footer div.partners img {
	vertical-align: middle;
}

#footer div.publicinfo {
	border-top: 1px solid #E7E6E0;
	text-align: center;
	padding:10px;
}

.cookiebar {
	text-align:center;font-size:12px;padding-8px;
}

.rodinfo {font-size:11px;}

#footer div.bottom{
	border-top: 1px solid #E7E6E0;
	padding: 18px 12px;
}

/* Links List
==========================*/
.links-list li a {
	color: #a4a4a4;
	display: block;
	padding: 6px 0;
	padding-left: 12px;
	border-bottom: 1px solid #444;
	background: url(/img/link_list_arrow_01.png) no-repeat left 47%;
}

.links-list li a:hover {color: #fff}
.links-list li:first-child a {margin: -12px 0 0 0;}
.links-list li:last-child a {border: none;}


/* Latest From Blog
==========================*/
.latest-post {margin-bottom: 20px; height: 50px;}

.latest-post p,
.latest-post a {
	margin: 0;
	color: #fff;
	line-height: 18px;
}

.latest-post span {
	color: #707070;
	margin: 3px 0 0 0;
	display: block;
}

.latest-post img {
	float: left;
	margin: 0 10px 10px 0;
	border: 3px solid #494949;
	height: 49px; width: 49px;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.latest-post img:hover {border-color: #666;}


/* Twitter
==========================*/
#twitter li {
	margin: 0 0 22px 0;
	padding: 0 0 0 25px;
	background: url(/img/twitter_widget_ico_01.png) no-repeat left 5%;
}

#twitter a {color: #fff;}

#twitter b a {
	color: #707070;
	font-weight: normal;
}


/* Copyright
==========================*/
#footer-bottom {background: #2c2c2c; min-height: 60px;}
#copyright {color: #777; margin: 22px 0;}
#copyright a, #copyright span {color:#bbb;}


/* Bottom links
==========================*/
#bottom-links {color: #777; margin: 22px 0; text-align: right;}
#bottom-links a, #bottom-links span {color: #777;}


/* Social Icons
==========================*/
.social-links {margin: 22px 0; float: right;}
.social-links-about {
	padding: 15px 0 5px 0;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.social-links li:first-child, 
.social-links-about li:first-child {margin-left: 0;}

.social-links li {
	display: inline;
	list-style: none;
	opacity: 0.4;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	text-indent: -9999px;
	margin-left: 15px;
	float: left;
}

.social-links-about li {
	display: inline;
	list-style: none;
	opacity: 0.4;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	text-indent: -9999px;
	margin-right: 15px;
	margin-bottom: 10px;
	float: left;
}
			
.social-links a,
.social-links-about a {
	background-repeat: no-repeat;
	background-position: 0 -16px;
	display: block;
	height: 16px;
	width: 20px;
}

.social-links li:hover,
.social-links-about li:hover {opacity: 1;}

.twitter {background: url(/img/social_icons_twitter.png) no-repeat;}
.facebook {background: url(/img/social_icons_facebook.png) no-repeat;}
.digg{background: url(/img/social_icons_digg.png) no-repeat;}
.vimeo{background: url(/img/social_icons_vimeo.png) no-repeat;}
.youtube{background: url(/img/social_icons_youtube.png) no-repeat;}
.skype{background: url(/img/social_icons_skype.png) no-repeat;}


.captchaImages {display: inline; vertical-align: middle;}

.formColumnName {width: 260px; float: left;}
.formColumnName2 {width: 240px; float: left;}
.formColumnEmail {width: 260px; float: left; margin-left: 120px;} 

/* Footer additional links
==========================*/

#footer-links {background: #383838; min-height: 50px; padding: 5px 0px 0px 0px;}
#footer-links ul {list-style-type: none; padding: 0px; margin: 0px;}
#footer-links ul li {float: left; padding: 0px 10px 0px 0px; color: #777; }
#footer-links ul li a {color: #777; padding: 0px 10px 0px 0px;}
#footer-links ul li a:hover {color: #999;}

#cookiesInfoBox1 {
	position: fixed;
	width: 100%;
	left: 0px;
	bottom: 0px;
	z-index: 100;
	background: #FFFFFF;
	border-top: 1px solid #454545;
}
#cookiesInfoBox2 {
	margin: 0px auto 0px auto;
	padding: 15px 10px;
	width: 960px;
	height: 35px;
	text-align: left;
	background: #FFFFFF;
	font-size: 13px;
	color: #555555;
	position: relative;
	font-family: arial, sans-serif !important;
}
	#cookiesInfoBox2 a, #cookiesInfoBox2 a:hover {
		color: #555555;
		font-size: 13px;
		text-decoration: none;
		text-decoration: underline;
	}
	#cookiesInfoBox2 a:hover {
		text-decoration: none;
	}
	#cookiesInfoBox2 a.cookiesInfoBoxClose, #cookiesInfoBox2 a.cookiesInfoBoxClose:hover {
		display: block;
		position: absolute;
		top: 5px;
		right: 10px;
		width: 16px;
		height: 16px;
		line-height: 13px;
		text-align: center;
		text-decoration: none;
		color: #FFFFFF;
		background: #000000;
		font-weight: bold;
		font-size: 13px;
		font-family: arial, sans-serif !important;
	}
	#cookiesInfoBox2 a.cookiesInfoBoxClose:hover {
		background: #999999;
	}	
	
div.field label span {color:#ea1c1c;}

.kontakt{
	background: url(/img/bg_contact_box.png) no-repeat;
	margin: 12px 0px 0px auto;
	padding: 3px 0px 0px 75px;
	width: 322px;
	height: 72px;
	
	font-size: 15px;
	color: #FFFFFF;
}
.kontakt strong {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 30px;
	line-height: 30px;
}
.kontakt a {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
}
.kontakt a:hover {
	color: #ddf4f3;
	text-decoration: none;
}


form.main_form{
	display: block;
	margin: 0px auto;
	padding: 43px 20px 0px;
	background: #16a4fa;
	height: 188px;
	position: relative;
}

form.main_form h3{
	color: #ffffff;
	font-size: 18px;
	font-weight: 300;
	margin: 0px 0px 0px -23px;
	padding-bottom: 6px;
}
form.main_form h3 span{
	font-weight: 900;
	color: #dcdcdc;
}

form.main_form .form_col{
	margin: 0px 5px;
	padding-left: 23px;
	float: left;
	height: 125px;
}
#formCol1 {
	width: 283px;
}
#formCol2 {
	width: 260px;
}
#formCol3 {
	width: 264px;
}
#formCol4 {
	width: 280px;
}

form.main_form label{
	font-size: 14px;
	display: block;
	color: #fff;
}

form.main_form .wyzywienie{
	float: left;
	width: 145px;
	font-size: 14px;
	color: #ffffff;
	padding-top: 5px;
	padding-bottom:3px;
	padding-left: 27px;
	background: url(/img/option_notselected.gif) no-repeat left center;
	cursor: pointer;
}
form.main_form .wyzywienie2 {
	width: 90px;
}

form.main_form .wyz_selected{
	background: url(/img/option_selected.gif) no-repeat left center;
}

form.main_form input.time{
	width: 105px;
	-moz-border-radius: 12px; 
	-webkit-border-radius: 12px; 
	border-radius: 12px;
	height: 30px;
	padding: 0px 12px;
	border: 1px solid #CCCCCC;
	background: url(/img/time_input.gif) no-repeat 76px 9px #FFFFFF;
}
form.main_form input.ilosc_dni{
	width: 105px;
	-moz-border-radius: 12px; 
	-webkit-border-radius: 12px; 
	border-radius: 12px;
	height: 30px;
	padding: 0px 12px;
	border: 1px solid #CCCCCC;
}

form.main_form select{
	width: 250px;
	height: 32px;
	margin-top: 5px;
	-moz-border-radius: 12px; 
	-webkit-border-radius: 12px; 
	border-radius: 12px;
	padding: 5px;
}

#formCol4 div.input{
	height: 30px;
	position: relative;
}

#formCol4 div.input input{
	width: 30px;
	height: 20px;
	padding: 0px;
	margin: 2px 0px 0px;
	background: #FFFFFF;
}

#formCol4 div.input a{
	position: absolute;
	left: 48px;
	top: 3px;
	width: 13px;
	height: 12px;
	display: none;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}
#formCol4 div.input a img{
	margin: 0px;
	padding: 0px;
}
#formCol4 div.input a.link_odejmij{
	top: 14px;
	height: 11px;
	display:none;
}
form.main_form .submit{
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 28px;
}
form.main_form .submit input{
	width: 182px;
	border: none;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 12px;
	margin: 0px;
}

form.main_form a.zakladkaKarta {
	display: block;
	position: absolute;
	top: 0;
	background: #299a95;
	color: #FFFFFF;
	padding: 3px 10px 2px 10px;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	
}
form.main_form a.zakladkaKarta:hover {
	/*color: #d9fcfa;*/
	background: #222222;
}
#zakladkaKarta1 {
	left: 10px;
	width: 170px;
}
#zakladkaKarta2 {
	left: 210px;
	width: 140px;
}
#zakladkaKarta3 {
	left: 380px;
}

div.articles{
	padding-top: 15px;
	background: url(/img/main_oferta.gif) repeat-x left top;
}
div.article{
	float: left;
	width: 230px;
	padding: 10px 20px 20px;
	margin: 7px;
	height: 225px;
	background: url(/img/article_bg.gif) repeat-x #F2F2F2;
}
div.article h2{
	font-size: 24px;
	font-weight: 700;
	color: #5BC0BA;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: url(/img/main_oferta.gif) repeat-x left bottom;
}

div.oferta{
	float: left;
	width: 284px;
	margin: 20px 0px 0px;
	height: 279px;
	
}
div.oferta_short{
	height: 255px;
}
div.oferta div.oferta_photo{
	width: 270px;
	height: 152px;
	overflow: hidden;
	margin: 0px 7px;
	
}
div.oferta div.oferta_photo a{
	padding: 0px;
}
div.oferta div.oferta_photo a img{
	margin: 0px;
}
div.oferta h2{
	margin: 0px 17px 5px;
	padding: 0px 0px 6px;
	border-bottom: 1px solid #E6E6E6;
	text-transform: uppercase;
	color: #38AAA4;
	text-align: center;
	font-size: 22px;
	font-weight: 300;
}
div.oferta div.oferta_opis{
	background: #FFFFFF;
	margin: 0px 7px;
	padding: 12px 0px 10px;
}
div.oferta div.oferta_cena{
	width: 130px;
	float: left;
	margin: 0px 0px 0px 20px;
	color: #3E3E3E;
	font-size: 18px;
	font-weight: 300;
}
div.oferta div.oferta_nazwa{
	width: 140px;
	float: left;
	margin: 0px 0px 0px 20px;
	color: #7F7F7F;
	font-size: 12px;
	font-weight: 300;
}
div.oferta div.oferta_nazwa span{
	color: #000000;
	font-weight: 900;
	font-size: 14px;
}
div.oferta a.oferta_link{
	width: 79px;
	height: 23px;
	padding-top: 7px;
	margin: 3px 20px 0px 0px;
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 300;
	background: url(/img/button_bg.gif) repeat-x;
	font-size: 12px;
	text-transform: uppercase; 
	font-weight: bold;
	float: right;
	display: block;
	-moz-border-radius: 12px; 
	-webkit-border-radius: 12px; 
	border-radius: 12px;
}
div.oferta div.label_prize{
	background: url(/img/label_turquoise.gif) no-repeat;
	font-size: 12px;
	color: #FFFFFF;
	height: 41px;
	padding: 8px 18px;
	text-transform: uppercase;
}
div.oferta div.label_prize span{
	font-size: 30px;
	font-weight: 900;
}
div.oferta div.oferta_cena span{
	font-size: 30px;
}
div.oferta div.oferta_bottom{
	height: 15px;
	margin: 0px 7px;
	background: #FFFFFF;
}
div.main_oferty{
	padding: 30px 0px 20px;
}

table.kontaktStrona{
	color: #2E2A27;
	background: none;
	border: none;
}
table.kontaktStrona label{
	font-size: 14px;
}
table.kontaktStrona td{
	border: none;
}
table.kontaktStrona h3{
	padding: 0px;
	margin: 0px;
}
table.kontaktStrona img{
	vertical-align: top;
}
table.kontaktStrona p img{
	vertical-align: middle;
}

table.kontaktStrona a{
	color: #2E2A27;
}



.formularzRozbudowany .formularzRozbudowany1 {
	width: 390px;
	float: left;
}

.formularzRozbudowany .formularzRozbudowany2 {
	width: 390px;
	float: left;
}
.formularzRozbudowany .input {
	padding-top: 5px;
}
.formularzRozbudowany .required label {
	font-weight: bold;
	color: #000000;
}
.formularzRozbudowany .error input, .formularzRozbudowany .error textarea{
	border:1px solid #f2c4c2;
	background: #ffeceb;
}
.formularzRozbudowany .error-message {
	color: #FF0000;
}
.formularzRozbudowany input.lg4 {
	width: 220px;
}
.formularzRozbudowany select.lg4 {
	width: 240px;
}
.formularzRozbudowany textarea.lg5 {
	width: 330px;
}
.formularzRozbudowany .checkbox {
	padding: 10px 0px;
}
.formularzRozbudowany .checkbox label {
	display: inline;
}


@media only screen and (max-width: 1140px) {
	body {
		/*background-position: left top;
		width: 1140px;*/
	}
}

#page-title h1 {
	font-weight: 700;
	font-size: 24px;
	text-transform: uppercase;
	padding: 8px 0;
	color: #5FC8C2;
	margin-bottom: 15px;
}

 <style>
                   /* ul > li {
                    height: 2em;
                    }
                    
                      ul > li > .submenu {
                  display: none;
                }
                    
                ul > li:hover > .submenu {
                  display: block;
                }
                    
                    ul > li > .submenu > li {
                     position: relative;
                     z-index: 50;
                     height: 2em;
                    }
                  /* wygląd elementu - ul - dziecka elementu - li - będącego dzieckiem elementu - ol - po najechaniu kursorem myszki na element - li */
 
     
      ul > li:hover > .submenu {
        display:block;
        height:100%;
        
      }

      /* ------------------------CZĘŚĆ-ROZWIJANA-MENU------------------------ */

      /* wygląd głównych rozwijanych elementów - ul */
      ul > li > .submenu {

        padding:0;
        margin:0;
      }

      /* wygląd elementu - li - w części rozwijanej */
      ul > li > .submenu > li {
        background-color: rgb(190,177,169);
        width: 230px;

      }
      
       ul > li > .submenu > li:first-child{
        border:0 ;
       }

      /* wygląd elementu - a - w części rozwijanej */
      ul > li > .submenu > li > a {
        text-align: center;
        font-size: 16px;
        text-transform: uppercase;
      }
      
      #navigation ul ul li a {
        width: 200px;
        
      }

      /* wygląd elementu - li - w części rozwijanej, po najechaniu kursorem myszki na dany element - li */

      /* wygląd elementu - a - w części rozwijanej, po najechaniu kursorem myszki na element - li */
      ul > li > .submenu > li:hover > a {
        color:black;
      }  
      
      #navigation ul ul {
        border: 0 !important;
        margin-top: -3px;
      }
                
                
              </style>