/*====================================== reset.css is here ========================================*/
@font-face {
    font-family: 'St Transmission-800 SemiBold';
    src: url('Stereotypes-StTransmission-800ExtraBold.otf');
    font-weight: normal;
    font-style: normal;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	outline: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}

em, i {
    font-style: italic;
}

strong, b {
    font-weight: bold;
}

ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Noto Sans', "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	display: block;
}
.last {
	margin: 0 !important;
}
.pad_last {
	padding: 0 !important;
}
.no_bg {
	background: none !important;
}
/**************************************************************************************/
a {
	color: #333;
	text-decoration: none;
	outline: 0 none;
}
/*a:hover {
	color: #669898;
	text-decoration: none;
}*/
h1 {
	font-size: 24px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
/*----------------------------------------------------------------------------------*/
html {
    
}
body {
	color: #333;
	font-family: 'Noto Sans',"Arial", Verdana, Tahoma;
	font-size: 12px;

}
.flt_lt {
	float: left;
	display: inline;
}
.flt_rt {
	float: right;
	display: inline;
}
/* ---------------------------------------------------------------------------------*/


/* ----------------------- layout ----------*/
.wrapper {
	margin: 0 auto;
	min-width: 1098px;
	}
.main_content {
}

.author {
	font-family: 'Noto Sans', "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #669898;
	text-align: left;
	font-style: italic;
}

#poz-fix {
         /*position: fixed;
	 top: 0;
	 left: 0;*/
	 background-color: white;
	 z-index: 10;
	 width: 100%;
}

/* ------------------ HEADER HERE -------------------*/


.header {
	width: 100%;
	/*background: #1ca6d7;*/
}
.header-container {
    position: relative;
    top:0px;
    left:0px;
	width: 919px;/*1098px;*/
	min-height: 148px;/*175px;*/
	margin: 0 auto;
	padding: 0 0;
}
.header-container .logo {
	display: inline-block;
	float: left;
	margin: 21px 0 21px 0;
}
.header-container .logo a {
	font-family: 'St Transmission-800 SemiBold', "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #ffffff;
	font-weight: normal;
	display: block;
	
}

.logo img {
	max-width: 280px;
	max-height: 72px;
	padding-top: 17px;
	padding-bottom: 12px;
}

#adiutorium {
	display: block;
	position: absolute;
        top: 0px;
        right: 0px;
	padding: 0 0 0 0;
        height:63px;
        width:306px;
        font-family: 'St Transmission-800 SemiBold', "Trebuchet MS", Arial, Helvetica, sans-serif;
        color:#fff;        
/*margin: -27px 0 0 0;*/
}

#adiutorium a {
        color:#fff;
}

.header-container .obrazek {
    width: 127px;
    height: 63px;
    margin: 0 0 0 25px;
}

/*
.header-container .obrazek p {
    text-align: center;
    vertical-align: middle;
    font-size:1.5 em;
}*/

#deus_in_adiutorium {
    position: absolute;
    top: 0px;
    left: 0px;
    background:url('/site_media/images/deus_in_adiutorium.png');

}

#schowek {
    font-family: 'St Transmission-800 SemiBold', "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
    position: absolute;
    top: 0px;
    left: 153px;
    background:url('/site_media/images/schowek.png');
}


.header-container #adiutorium p {
	font-family: 'St Transmission-800 SemiBold', "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: normal;
    text-align: center;
    margin-top: 21px;
}
/*-------------------------------------------*/

/* ------------------------- NAVIGATION HERE ---------------*/
 .fixedMenu {
        position:fixed;
	top:0px;
	z-index:999;
	} 

.nav {
	width: 100%;
        height: 30px;
        background-color: #000000;
	/*background: url(../images/nav-bg.jpg) repeat-x;*/
}
.nav-in {
	width: 933px;
	margin: 0 auto;
}
.nav-in ul {
	width: 933px;
        margin: 0 auto;
}
.nav-in ul li {
	float: left;
	display: inline-block;
	/*background: url(../images/nav-li-bg.png) no-repeat right center;*/
	margin: 0 0px 0 0;
}
.nav-in ul li a {
	font-family: 'St Transmission-800 SemiBold', "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #ffffff;
	display: inline-block;
	padding: 0px 5px;
}
.nav-in ul li a div p {
    /*margin-top:1px*/
}
.nav-in ul li a:hover {
    background-color: #669898;
    text-decoration: none;
}
.ped {
	padding-right: 0 !important;
}

