/*loading fonts*/

/* font-family: "ArialNarrowRegular"; */
@font-face {
    font-family: "ArialNarrowRegular";
    src: url("../fonts/ArialNarrowRegular/ArialNarrowRegular.eot");
    src: url("../fonts/ArialNarrowRegular/ArialNarrowRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/ArialNarrowRegular/ArialNarrowRegular.woff") format("woff"),
    url("../fonts/ArialNarrowRegular/ArialNarrowRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "ArialNarrowBold"; */
@font-face {
    font-family: "ArialNarrowBold";
    src: url("../fonts/ArialNarrowBold/ArialNarrowBold.eot");
    src: url("../fonts/ArialNarrowBold/ArialNarrowBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/ArialNarrowBold/ArialNarrowBold.woff") format("woff"),
    url("../fonts/ArialNarrowBold/ArialNarrowBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "ArialNarrowItalic"; */
@font-face {
    font-family: "ArialNarrowItalic";
    src: url("../fonts/ArialNarrowItalic/ArialNarrowItalic.eot");
    src: url("../fonts/ArialNarrowItalic/ArialNarrowItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/ArialNarrowItalic/ArialNarrowItalic.woff") format("woff"),
    url("../fonts/ArialNarrowItalic/ArialNarrowItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "ArialNarrowBoldItalic"; */
@font-face {
    font-family: "ArialNarrowBoldItalic";
    src: url("../fonts/ArialNarrowBoldItalic/ArialNarrowBoldItalic.eot");
    src: url("../fonts/ArialNarrowBoldItalic/ArialNarrowBoldItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/ArialNarrowBoldItalic/ArialNarrowBoldItalic.woff") format("woff"),
    url("../fonts/ArialNarrowBoldItalic/ArialNarrowBoldItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/* font-family: "AnnabelleRegular"; */
@font-face {
    font-family: "AnnabelleRegular";
    src: url("../fonts/AnnabelleRegular/AnnabelleRegular.eot");
    src: url("../fonts/AnnabelleRegular/AnnabelleRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/AnnabelleRegular/AnnabelleRegular.woff") format("woff"),
    url("../fonts/AnnabelleRegular/AnnabelleRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

.books {	
   width: 98%;	        
}

.StihiNaVode {
	float: left;	
	margin:10px 40px 30px;/*сверху|справа| снизу| слева|*/	
}
.img_book {
	margin-left: 1.5%;
	box-shadow: 10px 10px  8px #c3c3c3;
}
.KozaPodZont {		
	margin:0px 40x 0px 10px;/*сверху|справа| снизу| слева|*/	
}



.OtAvtora {		
	margin:0px 5px;/*сверху|справа| снизу| слева|*/
	padding:0px 10px 10px 30px;		
	box-sizing: border-box; /*margin + width   - рассчет элемента за счет margin и width. Padding на размер элемента не влияет*/
	font-family: "ArialNarrowRegular", "Arial";	
}

