* {
  margin: 0;
  padding: 0;
}

html {
  height:100%;
}

body {
  height: 100%;
  position:relative;
  	font-family: 'Pontano Sans', sans-serif !important;
}

#wrapper {
padding: 30px 0 20px;
position: relative;
z-index: 160;
}

h1, h2, h3, h5, h6 {
    color: #4e2674 !important;
	font-family: 'Pontano Sans', sans-serif !important;
	font-size:45px !important;
	
}
h1 {
padding:0 0 30px 0;
}

h4 {
    margin: 18px 0 6px;
	font-size:22px !important;
	color: #4e2674 !important;
	font-family: 'Pontano Sans', sans-serif !important;
}

.header {
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: 165;
	background-color:#fff;
	box-shadow: 1px 1px 5px #333333;
    position: fixed;
}  
#header.container {
    margin:auto;
}
.parallax-window {
    background: transparent;
	width:100%;
	margin:auto;
}

.row-fluid.logo {
	padding: 20px 0 0 0;
}

.logo {
    float: left;
    margin: 0;
    text-align: center;
}
.span2.firm {
font-size: 20px;
line-height: 20px;
padding: 24px 0 0;
margin: 0 0 0 10px !important;
}
.blog-featured h3 {
font-size:30px !important;
}
.logo a img {
  border: none;
}

.footer {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 150;
}

.brand {
  color:#fff !important; 
  font-family:Share, cursive; 
}
.brand:hover {
  color:#08C !important;
} 
a {
        color: #3b281d;
    text-decoration:none;
}
a:hover {
    text-decoration:none;
}

.btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #062d56;
    background-image: none !important;
    background-repeat: repeat-x;
    border-color: #e6e6e6 #e6e6e6 #a2a2a2;
    border-image: none;
    border-radius: 0 !important;
    border-style: none;
    border-width: 0;
    box-shadow: none !important;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 14px;
    text-align: center;
    text-shadow: none !important;
    vertical-align: middle;
}
.icon-chevron-right {
    display: none !important;
}

.container.top {
    background: #4d2573 none repeat scroll 0 0;
    color: #fff;
    font-family: "Pontano Sans",sans-serif !important;
    padding: 10px 0 0;
    text-align: center;
    width: 100%;
}
.container.top .row-fluid {
	max-width:1200px;
	margin:auto;
	position:relative;
}
.menutop {
	    max-width: 360px;
    position: absolute;
    right: 25px;
    top: 0;
}
.menutop ul li {
	float: left;
margin: 0 30px 0 0;
}
.menutop ul li:last-child {
margin: 0;
}
.menutop ul li a {
	color:#fff;
}
.menutop ul li a:hover {
	transition:0.2s;
	background:transparent !important;
}
.menutop .current.active, .menutop .active.parent, .current {
	text-decoration: underline;
}
.breadcrumb {
    padding: 8px 15px;
    margin: 47px 0 0 !important;
    list-style: none;
    background-color: #fff !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius:  !important;
}

@media (min-width: 980px) {
/*_______ TOP MENU ______________________________________*/

.top_menu {
position: absolute;
z-index: 150;
top: 150px;
right: 0;
width: auto !important;
}
.top_menu .navbar {

}
.top_menu ul.menu {
    float: right;
    margin: 1px 0 0;
    width: auto !important;
}

.top_menu ul.menu li {
    float: none;
    list-style: outside none none;
    position: relative;
    width:auto !important;
}

.top_menu ul.menu li:last-child {
    border-right: none;
}

.top_menu ul.menu li a {
    font-size: 11px;
    margin: 0;
    padding: 17px 10px !important;
    position: relative;
    color:#fff !important;
	transition:0.2s;
	background:#cacaca;
}
.top_menu ul.menu li a:hover {
    color:#fff !important;
    background-color:#4d2573 !important;
}

/*_______ DROPDOWN MEIN MENU ______________________________________*/

.row-fluid.mainmenu {
	   margin: 15px 0 15px;
	   position: relative;
z-index: 160;
}
.navbar .container {
    max-width: 1170px !important;
    margin:auto;
}

.navbar .nav > li > a {
    float: none;
    font-size: 20px;
    text-shadow: none !important;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
	padding:0 !important;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    box-shadow: none !important;
    color: #4d2573 !important;
    text-decoration: none !important;
    background: none!important;
    border-bottom: 1px solid #4d2573 ;
    
}
.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
    color: #4d2573 !important;
    text-decoration: none !important;
}
.navbar .nav > li {
    text-align: center;
}

.main_menu ul.menu {
    float: right;
	margin: 20px 0 0;
	font-family:"Pontano Sans",sans-serif !important;
}

.main_menu ul.menu li {
    float: left;
    position: relative;
    list-style: none;
	margin: 0 0 0 42px;
}
.main_menu ul.menu li:first-child {
}

.main_menu ul.menu > li > a {
    color: #333333;
    font-size: 16px;
    position: relative;
    text-shadow: none !important;
    text-transform: uppercase;
}

.main_menu ul.menu li a {
  white-space: nowrap;
-webkit-transition: all 0.3s ease-out;
   -moz-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
}

.main_menu ul.menu > li > a {
}

.main_menu ul.menu > li > a:hover {
    color: #4d2573 !important;
    text-decoration: none !important;
}

.main_menu ul.menu > li.active > a {
    box-shadow: none !important;
    text-decoration: none !important;
	color: #4d2573 !important;
}

.main_menu ul.menu > li.active > a:hover {
    box-shadow: none !important;
    text-decoration: none !important;
}

.main_menu ul.menu > li a {
   display: block;
}

.main_menu ul.menu ul li {
background:none;
    transition:0.2s;
}

.main_menu ul.menu ul li:hover {
    background:#cacaca !important;

}

.main_menu ul.menu ul li a {
color:#ffffff;
    transition:0.2s;
}