div.social {
        height: 30px;
	display:inline-block;
	float:right;
	/*margin-left:95px;*/
}

div.social a {
	height: 30px;
}

div.social a img {
	height: 30px;
}

div.block {
    margin-left:2px;
    margin-right:2px;
    height:29px;
    padding:3px;
    margin-bottom:-5px;

    
}

.highlight {
    background: #669898;
}

.highlight2 {
    background: #fff;
    color: #669898;
}



ul.menu {
    width: 142px;
    float:left;
    background: #669898;
    font-family: 'St Transmission-800 SemiBold', "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-transform: lowercase;
    line-height:1.1em;
    margin-left:1px;
    padding:5px;
}

li.menuitem {
    padding:8px 13px;
}

li.menuitem a{
    color:white;
}

div#menu_publ2.read1 ul.menu {
    margin-left:-5px;
}

/*wyszukiwarka*/
div#lupa_form {
padding:8px 15px;
display: none;
width: 239px;
/*height: 100px;*/
background: black;
border: 3px solid #000;
float:right;
border-bottom-left-radius:10px;
border-bottom-right-radius:10px;
margin-right:7px;
}

input.szukaj {
border:1px solid #cccccc;
}

input.szukaj[type=submit] {
background-color:black;
color:white;
font-family:'St Transmission-800 SemiBold', "Trebuchet MS", Arial, Helvetica, sans-serif;
}
/*koniec wyszukiwarki*/


input.newsletter {
border:1px solid #cccccc;
margin-left:17px;
width:160px;
}

input.newsletter[type=submit] {
/*background-color:black;
color:white;*/
font-family:'Noto Sans', "Trebuchet MS", Arial, Helvetica, sans-serif;
width:auto;
}


/* ---------------------------KONIEC NAWIGACJI------------------------------*/

/* ------------------------ MAIN CONTENT --------------*/
.container {
	width: 934px;/*1098px;*/
	margin: /*205px 46px auto*/ 0 auto;
	/*margin-bottom:0px;
	magrin-left: auto;
	margin-right: auto;*/
	/*padding-top: 12px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 24px;
	background: #ffffff;*/
	}
.container-in {
	width: 934px;
	margin: 0 auto;
/*    transform: scale(0.85);
    -webkit-transform: scale(0.85);
    -webkit-transform-origin: 0 0;
    -moz-transform: scale(0.85);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.85);
    -o-transform-origin: 0 0;
    -ms-transform: scale(0.85);
    -ms-transform-origin: 0 0;
*/

	}
div.plus img {
	/*width:11px;*/
	height:9px;
	padding-top: 3px;
	padding-right: 0px;
	padding-left: 0;
	padding-bottom: 17px;
	float:right;
}

div.plus_ img {
	/*width:11px;*/
	height:9px;
	padding-top: 3px;
	padding-right: 0px;
	padding-left: 0;
	padding-bottom: 17px;
	float:right;
}

#obudowa {
        width:607px;
        float:left;

}

#onecolumn{
        width:934px;
	    padding-top:46px;
}

#onecolumn_eb{
        width:934px;
	    padding-top:0px;
}

#twocolumn {
        width:607px;
        float:left;
        column-count:2;
        -moz-column-count:2; /* zapis dla przeglądarki Firefox */
        -webkit-column-count:2; /* zapis dla przeglądarki Google Chrome, Safari, Opera 15+ */
		-ms-column-count:2;
		-o-column-count: 2;
        column-gap: 42px; 
		-moz-column-gap: 42px; 
		-webkit-column-gap: 42px;
		-ms-column-gap: 42px;
		-o-column-gap: 42px;
	padding: 0px;
}

#threecolumn{
        width:934px;
        column-count:3;
        -moz-column-count:3; /* zapis dla przeglądarki Firefox */
        -webkit-column-count:3; /* zapis dla przeglądarki Google Chrome, Safari, Opera 15+ */
	-ms-column-count:3;
	-o-column-count: 3;
        column-gap: 45px; 
	-moz-column-gap: 45px; 
	-webkit-column-gap: 45px;
	-ms-column-gap: 45px;
	-o-column-gap: 45px;
	padding: 0px;
	
    
}

