#slider {
	width: 884px;
	height: 437px;
	/* Prevent FOUC (see FAQ page) and keep things readable if javascript is disabled */
	overflow-y: auto;
	overflow-x: hidden;
}
.anythingSlider {	
	margin: 0 auto;
}
.anythingSlider .anythingControls a {
	text-indent: -9999px;
	background: #949393;
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 15px;
}
.anythingSlider .anythingControls a.cur {
	background: #037699;
}

/***********************
  COMMON SLIDER STYLING
 ***********************/
/* Overall Wrapper */
.anythingSlider {
	display: block;
	overflow: visible !important;
	position: relative;
}
/* anythingSlider viewport window */
.anythingSlider .anythingWindow {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}
/* anythingSlider base (original element) */
.anythingSlider .anythingBase {
	background: transparent;
	list-style: none;
	position: absolute;
	overflow: visible !important;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

/* Navigation arrow text; indent moved to span inside "a", for IE7;
  apparently, a negative text-indent on an "a" link moves the link as well as the text */
.anythingSlider .arrow span {
	display: block;
	visibility: hidden;
}
/* disabled arrows, hide or reduce opacity: opacity: .5; filter: alpha(opacity=50); */
.anythingSlider .arrow.disabled {
	display: none;
}
/* all panels inside the slider; horizontal mode */
.anythingSlider .panel {
	background: transparent;
	display: block;
	overflow: hidden;
	float: left;
	padding: 0;
	margin: 0;
}
/* vertical mode */
.anythingSlider .vertical .panel {
	float: none;
}
/* fade mode */
.anythingSlider .fade .panel {
	float: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
/* fade mode active page - visible & on top */
.anythingSlider .fade .activePage {
	z-index: 1;
}

.anythingSlider .anythingControls {
	background: #f6f6f6;
	/*border-radius: 5px;*/
	padding: 5px;
	height: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
}
.anythingSlider .anythingControls ul:after {
	content: "";
	display: block;
	clear: both;
}
.anythingSlider .anythingControls li {
	float: left;
	margin: 3px;
}
#slider {
	font-family: "PT Sans";
}
#slider li {
	position: relative;
}
#slider li img {
	position: absolute;
	top: 0;
	right: 0;
	width: auto !important;
	height: auto !important;
}
#slider li .more {
	position: absolute;
	left: 35px;
	bottom: 60px;
	text-decoration: none;
	font: bold 12px Arial;
	padding: 6px 10px;
	text-transform: uppercase;
	color: #FFF;
	border-radius: 5px;
	box-shadow: 1px 1px 3px #150;

	background: #7fc145;
	background: -moz-linear-gradient(top,  #7fc145 0%, #5ca333 49%, #6ca43b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7fc145), color-stop(49%,#5ca333), color-stop(100%,#6ca43b));
	background: -webkit-linear-gradient(top,  #7fc145 0%,#5ca333 49%,#6ca43b 100%);
	background: -o-linear-gradient(top,  #7fc145 0%,#5ca333 49%,#6ca43b 100%);
	background: -ms-linear-gradient(top,  #7fc145 0%,#5ca333 49%,#6ca43b 100%);
	background: linear-gradient(to bottom,  #7fc145 0%,#5ca333 49%,#6ca43b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fc145', endColorstr='#6ca43b',GradientType=0 );
}
#slider li .more:hover {
	background: #9dd356;
	background: -moz-linear-gradient(top,  #9dd356 0%, #82be4f 49%, #87b64c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9dd356), color-stop(49%,#82be4f), color-stop(100%,#87b64c));
	background: -webkit-linear-gradient(top,  #9dd356 0%,#82be4f 49%,#87b64c 100%);
	background: -o-linear-gradient(top,  #9dd356 0%,#82be4f 49%,#87b64c 100%);
	background: -ms-linear-gradient(top,  #9dd356 0%,#82be4f 49%,#87b64c 100%);
	background: linear-gradient(to bottom,  #9dd356 0%,#82be4f 49%,#87b64c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd356', endColorstr='#87b64c',GradientType=0 );
}
#slider li .more:active {
	box-shadow: none;
	background: #276313;
	background: -moz-linear-gradient(top,  #276313 0%, #489423 40%, #7eb43e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#276313), color-stop(40%,#489423), color-stop(100%,#7eb43e));
	background: -webkit-linear-gradient(top,  #276313 0%,#489423 40%,#7eb43e 100%);
	background: -o-linear-gradient(top,  #276313 0%,#489423 40%,#7eb43e 100%);
	background: -ms-linear-gradient(top,  #276313 0%,#489423 40%,#7eb43e 100%);
	background: linear-gradient(to bottom,  #276313 0%,#489423 40%,#7eb43e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#276313', endColorstr='#7eb43e',GradientType=0 );

}
#slider .text {
	margin-top: 80px;
	margin-left: 50px;
}
#slider label,
#slider p {
	display: block;
	font-size: 13px;
	margin-top: 10px;
}
#slider h2 {
	color: #037699;
	font-size: 28px;
	font-weight: normal;
	text-transform: uppercase;
}
#slider select {
	color: #212020;
	font-size: 22px;
	border: 1px solid #d1d1d1;
	padding: 3px;
	width: 200px;
}
#slider .submit {
	margin-top: 1em;
	cursor: pointer;
	/* font-family: "Segoe Print", Arial; */
	border-radius: 5px;
}
section.main > .left article {
	clear: both;
}
section.main > .left article.vito_news {
	overflow: hidden;
}
section.main > .left article.vito_news .content {
	overflow: hidden;
}
section.main > .left article.vito_news .news {
	float: left;
	padding: 20px;
	border: 1px solid #dfe1e8;
	border-radius: 5px;
	width: 180px;
	height: 280px;
	position: relative;
	margin-right: 22px;
}
section.main > .left article.vito_news .news:last-child {
	margin-right: 0;
}
section.main > .left article.vito_news .news .image {
	border: 1px solid #cdcdcd;
	display: block;
	width: 180px;
	height: 110px;
	background-position: center;
	margin: 0 auto;
}
section.main > .left article.vito_news .news .title {
	margin-top: 10px;
	font-weight: bold;
	color: #132445;
}
section.main > .left article.vito_news .news .preview {
	font-size: 80%;
	color: #545668;
}
section.main > .left article.vito_news .news .more {
	font-size: 85%;
	text-decoration: none;
	text-align: center;
	color: #2945c0;
	position: absolute;
	left: 20px;
	bottom: 20px;
	padding: 5px 12px;
	border: 1px solid #c6ccdc;
	border-radius: 25px;
	background: #ffffff;
	box-shadow: 0 1px 3px -1px #333;
	background: -moz-linear-gradient(top,  #ffffff 0%, #c6ccdc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#c6ccdc));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#c6ccdc 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#c6ccdc 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#c6ccdc 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#c6ccdc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c6ccdc',GradientType=0 );
}

body > footer .header {
	font: 2em "PT Sans";
	padding: 10px 0 20px;
}
body > footer .brands {
	width: 910px;
	margin: 0 auto;
}
body > footer .brands a {
	font-size: 1.2em;
	color: #335071;
}
/*brands+apps*/
#home .text, #home .apps{
	float:left;
	width:50%;
margin: 40px 0px 70px;
}
#home .text> div, #home .apps >div{
	width:375px;
	height:277px;
	margin:0 auto;
	
}

#home .text h2{
	color: #346b8e;
	font-size:4em;
	text-transform:uppercase;
	font-weight:normal;
	margin: 20px 0 10px;
}
#home select{
	height:2.5em;
	border:1px solid #ccc;
	width:100%;
margin: 0px 0px 20px;	
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
font-size:2em;
color:#5f5f5f;
}
#home .wiz{
background: #346b8e;
margin-right:10px
}
#home .go{
background: #34b653;
}
#home  input{
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
	display:inline-block;
	padding:15px 0px;
	width:180px;
	cursor:pointer;
	font-size: 1.6em;
	font-weight: normal;
		-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
box-shadow: none;
border:0px;
}
#home  input:hover{
	opacity: 0.8;
	box-shadow: 0 1px 3px #AAB;
}