.main_menu ul.menu ul li a:hover {
color:#ffffff;
    text-decoration:none;
}


.main_menu ul.menu > li.parent span.arrow {
    /*background: url("../images/arrow.png") no-repeat scroll 0 7px transparent;*/
    height: 20px;
    right: -5px;
    position: absolute;
    width: 20px;
}

.main_menu ul.menu li ul li.parent span.arrow {
    /*background: url("../images/arrow.png") no-repeat scroll 0 bottom transparent;*/
    height: 15px;
    position: absolute;
    top: 9px;
    width: 30px;
}

.main_menu ul.menu li.parent ul,
.main_menu ul.menu li ul li.parent ul {
     background: rgba(0, 0, 0, 0.8);
     list-style: none;
     position: absolute; 
     float: left;
     min-width: 200px;
     z-index: 9999;
}

.main_menu ul.menu li.parent ul {
    left: 0;
    top: 60px;
}

.main_menu ul.menu li ul li.parent ul {
    left: 100%; 
    top: -3px;
}

.main_menu ul.menu li.parent ul li {
    margin: 0; 
    padding: 0;
    border-bottom: 1px solid #EAEAEA;
    clear: both;
    width: 100%;
}

.main_menu ul.menu li.parent ul li:last-child {
    border-bottom: none; 
}

.main_menu ul.menu li.parent ul li a {
    float: left;
    font-size: 12px;
    margin: 0 15px 0 0;
    padding: 7px 10px 7px 0;
    text-align: left;
    text-indent: 10px;
    width: 100%;
-webkit-transition: all 0.3s ease-out;
   -moz-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
}

/*______  MENU ALL _________________________________________*/

.menu-all {
	display:block;
}
.menu-all ul {
	margin: 0;
}
.menu-all ul li {
	float:left;
}
.menu-all ul > li > a {
	text-transform:uppercase;
	font-size:16px;
	transition:0.2s;
}
.menu-all ul.nav > li > a:hover {
	background-color:transparent !important;
	color:#4d2573 !important;
}

/*_______ FOOTER MENU ______________________________________*/

.footer_menu ul.menu {
    float: left;
    margin: 0 0 15px 0;
}

.footer_menu ul.menu li {
    float: left;
    list-style: none outside none;
    position: relative;
}

.footer_menu ul.menu li:last-child {
    border-right: none;
}

.footer_menu ul.menu li a {
    font-size: 12px;
    margin: 0 10px;
    padding: 0;
    position: relative;
}

}
.footer_menu ul.menu li ul {
display:none;
}

/*_______ TOP MENU ______________________________________*/

@media (max-width: 979px) {

.top_menu ul.menu {
    margin: 10px 0;
}

.top_menu ul.menu li {
    list-style: none outside none;
    position: relative;
}

.top_menu ul.menu li a {
    background-color: #FAFAFA;
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0;
    display: block;
    font-size: 12px;
    margin: 0;
    padding: 4px 9px;
    position: relative;
}

.top_menu ul.menu li:first-child a {
    border-top: 1px solid #e6e6e6;
}

.top_menu ul.menu li a:hover {
    background-color: #0088cc;
    text-shadow: 0 1px 0 transparent;
}

/*_______ DROPDOWN ACCORDION MENU ________________________________*/
 
.main_menu ul.menu {
    margin: 10px 0 0 0;
    padding: 0;
}

.main_menu ul.menu li { 
    background-color: #FAFAFA;
    list-style: none;
}

.main_menu ul.menu li a {
    border-radius: 0 0 0 0;
    display: block;
    height: 28px;
    line-height: 28px;
    padding: 0 0 0 15px;
}

.main_menu ul.menu > li.active > a:hover, 
.main_menu ul.menu > li.active > a:focus, 
.main_menu ul.menu > li.active > a {
    background-color: #0088CC;
    box-shadow: 0 0 0 transparent;
    color: #000;
}

.main_menu ul.menu > li > a {
    border-top: 1px solid #e6e6e6; 
    margin-bottom: 0;
    text-shadow: 0 1px 0 transparent;
}

.main_menu ul.menu > li > a:hover, 
.main_menu ul.menu li.parent:hover, 
.main_menu ul.menu li ul li.parent:hover {
    background-color:#0088cc;
    border-top: 1px solid #e6e6e6;
}

.main_menu ul.menu ul {
    list-style-type:none; 
    padding:0; 
    margin: 0;
}

.main_menu ul.menu ul li:hover {
    background:#cecece;
}

.main_menu ul.menu ul li a { 
    display:block; 
    line-height:25px; 
    text-decoration:none; 
    border-bottom: 1px solid #e6e6e6; 
    margin: 0;
    font-size:14px;
}
span.arrow {
    background: url("../images/arrow.png") no-repeat scroll 0 10px transparent;
    float: right;
    height: 20px;
    margin: 0 10px;
    width: 20px;
}

.main_menu ul.menu li:last-child ul li.parent span.arrow {
    background: url("../images/arrow.png") no-repeat scroll 0 10px transparent;
    float: right;
    left: 0 !important;
    margin: 0 10px;
    position: relative !important;
    top: 0 !important;
-webkit-transform: rotate(90deg) !important;
   -moz-transform: rotate(90deg) !important;
    -ms-transform: rotate(90deg) !important;
     -o-transform: rotate(90deg) !important;
        transform: rotate(90deg) !important;
}

.main_menu ul.menu li.parent > a, 
.main_menu ul.menu li ul li.parent > a {
-webkit-transition: all 0.1s ease 0s;
   -moz-transition: all 0.1s ease 0s;
	transition: all 0.1s ease 0s;
}

.main_menu ul.menu li.parent ul li a {
    padding: 0 0 0 25px;
}

/*_______ FOOTER MENU ______________________________________*/


.footer_menu ul.menu {
    margin: 10px 0;
}

.footer_menu ul.menu li {
    list-style: none outside none;
    position: relative;
}

.footer_menu ul.menu li a {
    background-color: #FAFAFA;
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0;
    display: block;
    font-size: 11px;
    margin: 0;
    padding: 4px 9px;
    position: relative;
}

.footer_menu ul.menu li:first-child a {
    border-top: 1px solid #e6e6e6;
}

.footer_menu ul.menu li a:hover {
    background-color: #0088cc;
    text-shadow: 0 1px 0 transparent;
    text-decoration:none;
}

}