img.alignleft {
    float:left;
	margin:5px 10px 5px 0;
}


.photomin img {
    width: 100%;
    margin-bottom:20px;
    margin-top:10px;
}

.read1 {
	
	width: 276px;
	/*float: left;*/
	padding: 0px;
	margin: 46px 0 0 0;
}

#threecolumn div.read1 {
    width: 274px;
}


.read1 div.head {
	width: 246px;
	height: 21px;
	border-bottom-color: #669898;
	border-bottom-width: 1px;
    border-bottom-style: solid;
    margin: 17px 0 0 17px;
}

.read1 div.date {
           float: left;
           width: 30%;
           font-size: 12px;
	   }

.read1 div.category {
           float: left;
           width: 60%;
           margin-left: 0px;
           font-size: 12px;
	   text-transform:uppercase;
	   }

.category a .sluchajac-piusa-xii { color:yellow }
.category a .swiadectwa { color:navy }
.category a .polemiki { color:maroon }
.category a .promo { color:red }
.category a .wydarzenia { color:green }
.category a .liturgia { color:purple }
.category a .studia { color:teal }
.category a .pismo { color:orange }
.category a .komentarze { color:olive }
.category a .religia { color:blue }
.category a .wojtyliana {color:fuchsia}
.category a .felieton {color:aqua}
.category a .opowiadania {color:silver}
.category a .w-mediach {color:lime}


.plus_ {float:right}

.read1 div.plus {
           width:4%;
           float: left;
           text-align: right;
           }

.read1 div.author {
	font-family: 'Noto Sans', "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #669898;
	text-align: left;
	line-height: 23px;
	padding: 8px 25px 8px 17px;	
	font-style: italic;
}

.read1 div.author a {
        color: #669898;
}
		   
.read1-img1 {
	width: 27px;
	height: 25px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 18px;
}
.read1 h3 {
	font-family: 'Noto Sans', "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #333333;
	font-weight: bold;
	text-align: left;
	line-height: 25px;
	padding: 8px 25px 8px 17px;
}
.read1 p {
	font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	/*font-weight: normal;*/
	text-align: left;
	line-height: 22px;
	padding: 0 17px 7px 17px;
}

.read1 blockquote {
	font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	/*font-weight: normal;*/
	text-align: left;
	line-height: 18px;
	padding: 0 17px 7px 25px;
}

/*
.read1 a {
	
	font-family: "Noto Sans", Arial, Helvetica, sans-serif;
	font-weight: bold;

	font-size: 11px;
}*/	

.read1 strong {
    font-weight: bold;
}
/*
.read1 > img {
	width:100%;
	} 
*/
img.dalej {
        width:9px;
	height:9px;
	padding-left:17px;
	margin-bottom: 8px;
	margin-top: 8px;
}


.read1 a:hover {
	text-decoration: none;
}

div.read1 {
        border-style: dashed;
        border-color: silver;
        border-width: 1px;
	display:inline-block;
	break-inside:avoid;
        -moz-break-inside:avoid;
	-webkit-column-break-inside:avoid;
	-ms-break-inside:avoid;
		/*break-inside:avoid-column;
		-ms-break-inside:avoid-column;*/
	-o-column-break-inside:avoid;
}

div#menu_publ.read1  {
    border-style: none; 
}

div#menu_publ2.read1  {
    border-style: none;
}

div#menu_publ2.read1 ul.menu  {
	background:#fff;
}

div#menu_publ2.read1 ul.menu  a {
    color:#333;	
	padding-left: 6px;
}

.news-pagination {
        width:100%;
        margin-top:46px;
        padding-top:46px;
        clear:both;
		border-bottom: 1px solid #669898; 
}

.news-nowsze {
        float:right;
}

.news-starsze {
        float:left;
}

.news-pagination a {
        color: #669898;
        text-decoration: none;
        font-size:1.0em;
}

.news-pagination a:hover {
        color: #777;
        text-decoration: none;
}




#sidebar{
        float:left;
        width: 278px;
        margin: 46px 0 0 42px;
        overflow: hidden;
        }

#sidebar img {
        margin-bottom:46px;
}



#sidebar .authimg {
    float:left; 
	width:72px; 
	height:72px; 
	background-color:#ccc;
	margin-top: 4px;
}

