/**
 * This file should get overwritten if Method 1 is used. If Method 2 is chosen,
 * remove this comment and start adding your styles to this file.
 */
input#edit-submitted-e-mail{
	height: 37px;
	width: 100%;
}

/*div.section.section-grey.rounded.carousel-section{
	width: 960px;
	margin: 0 auto;
}*/

.section h4{
	color: #777777;
}

.section hr {
	border-top: solid 1px #777777;
}

.flexslider{
	background: rgb(210,210,210);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(210,210,210,1) 50%, rgba(210,210,210,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(210,210,210,1)), color-stop(100%,rgba(210,210,210,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(210,210,210,1) 50%,rgba(210,210,210,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(210,210,210,1) 50%,rgba(210,210,210,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(210,210,210,1) 50%,rgba(210,210,210,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(210,210,210,1) 50%,rgba(210,210,210,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d2d2d2',GradientType=0 );
	border: none;
}

.section#block-views-frontpage-block-1{
	background: rgb(210,210,210);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(210,210,210,1) 50%, rgba(210,210,210,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(210,210,210,1)), color-stop(100%,rgba(210,210,210,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(210,210,210,1) 50%,rgba(210,210,210,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(210,210,210,1) 50%,rgba(210,210,210,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(210,210,210,1) 50%,rgba(210,210,210,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(210,210,210,1) 50%,rgba(210,210,210,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d2d2d2',GradientType=0 );
}

.flexslider .slides img{
	/*width: 120px;*/
	width: 91px;
	display: block;
}

#block-views-channels-block-1 {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(210, 210, 210, 1) 50%, rgba(210, 210, 210, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);}
#block-views-channels-block-1 .section-grey{background: transperant}
.flex-direction-nav .flex-prev {
	left: 0;
background-image: url(../img/button-previous.png);
background-repeat: no-repeat;
background-position: center;
}

.flex-viewport {
    margin: 0 30px;}

.flex-direction-nav .flex-next {
	right: 0;
background-image: url(../img/button-next.png);
background-repeat: no-repeat;
background-position: center;
}

.flexslider{
	box-shadow: none;
background: transparent;
}

.flex-viewpoint
.slides {
	margin-left:40px;
}

/*img {
	max-width: 100%;
	height: auto;
	display: block;

}*/