/*table*/
table.category tr th,
table.category tr td {
    border: 1px solid #E6E6E6;
    padding: 4px 16px;
}

/* end table*/

form#adminForm ul.category li {
    background-color: #FFF;
    border: 1px solid #E6E6E6;
    list-style: none outside none;
    margin: 4px 0;
    padding: 5px 10px;
}



/*_______ END MENU ______________________________________*/

.blog-featured h2 {
    font-size: 20px !important;
    font-weight: lighter;
    line-height: 25px;
    margin: 0 0 25px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}
.blog-featured h2 a {
color: #4e2674 !important;
}

#copyrights p {
  text-align:center;
}

.copyrights {
font-size: 11px;
   margin-top: 20px; 
}
.logo_footer {
    float:left;
}
.footer_menu {
        float: right;
    margin-top: 20px;
}

.filter-search select {
  float: left;
  margin: 10px;
  width: 200px;
}

.filter-search,
.filters .alert-info {
    background-color: transparent;
    border: medium none;
    height: auto;
}

body.error {
    background:#f2f2f2;
}

.errorbox {
    margin: 15% 0 0;
    width: 50%;
}

.errorbox h1 {
    color: #333;
    font-size: 100px;
    line-height: 70px;
}

.errorbox h3 {
    color: #787878;
}

.errorbox a {
    cursor: pointer;
    color: #0088CC;
}


/* ---- slider ----- */

.row-fluid.slider {
    margin: auto;
    overflow: hidden;
}
.slider-text {
    max-width: 45%;
    padding: 45px 0 40px 100px;
}
.item-text-1 {
    color: #730671;
    font-family: "Open Sans",sans serif;
    font-size: 35px;
    font-weight: 300;
    line-height: 30px;
    text-transform: uppercase;
}
.item-text-2 {
    color: #ffffff;
    font-family: "open sans",sans-serif;
    font-size: 43px;
    letter-spacing: 3px;
    line-height: 1;
    margin: 15px auto !important;
    text-transform: uppercase;
}
.container.slider {
width:100%;
    margin:auto;
    background-color:#e3e3e3;
}

.nivo-caption {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    display: none;
    font-family: "open sans",sans-serif !important;
    font-size: 5em;
    font-weight: 100;
    left: 0 !important;
    opacity: 1 !important;
    overflow: visible !important;
    padding: 0 !important;
    position: absolute;
    text-align: center !important;
    text-transform: uppercase;
    top: 40% !important;
    width: 100%;
    z-index: 8;
}
.theme-light .nivoSlider {
margin-bottom:0 !important;
}

/*-----end slider ----*/

.fiber-items {
    margin: auto;
    max-width: 1170px;
}
.fiber-items h3 {
    color: #730671 !important;
    font-size: 19px !important;
    font-weight: lighter;
    text-transform: uppercase;
}
.fiber-items ul {
}
.fiber-items ul li {
    display: block;
    float: left;
    font-size: 13px;
    margin: 0 29px;
    width: 20%;
    text-align:center;
}
.fiber-items ul li em {
        font-size: 70px;
    width:auto;
    background-image:none;
    
}

/*___________________ kanaly dostepne fiber ________________*/

.kanaly-prokocim {
}
.kanaly-prokocim ul {
	width: 100% !important;
}
.kanaly-prokocim ul li {
    display: inline-block;
    margin: 0 0 5px 0;
}
.kanaly-prokocim ul li img {
width:90px;	
}
.kanaly-miechow {
}
.kanaly-miechow ul {
	list-style:none;
}
.kanaly-miechow ul li {
	    display: inline-block;
    margin: 0 0 5px 0;
}
.kanaly-miechow ul li img {
	width:90px;
}
.kanaly-miechow h2 {
    border-bottom: 1px solid;
    font-size: 30px !important;
    margin: 40px 0 20px 0;
}

/*___________________ bottomboxes ______________________*/

.container.bottomboxes {
    background-color: #ffffff;
    padding: 100px 0;
    width: 100%;
}
.row-fluid.bottomboxes {
	max-width:1170px;
	margin:auto;
}
.bottomboxes h3 {
text-align:center;
}
.bottomboxes a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #333;
    color: #333;
    display: block;
    font-size: 23px;
    margin: 39px auto 0;
    padding: 20px;
    transition: all 0.2s ease 0s;
    width: 40%;
}
.bottomboxes a:hover {
    background: #4d2573 none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #fff;
}
.bottomboxes .text-tv6 {
    display: block;
    font-size: 30px;
    line-height: 30px;
    margin-top: 10px;
}
/*___________________ bottom1 _________________________ */

.container.bottom1 {
	padding: 0  0 100px 0;
    width: 100%;
}
.row-fluid.bottom1 {
    font-size: 20px;
    line-height: 30px;
    margin: auto;
    max-width: 1170px;
    text-align: left;
}
.bottom1 h3 {
text-align:center;
margin: 0 0 45px;
}

/*___________________ street _________________________ */

.street {
	    margin: 50px auto 0;
    text-align: center;
    width: 70%;
}

.street ul {
    display: block;
    float: left;
    list-style: outside none none;
    width: 25%;
}
.street ul li {
    line-height: 30px;
}

/*__________________ contentbottom _________________________*/

