body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    letter-spacing: 0.5px;
	background-color: #fff;
}
.wrapper {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}
.content_area {
    width: 100%;
    float: left;
    padding: 0px 7%;
}
.main_header {
    width: 100%;
    float: left;
    background-color: #3e3f43;
	position: relative;
	z-index: 100;
}
.top_header {
    width: 100%;
    float: left;
}
.top_header_left {
    float: left;
    padding: 10px 0px;
    font-family: "Open Sans", sans-serif;
    /*font-family: 'Montserrat', sans-serif;*/
    line-height: 20px;
    color: #fff;
    font-weight: 400;
}
.top_header_mail {
    float: left;
    padding: 0 15px 0 0;
    font-size: 13px;
    border-right: solid 2px #a4a4a4;
}
.top_header_phone {
    float: left;
    padding: 0 0 0 15px;
    font-size: 12px;
}

.top_header_right {
    float: right;
    line-height: 20px;
    color: #fff;
    font-weight: 600;
}
.top_header_right i {
    width: 40px;
    height: 40px;
    float: left;
    padding: 15px;
    
}
.social_slide {
	height: 40px;
	width: 40px;
	float: left;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.social_slide:hover {
	background-position: 0px -40px;
	box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.28);
}
.facebook {
	background-image: url(../images/facebook-hover.png);
}
.twitter {
	background-image: url(../images/twitter-hover.png);
}
.linkedin {
	background-image: url(../images/linkedin-hover.png);
}
.gplus {
	background-image: url(../images/google-hover.png);
}
.youtube {
	background-image: url(../images/youtube-hover.png);
}
@media (max-width: 768px) {
.top_header_left {
    width: 320px;
    float: left;
    /*position: relative;*/
    /*left: calc(50% - 160px);*/
} 
.top_header_right {
    display: none;
}  
}

@media (max-width: 555px) {
.top_header_left{float: none; margin: 0 auto;}
.e-tender{float:none !important; margin:0 auto; margin-bottom:8px; margin-top:6px;}
.top_header{text-align:center;}
}


@media (max-width: 350px) {
.e-tender{margin-top:-3px !important;}

.top_header_left {
    width: 100%;
    float: left;
    position: relative;
    left: inherit;
}
.top_header_mail {
    width: 100%;
    text-align: center;
    border-right: none;
	padding: 0px;
}
.top_header_phone {
    display: none;
}
}
.menu_header {
    width: 100%;
    float: left;
    background-color: #fff;
	border-radius: 2px;
	position: relative;
	margin-bottom: -42px;
}

.menu_header .logo {
	width: auto;
	float: left;
	padding: 5px;
}
.logo img {
	width: auto;
	height: auto;
	display: block;
}
.main_menu {
	width: auto;
	float: right;
}
@media (max-width: 1249px) {
.main_menu {
	width: 100%;
	float: right;
}
}
@media (max-width: 450px) {
.menu_header .logo {
	/*width: calc(95% - 74px);*/
	width: 100%;
}
.logo img {
	max-width: 100%;
	width: auto;
	height: auto;
	display: block;
	margin: 0px auto;
}
.main_menu {
	width: 100%;
	float: left;
	border-top: solid 1px rgba(0,0,0,0.12);
	background-color: #fff;
}
}

.slider_block {
	width: 100%;
	float: left;
	position: relative;
}