#sidebar .authimg img{
        margin-bottom:12px;
		width:72px;
		height:72px;
}


#autorzy {
        border-style: dashed;
        border-color: silver;
        border-width: 1px;
        margin-top: 46px;
}

div.aut-title {
	height: 21px;
	border-bottom-color: #669898;
	border-bottom-width: 1px;
    border-bottom-style: solid;
    margin: 17px 17px;
}

div.aut-title  h3 a {
    font-family: 'Noto Sans', Trebuchet, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 0.5em;
}


.title {
    /*border-bottom-color: #669898;
	border-bottom-width: 1px;
    border-bottom-style: solid;
	margin-bottom:30px;
	padding-bottom:10px;*/

}

#sidebar h3{

	text-transform: uppercase;
}

.newboxes {
    display: none;
    overflow: hidden;
	width:216px;
	padding-left: 0px;
	padding-bottom:25px;
	}


div .name {
      overflow: hidden;
	  width:144px;
	  padding-left: 25px; 
  }

.author {
    font-size: 1.5em;
    }


	
div#okladka_pisma {
        width:276px;
		height:392px;
	    margin: 0px 0px 0px;
        border-style: dashed;
        border-color: silver;
        border-width: 1px;
        
    } 
	
div#zamow_pismo {
    width:276px;
	/*height:92px;*/
	margin: 0px 0px 46px 0px;
    border-style: dashed;
    border-color: silver;
    border-width: 1px;
	background-color:#669898;
	color:white;
	font-family: 'St Transmission-800 SemiBold', "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 32px;
	text-align: center;
	padding: 18px 0;
}
	
#sidebar .author { 	
	text-transform:uppercase;
	font-size: 1.1em;
	font-style: normal;
    }

#thirdcolumn{
        float:left;
        width: 278px;
        margin: 0 0 0 42px;
        }
	
	
.read2 {
	width: 100%;
	float: left;
	padding: 8px 0 12px 0;
}

.read2 div.date {
   float: left;
   width: 33%;
   font-size: 12px;
	   }

.read2 div.category {
   float: left;
   width: 35%;
   color:red;
   margin-left: 8px;
   font-size: 12px;
   text-transform:uppercase;
	   }

.read2 div.plus {
   width:25%;
   float: left;
   text-align: right;
           }


.read2-img1 {
	width: 27px;
	height: 25px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 18px;
}
.read2 h3 {
	font-family: 'Noto Sans', "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-align: left;
	padding: 0 7px 12px 7px;
}
.read2 p {
	font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	/*font-weight: normal;*/
	text-align: left;
	line-height: 11px;
	padding: 0 7px 7px 7px;
}
.read2 a {
	
	font-family: "Noto Sans", Arial, Helvetica, sans-serif;
	font-weight: bold;
	/*color: #ffffff;*/
	font-size: 9px;
	
}


.read2 a:hover {
	text-decoration: underline;
}
/*
div.read2 {
        border-style: dashed;
        border-color: #669897;
        border-width: 2px;
}
*/

div.archive-box-left {
    float:left;
	display:block;
	width:280px;
}

div.archive-box  {
	width: 607px;
	float: right;
	margin-top:  47px;
	padding: 31px 17px 12px 17px;
	border-left-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-top-style: solid;
    border-color: #669898;
    border-width: 1px;
}

div.read3  {
	width: 730px;
	float: right;
	padding: 8px 17px 12px 17px;
	border-style: dashed;
    border-color: silver;
    border-width: 1px;
	
}

.read3 div.head {
	width: 100%;
	height: 30px;
	border-bottom-color: #669898;
	border-bottom-width: 1px;
    border-bottom-style: solid;
}

.read3 div.date {
   float: left;
   width: 18%;
   font-size: 12px;
   padding-top:2px;
	   }

.read3 div.category {
   float: left;
   width: 60%;
   color:red;
   margin-left: 8px;
   font-size: 12px;
   text-transform:uppercase;
   padding-top:2px;
	   }

.read3 div.plus {
	   width:20%;
	   float: left;
	   text-align: right;
	           }
.read3 div.plus img {
	   height:13px;
	   margin: 2px;
}

