/* 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:#FFF;
	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;
  	border-radius: 5px 5px 0 0;
  	-moz-border-radius: 5px 5px 0 0;
  	-webkit-border-radius: 5px 5px 0 0; 
/* 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 */
	
}
#content .left .titr-left  h4{
	line-height:41px !important;
    color: #fff;
}

#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;

	
}
#content .left .content-left .box{
	height:150px;
	width:700px;
	margin:0 auto;
  	border-radius: 5px 5px 5px 5px;
  	-moz-border-radius: 5px 5px 5px 5px;
  	-webkit-border-radius: 5px 5px 5px 5px; 
	border:1px solid #860303;
	margin-top: 5px;
    box-shadow: inset 1px -3px 28px 3px rgba(49, 49, 49, 0.67);
    -moz-box-shadow: inset 1px -3px 28px 3px rgba(49, 49, 49, 0.67);
    -webkit-box-shadow: inset 1px -3px 28px 3px rgba(49, 49, 49, 0.67);
    -o-box-shadow: inset 1px -3px 28px 3px rgba(49, 49, 49, 0.67);
}
#content .left .content-left .box:hover{
	background-color: #E6E6E6;
	cursor:pointer;
}

#content .left .content-left .box .right-box{
	float:right;
	width:500px;
	height:150px;
	border-left:1px dotted #ffcf6a;
}
#content .left .content-left .box .left-box{
	color:#666;
	width:200px;
}
#content .left .content-left .box .right-box .content-right{
	height:109px;
	width:368px;
	margin-right:20px;
}
#content .left .content-left .box .right-box .content-right a{
	text-decoration:none;
}
#content .left .content-left .box .right-box .content-right a:link {
    color: #FF0000;
}

/* visited link */
#content .left .content-left .box .right-box .content-right a:visited {
    color: #00000;
}

/* mouse over link */
#content .left .content-left .box .right-box .content-right a:hover {
    color: #FF00FF;
}

/* selected link */
#content .left .content-left .box .right-box .content-right a:active {
    color: #0000FF;
}

#content .left .content-left .box .right-box .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;
}
#content .left .content-left .box .right-box .content-right .button-right:hover{
	background:rgb(255, 102, 0);
	cursor:pointer;
	color:#FFF !important;
	text-decoration:none;
}
#content .left .content-left .box .right-box .content-right p{
	color:#000;
	margin-top:10px;
}
#content .left .content-left .box .right-box .img-right{
	height:100px;
	width:100px;
	border:1px solid #ffcf6a;
	margin-top: 20px;
}
.gallery__img{
	width:100px;
	height:100px;
	border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	border:none;
	
}
.gallery__item{
	float:none;
	margin-right:0px;
}
a{

	text-decoration:none;
}
#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;
}
