#first-block,
#second-block,
#third-block,
#fourth-block {
    text-align: center;
    padding: 3.5em 0;
}
#carousel {
    text-align: center;
    background: #e5e5e5;
}
#first-block {
    background: #fff;
}
#second-block {
    background: #e5e5e5;
}
#third-block {
    background: #fff;
}
#fourth-block {
    background: #e5e5e5;
}
footer {
    display: inline-block;
    margin-bottom: 0;
	   text-align: center;
/*
    margin-top: 1.25em;
    padding: 1.7em;
*/
    position: relative;
    width: 100%;
}



a.button {
	background: none repeat scroll 0 0 #209A4C;
	border: 0 none;
	border-radius: 5px;
	color: #ffffff;
/*	font-size: 0.8em;*/
	font-weight: 600;
	padding: 0.625em;
	text-transform: uppercase;
	text-align: center;
}

.hr {
background: #e5e5e5;
width: 100%;
height: 10px;
margin: 0px auto 20px auto;
}

span.roll {
	background:url(/img/mag.png) right bottom no-repeat;
	background-size: 30%;
/*	opacity: 0.7;*/
	height: 95%;
	position: absolute;
	width: 90%;
	z-index: 10;	
}

@media screen and (max-width: 800px) {
    .right {
        float: none;
    }
    footer a.right {
        float: none;
        text-align: center;
    }
    footer {
        text-align: center;
    }
	
		
/** media end **/	
}
	/** cd-top **/

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #209A4C url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}


.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}

  .cd-top {
    right: 20px;
    bottom: 20px;
  }
	


/** custom **/

.rounded {
	/*border:1px solid #fff;*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.button:hover {
	background: #999;
}
.center {
	float: none;
	margin: 0 auto;
	display: block;
	text-align: center;
}
p{
margin: 10px 0px;

}
div p, ul{
	line-height: 170%;
}
.top-nav ul{
	line-height: 200%;
}

ul, li{
      list-style-image: url(../img/bullet.gif);
}




/** custom end **/

/** icon **/

/*
.ico {
	width: 1.2em;
	height: 1.2em;
	border: 0.1em solid;
	line-height: 1em;
	display: inline-block;
	border-radius: 0%;
	text-align: center;
	cursor: pointer;
	font-family: 'Merriweather Sans', sans-serif;
}
*/
.ico:hover {
	opacity: 0.3;
	border-radius: 0%;
}
.ico small {
	font-size: 0.6em;
	vertical-align: middle;
}
.green {
	color: green;
}
.red {
	color: red;
}
.blue {
	color: blue;
}
/** icon end **/