read3 p.tag {
    font-size:0.8em;
}
/*
.read3 img {
    margin-top:25px;
}
*/
.read3-img1 {
	width: 27px;
	height: 25px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 18px;
}
.read3 h3, .read3 h1 {
	font-family: 'Noto Sans', "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	text-align: left;
	margin: 25px 0 8px 7px;
	font-weight: normal;
}

.read3 h3  a {
    color:#333
}

.read3 h4 {
	font-family: 'Noto Sans', "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #333333;
	font-weight: bold;
	text-align: left;
	margin: 10px 0 8px 7px;
}


.read3 div.author {
    font-family: 'Noto Sans',"Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-style: italic;
	color: #669898;
    text-align: left;
    line-height: 20px;
    padding: 8px 25px 8px 8px;
	
}

.read3 p {
	font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	/*font-weight: normal;*/
	text-align: left;
	line-height: 20px;
	padding: 0 7px 7px 7px;
}

.read3 p img.alignleft{
	margin-bottom: 20px;
}

.read3 p.male {
    font-size: 0.8em;
	font-weight: bold;

}

.read3 blockquote {
	font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	/*font-weight: normal;*/
	text-align: left;
	line-height: 20px;
	padding: 0 7px 7px 17px;
}

.read3 a {
	
	font-family: "Noto Sans", Arial, Helvetica, sans-serif;
	/*font-weight: bold;*/
	color: #669898;

	
}


.read3 a:hover {
	text-decoration: none;
}

.read3 .comments {
   padding-top:46px;
   font-size:0.8em;
}

.read3 ol {
   list-style-type: decimal;
   padding-left:3em;
   font-size:14px;
  }

div#autor_artykulu {
   border-top-style: solid;
   border-top-width: 1px;
   border-top-color:#669898;
   padding-top:20px;
   margin-top:20px;
   
}

h2#autor_art_name {
    text-transform:uppercase;
	font-size:17px;
	font-weight: normal;
}

p#autor_art_name {
    text-transform:uppercase;
	font-size:17px;
	
}



div#autor_artykulu  img {
    width:93px;
	height:93px;
	margin: 0 15px 15px -17px;
	float: left;
}

p#autor_art_notka {
   font-family:'Noto Sans';
   font-size: 15px;
   margin: 0 15px;
   padding-top:10px;
}

div#autor_art_przycisk a {
    background:#669898;
    font-size:15px;
    padding:5px 15px;
    color:white;
    margin-left:-17px;
	float: left;
}

div.tresc_statyczna {
    width: 607px;
	float: right;
	padding: 12px 17px 12px 17px;
	border-style: dashed;
    border-color: silver;
    border-width: 1px;
	margin-top:46px;
}

.tresc_statyczna  {
    font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
	font-size: 12px;
	line-height: 21px;
	}

.tresc_statyczna h3 {
    font-family: 'Noto Sans', "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 23px;
	line-height: 1.7em;
	color: #333333;
	font-weight: bold;
	margin-bottom: 1em;
}

.tresc_statyczna h4 {
    font-family: 'Noto Sans', "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 1.5em;
	color: #333333;
	font-weight: bold;
}

.tresc_statyczna p {
    padding-bottom: 0.8em;
	padding-top: 0.8em;
}

.tresc_statyczna a {
    font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
	color: #555555;
	text-align: left;
	font-size: 12px;
}

.tresc_statyczna a.nowy_nr_link {
    font-size:1.2em;
	font-weight: bold;
}


/* ---------------------------------------------------------*/