.container.contentbottom {
    width: 100%;
}
.row-fluid.contentbottom {
    margin: auto;
    max-width: 1170px;
    text-align: center;
}
.contentbottom-item {
    color: #333;
    font-size: 25px;
    line-height: 40px;
    min-height: 250px !important;
    padding: 150px 0 30px
}
.contentbottom-item a {
    border: 1px solid #333;
    color: #333;
    display: block;
    margin: 39px auto 0;
    padding: 20px;
    width: 40%;
	transition:0.2s;
	    font-size: 23px;
		background:none;
}
.contentbottom-item a:hover {
background:#4d2573;
color:#fff;
    border: 1px solid #fff;
}

.contentbottom-item em {
	    font-size: 80px;
    line-height: 100px;
}
.contentbottom h3 {
	    font-size: 45px;
    text-align: left;
}
/*__________________ o nas ___________________________________*/

.about-us-1 {
    display: block;
    float: left;
    font-size: 25px;
    padding: 55px 0;
    text-align: center;
    width: 100%;
}
.about-us-1 ul {
    display: inline-block;
    list-style: outside none none;
    padding: 0 0 40px;
}
.about-us-1 ul li {
    display: block;
    float: left;
    padding: 0 50px;
    text-transform: uppercase;
}

.about-us-2 {
	    width: 100%;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    display: block;
    float: left;
    padding: 15px 0 80px;
}
.about-us-1 ul li span, .about-us-2 ul li span, .about-us-3 ul li span {
    margin: 0 0 35px;
    width: 100%;
	  display: block;
}
.about-us-3 {
    display: block;
    float: left;
    font-size: 25px;
    line-height: 35px;
    padding: 10px 0 50px;
    text-align: center;
    width: 100%;
}
.about-us-3 ul {
    list-style: outside none none;
    width: 100%;
}
.about-us-3 ul li:nth-child(2) {
}
.about-us-3 ul li {
    border: 1px solid #f8f8f8;
    color: #333333;
    display: table-cell;
    font-size: 20px;
    line-height: 25px;
    padding: 45px 15px;
    width: 30%;
}

/*___________________________ footer ______________________________*/

.content_footer .row-fluid {
    color: #858585;
    margin: auto;
    max-width: 1170px;
    padding: 20px 0 0;
}
.content_footer .row-fluid .logo_footer {
    text-align: center;
}
.content_footer_in {
width:1170px;
    margin:auto;
}

.content_footer ul li a {
    font-size: 12px;
    color:#333333 !important;
}
.content_footer ul li a:hover {
    background-color:transparent;
    color: #d5b76b !important;
    text-decoration: none;
}

#footer.container ul li a {
    font-size: 15px;
    color:#333;
	line-height: 30px;
}
#footer.container ul li a:hover {
    background-color:transparent;
    color: #cacaca !important;
    text-decoration: none;
}
#footer.container ul li a img {
     max-height: 153px;
}

#footer.container h3 {
color: #4d2573 !important;
    font-size: 20px;
    font-weight: 100 !important;
}

/*---- end footer -----*/

/* footerboxes */

.row-fluid.footerboxes {
margin: auto;
max-width: 1170px;
padding: 30px 0 0;
border-top: 1px solid #cacaca;
}
.footer1 {
}
.footer2 {
}
.footer3 {
}

/* end footerboxes */


/*--------- right menu ------*/

.sidebar-right ul.nav.menu {
}
.sidebar-right ul.nav.menu li {
    border-bottom: 1px dashed #cacaca;
    line-height: 20px;
}
.sidebar-right ul.nav.menu li > a {
    font-size: 13px;
    padding: 10px 0;
    transition: all 0.2s ease 0s;
}
.sidebar-right ul.nav.menu li > a img {
    margin-right: 5px;
}
.sidebar-right ul.nav.menu li > a:hover {
    background: rgba(213, 183, 107, 0.6) none repeat scroll 0 0 !important;
    padding: 10px 0 10px 10px;
    text-decoration: none;
}
/*--------- end right menu ------*/

/*--------- left menu ------*/

.sidebar-left ul.nav.menu {
}
.sidebar-left ul.nav.menu li {
    border-bottom: 1px dashed #cacaca;
    line-height: 20px;
}
.sidebar-left ul.nav.menu li > a {
    font-size: 13px;
    padding: 10px 0;
    transition: all 0.2s ease 0s;
}
.sidebar-left ul.nav.menu li > a img {
    margin-right: 5px;
}
.sidebar-left ul.nav.menu li > a:hover {
        color: #3b281d!important;
    text-decoration: none !important;
    background: rgba(213, 183, 107, 0.6) none repeat scroll 0 0 !important;
    padding: 10px 0 10px 10px;
}
.sidebar-left ul.nav.menu li.active > a {
        color: #3b281d!important;
    text-decoration: none !important;
    background: rgba(213, 183, 107, 0.6) none repeat scroll 0 0 !important;
    padding: 10px 0 10px 10px;
}
/*--------- end left menu ------*/


/*---------- content ----*/

.pull-none.item-image img {
    width: auto;
}

.pull-none.item-image {
    border: 1px solid #cacaca;
    max-width: 100%;
    padding: 5px;
	        margin-bottom: 20px;
}
div [itemprop="articleBody"] {
    line-height: 25px;
}

.page-header {
    border: medium none !important;
    color: #3b281d !important;
    margin: 0 !important;
    padding: 0 !important;
}

