@import url('https://fonts.googleapis.com/css?family=Lobster|Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i|Yesteryear');

body {
	font-szie: 18px;
	font-weight: 400;
	color: #333;
}
@media (min-width: 1220px) {
	.tm-navbar-space .tm-navbar {
		margin-top: 100px;
		margin-bottom: 100px;
	}
}
@media (max-width: 550px) {
	.uk-header-large {
		font-size: 26px !important;
		line-height: 30px !important;
	}
}
@media (max-width: 300px) {
	.uk-header-large {
		font-size: 18px !important;
		line-height: 22px !important;
	}
}

.tm-background {
	background-image: url('../images/background.jpg');
	background-repeat: no-repeat;
	background-position: 50% -100px;
	background-size: cover;
}
.tm-footer a,
a {
	color: #7a5699;
}
.tm-footer a:hover,
a:hover {
	color: #7a5699;
}
h1, h2, h3, h4, h5, h6 {
	color: #7a5699;
}
.uk-text-primary {
	color: #7a5699 !important;
}

.uk-navbar-nav > li.uk-active > a {
	color: #7a5699;
}
.uk-navbar-nav > li > a {
	color: #7a5699;
}
.uk-panel-box {
	padding: 20px;
}
.uk-panel-header .uk-panel-title {
	color: #7a5699;
}
.uk-button {
	background: #e8e4eb;
	color: #7a5699;
}
.uk-button:hover {
	background: #7a5699;
	color: #fff;
}
.uk-banner {
	padding: 10px;
	background: #fff;
}
.uk-banner .uk-cover-background {
	background: url('../images/banner.jpg') !important;
	background-size: cover !important;
}
.uk-banner .uk-cover-background .uk-header-large {
	width: 70%;
	font-family: 'Source Sans Pro';
	font-weight: 300 !important;
	font-size: 2.5rem;
	color: #563c6d;
	line-height: 2.7rem;
	padding: 15px 15px 15px 30px;
	text-shadow: 0px 1px 0px #fff;
	background: rgba(255, 255, 255, 0.6);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.uk-banner .uk-cover-background .uk-header-large span {
	font-weight: 600;
}

.uk-side h2 {
	text-transform: none;
	font-weight: 400;
	color: #5b6c6f;
	font-size: 24px;
	line-height: 30px;
}
.uk-side h1 {
	font-size: 30px;
}
.uk-dropdown, .uk-dropdown-blank {
	width: 300px;
}
.uk-dropdown, .uk-dropdown-blank li {
	border-bottom: solid 1px #5b6c6f;
}
.uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid > [class*='uk-width-'] {
	padding-left: 20px;
	padding-right: 20px;
}

.rsform-checkbox {
	margin-right: 20px;
}
blockquote {
	font-size: 15px;
	line-height: 20px;
}

.uk-margin-large-bottom {
	margin-bottom: 20px !important;
}
.uk-text-large {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-weight: 600;
	padding: 0 20px;
}
.uk-height-1-1 {
	height: 100%;
}
.uk-panel-title {
	font-family: 'Lobster', cursive;
	text-transform: none;
	font-size: 28px;
	color: #9976b3 !important;
}
.uk-feed-meta {
	font-size: 10px;
	text-transform: uppercase;
	font-family: Tahoma;
	line-height: 10px;
	margin-bottom: 20px;
}
.uk-yesteryear {
	font-family: 'Yesteryear';
}
h2.uk-yesteryear {
	text-transform: none;
	font-size: 40px;
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	color: #000;
	margin-bottom: 20px;
}
span.uk-yesteryear {
	font-size: 30px;
	color: #563c6d;
	line-height: 40px;
}

.uk-sidebar {
	background-color: #ebf2f4;
	border: solid 10px #fff;	
}
.uk-top-buttons .uk-flex .uk-width-1-3 {
	margin-right: 20px;
}
.uk-top-buttons .uk-flex .uk-panel {
	background: linear-gradient(to bottom, #9976b3 0%,#563c6d 100%);
	color: #fff;
}
.uk-top-buttons .uk-flex .uk-panel .uk-panel-title {
	color: #fff !important;
}

.uk-sidebar.uk-panel-box {
	background: #9EB9CA;
	background: radial-gradient(ellipse at center, #cbebff 0%,#9eb9ca 100%);
}
.uk-testimonials {
	background: linear-gradient(to bottom, #9976b3 0%,#563c6d 100%);
	color: #fff;
	border: solid 10px #fff;
}
.uk-testimonials .uk-panel-title {
	color: #fff !important;
}
.uk-testimonials blockquote {
	font-size: 20px;
	line-height: 33px;
}
.uk-testimonials .uk-slideshow li {
	min-height: 300px;
	text-align: center;
}
.uk-testimonials .uk-slideshow li div {
	width: 80%;
	display: inline-block;
}
.uk-navbar-center {
	max-width: 80%;
}
.ron {
	width: 30%;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	border: solid 1px #ececec;
	padding: 10px;
	background: #fff;
}