/* home Module CSS */
#header #main-header{
	height:372px;
  	border-radius: 0 0 5px 5px;
  	-moz-border-radius: 0 0 5px 5px;
  	-webkit-border-radius: 0 0 5px 5px; 
}
#header #main-header #news{
	width:1024px;
	margin:0 auto;
	
}
#content{
	background:none;
	height:auto;
}
#content .right{
	background:none;
	height:auto;
	margin-right:0px;
	margin-top:10px;
}
#content .right .content-right{
	background:#FFFFFF;
}
#content .left{
	height:auto;
	margin-left:0px;
	width:734px;
	position: relative;
	bottom: 0px;
	left: -5px;
}

#content .left .titr-left {
	height: 41px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#191600+0,b70c47+44,330317+100 */
background: rgb(25,22,0); /* Old browsers */
background: -moz-linear-gradient(45deg, rgba(25,22,0,1) 0%, rgba(183,12,71,1) 44%, rgba(51,3,23,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, rgba(25,22,0,1) 0%,rgba(183,12,71,1) 44%,rgba(51,3,23,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, rgba(25,22,0,1) 0%,rgba(183,12,71,1) 44%,rgba(51,3,23,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#191600', endColorstr='#330317',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */  	border-radius: 5px 5px 0 0;
  	-moz-border-radius: 5px 5px 0 0;
  	-webkit-border-radius: 5px 5px 0 0; 
	color:#FFFFFF;

	
}
#content .left .titr-left  h4{
	line-height:41px !important;
}
#content .left td{
	color:#000000;
}
#content .left .content-left {
  background: #fff;
  position: relative;
  z-index: 2; 
  -webkit-box-shadow: 3px 2px 10px #000;
  -moz-box-shadow: 3px 2px 10px #000;
  box-shadow: 3px 2px 10px #000;
  padding-top: 15px;
  color:#fce6a3;
  padding-bottom:15px;

	
}
.table th,.table td{
	text-align:center;
}
.table{
	width:95% !important;
	margin:15px auto;
}
.table-bordered{
	border:3px solid #ddd;
    font-size: 12.5px !important;
}
.col{
	color:#249AF1  !important;
}
.table-bordered tbody>tr:nth-child(odd)>td, .table-striped tbody>tr:nth-child(odd)>th {
background-color: #f9f9f9;
}
a{

	text-decoration:none !important;
}
#content .right .button-right{
	height:30px;
	width:100px;
	background:rgb(255, 227, 164);
	border-radius: 5px 5px 5px 5px;
  	-moz-border-radius: 5px 5px 5px 5px;
  	-webkit-border-radius: 5px 5px 5px 5px; 
	border:1px solid #ffcf6a;
	margin-top: 20px;
	color:#666 !important;
	text-align:center;
	line-height:26px;
	text-decoration:none;
	margin-left: 10px;
}
#content .right .button-right:hover{
	background:rgb(255, 102, 0);
	cursor:pointer;
	color:#FFF !important;
	text-decoration:none;
}
#content .right .gallery__img{
	width:60px;
	height:60px;
	border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	border:none;
	
}
#content .right .gallery__item{
	float:none;
	margin-right:0px;
	margin-left: 73px;
	margin-top: 10px;
	border: 1px solid #BCBCBC  !important;
	width:60px;
	height:60px;
}
.gallery__img:hover
{
-webkit-box-shadow: 0 0 50px  rgba(33, 185, 177, 1)  inset;
-moz-box-shadow: 0 0 50px  rgba(33, 185, 177, 1)  inset;
box-shadow: 0 0 50px  rgba(33, 185, 177, 1)  inset;
left: 0;
top: 0;
}