.sponsor_block {
	width: 100%;
	float: left;
	position: relative;
}
.sponsor_area {
	width: 100%;
	float: left;
	padding: 20px;
	position: relative;
	background-color: #fff;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.28);
	border-radius: 1px;
	margin-top: -50px;
	z-index: 1;
}
.sponsor_title {
	width: 100%;
	float: left;
}
.sponsor_title h2 {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px 0 15px 0;
	font-family: "Open Sans", sans-serif;
	font-size: 22px;
	color: #5e5e5e;
    font-weight: 600;
	line-height: 24px;
	text-align: left;
	text-transform: uppercase;
	position: relative;
}
.sponsor_title h2::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 2px;
	background-color: #82ba17;
}
.sponsor_title p {
	width: 100%;
	float: left;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	color: #5e5e5e;
	line-height: 22px;
	text-align: left;
	padding: 15px 0 0 0;
	margin: 0px;
}
.sponsor_logo {
	width: 100%;
	float: left;
	border-left: solid 1px rgba(0,0,0,0.15);
	border-right: solid 1px rgba(0,0,0,0.15);
}
.owl-item:nth-child(2) .item .sponsor_logo {
	border-left: none;
	border-right: none;
}
.owl-item .sponsor_logo img {
	max-width: 100%;
	width: auto;
	height: auto;
	display: block;
	margin: 0px auto;
}
.owl-item .sponsor_logo h2 {
	width: 100%;
	float: left;
	text-align: center;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #7e7e7e;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0px;
	padding: 10px 0 0 0;
}
.owl-item .sponsor_logo p {
	width: 100%;
	float: left;
	text-align: center;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #7e7e7e;
	font-weight: 400;
	margin: 0px;
	padding: 5px 0px;
}
@media (max-width: 840px) {
.sponsor_area {
	margin-top: 30px;
}
.sponsor_title h2::before {
	left: calc(50% - 20px);
}
}
@media (max-width: 767px) {
.sponsor_title {
	width: 100%;
	float: left;
	padding-bottom: 20px;
}
.sponsor_title h2 {
	text-align: center;
}
.sponsor_title p {
	text-align: center;
	padding: 15px 0 0 0;
}
}
@media (max-width: 540px) {
.sponsor_logo {
	border-left: none;
	border-right: none;
}
}


.about_block {
	width: 100%;
	float: left;
	padding: 60px 0px;
	background-color: #fff;
}
.about_block2 {
	display: none;
}
@media (max-width: 767px) {
.about_block2 {
	width: 100%;
	float: left;
	padding: 60px 0px;
	background-color: #fff;
	display: inherit;
}
.about_block {
	display: none;
}
}
.about_area {
	width: 100%;
	float: left;
	padding-bottom: 10px;
	border-bottom: solid 1px rgba(0,0,0,0.18);
}
.about_area2 {
	width: 100%;
	float: left;
	padding: 30px 0 0 0;
}
.about_block h3 {
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0px;
	font-family: "Open Sans", sans-serif;
	font-size: 20px;
	line-height: 30px;
	color: #5e5e5e;
	font-weight: 400;
}
.about_block h2 {
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0px;
	font-family: "Open Sans", sans-serif;
	font-size: 30px;
	line-height: 34px;
	color: #5e5e5e;
	font-weight: 700;
	text-transform: uppercase;
}
.about_block p {
	width: 100%;
	float: left;
	padding: 15px 0px;
	margin: 0px;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #5e5e5e;
	font-weight: 400;
	text-align: left;
}
.about_block2 h3 {
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0px;
	font-family: "Open Sans", sans-serif;
	font-size: 20px;
	line-height: 30px;
	color: #5e5e5e;
	font-weight: 400;
}
.about_block2 h2 {
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0px;
	font-family: "Open Sans", sans-serif;
	font-size: 30px;
	line-height: 34px;
	color: #5e5e5e;
	font-weight: 700;
	text-transform: uppercase;
}
.about_block2 p {
	width: 100%;
	float: left;
	padding: 15px 0px;
	margin: 0px;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #5e5e5e;
	font-weight: 400;
	text-align: left;
}
.member_logo {
	width: 100%;
	float: left;
	padding: 0px 10px;
	border-right: solid 1px rgba(0,0,0,0.15);
}
.owl-item:nth-child(2) .item .member_logo {
	border-right: none;
}
.owl-item .member_logo img {
	max-width: 100%;
	width: auto;
	height: auto;
	display: block;
	margin: 0px auto;
}
.owl-item .member_logo h2 {
	width: 100%;
	float: left;
	text-align: center;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #7e7e7e;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0px;
	padding: 10px 0 0 0;
}
.owl-item .member_logo p {
	width: 100%;
	float: left;
	text-align: center;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #7e7e7e;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
}
@media (max-width: 540px) {
.member_logo {
	border-right: none;
}
}
.heggade_area {
	width: 100%;
	float: left;
	padding: 30px 20px;
	position: relative;
	background-color: #e2e2e2;
	overflow: hidden;
}
.heggade_area::after {
	content: '';
	position: absolute;
	/*width: 1000px;
	height: 1000px;
	left: 0;
	top: 0;
	background-color: #d9d9d9;
	transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	z-index: 1;*/
	
	width: 0;
	height: 0;
	left: 0;
	top: 0;
	border-top: 300px solid #d9d9d9;
	border-right: 400px solid transparent;
}
.heggade_content {
	width: 100%;
	float: left;
	position: relative;
	z-index: 2;
}
.heggade_area img {
	max-width: 100%;
	width: auto;
	height: auto;
	display: block;
	margin: 0px auto;
}
.heggade_area h2 {
	width: 100%;
	float: left;
	text-align: center;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #7e7e7e;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0px;
	padding: 25px 0 0 0;
}
.heggade_area h4 {
	width: 100%;
	float: left;
	text-align: center;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #7e7e7e;
	font-weight: 300;
	margin: 0px;
	padding: 0px;
}
.heggade_area p {
	width: 100%;
	float: left;
	text-align: center;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	line-height: 21px;
	color: #4d4d4d;
	font-weight: 300;
	margin: 0px;
	padding: 15px 0px 0px 0px;
	font-style: italic;
}
.heggade_area p i {
	padding: 0px 10px;
	font-size: 14px;
	line-height: 20px;
	color: #989898;
}


