/*
Theme Name: RT 18 Child
Template: rttheme18
Theme URI: RT 18
Version: 1.0
Description: Customised responsive theme
Author: 
Author URI: 
Text Domain:  rttheme18-child
*/


@import url("../rttheme18/style.css");
body, i.decs_text, .rt_form label {
	color:#555;
}
a {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
a:hover, ul.footer_links a:hover {
	text-decoration:none;
}
#logo img {
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
#logo img:hover {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}
.copyright a {
	text-decoration:none;
}
#footer .part1 a:hover {
	color:#999;
}