/* Slider visibility controlled by $show_slider in PHP */
.copy{font-size:12px;}

/* Footer adjustments - removed Stay Connected form */
.mail_id {
    display: none !important;
}

/* Hide empty navigation and extra sections */
#navigation {
    display: none !important;
}

#extra {
    display: none !important;
}

/* Content spacing for generated pages */
.tideBody h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 10px;
}

.tideBody h4 {
    margin-top: 15px;
    margin-bottom: 8px;
    padding-top: 8px;
}

.tideBody p {
    margin-bottom: 15px;
    line-height: 1.6;
}

.contact_info {
    width: 40% !important;
    margin-right: 5%;
}

.foot-lnks {
    width: 45% !important;
    margin: 0px 20px !important;
}

.foot-lnks ul {
    width: 100% !important;
}

.foot-lnks li {
    width: 120px !important;
}

@media (max-width: 768px) {
    .contact_info {
        width: 100% !important;
        margin-right: 0;
    }

    .foot-lnks {
        width: 100% !important;
    }
}



#back-to-top {
  position: fixed;
  bottom: 10px;
  right: 0%;
  float: right !important;
z-index:1000;
}
	#back-to-top a{
		text-align:center;
		text-decoration:none;
		color:#d1d1d1;
		display:block;
		width:80px;
		/*??CSS3??transition?????????????????*/
		-moz-transition:color 1s; 
		-webkit-transition:color 1s;
		-o-transition:color 1s;
	}
	#back-to-top a:hover{
		color:#979797;
	}
	/*#back-to-top a span{
		background:#d1d1d1;
		border-radius:6px;
		display:block;
		height:80px;
		width:80px;
		background:#d1d1d1 url('http://content.onlineagency.com/sites/32188/images/arrow-up.png') no-repeat center center;
		margin-bottom:5px;
		-moz-transition:background 1s;
		-webkit-transition:background 1s;
		-o-transition:background 1s;
	}
	#back-to-top a:hover span{
		background:#979797 url('http://content.onlineagency.com/sites/32188/images/arrow-up.png') no-repeat center center;
	}*/