.blog .item {
}
.blog .item h2 {
	font-size: 50px;
    font-weight: lighter;
    padding: 0 0 40px;
    text-align: center;
    text-transform: uppercase;
}
.blog .item .page-header {
    margin: 0;
    padding: 0;
}
.readmore {
}
.readmore a.btn {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #4e2674;
    color: #4e2674;
    font-size: 10px;
    text-transform: uppercase;
	transition:0.2s;
}
.mod-articles-category-readmore a {
    color: #4e2674;
    font-size: 10px !important;
    text-transform: uppercase;
	transition:0.2s;
}
.readmore a.btn:hover {
    background: #4e2674 none repeat scroll 0 0;
    color: #fff;
}
.mod-articles-category-readmore a:hover {
    color: #cacaca;
}
.pull-left.item-image {
    border: 1px solid #cacaca;
    margin-right: 30px;
    max-width: 50%;
    padding: 5px;
}
.internet-items {
}
.internet-items h2 {
    color: #ffffff !important;
    font-family: "open sans",sans-serif !important;
    font-size: 25px !important;
    font-weight: 300 !important;
    text-transform: uppercase;
}
.internet-items h3 {
    font-family: "open sans",sans-serif !important;
    font-size: 30px;
    font-weight: bold !important;
    line-height: 15px;
}
.internet-items ul {
    list-style: outside none none;
}
.internet-items ul li {
    background-color: #4d2573;
    color: #ffffff;
    display: block;
    float: left;
    margin: 0 5px;
    padding: 60px 0;
    text-align: center;
    width: 49%;
}
.internet-items ul li a {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 100%;
    color: #730671;
    display: inline-block;
    padding: 70px 77px;
    transition: all 0.2s ease 0s;
}
.internet-items ul li a em {
    color: #4d2573;
    font-size: 50px;
}
.internet-items ul li a:hover {
    background-color: #f5f5f5;
    box-shadow: 0 0 5px #000000 inset;
}
.internet-items ul li a:hover em {
    filter: blur(1px) grayscale(0.5);
}
.internet-item-bis a {
	    background: none !important;
    color: #ffffff !important;
    border-radius: 0 !important;
    padding: 0 !important;
}
.internet-item-bis a:hover {
    box-shadow: none !important;
    color: #cacaca !important;
}

/*____________________ oferta ____________________________*/

.offer h2 {
font-size:50px;
}
.offer h3 {
margin-top:50px;
}
.fiber-oferta {
    font-family: "Pontano Sans",sans-serif !important;
    margin: 90px 0 15px;
    text-align: center;
}
.fiber-oferta-box {
    border-color: #cacaca;
    border-style: solid;
    border-width: 1px 0;
    display: inline-block;
    margin: 0 10px 50px;
    padding: 35px 7px 0;
    width: 19%;
}
.netbis .fiber-oferta-box {
width:26%;
}
.netbis-miechow .fiber-oferta-box {
 width: 20%;
}

.fiber-oferta.tv .fiber-oferta-box {
}
.fiber-oferta.tv.span12, .fiber-oferta.tv .span4, .fiber-oferta.tv .span8 {
margin:0 !important;
}
.fiber-oferta.tv .span8 {
	padding: 0 30px;
border: 1px solid #cacaca;
}
.fiber-oferta-head {
    color: #4d2573;
    font-size: 25px;
    margin: 0 0 20px;
}
.fiber-oferta-head-in {
    font-size: 45px;
    line-height: 50px;
}
.fiber-oferta-box ul {
    list-style: outside none none;
	margin: 0 0 50px 0;
}
.fiber-oferta-box li {
    font-size: 15px;
    line-height: 25px;
}
.fiber-oferta-box li:nth-child(2n) {
}
.fiber-oferta-box li:nth-child(12) {
    margin: 20px 0 0;
}
.fiber-oferta-box li:nth-child(13) {
    margin: 10px 0 0;
}
.fiber-oferta-box li:nth-child(14) {
    margin: 10px 0 30px;
}
.fiber-oferta-box-tv {
    background: #4d2573 none repeat scroll 0 0;
    color: #fff;
    font-size: 25px !important;
    padding: 15px 10px 10px;
}
.fiber-oferta-box-tv-opis {
	    font-size: 17px;
}
.fiber-oferta-box-net {
    background: #a2a2a2 none repeat scroll 0 0;
    color: #fff;
    padding: 10px;
	    font-size: 35px !important;
}
.fiber-oferta-box-net-opis {
    font-size: 20px;
}
.fiber-oferta-box-instal-head {
    font-size: 25px !important;
    padding: 20px 0 0;
    text-transform: uppercase;
	color:#4d2573;
}
.fiber-oferta-box-instal {
    font-size: 15px !important;
    margin: 0 !important;
}
.fiber-oferta-box-speed {
	    font-size: 25px !important;
}
.fiber-oferta-box-speed-small {
	  font-size: 20px;
}
.fiber-oferta-box.instalacja {
	    width: 100%;
    text-align: center;
}
.fiber-oferta-box.instalacja ul li:nth-child(2n+1) {
	margin:5px 0 0 0 !important;
}
.liczba {
    color: #4d2573;
    display: block;
    font-size: 35px;
    line-height: 35px;
    margin-top: 25px;
}
.fiber-oferta-box-phone {
    background: #a2a2a2 none repeat scroll 0 0;
    color: #fff;
    padding: 10px 0;
}
.fiber-oferta-box-phone-opis-top {
    display: block;
    font-size: 25px;
    width: 100%;
}
.fiber-oferta-box-phone-opis {
	   font-size: 18px;
}
.stars {
	margin: 30px 0 0;
    text-align: left;
}
.fiber-oferta-in {
}
/*------- end content -------*/

/*____________________ telewizja ___________________________*/

.box-tele-1 {
    display: block;
    font-size: 25px;
    width: 100%;
}
.box-tele-2 {
    display: inline-block;
    font-size: 25px;
    max-height: 400px;
    width: 100%;
}
.box-tele-3 {
    display: inline-block;
    font-size: 25px;
    max-height: 400px;
	width: 100%;
}
.box-tele-1 img {
    display: inline-block;
    float: right;
}
.box-tele-2 img {
    display: inline-block;
    float: left;
}
.box-tele-3 img {
    display: inline-block;
    float: right;
}
.box-tele-1 p {
    display: inline-block;
    float: left;
    line-height: 32px;
    max-width: 50%;
    padding: 90px 0 0;
    text-align: right;
}
.box-tele-2 p {
    display: inline-block;
    float: right;
    line-height: 32px;
    max-width: 45%;
    padding: 170px 0 0;
    text-align: left;
}
.box-tele-3 p {
    display: inline-block;
    float: left;
    line-height: 32px;
    max-width: 50%;
    padding: 130px 0 0;
    text-align: right;
}
.all-info h2 {
	font-size:60px;
	color:#4d2573;
}

