.no-mobile {
		
	display:inherit;	
	}

h1 {
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}
h5 {
	font-size: 12px;
	font-weight: normal;
}
h6 {
	font-size: 10px;
	font-weight: normal;
}


a {
	color: #d40f00;
	text-decoration: none;
}
a:hover {
	color: #452061;
	text-decoration: none;

}

td {
	vertical-align: top;
}
p {
	margin: 0px;
	padding: 0px;
}

img {
	border-style: none;
}
.img_shadow {
	box-shadow: 5px 6px 5px rgba(0,0,0, 0.25);
}

input[type="text"],input[type="tel"],input[type="email"],input[type="search"] {
padding:8px; 
font-size:1em; 
font-family:Arial, sans-serif; 
border:solid 1px #ccc; 
margin:0 0 6px; 
width:90%;
box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
border-radius: 5px;

}

input[type=radio] {
 border: 0px;
    width: 100%;
    height: 18px;
	font: normal normal normal 18px/normal '.HelveticaNeueDeskInterface-Regular';
}

textarea {
padding:8px; 
font-size:1em; 
font-family:Arial, sans-serif; 
border:solid 1px #ccc; 
margin:0 0 6px; 
width:90%;
box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
border-radius: 5px;

}


input[type=submit] {
	padding:12px; 
    background-color: #68b12f;
    background: -webkit-gradient(linear, left top, left bottom, from(#68b12f), to(#50911e));
    background: -webkit-linear-gradient(top, #68b12f, #50911e);
    background: -moz-linear-gradient(top, #68b12f, #50911e);
    background: -ms-linear-gradient(top, #68b12f, #50911e);
    background: -o-linear-gradient(top, #68b12f, #50911e);
    background: linear-gradient(top, #68b12f, #50911e);
    border: 1px solid #509111;
    border-bottom: 1px solid #5b992b;
    border-radius: 3px;
    box-shadow: inset 0 1px 0 0 #9fd574;
    color: white;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 -1px 0 #396715;
}

select {
	font-size:24px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

*:link, *:visited, *:hover, *:active, *:focus {

   -webkit-transition: color .5s linear,
    background-color .5s linear,
	font-size 0.5s ease-in-out,
    border-color .5s linear;
	
	
	-moz-transition: color .5s linear, 
    background-color .5s linear,
	font-size 0.5s ease-in-out,
    border-color .5s linear;
	

   transition:  color .5s linear,  
    background-color .5s linear,
	font-size 0.5s ease-in-out,
    border-color .5s linear;
}

/* page styles */

body {
	background: #452061;
	margin: 0;
	padding: 0;
	color: #452061;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	text-align: left;
}
#main_container {	
	width:88%;
	max-width: 1100px;
	min-height:740px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 5px;
	position: relative;
	padding-left:3%;
	padding-right:3%;
	padding-top: 10px;
	padding-bottom:20px;	
	background-repeat: no-repeat;
	background-color: #fff;
	overflow: hidden;
	box-shadow: 10px 25px 25px rgba(0,0,0, 0.4);
	border-radius: 15px;
	
}

#logo {
	float: left;
	width: 140px;
	min-height:140px;
	margin-left:5%;
	margin-right:1%;
}
#logo img{
		width: 100%;
}


#menu {
	height:60px;
	text-align:center;
}
#menu_login {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	height: 19px;
	
}
#menu_mobile2 {
	font-family: 'Amaranth', arial, serif;
	font-size: 30px;
	font-style: italic;
	font-weight: normal;
	text-align:center;
	padding-top: 15px;
	padding-bottom:25px;
}
.menu_clients a {
	display: inline-block;
	padding-right: 12px;
	padding-left: 12px;
	color: #6b00ba;
	border-radius:20px;
}
.menu_clients a:hover {
	color: #fff;
	background-color: #6b00ba;
}
.menu_clients_selected {
	display: inline-block;
	padding-right: 12px;
	padding-left: 12px;
	border-radius:20px;
	color:#fff;
	background-color: #6b00ba;
}
.menu_books_selected a{
	display: inline-block;
	padding-right: 12px;
	padding-left: 12px;
	border-radius:20px;
	color: #fff;
	background-color: #9bcc11;
}
.menu_books a{
	display: inline-block;
	padding-right: 12px;
	padding-left: 12px;
	color: #9bcc11;
	border-radius:20px;
}
.menu_books a:hover{
	color: #fff;
	background-color: #9bcc11;
}
.menu_news a{
	display: inline-block;
	padding-right: 12px;
	padding-left: 12px;
	color: #d44200;
	border-radius:20px;
}
.menu_news a:hover{
	color: #fff;
	background-color: #d44200;
}
.menu_news_selected a{
	display: inline-block;
	padding-right: 12px;
	padding-left: 12px;
	border-radius:20px;
	color: #fff;
	background-color: #d44200;
}
.menu_about a{
	display: inline-block;
	padding-right: 12px;
	padding-left: 12px;
	color: #ffb000;
	border-radius:20px;
}
.menu_about a:hover{
	color: #fff;
	background-color: #ffb000;
}
.menu_about_selected{
	display: inline-block;
	padding-right: 12px;
	padding-left: 12px;
	border-radius:20px;
	color: #fff;
	background-color: #ffb000;
}
.menu_contact a{
	display: inline-block;
	padding-right: 12px;
	padding-left: 12px;
	color: #00a19b;
	border-radius:20px;
}
.menu_contact a:hover{
	color: #fff;
	background-color: #00a19b;
}
.menu_contact_selected{
	display: inline-block;
	padding-right: 12px;
	padding-left: 12px;
	border-radius:20px;
	color: #fff;
	background-color: #00a19b;
}
#side_left_box {
	width: 25%;
	text-align: left;
	padding-top: 50px;
	padding-bottom: 10px;
	overflow: visible;
	/* [disabled]height: 560px; */
	float: left;
	margin-bottom: 30px;
	min-height: 400px;
}
.side_left_text  {
	font-size: 14px;
	line-height: 1.5;	
	text-align: left;
}

#mainContent  {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 30px;
	float: right;
	width: 60%;
}


