@font-face {
  font-family: 'BebasNeue';
  src: url('fonts/BebasNeue.html');
  src: url('fonts/BebasNeue-2.html') format('woff2'),
       url('fonts/BebasNeue-3.html') format('woff'),
       url('fonts/BebasNeue-4.html') format('truetype'),
       url('fonts/BebasNeue-5.html#BebasNeue') format('svg'),
       url('fonts/BebasNeued41d.html?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

body {
	background: #ffe79c;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
/*------headerContainer------*/
.headerContainer{
	width: 100%;
	min-height: 75px;
	background: #fff;
	padding: 7px 0px;
	margin-bottom: 25px;
}
.headerInner{
	width: 960px;
	margin: 0 auto;
}

.banners-container {
	    width: 960px;
	    margin:0px auto 10px;
	    overflow:hidden;
}

#logo{
	display: inline-block;
	float: left;
	height: 57px;
	width: 335px;
	background: url(images/logo.png) transparent no-repeat center;
}
.hdRight{
	float: right;
}
.mainNavRight{
    float: right;
    border: 0;
    height: 38px;
}
.navbar{
    margin: 0;
    min-height: 31px;
    border: 0;
}
.navbar .nav{
    margin: 0;
    min-height: 34px;
    border: 0;
}
.mainNavRight .nav > li {
    text-align: center;
    float: left;
    list-style: none;
}
.mainNavRight .nav > li a:hover,.mainNavRight .nav > li a:focus{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#54cfff+0,34c4ff+50,1abbff+100 */
	background: #54cfff; /* Old browsers */
	background: -moz-linear-gradient(top, #54cfff 0%, #34c4ff 50%, #1abbff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #54cfff 0%,#34c4ff 50%,#1abbff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #54cfff 0%,#34c4ff 50%,#1abbff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54cfff', endColorstr='#1abbff',GradientType=0 ); /* IE6-9 */
	border:  1px solid #119dda;
}
.mainNavRight .nav > li  > a{
	color: #fff;
	border: 1px solid #e47704;
	padding: 4px 15px;
	text-decoration: none;
	text-align: left;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f69000+0,f98301+50,fd7602+100 */
	background: #f69000; /* Old browsers */
	background: -moz-linear-gradient(top, #f69000 0%, #f98301 50%, #fd7602 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f69000 0%,#f98301 50%,#fd7602 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f69000 0%,#f98301 50%,#fd7602 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f69000', endColorstr='#fd7602',GradientType=0 ); /* IE6-9 */
	line-height: 25px;
	font-size: 11px;
	text-transform: uppercase;
	margin: 11px 6px;
	border-radius: 4px;
}
.dropdown a{
	padding-right: 30px !important;
}
.dropdown{
	position: relative;
}
.dropdown img{
	position: absolute;
	right: 15px;
	top: 23px;
	z-index: 9;
}
.dropdown-menu{
	min-width: 138px !important;
	top: 100%;
	left: 0px;
}
.dropdown-menu>li>a{
	color: #3f4849;
	text-align: left;
	font-weight: normal;
	text-transform: uppercase;
    font-size: 12px;
}
.dropdown-menu>li>a:hover{
	color: #27bfff;
	background: none !important;
	border:  0 !important;
}
.wraper {
	border-radius: 4px;
	width: 960px;
	background:  #fff;
	margin: 0 auto;
	overflow:  hidden;
	-webkit-box-shadow: 0px 10px 34px -6px rgba(240,209,135,1);
	-moz-box-shadow: 0px 10px 34px -6px rgba(240,209,135,1);
	box-shadow: 0px 10px 34px -6px rgba(240,209,135,1);
	padding-bottom: 10px;
}
/*headerTopContainer*/
.headerTopContainer{
	width: 100%;
	background: #fb9a01;
	padding: 10px 25px;
	overflow: hidden;
	margin-top:  5px;
}
.headerTopInner{
	width: 100%;
	margin: 0 auto;
}
.headerTopInner p{
	display: inline-block;
	float: left;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	text-transform: uppercase;
	margin: 0;
}
.ctn-hdt-row1{
	width: 38%;
	float: left;
	text-align: center;
	background: url(images/hd-ic1.html) transparent no-repeat center left 27%;
}
.ctn-hdt-row2{
	text-align:  right;
	float: right;
	line-height: 33px;
}

.ctn-hdt-row2 a.login{
	margin-right:10px;
	font-size:  13px;
	padding: 7px 28px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f69000+0,f98301+50,fd7602+100 */
	background: #f69000; /* Old browsers */
	background: -moz-linear-gradient(top, #f69000 0%, #f98301 50%, #fd7602 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f69000 0%,#f98301 50%,#fd7602 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f69000 0%,#f98301 50%,#fd7602 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f69000', endColorstr='#fd7602',GradientType=0 ); /* IE6-9 */
	color: #fff;
	text-transform:  uppercase;
	text-decoration: none;
	border-radius: 4px;
	border:  1px solid #e47704;
}
.ctn-hdt-row2 a.register{
	padding: 7px 30px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#54cfff+0,34c4ff+50,1abbff+100 */
	background: #54cfff; /* Old browsers */
	background: -moz-linear-gradient(top, #54cfff 0%, #34c4ff 50%, #1abbff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #54cfff 0%,#34c4ff 50%,#1abbff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #54cfff 0%,#34c4ff 50%,#1abbff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54cfff', endColorstr='#1abbff',GradientType=0 ); /* IE6-9 */
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	font-size:  13px;
	border: 1px solid #119dda;
	text-transform:  uppercase;
}
.ctn-hdt-row2 a.login:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#54cfff+0,34c4ff+50,1abbff+100 */
	background: #54cfff; /* Old browsers */
	background: -moz-linear-gradient(top, #54cfff 0%, #34c4ff 50%, #1abbff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #54cfff 0%,#34c4ff 50%,#1abbff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #54cfff 0%,#34c4ff 50%,#1abbff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54cfff', endColorstr='#1abbff',GradientType=0 ); /* IE6-9 */
	border:  1px solid #119dda;
}
.ctn-hdt-row2 a.register:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f69000+0,f98301+50,fd7602+100 */
	background: #f69000; /* Old browsers */
	background: -moz-linear-gradient(top, #f69000 0%, #f98301 50%, #fd7602 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f69000 0%,#f98301 50%,#fd7602 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f69000 0%,#f98301 50%,#fd7602 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f69000', endColorstr='#fd7602',GradientType=0 ); /* IE6-9 */
	border: 1px solid #e47704;
}

/**************bannerContainer******************/
.bannerContainer{
	width: 100%;
	overflow: hidden;
	background: url('images/bn-bg.png') #fff no-repeat center top 0px;
	background-size: 100%;
}
.bannerInner{
    width: 100%;
    margin: 0 auto;
    padding: 140px 0 35px;
    background: url(images/img1.png) transparent no-repeat right 120px top 5px;
    padding-left: 35px;
    border-bottom: 3px solid #ffc919;
    background-size: 240px;
}
.bannerInner h3{
	font-size: 36px;
	color: #fb9a01;
	margin: 0;
	font-family: 'BebasNeue';
	text-transform: uppercase;
	margin-bottom: 15px;
}
.bannerInner p{
	font-size: 14px;
	color: #3c1902;
	margin: 0;
	line-height: 25px;
	margin-bottom: 20px;
}
.bannerInner a{
	font-size: 13px;
	color: #fff;
	margin: 0;
	line-height: 25px;
	border-radius: 4px;
	padding: 8px 40px;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b30512+0,a5040f+51,96020d+100 */
	 /* Old browsers */
	 /* FF3.6-15 */
	 /* Chrome10-25,Safari5.1-6 */
	 /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	 /* IE6-9 */
	background: #f69000;
	background: -moz-linear-gradient(top, #f69000 0%, #f98301 50%, #fd7602 100%);
	background: -webkit-linear-gradient(top, #f69000 0%,#f98301 50%,#fd7602 100%);
	background: linear-gradient(to bottom, #f69000 0%,#f98301 50%,#fd7602 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f69000', endColorstr='#fd7602',GradientType=0 );
	border: 1px solid #e47704;
}
.bannerInner a:hover{
	background: #54CFFC;
	background: -moz-linear-gradient(top, #54cfff 0%, #34c4ff 50%, #1abbff 100%);
	background: -webkit-linear-gradient(top, #54cfff 0%,#34c4ff 50%,#1abbff 100%);
	background: linear-gradient(to bottom, #54cfff 0%,#34c4ff 50%,#1abbff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54cfff', endColorstr='#1abbff',GradientType=0 );
	border: 1px solid #119dda;
}

/*------contentContainer------*/
.contentContainer {
	width: 100%;
	padding: 25px 15px 5px;
	overflow: hidden;
}
.contentInner {
	width: 100%;
}
.contentInner .content {
	width: 32%;
	float: left;
	padding: 15px 20px 25px;
	border: 1px solid #ecd17c;
	border-radius: 4px;
	background: #fef5d8;
	text-align: center;
}
.contentInner .ctn-part2 {
	margin: 0 2%;
}
.contentInner .content .ctn-title{
	width: 100%;
	text-align: center;
}
.contentInner .ctn-part1 .ctn-title h1{
	color: #00b6f1;
}
.contentInner .ctn-part2 .ctn-title h1{
	color: #80d507;
}
.contentInner .ctn-part3 .ctn-title h1{
	color: #f26521;
}
.content .ctn-title h1 {
	font-size: 24px;
	text-transform: uppercase;
	line-height: 45px;
	font-family: 'BebasNeue';
	margin: 0;
}
.content ul{
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}
.content ul li {
	font-size: 12px;
	color: #4e4540;
	line-height: 30px;
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #ecd17c;
}
.content ul li:last-child{
	border-bottom: 0;
}
.content a{
	display: inline-block;
	padding: 8px 20px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	border-radius: 4px;
}
.contentInner .ctn-part1 a{
	border: 1px solid #228ebb;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#54cfff+0,34c4ff+50,1abbff+100 */
	background: #54cfff; /* Old browsers */
	background: -moz-linear-gradient(top, #54cfff 0%, #34c4ff 50%, #1abbff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #54cfff 0%,#34c4ff 50%,#1abbff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #54cfff 0%,#34c4ff 50%,#1abbff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54cfff', endColorstr='#1abbff',GradientType=0 ); /* IE6-9 */
}
.contentInner .ctn-part1 a:hover{
	border: 1px solid #e47704;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f69000+0,f98301+50,fd7602+100 */
	background: #f69000; /* Old browsers */
	background: -moz-linear-gradient(top, #f69000 0%, #f98301 50%, #fd7602 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f69000 0%,#f98301 50%,#fd7602 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f69000 0%,#f98301 50%,#fd7602 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f69000', endColorstr='#fd7602',GradientType=0 ); /* IE6-9 */
}
.contentInner .ctn-part2 a{
	border: 1px solid #6aab05;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#92e80e+0,89d90c+50,7ec809+100 */
	background: #92e80e; /* Old browsers */
	background: -moz-linear-gradient(top, #92e80e 0%, #89d90c 50%, #7ec809 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #92e80e 0%,#89d90c 50%,#7ec809 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #92e80e 0%,#89d90c 50%,#7ec809 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92e80e', endColorstr='#7ec809',GradientType=0 ); /* IE6-9 */
}
.contentInner .ctn-part2 a:hover{
	border: 1px solid #e47704;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f69000+0,f98301+50,fd7602+100 */
	background: #f69000; /* Old browsers */
	background: -moz-linear-gradient(top, #f69000 0%, #f98301 50%, #fd7602 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f69000 0%,#f98301 50%,#fd7602 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f69000 0%,#f98301 50%,#fd7602 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f69000', endColorstr='#fd7602',GradientType=0 ); /* IE6-9 */
}
.contentInner .ctn-part3 a{
	border: 1px solid #e47704;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f69000+0,f98301+50,fd7602+100 */
	background: #f69000; /* Old browsers */
	background: -moz-linear-gradient(top, #f69000 0%, #f98301 50%, #fd7602 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f69000 0%,#f98301 50%,#fd7602 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f69000 0%,#f98301 50%,#fd7602 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f69000', endColorstr='#fd7602',GradientType=0 ); /* IE6-9 */
}
.contentInner .ctn-part3 a:hover{
	border: 1px solid #228ebb;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#54cfff+0,34c4ff+50,1abbff+100 */
	background: #54cfff; /* Old browsers */
	background: -moz-linear-gradient(top, #54cfff 0%, #34c4ff 50%, #1abbff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #54cfff 0%,#34c4ff 50%,#1abbff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #54cfff 0%,#34c4ff 50%,#1abbff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54cfff', endColorstr='#1abbff',GradientType=0 ); /* IE6-9 */
}

/*------statisticContainer------*/
.statisticContainer{
	width:100%;
	padding: 20px 15px 15px;
	overflow: hidden;
}
.statisticInner{
	width:100%;
	margin: 0 auto;
}
.statistic{
	padding: 40px 0;
	float: left;
	position: relative;
	text-align: center;
	margin-right: 18px;
	border: 1px solid #ecd17c;
	width: 32%;
	border-radius: 4px;
}

#totalMembers img{
	position: absolute;
	right: -20px;
	top: -14px;
}
#newMembers img{
	position: absolute;
	right: -11px;
	top: -22px;
}
#totalPaid img{
	position: absolute;
	right: -9px;
	top: -8px;
}
#totalPaid{
	margin-right: 0;
}
.statistic h3{
	font-size: 30px;
	color: #f7a31e;
	margin: 0;
	line-height: 35px;
	padding-bottom: 5px;
	font-weight:  700;
}
.statistic	p{
	font-size: 14px;
	color: #cf6938;
	margin:0;
	text-transform: uppercase;
	line-height: 14px;
}
/*solidContainer*/
.solidContainer{
	width: 100%;
	padding:  15px;
	overflow: hidden;
}
.solidInner{
	width: 960px;
	margin: 0 auto;
	padding: 25px;
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
}
.solid-left{
	width: 45%;
	float: left;
}
.solid-left a{
	background: url(images/solid.png) no-repeat left center;
	display: inline-block;
	height: 29px;
	margin-right: 5px;
}
.solid-left a:hover{
	opacity: 0.7;
}
.solid-left a.solid1{
	width: 53px;
	background-position: 0 0px;
}
.solid-left a.solid2{
	width: 91px;
	background-position: -65px 0;
}
.solid-left a.solid3{
	width: 92px;
	background-position: -169px 0;
}
.solid-left a.solid4{
	width: 70px;
	background-position: -268px 0;
}
.solid-left a.solid5{
	width: 66px;
	background-position: -346px 0;
	margin-right: 0;
}

.solid-right{
	width: 55%;
	padding: 2px 0;
	float: right;
	text-align: right;
}
.solid-right a{
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	padding: 5px 15px;
	text-decoration: none;
	border: 1px solid #e47704;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f69000+0,f98301+50,fd7602+100 */
	background: #f69000; /* Old browsers */
	background: -moz-linear-gradient(top, #f69000 0%, #f98301 50%, #fd7602 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f69000 0%,#f98301 50%,#fd7602 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f69000 0%,#f98301 50%,#fd7602 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f69000', endColorstr='#fd7602',GradientType=0 ); /* IE6-9 */
	border-radius: 4px;
	margin-left: 5px;
}
.solid-right a:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#54cfff+0,34c4ff+50,1abbff+100 */
	background: #54cfff; /* Old browsers */
	background: -moz-linear-gradient(top, #54cfff 0%, #34c4ff 50%, #1abbff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #54cfff 0%,#34c4ff 50%,#1abbff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #54cfff 0%,#34c4ff 50%,#1abbff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54cfff', endColorstr='#1abbff',GradientType=0 ); /* IE6-9 */
	border:  1px solid #119dda;
}
.solid-right a.solid-face{
	padding: 0;
	background: none;
	border: 0;
	margin-left: 2px;
}
.solid-right a.solid-face:hover{
	opacity: 0.7;
	background: none;
	border: 0;
}
/**************footerLinkContainer******************/
.footerLinkContainer{
	width: 100%;
	overflow: hidden;
	padding: 25px 0;
}
.footerLinkInner{
	width: 960px;
	margin: 0 auto;
}
.footerLinkInner p{
	text-align:center;
	color:#3f3c33;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 15px;
}
.footerLinkInner p a{
	color: #3f3c33;
}

.icon-Honey {
	background: url(images/honey.html) no-repeat left center;
	padding-left:38px;
	color:#FF7500;
	font-size:15px;
	font-weight:600;
}


.icon-Carpenter {
	background: url(images/carpenter.html) no-repeat left center;
	padding-left:38px;
	color:#FF7500;
	font-size:15px;
	font-weight:600;
}


.icon-Bumble {
	background: url(images/bumble.html) no-repeat left center;
	padding-left:38px;
	color:#FF7500;
	font-size:15px;
	font-weight:600;
}


.icon-Killer {
	background: url(images/killer.html) no-repeat left center;
	padding-left:38px;
	color:#FF7500;
	font-size:15px;
	font-weight:600;
}


.icon-Small {
	background: url(images/small.html) no-repeat left center;
	padding-left:38px;
	color:#FF7500;
	font-size:15px;
	font-weight:600;
}


.icon-Ground {
	background: url(images/ground.html) no-repeat left center;
	padding-left:38px;
	color:#FF7500;
	font-size:15px;
	font-weight:600;
}


.icon-Miner {
	background: url(images/miner.html) no-repeat left center;
	padding-left:38px;
	color:#FF7500;
	font-size:15px;
	font-weight:600;
}

@media (max-width: 960px){

.headerContainer,.wraper,.contentContainer,.featuredContainer,.solidContainer,.footerLinkContainer
{
	width: 960px !important;
}

.headerInner,.contentInner,.featuredInner,.solidInner,.footerLinkInner
{
		margin: 0 !important;
	} 
}