.module-boxes {
    display: block;
    margin: 50px 0;
    width: 100%;
}
.module-boxes-item {
    border: 1px solid #4d2573;
    display: inline-block;
    font-size: 40px;
    line-height: 40px;
    padding: 60px 0;
    text-align: center;
    width: 49%;
}
.text-tv1 {
    font-size: 40px;
    margin: 0 0 45px;
    text-align: center;
}
.text-tv2 {
    font-size: 25px;
    margin: 0 0 50px;
    text-align: center;
}
.tv {
    margin: auto;
    max-width: 1200px;
}
.text-tv3 {
    padding: 10px 0 0;
}
.text-tv3-item {
    color: #4d2573;
    display: block;
    font-size: 110px;
    line-height: 90px;
}
.text-tv4 {
    border-left: 1px solid #cacaca;
    display: inline-block;
    font-size: 31px;
    padding: 10px 0 15px 55px;
    text-align: right;
    text-transform: uppercase;
}
.cena {
    color: #4d2573;
    font-size: 50px;
    margin: 12px 0 0;
}
.cena-in {
    font-size: 26px;
}
.text-tv-box {
    display: block;
    margin: 50px 0 0;
    text-align: center;
}
.text-tv5 {
    color: #4d2573;
    font-size: 45px;
    line-height: 50px;
}
.text-tv6 {
}

/*======================= news =================================*/

.news-right a.mod-articles-category-title  {
	    display: block;
    font-size: 17px;
    margin: 0 0 7px;
	color:#4e2674;
}
/*----------- kanały ------------------------*/

.canal-box {
	display: inline-block;
	width: 100%;
}
.canal-box h5 {
	line-height: 25px;
font-size: 22px !important;
border-bottom: 1px solid #4d2573;
padding: 7px 0;
text-transform: uppercase;
width:100%;
}
.canal-box ul {
    list-style: none;
}
.canal-box ul li {
    float: left;
	margin:5px;
}
.canal-box img {
    max-width: 100px;
    height: auto;
	border:1px solid #dadbdc;
}
/*______________________ promocja ________________________*/


.promo-tab-1 {
    font-family: "Oswald",sans-serif;
	margin:0 10px 0 0;
	float:left;
}
.promo-tab-1 table, .promo-tab-2 table, .promo-tab-3 table {
    list-style: outside none none;
	width:153px;
	float:left;
}
.promo-tab-1 table tr, .promo-tab-2 table tr, .promo-tab-3 table tr {
    background-color: #cccccc;
    border-style: solid;
    border-width: 0 1px 3px 0;
    color: #ffffff;
    font-size: 18px;
    height: 110px;
    padding: 20px 0;
    text-align: center;
    vertical-align: middle;
    width: 153px;
}
.promo-tab-1 table tr:first-child {
    background-color: #a02d86;
    color: #ffffff;
    font-size: 27px;
    line-height: 30px;
    padding: 20px 0;
    text-transform: uppercase;
}
.promo-tab-1 table tr:last-child {
    background-color: #333333;
    font-size: 15px;
    padding: 10px 0;
}
.promo-tab-1 table tr:nth-child(5) {
    background-color: #a02d86;
    font-size: 25px;
    padding: 40px 0;
}
.promo-tab-2 {
    font-family: "Oswald",sans-serif;
	margin:0 10px 0 0;
	float:left;
}
.promo-tab-2 table tr:first-child {
    background-color: #6e1d6b;
    color: #ffffff;
    font-size: 27px;
    line-height: 30px;
    padding: 20px 0;
    text-transform: uppercase;
}
.promo-tab-2 table tr:last-child {
    background-color: #333333;
    font-size: 15px;
    padding: 10px 0;
}
.promo-tab-2 table tr:nth-child(5) {
    background-color: #6e1d6b;
    font-size: 25px;
    padding: 40px 0;
}
.promo-tab-3 {
    font-family: "Oswald",sans-serif;
	margin:0;
	float:left;
}
.promo-tab-3 table tr:first-child {
    background-color: #002c67;
    color: #ffffff;
    font-size: 27px;
    line-height: 30px;
    padding: 20px 0;
    text-transform: uppercase;
}
.promo-tab-3 table tr:last-child {
    background-color: #333333;
    font-size: 15px;
    padding: 10px 0;
}
.promo-tab-3 table tr:nth-child(5) {
    background-color: #002c67;
    font-size: 25px;
    padding: 40px 0;
}
.all-info.bis {
}
.all-info.bis ul {
}
.all-info.bis ul li {
	    font-size: 23px;
    line-height: 25px;
}
.all-info.bis .fiber-oferta-head {
	    font-size: 40px;
}
.all-info.bis .fiber-oferta-head-in {
	    font-size: 28px;
    line-height: 40px;
}
.all-info.bis ul li.fiber-oferta-box-opis {
	line-height: 20px ;
}
.all-info.bis .fiber-oferta-box li:nth-child(12) {
    margin: 0;
}

.all-info.bis .fiber-oferta-box {
	    padding: 0 30px;
    width: 19%;
}
.all-info.bis2 {
}
.all-info.bis2 ul {
}
.all-info.bis2 ul li {
	    font-size: 20px;
    line-height: 25px;
}
.all-info.bis2 .fiber-oferta-head {
	    font-size: 24px;
}
.all-info.bis2 .fiber-oferta-head-in {
	    font-size: 28px;
    line-height: 40px;
}
.all-info.bis2 ul li.fiber-oferta-box-opis {
	line-height: 20px ;
}
.all-info.bis2 .fiber-oferta-box li:nth-child(12) {
    margin: 0;
}
.all-info.bis2 .fiber-oferta-box {
	    padding: 0 15px;
    width: 13%;
}
/*------ content-top-1 -------*/

