

.theme1 .main-container {
	background-color:#fff;
	border:1px solid #e6e6e6;
	padding:5px 0 0 0;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(100,100,100,0.1);
	-moz-box-shadow: 0px 0px 5px 1px rgba(100,100,100,0.1);
	box-shadow: 0px 0px 5px 1px rgba(100,100,100,0.1);
}



.theme1 .thumb{
	
	border:1px solid #ddd;
	padding:4px;
	height:auto;
	background:#fff;
	position:relative;
	z-index:50;
}



/**********************************
	-	THEME-1	MORE	-
***********************************/

.theme1 .page-more{	
	visibility:hidden;
}

.theme1 >ul{	visibility:hidden;}

.theme1 .big-image{
	float:left;
	border:1px solid #ddd;
	padding:4px;
	height:auto;
	background:#fff;
	position:relative;
	z-index:50;
	margin-right:30px;
}

.theme1 .details{
	position:relative;
	float:left;
	width:160px;
	margin-right:30px;
}

.theme1 .details_double{
	position:relative;
	float:left;
	width:320px;
	margin-right:30px;
}

.theme1 .video_clip{
	position:relative;
	float:left;
	width: 498px;
	height: 280px;
	border:1px solid #ddd;
	padding:4px;
	margin-right:30px;
}

.theme1 .check {
	list-style:none;
	margin-left:0px;
	padding-left:0px;
	
}
.theme1 .check li{
	background:url('') no-repeat left;
	padding-left:25px;
	list-style:none;
	line-height:27px;
	margin:0px;
}

.theme1 .closer{
	width:30px;
	height:30px;
	position:absolute;
	background:url('/public/de/9e/5f/76959_110449_close.png') no-repeat top;	
	right:0px;
	margin-right:-20px;
	margin-top:-20px;
	top:0px;	
	cursor:pointer;
	z-index:10000;
}

.theme1 .closer:hover{
	background-position:bottom;
	opacity:0.5;
	filter: alpha(opacity=50);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	cursor:pointer;
}





/*********************************
	-	BUTTON LIGHT	-
**********************************/
.buttonlight {
 margin-top:10px;
 height: 30px;
 line-height: 30px;
 font-size: 12px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
}

.buttonlight:link, .buttonlight:visited {

 color: #777;
 padding: 5px 20px 5px 20px;
 text-align: center;
 text-shadow: 1px 1px 0px #fff;
 background-color: #999;
 border: 1px solid #cdcdcd;
 text-decoration: none;
 font-weight: bold;
}

.buttonlight:hover, .comment-reply-link:hover {
 color: #fff;
 text-shadow: 1px 1px 0px #000;
 background: #333;
 border: 1px solid #555555;
 text-decoration: none;
}



/*********************************
	-	BUTTON DARK	-
**********************************/
.buttondark {
 margin-top:10px;
 float: left;
 height: 30px;
 line-height: 30px;
 font-size: 12px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
}

.buttondark:link, .buttondark:visited {
 color: #fff;
 padding: 0 20px 0 20px;
 text-align: center;
 text-shadow: 1px 1px 0px #000;
 background-color: #999;
 border: 1px solid #151515;
 text-decoration: none;
 font-weight: bold;
}

.buttondark:hover, .comment-reply-link:hover {
 color: #fff;
 text-shadow: 1px 1px 0px #000;
 background-color: #333;
 border: 1px solid #555555;
 text-decoration: none;
}


/**************************	
	-	TOOLBAR	-
**************************/

.toolbar{visibility:hidden}

.toolbar .left{
	background:url('/public/56/d1/3c/76955_110446_left.png') no-repeat top;
	width:30px;
	height:45px;
	position:absolute;
	left:1px;
	top:60px;
	z-index:200;
	margin-left:-29px;
	cursor:pointer;
}


.toolbar .left:hover{background-position:bottom;}


.toolbar .right{
	background:url('/public/3/5a/92/76957_110448_right.png') no-repeat top;
	width:30px;
	height:45px;
	position:absolute;
	right:-1px;
	top:60px;
	z-index:200;	
	margin-right:-30px;
	cursor:pointer;
}



.toolbar .right:hover{background-position:bottom};


/*************************************************
	-	THE PRELOADER OF THE BANNER 	-
*************************************************/
.services-preloader{
	background:url('') no-repeat;
	width:24px;
	height:24px;
	position:absolute;
	left:49%;
	top:49%;
	z-index:9999;
}




/****************************************
	-	THE BLOG AND PLUS SIGNS - 
****************************************/	
.hover-more-sign{
	background:url('/public/87/8/6b/76974_110495_more.png') no-repeat;
	width:50px;
	height:50px;	
	position:absolute;
	margin-left:-25px;
	margin-top:-25px;
	cursor:pointer;
}

.hover-blog-link-sign{
	background:url('/public/6c/4/bf/76972_110493_link.png') no-repeat;
	width:50px;
	height:50px;	
	position:absolute;
	cursor:pointer;
}

