/* CSS of jQback2top Plugin by wasp / stefanbe */ 
#jqback2top {
    position: fixed;
    display: block;
    right: 0.25em;
	/* right: 0.25em  FOR IE ...  */
    bottom: 2.0em;
    width:50px;
	height:50px;
	color: #000000;
background-color : transparent;
    /*padding: 5px 6px;*/
    font-size: 1.6em;
    z-index: 6666666666;
	text-decoration: none;
    outline: none;
    outline-offset: 0;
	
}

#jqback2top:hover { 
    color: #ffffff;
    background-color : #ffffff;
	text-decoration: none;
    border-radius: 50%;
}

#jqback2top:hover .imagesubtitle { 
    display:none;
}

#jqback2top .contentimage { 
    box-shadow:none;
    border:none;
}

#jqback2top {
  transition: transform .5s;
}
#jqback2top:hover { 
  transform: rotate(-45deg);
}

jqback2top a:link { 
    text-decoration: none;
}

jqback2top a:visited { 
    text-decoration: none;
}

jqback2top a:hover { 
    text-decoration: none;
}

jqback2top a:active { 
    text-decoration: none;
}

jqback2top a:focus { 
    text-decoration: none;
}
