/*
||||||||||||||||||||||||||||
||||||||||||||||||||||||||||
SVG
||||||||||||||||||||||||||||
||||||||||||||||||||||||||||
*/
body.loading{
	background-image: url(../img/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center 160px;
}

.mainHeader h1{
background-image: url(../img/logo2.svg);
background-repeat: no-repeat;
background-position: center center;
}

.menuLink{
background-repeat: no-repeat;
background-position: right center;
}
.menuLink[data-slug="Intro"]{
background-image: url(../img/introduction.svg);
}
.menuLink[data-slug="Intro"]:active{
background-image: url(../img/introduction_red.svg);
}
.menuLink[data-slug="Keywo"]{
background-image: url(../img/keywords.svg);
}
.active.menuLink[data-slug="Keywo"]{
background-image: url(../img/keywords_white.svg);
}
.menuLink[data-slug="Keywo"]:active{
background-image: url(../img/keywords_red.svg);
background-color: white;
}
.menuLink[data-slug="Docum"]{
background-image: url(../img/documents.svg);
}
.active.menuLink[data-slug="Docum"]{
background-image: url(../img/documents_white.svg);
}
.menuLink[data-slug="Docum"]:active{
background-image: url(../img/documents_red.svg);
background-color: white;
}
.menuLink[data-slug="About"]{
background-image: url(../img/about.svg);
}
.menuLink[data-slug="About"]:active{
background-image: url(../img/about_red.svg);
}

#close a.exitReader{
background-image: url(../img/close_reader.svg);
background-repeat: no-repeat;
background-position: 20px 23px;
}
.toggleNext {
background: url(../img/plus.svg) no-repeat center right #F9F5F2;
}
.toggleNext.active {
background: url(../img/plusClose.svg) no-repeat center right #F9F5F2;
}

#overlay a{
background-repeat: no-repeat;
background-position: center center;
}
.overlayDownload{
background-image: url(../img/download.svg);
}
.overlayDownload:active{
background-image: url(../img/download_red.svg);
}
.overlayCancel{
background-image: url(../img/cancel.svg);
}
.overlayCancel:active{
background-image: url(../img/cancel_red.svg);
}
/*.Keywords .post .paragraphDocument {
background: url(../img/documents.svg) no-repeat center right;
}
*/
/*
||||||||||||||||||||||||||||
||||||||||||||||||||||||||||
PNGs  body.noSvg
||||||||||||||||||||||||||||
||||||||||||||||||||||||||||
*/
.noSvg .mainHeader h1{
background-image: url(../img/logo2.png);
background-repeat: no-repeat;
background-position: center center;
}

.noSvg .menuLink{
background-repeat: no-repeat;
background-position: right center;
}
.noSvg .menuLink[data-slug="Intro"]{
background-image: url(../img/introduction.png);
}
.noSvg .menuLink[data-slug="Intro"]:active{
background-image: url(../img/introduction_red.png);
}
.noSvg .menuLink[data-slug="Keywo"]{
background-image: url(../img/keywords.png);
}
.noSvg .active.menuLink[data-slug="Keywo"]{
background-image: url(../img/keywords_white.png);
}
.noSvg .menuLink[data-slug="Keywo"]:active{
background-image: url(../img/keywords_red.png);
background-color: white;
}
.noSvg .menuLink[data-slug="Docum"]{
background-image: url(../img/documents.png);
}
.noSvg .active.menuLink[data-slug="Docum"]{
background-image: url(../img/documents_white.png);
}
.noSvg .menuLink[data-slug="Docum"]:active{
background-image: url(../img/documents_red.png);
background-color: white;
}
.noSvg .menuLink[data-slug="About"]{
background-image: url(../img/about.png);
}
.noSvg .menuLink[data-slug="About"]:active{
background-image: url(../img/about_red.png);
}

.noSvg #close a.exitReader{
background-image: url(../img/close_reader.png);
background-repeat: no-repeat;
background-position: 20px 23px;
}
.noSvg .toggleNext {
background: url(../img/plus.png) no-repeat center right #F9F5F2;
}
.noSvg .toggleNext.active {
background: url(../img/plusClose.png) no-repeat center right #F9F5F2;
}

.noSvg #overlay a{
background-repeat: no-repeat;
background-position: center center;
}
.noSvg .overlayDownload{
background-image: url(../img/download.png);
}
.noSvg .overlayDownload:active{
background-image: url(../img/download_red.png);
}
.noSvg .overlayCancel{
background-image: url(../img/cancel.png);
}
.noSvg .overlayCancel:active{
background-image: url(../img/cancel_red.png);
}