.course_block {
	width: 100%;
	float: left;
	padding: 60px 0px;
	background-color: #e2e2e2;
}

.course_title {
	width: 100%;
	float: left;
	padding: 20px 0px 0px 0px;
}
@media (max-width: 767px) {
.course_title {
	width: 100%;
	float: left;
	padding: 0px 0px 20px 0px;
}
}
.course_title h2 {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px 0 15px 0;
	font-family: "Open Sans", sans-serif;
	font-size: 22px;
	color: #5e5e5e;
    font-weight: 600;
	line-height: 24px;
	text-align: left;
	text-transform: uppercase;
	position: relative;
}
.course_title h2::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 2px;
	background-color: #82ba17;
}
.course_title p {
	width: 100%;
	float: left;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	color: #5e5e5e;
	line-height: 22px;
	text-align: left;
	padding: 15px 0 0 0;
	margin: 0px;
}
.flip {
	width: 100%;
	float: left;
	position: relative;
	padding: 10px 50px 10px 10px;
	background-color: #fff;
	margin-bottom: 5px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
	cursor: pointer;
	
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 24px;
	color: #5e5e5e;
	text-transform: uppercase;
}
.flip::before {
	content: "";
	width: 40px;
	height: 100%;
	background: url(../images/plus.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 0;
	right: 0;
}
.flip span {
	display: block;
	font-style: italic;
}
.panel {
	width: 100%;
	float: left;
	position: relative;
	padding: 10px;
	background-color: #fff;
	margin-top: 3px;
	margin-bottom: 10px;
	display: none;
}
.panel p {
	width: auto;
	float: left;
	margin: 0px;
	padding: 5px 0px;
	
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	color: #5e5e5e;
}
.panel a {
	width: auto;
	float: right;
	margin: 0px;
	padding: 5px 10px;
	background-color: #3e3f43;
	border-radius: 3px;
	text-transform: uppercase;
	
	font-family: "Open Sans", sans-serif;
	font-size: 11px;
	font-weight: 400;
	line-height: 20px;
	color: #fff;
	transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
}
.panel a:hover {
	background-color: #588307;
	color: #fff;
	text-decoration: none;
}
.flip1 {
}
.panel1 {
}
.readmore {
	width: auto;
	float: right;
	padding: 10px 35px 10px 10px;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	color: #588307;
	position: relative;
}
.readmore::after {
	content: '';
	position: absolute;
	width: 27px;
	height: 100%;
	right: 0;
	top: 0;
	background-image: url(../images/readmore.png);
	background-repeat: no-repeat;
	background-position: center;
}
.readmore:hover,
.readmore:focus {
	color: #588307;
}


.extras_block {
	width: 100%;
	float: left;
	padding: 60px 0px;
	background-color: #fff;
}
.extras_title {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px 0 15px 0;
	font-family: "Open Sans", sans-serif;
	font-size: 22px;
	color: #5e5e5e;
    font-weight: 600;
	line-height: 24px;
	text-align: left;
	text-transform: uppercase;
	position: relative;
}
.extras_title::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 2px;
	background-color: #82ba17;
}
.news_box {
	width: 100%;
	float: left;
}
.news_area {
	width: 100%;
	float: left;
	padding: 10px 0px;
	margin: 5px 0px;
	border-bottom: dashed 1px #a1a1a1;
}
.news_date {
	width: 100%;
	float: left;
	position: relative;
	padding: 0px 0px 0px 30px;
	margin: 0 0 10px 0;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	color: #588307;
	line-height: 21px;
}
.news_date::after {
	content: '';
	position: absolute;
	width: 16px;
	height: 100%;
	left: 0;
	top: 0;
	background-image: url(../images/news_date.png);
	background-repeat: no-repeat;
	background-position: center;
}
.news_content {
	width: 100%;
	float: left;
	position: relative;
	padding: 0px;
	margin: 0px;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	color: #6e6e6e;
	line-height: 21px;
	font-weight: 600;
}
.testimonial_block {
	width: 100%;
	float: left;
	position: relative;
	padding: 20px;
	margin: 15px 0 0 0;
	border: solid 1px #d1d1d1;
	border-radius: 4px;
}
.testimonial_img {
	width: 150px;
	float: left;
}
.owl-item .testimonial_img img {
	width: 120px;
	height: 120px;
	display: block;
	border-radius: 100%;
	border: solid 1px #d1d1d1;
	padding: 5px;
}
.testimonial_area {
	width: calc(100% - 150px);
	float: left;
	position: relative;
}
.testimonial_area h2 {
	width: 100%;
	float: left;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	color: #5e5e5e;
    font-weight: 600;
	line-height: 27px;
	text-align: left;
	position: relative;
	padding: 0px 0px 20px 0px;
	margin: 0;
}
.testimonial_area p {
	width: 100%;
	float: left;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	color: #5e5e5e;
    font-weight: 400;
	line-height: 17px;
	text-align: left;
	position: relative;
	padding: 0px 0px 10px 0px;
	margin: 0;
	text-align: left;
}
.testimonial_area p span {
	padding: 0 50px 0 0;
	margin: 0 30px 0 0;
	position: relative;
	float: left;
}
.testimonial_area p span::after {
	content: ":";
	position: absolute;
	right: 0;
}