/* ------------------ FOOTER HERE --------------------------*/
.footer {
	width: 100%;
	/*background: #333333;*/
}
.footer-in {
	width: 934px;
	margin: 0 auto;
	padding: 36px 0 36px 0;
}
.social-icons {
	float: left;
	padding: 0 0 0 28px;
	display: inline-block;
}
.social-icons ul {
	float: left;
	display: inline-block;
}
.social-icons ul li {
	float: left;
	display: inline-block;
	margin: 0 10px 0 0;
}
.social-icons ul li a {
	display: block;
}
.copy {
	margin-top:46px;
	float: right;
	display: inline-block;
	
}
.copy p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #999999;
	display: inline-block;
}
.copy a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #999999;
	display: inline-block;
	text-decoration: underline;
}
.copy a:hover {
	text-decoration: none;
}
/* ---------------------------------------------------------*/
/*SLIDER*/

    .banner {
	    position: relative;
	    overflow: auto;
	    margin-top:46px;
		  }
        
	.banner ul li { 
	    width:929px; 
	    float: left; 
	/*	border-style: dashed;
        border-color: silver;
        border-width: 1px;*/
		list-style: none;
		}
        
	.banner ul li div.banner-right {
            width: 322px;/*323*/
            height: 355px;
            float:left;
	        overflow: hidden;
            border-right-style: dashed;
            border-top-style: dashed;
	        border-bottom-style: dashed;
            border-left-style: none;
            border-color: silver;
            border-width: 1px;
            }
    .banner ul li div.banner-left { 
	        width: 603px; 
			height:355px; 
			float:left;
			border-right-style: none;
            border-top-style: dashed;
	        border-bottom-style: dashed;
            border-left-style: dashed;
            border-color: silver;
            border-width: 1px;
			}

    .banner ul li div.banner-right h3 {
            font-family: 'Noto Sans',"Trebuchet MS",Arial,Helvetica,sans-serif;
            font-size: 18px;
            color: rgb(51, 51, 51);
            font-weight: bold;
            text-align: left;
	    line-height:25px;
            padding: 8px 46px 18px;
	    margin-top:15px;
            }

    .banner ul li div.banner-right p {
            font-family: 'Noto Sans',Arial,Helvetica,sans-serif;
            font-size: 15px;
            color: rgb(51, 51, 51);
            font-weight: normal;
            text-align: left;
            line-height: 23px;
            padding: 0px 46px 22px;
            }
	    
	.banner ul li div.banner-right p.author {   
	    color: #669898;
		font-style: italic;
	 }
		
h3.schowek {
        font-family:"Noto Sans";
	color: #333;
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 26px;
	padding:20px 15px;
}

.dots {
  position: absolute;
  left: 252px;
  right: 0;
  bottom: 15px;
  /*text-align: center;*/
}

.dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  text-indent: -999em;
  border: 2px solid #669898;
  border-radius: 6px;
  cursor: pointer;
  opacity: .4;
  -webkit-transition: background .5s, opacity .5s;
  -moz-transition: background .5s, opacity .5s;
  transition: background .5s, opacity .5s;
}

.dots li.active {
  background: #669898;
  opacity: 1;
}


/* SLIDER - koniec */
/*-------------------------------------------------------*/
/* EBOOK */

#line {
   width:850px;
   height:1px;
   margin:46px auto 17px;
   border-bottom-style:solid;
   border-bottom-color:#669898;
   border-bottom-width:2px;
}


.okladka {
    width: 240px;
    float: left;
    
}

.okladka h4, .okladka p {
    margin-top:15px;
    line-height: 2em;
}

.okladka img {
    width:100%;
}
.zamow {
    margin-top:30px;
    width:100%;
    height:20px;
    display: inline-block;
}

#zamow {
    font-family:'St Transmission-800 SemiBold';
	font-size:16px;
    margin-right:30px;
    width: 44px;
    padding:7px 2px 0 13px;
    float:left;
    height:25px;
}

#epub {
    font-family:'St Transmission-800 SemiBold';
	font-size:16px;
	margin-right:10px;
    width: 44px;
    padding:7px 2px 0 13px;
    background-color:#669898;
    float:left;
    height:25px;
}
#epub a{
    color: white;
}

#mobi {
    font-family:'St Transmission-800 SemiBold';
    font-size:16px;
	margin-right:10px;
    color: white;
    width: 44px;
    padding:7px 2px 0 13px;
    background-color:#669898;
    float:left;
    height:25px;
}

#mobi a{
    color: white;
}

/*kontakt*/
div#threecolumn-kontakt > div.read1
{
    width:278px;
	/*height:820px;*/
	margin-right:46px;
	float:left;
	overflow:auto;
}

/*
div#threecolumn-kontakt > div.read1#gora
{
    width:278px;
	/*height:180px;*
	margin-right:46px;
	float:left;
	overflow:auto;
}


div#threecolumn-kontakt > div.read1#dol
{
    width:278px;
	/*height:754px;*
	margin-top:46px;
	margin-right:46px;
	float:left;
	overflow:auto;
}
*/



div#threecolumn-kontakt > div.read1>div.head {
    margin-bottom:17px;
}

div#banery {
   padding-top: 47px;
}