.container.content-top-1 {
    width: 100%;
    padding: 100px 0 30px;
    background: #fff url("../images/bg-fiber-1.jpg") no-repeat fixed top center ;
    border-top: 1px solid #cccccc;
}
.content-top-1 .row-fluid {
max-width:1170px;
margin:auto;
min-height:450px;
max-height:900px;
}
.content-top-1 h3 {
	    font-size: 40px;
    font-weight: 100;
    line-height: 40px;
	color:#fff !important;
}
.content-top-1 h4 {
		color:#fff !important;
		font-size:22px !important;
}


/*----- content top -------*/

.container.content-top {
    background: rgba(77, 37, 115, 0.8) none repeat scroll 0 0;
    color: #ffffff;
    width: 100%;
}
.content-top {
	    padding: 60px 0;
    text-align: center;
}
.content-top h3 {
    font-size: 40px;
    font-weight: lighter;
    text-align: center;
    text-transform: uppercase;
}
.content-top ul {
    list-style: outside none none;
    padding: 40px 0;
}
.content-top ul li {
    display: inline-block;
    font-size: 25px;
    margin: 0 20px;
}
.content-top ul li a:hover {
    color: #cacaca;
}
.content-top ul li a {
    color: #ffffff;
}


/*------ end content top --------*/

/* lokalizacja */

.top_menu.span10 {
    width: 84.6% !important;
}

.lokalizacja {
    color: #333;
    float: right !important;
    font-size: 14px;
    margin: 0 auto 0 !important;
    padding: 0;
    text-align: right;
}
.lokalizacja a {
color:#ffffff !important;
    transition:0.2s;
}
.lokalizacja a:hover {
color:#333333 !important;
}
.lokalizacja .label-select {
    display: block;
    float: left;
    text-align: left;
    width: 39%;
}
.lokalizacja label {
    color: #333;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 0 !important;
}
.lokalizacja select {
    background: transparent none repeat scroll 0 0;
    border-bottom: 1px solid #cacaca;
    border-left: medium none !important;
    border-radius: 0 !important;
    border-right: medium none !important;
    border-top: medium none !important;
    font-family: Pontano Sans,sans-serif;
    font-size: 12px;
    height: 21px;
    margin: 0 0 2px;
    padding: 0 6px !important;
    text-transform: uppercase;
    width: 120px;
}
.styled-select {
    background: #fff url("../images/select-arrow.gif") no-repeat scroll right center;
    height: 21px;
    overflow: hidden;
    width: 103px;
	cursor:pointer;
}
/* end lokalizacja */



/* feature */

.container.feature {
    padding: 100px 0;
    width: 100%;
}

.row-fluid.feature {
max-width:1170px;
margin:0 auto;
  text-align: center;
}
.container.feature .item_content {
padding: 0 15px;
margin: 0 35px;
}

#carousel__prev:before {
content:"\f053";
font-family:"FontAwesome", sans-serif;
cursor:pointer;
}
#carousel__next:before {
content:"\f054";
font-family:"FontAwesome", sans-serif;
cursor:pointer;
}
.caroufredsel_prev span, .caroufredsel_next span {
    text-indent: -9999px;
}
.caroufredsel_prev, .caroufredsel_next {
    background: none !important;
    color: #cacaca !important;
    display: block;
    height: 19px;
    line-height: 20px;
    margin: -15px 0 0;
    padding: 5px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 20px;
	font-size: 35px;
}

/* end feature */

/*___________________ kanały __________________________________*/

.container.kanaly {
	width: 100%;
}
.row-fluid.kanaly img {
max-width: 140px;
}


.sidebar-right {
}

.sidebar-right h3 {
	    font-size: 30px !important;
}

/*_______________________ telefon _____________________________*/

.telefon-boxes {
    display: block;
    margin: 70px 0;
}
.telefon-box {
    display: inline-block;
    text-align: center;
    width: 33%;
}
.telefon-box-head {
}
.telefon-box-head h2 {
    color: #4d2573;
    font-size: 45px;
    text-transform: uppercase;
}
.telefon-box-head h3 {
    font-weight: 100;
    margin: 0 0 25px;
    text-transform: uppercase;
}
.telefon-box-offer {
}
.telefon-box-offer-price {
    font-size: 40px;
}
.telefon-box-offer-desc {
    display: block;
    font-size: 13px;
    width: 100%;
}
.telefon-box-offer-min {
    font-size: 30px;
    margin: 20px 0 0;
}

#footer.container {
    width:100%;
}

#globalContent {
        padding-bottom: 30px;
    padding-top: 50px;
}
#globalContent .item-page{
        padding-left: 25px;
    padding-right: 25px;
}

.container.sliderbox .row-fluid {
    height: 440px;
}
.sidebar-left {
    padding-left:20px;
}

/*============== wybór ===========================*/

/*.choice [itemprop="articleBody"] {
    text-align: center;
}
.choice [itemprop="articleBody"] .span6 {
    background: transparent url("../images/ikona-fiber.png") no-repeat scroll center center;
    margin: 0 !important;
}
.choice span {
    display: block;
    font-size: 17px;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 100%;
}
.choice a span {
    color: #4d2573;
    transition: all 0.2s ease 0s;
}
.choice a img {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    filter: grayscale(0%);
    height: auto;
    opacity: 1;
    transition: all 0.2s ease 0s;
    width: 78%;
}
.choice a:hover span {
    color: #333;
    margin: 11px 0 0;
}
.choice a:hover img {
    filter: grayscale(100%);
    height: auto;
    opacity: 0;
    width: 50%;
}*/

