*{
	outline: none !important;
}

*::before, *::after {
    box-sizing: border-box;
}
body {
    font-family: "Lato",sans-serif;
	background-color:#efefef;   
    display: block;
    width: 100%;
	padding:0;
	margin:0;
}
.bg{ 
	background-clip: content-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	position:absolute;
	z-index:-1;
	width:100%;
	height:700px;
}
a,a:hover,a:focus,a:active{
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6,p,ul,li,form{
	margin:0;
}
.main-wrapper{
	background:url(../images/imatter/top-shadow.png) repeat-x;
}
.wrapper{
	width:1000px;
	margin:auto;
}
.logo{
	margin:30px 0 0;
}
.banner{
	margin:150px 0 70px;
}
.banner h1.heading-1{
	font-size:46px;
	color:#fff;
	font-family: 'Droid Serif', serif;
	line-height:60px;
	text-shadow:2px 2px 2px rgba(0, 0, 0, 0.7);
	font-weight:normal;
}
.banner p{
	font-size:20px;
	color:#fff;
	line-height:30px;
	margin:0 0 20px;
	font-weight:300;
	text-shadow:2px 2px 2px rgba(0, 0, 0, 0.7);
}
.participate{
	font-size:16px;
	border:2px solid #22aa69;
	color:#22aa69;
	border-radius:3px;
	width:250px;
	text-align:center;
	line-height:53px;
	display:block;
	letter-spacing:1px;
}
.participate:hover,
.participate:focus,
.participate:active{
	color:#fff;
	background-color:#22aa69;
}
.content {
    margin: auto;
    padding: 30px 0 60px;
    width: 632px;
}
.heading-2{
	font-size:32px;
	color:#333;
	line-height:30px;
	margin:0 0 30px;
}
.content-default{
	font-size:18px;
	line-height:26px;
	color:#666;
	margin:0 0 20px;
}
.well{
	background-color:#fff;
}
.nav-tabs {
    border: 0 none;
}
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus{
	border:0;
}
.nav > li > a:hover, 
.nav > li > a:focus{
	background:none;
}
.nav-tabs > li > a{
	width:238px;
	height:153px;
	background-repeat:no-repeat !important;
	background-position:center center !important;
	padding:0;
	border:0 !important;
}
.nav-tabs > li > a.one{
	background-image:url(../images/imatter/participate.png);
}
.nav-tabs > li.active > a.one,.nav-tabs > li > a.one:hover{
	background-image:url(../images/imatter/participate-over.png);
}
.nav-tabs > li > a.two{
	background-image:url(../images/imatter/gov.png);
}
.nav-tabs > li.active > a.two,.nav-tabs > li > a.two:hover{
	background-image:url(../images/imatter/gov-over.png);
}
.nav-tabs > li > a.three{
	background-image:url(../images/imatter/democracy.png);
}
.nav-tabs > li.active > a.three,.nav-tabs > li > a.three:hover{
	background-image:url(../images/imatter/democracy-over.png);
}
.nav-tabs > li > a.four{
	background-image:url(../images/imatter/talk.png);
}
.nav-tabs > li.active > a.four,.nav-tabs > li > a.four:hover{
	background-image:url(../images/imatter/talk-over.png);
}
.resources li {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 400px;
}
.big-letter {
    float: left;
    font-size: 60px;
    padding: 0 10px 8px 0;
    position: relative;
    top: 15px;
	font-weight:300;
}
.form-center{
	margin:auto;
	width:400px;
}
.form-group .form-control {
    background-color: #efefef;
    height: 46px;
    text-align: center;
    width: 100%;
	padding:4px 0;
}
.media-bttn {
    background-color: #22aa69;
    background-image: none;
    border: 0 none;
    border-radius: 5px;
    box-shadow: 0 4px 0 #239064;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    padding: 21px 50px 23px;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 200ms ease 0s;
    vertical-align: middle;
    width: 100%;
	margin:10px 0;
	letter-spacing:1px;
}
.media-bttn:hover,.media-bttn:focus{
	background-color:#1ea665;
    color: #fff;
}
.video-box {
    border: 10px solid #efefef;
    border-radius: 5px;
	margin:auto auto 20px;
	width:612px;
	height:340px;
}
.error-block {
    color: #b94a48;
    display: inline-block;
    margin: 0 0 15px;
}
.carousel .carousel-control {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    border-radius: 0;
    color: #222;
    font-size: 60px;
    font-weight: 100;
    height: 60px;
    left: -53px;
    line-height: 60px;
    margin-top: -40px;
    opacity: 0.5;
    top: 50%;
    width: 40px;
}
.carousel .carousel-control.right {
    right: -53px;
	left:auto;
}