@media (max-width: 1100px) and (min-width: 767px) {
.testimonial_img {
    width: 100%;
    float: left;
}
.testimonial_img img {
	width: 120px;
	height: 120px;
	display: block;
	border-radius: 100%;
	border: solid 1px #d1d1d1;
	padding: 5px;
	margin: 0px auto;
}
.testimonial_area {
	width: 100%;
	float: left;
	position: relative;
	padding: 20px 0 0 0;
}
.testimonial_area h2 {
	text-align: center;
}
}
@media (max-width: 520px) {
.testimonial_img {
    width: 100%;
    float: left;
}
.testimonial_img img {
	width: 120px;
	height: 120px;
	display: block;
	border-radius: 100%;
	border: solid 1px #d1d1d1;
	padding: 5px;
	margin: 0px auto;
}
.testimonial_area {
	width: 100%;
	float: left;
	position: relative;
	padding: 20px 0 0 0;
}
.testimonial_area h2 {
	text-align: center;
}
.testimonial_area p span {
	padding: 0 20px 0 0;
	margin: 0 20px 0 0;
	position: relative;
}
}
.footer_block {
	width: 100%;
	float: left;
	padding: 60px 0px 30px 0px;
	background-color: #323232;
}
.footer_area {
	width: 100%;
	float: left;
	padding: 0px 0px 40px 0px;
	border-bottom: solid 1px #4a4a4a;
}
.footer_title {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px 0 15px 0;
	font-family: "Open Sans", sans-serif;
	font-size: 17px;
	color: #a4a4a4;
    font-weight: 600;
	line-height: 24px;
	text-align: left;
	position: relative;
}
.footer_title::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 2px;
	background-color: #82ba17;
}
.footer_content {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 20px 0 0px 0;
}
.footer_content p {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	color: #a4a4a4;
    font-weight: 400;
	line-height: 20px;
	text-align: left;
}
.footer_media {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 20px 0 0 0;
}
.footer_slide {
	height: 30px;
	width: 30px;
	float: left;
	background-size: cover;
	margin: 0px 2px;
	border-radius: 4px;
	border: solid 1px #4a4a4a;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.footer_slide:hover {
	background-position: 0px -28px;
}