.choice .container.span6 {
    position: relative;
    text-align: center;
}
.choice .container.span6 .container-in {
max-width:400px;
margin:auto;
position:relative;
}
.choice .container.span6 .container-in:hover .text-top {
color:#fff; 
}
.choice .container-in .image {
  display: block;
  width: 100%;
  height: auto;
}

.choice .container-in .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #4d2573;
}

.choice .container .container-in:hover .overlay {
  opacity: 1;
}

.choice .container-in .text {
    color: #fff;
    font-size: 20px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.choice .container-in .text-top {
    bottom: 0;
    color: #4d2573;
    font-size: 17px;
    font-weight: bold;
    padding: 0;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    width: 100%;
} 
/*============== formularz =======================*/


.dj-simple-contact-form .dj-simple-contact-form.button {
    background: #4d2573 none repeat scroll 0 0 !important;
    border: medium none;
    border-radius: 0 !important;
    box-sizing: border-box;
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding: 0 5px;
    text-transform: uppercase;
    width: 100%;
}
/*============== art-other =======================*/

.art-other h2 {
	    font-size: 23px !important;
    line-height: 25px;
    text-align: left !important;
    padding: 0 !important;
}
.art-other .item {
display: block;
border: 1px solid #cacaca;
padding: 20px;
margin: 0 0 20px 0;
min-height: 140px;
}
.art-other ul {
	list-style: inside;
}

/*============== mapka ===========================*/

.loc-box-title {
	    display: table !important;
    height: 588px;
}
.loc-box-title-in {
	    display: table-cell;
    vertical-align: middle;
}

.map-container, .map-container * {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box}
.map-container {overflow: hidden; width: 588px; margin: 10px auto !important;}
.map-container > div {overflow: hidden; width: 588px;}
.map-container .mobile {display: none; margin-top: 0}


.map {position: relative; overflow: hidden; width: 500px; height: 588px; margin: 0; background: none;}

.map img {position: relative; z-index: 4; margin: 0; padding: 0; width: 100%}
.map .background {position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1}

.map .countries,
.map .countries > li {position: absolute; top: 0; right: 0; left: 0; bottom: 0; z-index: 2; margin: 0; padding: 0}
.map .countries > li {background: transparent none no-repeat 0 0; text-indent: -9999em; transition:0.2s; opacity:0;}
.map .countries > li.hover {background-position:0; opacity:1;}

.map .countries > .olkusz {background-image: url('../images/map/powiat/olkusz.png')}
.map .countries > .miechow {background-image: url('../images/map/powiat/miechow.png')}
.map .countries > .zawiercie {background-image: url('../images/map/powiat/zawiercie.png')}
.map .countries > .jedrzejow {background-image: url('../images/map/powiat/jedrzejow.png')}
.map .countries > .krakow {background-image: url('../images/map/powiat/krakow.png')}

@media only screen and (max-width: 960px) {
	.map-container {width: auto}
	.map-container > div {border: 0}
	.map-container .mobile {display: block; color:#fff; margin: 0 0 18px 50px;}
	.map-container .map a {color:#fff;}
	.map {width: auto; height: auto; margin-right: 0; margin-left: 0; border: 0; background: transparent}
	.map img {display: none}
	.map .countries,
	.map .countries > li {position: static; list-style: decimal; opacity:1;}
	.map .countries {margin-top: -5px; padding-left: 40px}
	.map .countries > li {padding: 5px 0 0 10px; background: none; text-indent: 0}
	.loc-box-title.span6, .map-container.span6 {width:100% !important;}
	.loc-box-title-in {
    display: block;
    margin: 50px 0;}
	
}

/*===================== end mapka ===============================*/

@media (max-width: 1200px) {
  
}

@media (max-width: 1024px) {
  

.loc-box-title-in {
    padding: 0 70px;
}
.fiber-items ul li {
    width: 18.8%;
}
.main_menu ul.menu li {
    margin: 0 0 0 15px;
}

.contentbottom h3 {
    padding: 0 0 0 30px;
}

.fiber-oferta-head-in {
    font-size: 35px;
    line-height: 38px;
}

.fiber-oferta-box-net-opis {
    font-size: 16px;
}

.fiber-oferta-box-phone-opis {
    font-size: 15px;
}

.fiber-oferta-box-tv-opis {
    font-size: 15px;
}

.content-top-1 h4 {
    font-size: 20px !important;
    line-height: 30px;
}

.mod_caroufredsel h4 {
    font-size: 22px !important;
    line-height: 30px !important;
}
.blog-featured h3 {
    font-size: 30px !important;
}
.copyrights.span3 {
    width: 100% !important;
    margin: 0 !important;
	text-align:center !important;
}
  
}
 
@media (max-width: 980px) {
	
	.loc-box-title {
    display: block !important;
    height: auto;
}

.logo {
    margin: 13px 0 10px 9px;
    text-align: center;
}
.top_menu ul.menu {
    float: right;
}
.top_menu ul.menu li:first-child a {
	border-right:1px solid #cacaca;
	border-top:none;
	
}
.top_menu ul.menu li a {
	border-top:none;
	border-bottom:none;
	border-left:none;
	border-right:none;
}

.content-top {
    padding: 30px 0;
}	

.fiber-items ul li {
    width: 16.9%;
}
.row-fluid.bottomboxes ul li span {
    font-size: 26px;
}

.row-fluid.bottomboxes ul li {
    font-size: 18px;
    line-height: 32px;
}

.footer_menu ul.menu {
    width: 237px;
	margin:auto;
}

.blog-featured h2 {
    font-size: 30px;
}
.footer_menu ul.menu li a, .footer_menu ul.menu li:first-child a {
    border: none;
}
.footer_menu ul.menu li {
    display: inline-block;
}

.footer_menu {
    display: block;
    float: none;
}
  
}

@media (max-width: 768px) { 


.fiber-oferta-box {
    width: 90%;
}

}
 
@media (max-width: 480px) {
  
}

@media (max-width: 420px) {
    

}