@charset "utf-8";

/*
 * Site Name: connetta WEB Smart5
 * File Name homecss
 * Description: index.php Style
 * Version: 1.0
 * Author: DIS_ART_WORKS
 */




/*
layout
----------------------------------------- */
#home #main_column{
	margin-top: 30px;
}

#home #side_column{
	padding-top: 30px;
}

/*
main_images
----------------------------------------- */

#main_images {
	display: block;
	width: 100%;
	padding: 0;
	position: relative;
	transition: none;
	margin: 2em auto 0;
}


/*
buttons
----------------------------------------- */
#home ul#buttons,
#home ul#buttons_str
{
	clear: both;
	width: 100%;

	list-style: none;
}

#home ul#buttons li,
#home ul#buttons_str li{
	display: inline-block;
	list-style: none;
	/*float: left;*/
	vertical-align: top;
	padding-bottom: 1.4em;
	text-align: center;
	height: 100%;
}

#home ul#buttons2 li img,
#home ul#buttons_str li img{

	min-width: 100%;
	margin: 0 auto;

}

#home ul#buttons2 li span.title,
#home ul#buttons_str li span.title{
	display: block;
	height: 2.8em;
	background-color: #172A88;
	color: #fff;
	font-weight: normal;
	text-align: center;
	padding-top: 0.5em;
	line-height: 1;
}

#home ul#buttons2 li span.strings,
#home ul#buttons_str li span.strings{
	display: block;
	background-color: #cbdae6;
	color: #172A88;
	font-weight: normal;
	text-align: left;
	padding: 1em;
	line-height: 1.2;
	height: 100%;

}

#home ul.buttons2 li{
	width: 49.0%;
	padding-left: 2%;
}

#home ul.buttons3 li{
	width: 32.3%;
	padding-left: 1.5%;
}

#home ul.buttons4 li{
	width: 24.2%;
	padding-left: 1%;
}



#home ul#buttons li:first-child,
#home ul#buttons_str li:first-child{
	padding: 0;
}

#home ul#buttons li a:hover,
#home ul#buttons_str li a:hover,
#home ul#buttons_str li a:hover span{
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
}

/*
news
----------------------------------------- */

#home h2.lists {
	margin-bottom: 0;
}

#home a#list_of_news {
	position: absolute;
	display: block;
	line-height: 2em;
	top:0;
	width: 5.5em;
	right: 0;
	margin: 0;
	padding: 0.25em 2em;
	overflow:hidden;
	color: #fff;
	text-align: right;
	background: url(../common/arrow_w.png) 1em 50% no-repeat #75A94B;
}



/*
#home a#list_of_news:after
{
	position: absolute;
	border-right: 3px solid #fff;
	border-top: 3px solid #fff;
	content: "";
	width: 6px;
	height: 6px;
	left: 2em;
	top: 50%;
	margin-top: -0.4em;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	border: none\9;
	background-color: #fff\9;
}
*/
#home a#list_of_news:hover {
	transition: all 500ms;
	background-color: #bfdba9;
	text-decoration: none;
}

#home dl#topicses {
	width:100%;
}

#home dl#topicses dt {
	line-height:1;
	margin: 0 0 0;
	padding: 1.5em 0;
	width:11em;
	text-indent: 0.5em;
}

#home dl#topicses dd {
	padding: 1.5em 0.5em 1.5em 11em;
	margin-left: 0;
	margin-top: -4em;
	line-height: 1;
	border-bottom: 1px dotted #999999;

}

#home dl#topicses dd img{
	margin-left:10px;
	line-height: 1;
	width:17px;

}



/*
 spacial
 ---------------------------------------------------- */
#home #specials {
	margin: 0 0 1.5em;
	padding:0 16px;

}

#home #specials a.button{
	display: block;
	width: 37%;
	background-color: #5C69AB;
}

#home #specials a:hover{
	transition: all 300ms;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#home #specials .free {
	width: 60%;
}

#home #specials .nopic {
	width: 100%;
}

#home #specials img {
	width: 37%;
}

#home .layout_left .free{ float: right; }
#home .layout_right .free{ float: left;  margin-right: 3%;}
#home .layout_left .imgs { float: left; }
#home .layout_right .imgs { float: right; }