.footer_content ul,
.footer_content ul li {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-bottom: dashed 1px #4a4a4a;
}
.footer_content ul li a {
	width: 100%;
	float: left;
	position: relative;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	color: #a4a4a4;
    font-weight: 400;
	line-height: 20px;
	text-align: left;
	padding: 7px 7px 7px 25px;
	margin: 0;
	transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
}
.footer_content ul li a::before,
.footer_content ul li a::after {
	content: '';
	position: absolute;
	width: 20px;
	height: 100%;
	top: 0;
	background: url(../images/footer_list.png) no-repeat center;
	transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
}
.footer_content ul li a::before {
	left: 0;
	opacity: 1;
}
.footer_content ul li a::after {
	opacity: 0;
}
.footer_content ul li a:hover {
	padding: 7px 7px 7px 7px;
}
.footer_content ul li a:hover::before {
	left: 0;
	opacity: 0;
}
.footer_content ul li a:hover::after {
	opacity: 1;
}

.footer_address {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 20px 0 0px 0;
}
.footer_address p {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px 0 15px 30px;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	color: #a4a4a4;
    font-weight: 400;
	line-height: 20px;
	text-align: left;
	position: relative;
}
.footer_address p i {
	width: 16px;
	float: left;
	position: absolute;
	left: 0;
	top: 3px;
}
.footer_address p i img {
	width: 100%;
	display: block;
	height: auto;
}
.subfooter_area {
	width: 100%;
	float: left;
	padding: 30px 0px 0px 0px;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	color: #a4a4a4;
    font-weight: 400;
	line-height: 20px;
	text-align: center;
	position: relative;
}
.subfooter_area a {
	color: #a4a4a4;
}
.subfooter_area a:hover {
	color: #a4a4a4;
}
.footer_box1 {
}
.footer_box2 {
}
.footer_box3 {
}
.footer_box4 {
}
@media (max-width: 991px) {
.news_box {
    width: 100%;
    float: left;
    padding: 0 0 30px 0;
}
.footer_box2 {
	display: none;
}
.footer_box3 {
	display: none;
}
}
@media (max-width: 767px) {
.news_box {
    width: 100%;
    float: left;
    padding: 0 0 30px 0;
}
.footer_box2 {
	display: none;
}
.footer_box3 {
	display: none;
}
.footer_box4 {
	display: none;
}
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 100px;
  right: 10px;
  z-index: 10;
  border-radius: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(../images/top.png) rgba(88, 131, 7, 0.8) 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;
}
.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: #588307;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 40px;
    width: 40px;
    right: 30px;
    bottom: 30px;
  }
}

#multilines .controls {
	width: 100%;
	float: left;
	text-align: center;
}

#multilines ul.newsticker {
	width: 100%;
	float: left;
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}

#multilines ul.newsticker > li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #fff;
	width: 100%;
	padding: 13px 12px;
	border-bottom: 1px dotted #888;
	-o-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -webkit-transition: background-color .2s;
    -ms-transition: background-color .2s;
    transition: background-color .2s;

}





/**************** inner-design ***********/