#footer  {
	text-align:center;
	background-color: transparent;
	height: 30px;
	width: 88%;
	max-width:1100px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 3%;
	padding-right:3%;
	font-size: 10px;
	color: #ddd;
}
#footer a {
	color: #9bcc11;
}
#footer a:hover {
	color: #F90;
}
.book_title {
	font-size: 14px;
	font-weight: bold;
	color: #6b00ba;
	line-height: 18px;
	text-align:center;
	width:100%;
}
.author_small {
	font-size: 11px;
	text-align:center;
}
.book_description {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	padding-top: 6px;
}

.about_txt {
	font-size: 14px;
	line-height: 1.25;
	font-weight: normal;
	padding-top: 6px;
}
.about_txt p {
	padding-bottom: 8px;
}
.about_pict {
width:100px;
text-align:center;
}

.about_pict img{
width:100%;
}



.headline {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 6px;
}
.contact_info p {
	padding-bottom: 8px;
}
#facebook {
	padding-top: 6px;
}
.newsCopy {
	line-height:1.35;
}
.newsCopy p {
	padding-bottom: 8px;
}
.newsPanel {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.news_head_block a{
	background-color: #b6d955;
	margin: 0px;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	display: block;
	text-decoration: none;
	color: #452061;
}
.news_head_block a:hover {
	background-color: #f8ca62;
	color: #452061;
}

.newsContent {
	overflow: auto;
	margin: 0px;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
}
.search {
	font-weight: bold;
	background-color: #3CF;
	display: inline-block;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}
.contact_field {
	color: #6b00ba;
	border: 1px solid #6b00ba;
	font-weight: bold;
}
.spacer {
	height: 5px;
}
.page_headline {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 15px;
	padding-top: 5px;
}
.news_header {
	font-size: 14px;
	font-weight: bold;
}
.news_date {
	font-size: 10px;
	font-weight: normal;
}
.archive a {
	display:inline-block;
	font-size: 14px;
	line-height: 130%;
	padding:10px;
	background-color:#F77816;
	color:#FFFFFF;
}

.archive a:hover {
	background-color: #F70206;
	color:#FFFFFF;
}



.title {
	font-size: 18px;
	text-align: center;
	padding-bottom: 20px;
}

@media screen and (max-width: 770px) {
	
	.no-mobile {
		
	display:none;	
	}
	
@media screen and (max-width: 540px) {
	
	.no-mobile {
		
	display:none;	
	}
	
	
	#main_container {	
	width:86%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 5px;
	padding-left:4%;
	padding-right:4%;
	padding-top: 10px;
	padding-bottom:20px;	
	background-repeat: no-repeat;
	background-color: #fff;
	box-shadow: 10px 25px 25px rgba(0,0,0, 0.4);
	border-radius: 15px;
	
}
	
#menu_mobile2 {
	font-family: 'Amaranth', arial, serif;
	font-size: 30px;
	font-style: italic;
	font-weight: normal;
	text-align:center;
	padding-top: 0px;
	padding-bottom:5px;
}	
	
	#logo {
	float: left;
	min-width: 120px;
	min-height:180px;
	margin-left:3%;
	margin-right:1%;
	padding-top:3%;
}

#side_left_box {
	width: 100%;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: visible;
	float: none;	
	min-height: 0px;
}

#mainContent  {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 30px;
	float: none;
	width: 100%;
}

.book_description {
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	padding-top: 6px;
}

.about_pict {
mx-width:100px;
width:24%;
text-align:center;
}	
	
}