/*
* Custom Stylesheet
*/

/* System ============================================================================= */


em {
    color: #fff;
}

h2 {
    font-size: 24px;
}


.uk-panel-box {
    background: none;
    color: #444444;
}

.site-wrap {
	max-width: 2000px;
	margin: 0px auto;
}

.container-shadow {
    box-shadow: 0px 0px 20px 0px rgba(31, 56, 100, 0.35);
    max-width: 1200px;
    margin: 0px auto;
}

/* Header ======================================================================== */

.header-wrap {
	background: url('/wp-content/uploads/2015/12/header-background.png')0 0 no-repeat;
	background-size: 100%;
}

.tm-headerbar .uk-panel {
    max-width: 50%;
}

.tm-headerbar {
    margin: 0;
}

p.call {
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-size: 23px;
    line-height: 25px;
    font-weight: 400;
    text-align: right;
    margin-top: 10px;
}

p.request {
    color: #1f3864;
    font-size: 21px;
	line-height: 24px;
    font-weight: 400;
    text-align: right;
	margin-top: 40px;
	margin-bottom: 0;
}

span.header-number {
    display: block;
    font-family: 'Lato', sans-serif;
    color: #1f3864;
    font-size: 30px;
	line-height: 50px;
    font-weight: 400;
    text-align: right;
}

.tm-headerbar .tm-logo {
    margin-top: 15px;
}

/* Nav =========================================================================== */

.nav-wrap {
	background: #1f3864;
	border-bottom: 10px solid #6dab44;
}

nav.tm-navbar.uk-navbar {
    margin: 0px;
    background: none;
}

/* Nav text styling */

.uk-navbar-nav > li > a {
    height: 50px;
    padding: 0 15px;
    line-height: 50px;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
}

/* Level 1 Active states */

.uk-navbar-nav > li.uk-active > a {
    background-color: #6dab44;
	color: #fff;
	border-radius: 0px;
}

/* Level 1 hover and focus */

.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li.uk-open > a {
    background-color: #6dab44;
	color: #fff;
	border-radius: 0px;
}

/* Dropdown Styling */

.uk-dropdown-navbar {
    margin-top: 10px;    
    color: #fff;
	background: -webkit-linear-gradient(90deg, #e4e4e4 0%, #ffffff 100%);
	background: -moz-linear-gradient(90deg, #e4e4e4 0%, #ffffff 100%);
	background: -o-linear-gradient(90deg, #e4e4e4 0%, #ffffff 100%);
	background: -ms-linear-gradient(90deg, #e4e4e4 0%, #ffffff 100%);
	background: linear-gradient(0deg, #e4e4e4 0%, #ffffff 100%);
}

.uk-dropdown .uk-nav {
    margin: 0;
}

.uk-nav-navbar > li > a {
    color: #1f3864;
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    text-align: left;
    text-transform: capitalize;
}

/* Dropdown Active and Hover */

.uk-nav-navbar > li.uk-active > a {
    background: none;
	color: #6dab44;
}

.uk-nav-navbar > li:hover > a, .uk-nav-navbar > li > a:focus, .uk-nav-navbar > li.uk-open > a {
    background: none;
	color: #6dab44;
}

/* Off Canvas ==================================================================== */

/* Toggle Color */
.uk-navbar-toggle {
	color: #fff;
}

/* Toggle Hover */

.uk-navbar-toggle:hover, .uk-navbar-toggle:focus {
    color: #6dab44;
}

/* Off Canvas Background */

.uk-offcanvas-bar {
    width: 270px;
    max-width: 100%;
    background: #000;
}

/* Nav level 1 font styling */

.uk-nav-offcanvas > li > a {
    color: #fff;
    padding: 10px 15px;
}

/* Nav Level 2 font styling */

.uk-nav-offcanvas ul a {
    color: #fff;
}

/* Level 1 Hover */

.uk-nav-offcanvas > .uk-open > a, html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover, html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus {
    background: #6dab44;
    color: #ffffff;
    outline: none;
	border-radius: 3px;
}

/* Level 1 Active */

html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
    background: #6dab44;
    color: #ffffff;
}

/* Level 2 Active */

html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
    color: #6dab44;
}

/* Level 2 Hover */

html:not(.uk-touch) .uk-nav-offcanvas ul a:active {
    color: #6dab44;
}

/* Top A ========================================================================= */
.tm-top-a .uk-panel.uk-panel-box.widget_widgetkit {
    padding: 0;
}

.top-a-wrap {
    background: url('/wp-content/uploads/2015/12/slider.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    max-height: 650px;
    height: 650px;
}



.wk-slideshow .caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    z-index: 5;
    padding: 20px;
    background: rgba(109, 171, 68, 0.7);
}

section.tm-top-a.uk-grid .uk-panel {
    height: 650px;
}

.slider-content-wrap {
    position: absolute;
    bottom: 50px;
    width: 100%;
    left: 0;
}

h2.slider-title {
    color: #ffffff;
    font-size: 70px;
    line-height: 70px;
    font-weight: 400;
    text-align: center;
    margin: 0;
    background: rgba(109, 171, 68, 0.7);
    padding: 15px 0px;
    box-sizing: border-box;
    width: 100%;
}

.caption {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.bubble {
    position: absolute;
    top: 0;
    left: 0;
}

.side-cap {
    position: absolute;
    top: 50%;
    transform: translate(0%,-50%);
    left: 16px;
    -webkit-transform: translate(0%,-50%);
    -moz-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    -o-transform: translate(0%,-50%);
}

.side-cap h2 {
    color: #fff;
    margin: 0;
}
/*Widget Kit Slider FontAwesom Arrows */

/* .wk-slideset-default > div:hover .next, .wk-slideset-default > div:hover .prev {
	background: none;
	top: 40px;
}

.wk-slideset-default > div:hover .next {
	right: 10%;
	height: 15px;
    width: 15px;
}

.wk-slideset-default > div:hover .prev {
	left: 79%;
	height: 15px;
    width: 15px;
}

.wk-slideset-default > div:hover .next:before {
	content: "\f0da";
    font-family: FontAwesome;
    height: 15px;
    width: 15px;
    display: block!important;
    color: #585858;
	font-size:35px;
}

.wk-slideset-default > div .next:hover:before {
	content: "\f0da";
    font-family: FontAwesome;
    height: 15px;
    width: 15px;
    display: block!important;
    color: #797979;
	font-size:35px;
}

.wk-slideset-default > div:hover .prev:before {
	content: "\f0d9";
    font-family: FontAwesome;
    height: 15px;
    width: 15px;
    display: block!important;
    color: #585858;
	font-size:35px;
}

.wk-slideset-default > div .prev:hover:before {
	content: "\f0d9";
    font-family: FontAwesome;
    height: 15px;
    width: 15px;
    display: block!important;
    color: #797979;
	font-size:35px;
} */


/* Top B ========================================================================= */

.top-b-wrap {
    padding: 50px 40px;
	border: 1px solid #6dab44;
}

.mini-feats {
    max-width: 253px;
    margin: 0px auto;
    position: relative;
}

h3.mini-title {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    position: absolute;
    top: 38%;
    width: 100%;
}

p.mini-text {
    color: #6dab44;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

a.mini-button {
    display: block;
    width: 135px;
    height: 40px;
    line-height: 40px;
    background: #1f3864;
    border-radius: 25px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    margin: 0px auto;
}

/* Top C ========================================================================= */

.top-c-wrap {
    background: #1f3864;
    padding: 50px;
    border-top: 25px solid #8f9bb1;
    border-bottom: 25px solid #8f9bb1;
}

.homeContent {
    float: left;
    width: 50%;
}

.homeContent p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
    padding-right: 20px;
}

.homeContent img {
    float: right;
}

.home h1 {
    color: #ffffff;
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
    text-align: center;
}

/* Top D ========================================================================= */

/* Top E ========================================================================= */

/* Main Top ====================================================================== */

/* Main Bottom =================================================================== */

/* Sidebars ====================================================================== */

/* Bottom A ====================================================================== */

.bottom-a-wrap {
	background: url('/wp-content/uploads/2015/12/video-content_bg.jpg')0 0 no-repeat;
	padding: 70px 50px;
	background-size: cover;
}

.tm-bottom-a h3.uk-panel-title {
    color: #7bb359;
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
    text-align: center;
}

.video-wrap {
    float: left;
    width: 50%;
}

/* Bottom B ====================================================================== */

/* Bottom C ====================================================================== */

/* Bottom D ====================================================================== */

/* Bottom E ====================================================================== */

.tm-bottom-e .widget_text {
    background: #6dab44;
    padding: 50px;
}

.company-info, .formWrapper {
    display: inline-block;
    width: 25%;
	vertical-align: top;
}

.map-wrap {
    display: inline-block;
    width: 45%;
    padding: 3em 0px;
}

.wk-map {
	float: right;
}

.tm-bottom-e h3.uk-panel-title {
    color: #ffffff;
    font-size: 32px;
    line-height: 36px;
    font-weight: 400;
    text-align: center;
	margin-bottom: 50px;
}

.tm-bottom-e h3.uk-panel-title:before {
    content: "";
    float: left;
    border-bottom: 5px solid #fff;
    width: 24%;
    line-height: 29px;
    height: 16px;
    vertical-align: top;
}

.tm-bottom-e h3.uk-panel-title:after {
    content: "";
    float: right;
    border-bottom: 5px solid #fff;
    width: 24%;
    line-height: 29px;
    height: 16px;
    vertical-align: top;
}

h3.bottom-e-title {
    color: #ffffff;
    font-size: 18px;
	line-height: 22px;
    font-weight: 400;
    text-align: left;
}

span.footer-title-border {
    display: block;
    max-width: 200px;
    border-bottom: 4px solid #fff;
}

p.address {
    color: #ffffff;
    font-size: 16px;
	line-height: 18px;
    font-weight: 400;
    text-align: left;
}

.company-info-wrap {
		max-width: 225px;
		margin: 0px auto;
		width: 100%;
	}

    .g-recaptcha {
    overflow: hidden;
}

/* Footer ======================================================================== */

.footer-wrap {
    background: none;
	padding-bottom: 70px;
}

p.copy-text {
    font-family: 'Lato', sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    margin: 0px;
    vertical-align: bottom;
}

.tm-totop-scroller {
    display: block;
    position: absolute;
    top: 50px;
    right: 0;
    left: 0;
    z-index: 1000;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
	background: #6dab44;
}

.tm-totop-scroller:hover, .tm-totop-scroller:focus {
    color: #1f3864;
}

/* Gravity Forms ================================================================ */

/* General Gravity Forms Container Settings */

/* .tm-bottom-e .gform_widget {
	max-width: 353px;
    margin: 0px auto;
	position: relative;
	background: #36393a;
	padding: 25px;
	box-sizing: border-box;
}

*/

.tm-bottom-e .gform_wrapper {
    margin: 0;
    max-width: 225px;
    position: relative;
    background: none;
    padding: 0px;
    box-sizing: border-box;
}

.tm-bottom-e .gform_body {
    margin-top: 25px; 
}



.tm-bottom-e .gform_wrapper .top_label .gfield_label {
	display: none;
}

/* Field widths, sizes and borders */

.tm-bottom-e .gform_wrapper textarea.large {
    height: 80px;
    width: 100%;
    border: none;
	background: #fff;
	border-radius: 0px;
	color: #797979;
	font-size: 16px;
	box-sizing: border-box;
}

.tm-bottom-e .gform_wrapper .top_label input.large, 
.tm-bottom-e .gform_wrapper .top_label .tm-bottom-e select.large {
    width: 100%;
	height: 30px;
    border: none;
	background: #fff;
	border-radius: 0px;
	color: #797979;
	font-size: 16px;
	box-sizing: border-box;
}

/* Changes Browsers blue focus ring */

/*
input:focus {
    outline: -webkit-focus-ring-color auto 5px;
}

input:focus, textarea#input_1_5:focus { 
	outline: none;
	box-shadow: 0 0 10px #df9eed;
}
*/


/* Form Button */

.tm-bottom-e .gform_wrapper .gform_footer {
    text-align: left;
}

.tm-bottom-e input#gform_submit_button_1 {
    width: 80px;
    height: 40px;
    background: #1f3864;
    border: none;
	border-radius: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 18px;
}

.tm-bottom-e input#gform_submit_button_1:hover {
	color: #6dab44;
	cursor: pointer;
}

/* Google Captcha Responsive */

.tm-bottom-e .g-recaptcha {
    max-width: 304px;
    height: 77px;
}

.tm-bottom-e .g-recaptcha > div > div {
	width:inherit !important;
	position:relative;
	display:block;
	padding:0;
	overflow:hidden;
	max-width:302px;
	border-right:1px solid #d3d3d3;
	border-radius:4px;
	box-shadow:2px 0px 4px -1px rgba(0,0,0,.08);
	-webkit-box-shadow:2px 0px 4px -1px rgba(0,0,0,.08);
	-moz-box-shadow:2px 0px 4px -1px rgba(0,0,0,.08);
    height:77px;
}

.tm-bottom-e .g-recaptcha iframe {
	position:absolute;
	top:0;bottom:0;
	left:0;
	width:100%;
	height:100%;
	border:0;
} 

.tm-bottom-e .g-recaptcha>div{
	position:relative;
}  

.tm-bottom-e .g-recaptcha:empty:before{
	content:'Something wrong occured';
}

/* Webkit for placeholder text */

.tm-bottom-e ::-webkit-input-placeholder {
	color:  #797979;
	font-size: 16px;
} 

.tm-bottom-e :-moz-placeholder {
	color:  #797979;
	font-size: 16px;
}

.tm-bottom-e ::-moz-placeholder {
	color:  #797979;
	font-size: 16px;
}

.tm-bottom-e :-ms-input-placeholder {
	color:  #797979;
	font-size: 16px;
}


/* BOX CONTENT
/*0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0*/

main.tm-content {
    padding: 50px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif;
    color: #7bb359;
}

h1.uk-article-title {
    font-family: 'Lato', sans-serif;
    color: #7bb359;
    font-size: 32px;
	line-height: 36px;
    font-weight: 400;
    text-align: center;
}

p {
    font-family: 'Lato', sans-serif;
    color: #4e4c4c;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
}

a {
    font-family: 'Lato', sans-serif;
    color: #1f3864;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
	word-break: break-all;
}

.uk-panel-box-primary {
    background-color: #F5F5F5;
    color: #699eb3;
}

a:hover {
	text-decoration: none;
	color: #7bb359;
}

.box-content {
	margin: 20px 0;
	padding: 10px;
	border: none;
	background: #1f3864;
}

.box-content p {
	margin: 0;
	color: #fff;
}

.box-content .content-20,
.content-20 {
	width: 18%;
	display: inline-block;
	margin: 0 2% 0 0;
	vertical-align: top;
}

.box-content .content-20:last-child,
.content-20:last-child {
	width: 18%;
	display: inline-block;
	margin: 0;
	vertical-align: top;
}

.box-content .content-25,
.content-25 {
	width: 23%;
	display: inline-block;
	margin: 0 2% 0 0;
	vertical-align: top;
}

.box-content .content-25:last-child,
.content-25:last-child {
	width: 23%;
	display: inline-block;
	margin: 0;
	vertical-align: top;
}

.box-content .content-33,
.content-33 {
	width: 31%;
	display: inline-block;
	margin: 0 2.5% 0 0;
	vertical-align: top;
}

.box-content .content-33:last-child,
.content-33:last-child {
	width: 31%;
	display: inline-block;
	margin: 0;
	vertical-align: top;
}

.box-content .content-40,
.content-40 {
	width: 38%;
	display: inline-block;
	margin: 0 2.5% 0 0;
	vertical-align: top;
}

.box-content .content-40:last-child,
.content-40:last-child {
	width: 39%;
	display: inline-block;
	margin: 0;
	vertical-align: top;
}

.box-content .content-50,
.content-50 {
	width: 47%;
	display: inline-block;
	margin: 0 2% 0 0;
	vertical-align: top;
}

.box-content .content-50:last-child,
.content-50:last-child {
	width: 47%;
	display: inline-block;
	margin: 0exit;
	vertical-align: top;
}

.box-content .content-60,
.content-60 {
	width: 57%;
	display: inline-block;
	margin: 0 3% 0 0;
	vertical-align: top;
}

.box-content .content-60:last-child,
.content-60:last-child {
	width: 59%;
	display: inline-block;
	margin: 0;
	vertical-align: top;
}

.box-content .content-75,
.content-75 {
	width: 72%;
	display: inline-block;
	margin: 0 2% 0 0;
	vertical-align: top;
}

.box-content .content-75:last-child,
.content-75:last-child {
	width: 74%;
	display: inline-block;
	margin: 0;
	vertical-align: top;
}

.box-content .content-80,
.content-80 {
	width: 78%;
	display: inline-block;
	margin: 0 2% 0 0;
	vertical-align: top;
}

.box-content .content-80:last-child,
.content-80:last-child {
	width: 79%;
	display: inline-block;
	margin: 0;
	vertical-align: top;
}

/* TABLE ELEMENTS
/*0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0*/
.content-table {
}

.content-table th {
}

.content-table td {
}

.content-table .long {
}

.content-table .short {
}

/* HOUR SCHEDULE ELEMENTS
/*0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0*/
.small-hours-list {
	padding-left: 0;
	list-style: none;
	width: 250px;
	overflow: hidden;
}

.small-hours-list li:nth-child(odd) {
	float: left;
	clear: right;
}

.small-hours-list li:nth-child(even) {
	float: right;
}

.mid-hours-list {
	padding-left: 0;
	list-style: none;
	width: 300px;
	overflow: hidden;
}

.mid-hours-list li:nth-child(odd) {
	float: left;
	clear: right;
}

.mid-hours-list li:nth-child(even) {
	float: right;
}

.large-hours-list {
	padding-left: 0;
	list-style: none;
	width: 100%;
	overflow: hidden;
}

.large-hours-list li:nth-child(odd) {
	float: left;
	clear: right;
}

.large-hours-list li:nth-child(even) {
	float: right;
}

/* CONTENT ELEMENTS
/*0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0*/
.alternate-list-margins {
	margin-top: 3px;
	margin-left: 25px;
}

.wrapper-content {
	margin: 20px 0;
}

.remove-top-margin {
	margin-top: 0px;
}

.remove-bottom-margin {
	margin-bottom: 0px;
}

.sublist-margins {
	margin-top: 3px;
	margin-left: 10px;
}


/*0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0*/
/* THEME RESPONSIVE
/*0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0*/
/* LARGER SCREENS 
/*0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0*/
@media (max-width: 1600px) {
	
	.header-wrap {
		background: none;
	}
	
	p.call {
    	color: #1f3864;
	}
	
}

/* SMALL SCREENS ONLY 
/*0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0*/
@media (min-width: 1201px) and (max-width: 1400px) {
}

/* MINI SCREENS ONLY 
/*0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0*/
@media (max-width: 1200px) {
	
	.uk-container.uk-container-center {
    	padding: 0;
	}
	
}

/* TABLETS (LANDSCAPE) 
/*0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0*/
@media (min-width: 960px) and (max-width: 1050px) {
	
	.tm-bottom-e h3.uk-panel-title {
		font-size: 18px;
	}
	
	.uk-width-1-1.uk-width-medium-1-4 {
    	width: 50%;
	}
	
}

/* TABLETS (PORTRAIT) 
/*0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0*/
@media (min-width: 768px) and (max-width: 959px) {
	
	.uk-width-1-1.uk-width-medium-1-4 {
    	width: 50%;
	}
	
	.video-wrap {
		width: 100%;
	}
	
	.tm-bottom-e h3.uk-panel-title {
		font-size: 18px;
	} 
	
	.company-info, .formWrapper {
		width: 49%;
	}
	
	.map-wrap {
		width: 100%;
		text-align: center;
	}
	
	.wk-map {
		float: none;
		margin: 0px auto;
	}
	
}

/* PHONES AND TABLETS (PORTRAIT) 
/*0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0*/
@media (max-width: 959px) {
	.uk-navbar-nav > li > a {
    	padding: 0 4px;
        font-size: 14px;
    }	
}

/* PHONES (LANDSCAPE) AND TABLETS (PORTRAIT)
/*0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0*/
@media (min-width: 480px) and (max-width: 959px) {
}

/* PHONES 
/*0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0*/
@media (max-width: 767px) {

    .bubble {
    display: none;
}
	
	.tm-navbar {
		margin: 0px;
		border: none;
	}
	
	nav.tm-navbar.uk-navbar {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
	p.number {
		font-size: 28px;
		text-align: center;
		letter-spacing: 2px;
	}
	
	.uk-navbar-content, .uk-navbar-brand, .uk-navbar-toggle {
		height: auto;
	}
	
	.uk-navbar-center {
		max-width: 100%;
	}
	
	a.tm-logo-small img {
    	max-width: 100px;
	}
	
	a.uk-navbar-toggle.uk-visible-small {
		width: 100%;
	}
	
	.uk-navbar:before {
		content: "MENU";
		display: table;
		margin-left: 7px;
		color: #1F3864;
	}
	.uk-navbar-toggle {
    	color: #1F3864;
	}
	.nav-wrap {
    	background: #fff;
   }
	
	.wk-slideshow .caption {
		display: none!important;
	}
	

.top-a-wrap {
    height: 500px;
    background-size: cover;
    background-position: center;
}

section.tm-top-a.uk-grid .uk-panel {
    height: 500px;
    box-sizing: border-box;
}

.slider-content-wrap {
    bottom: 0;
}
.side-cap {
    position: absolute;
    top: 70%;
    transform: translate(0%,-50%);
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
}

h2.slider-title {
    font-size: 30px;
    line-height: 1;
    background: transparent;
}

.caption {
    background: rgba(109, 171, 68, 0.6);
}

	span.header-number {
		color: #1F3864;
		text-align: center;
	}
	
	.top-c-wrap {
		padding: 15px;
	}
	
	.homeContent {
		width: 100%;
	}
	
	.homeContent p {
		padding-right: 0px;
	}
	
	.video-wrap {
		width: 100%;
	}
	
	.bottom-a-wrap {
    	padding: 70px 15px;
	}
	
	.tm-bottom-e h3.uk-panel-title {
		font-size: 14px;
	}
	
	.tm-bottom-e .widget_text {
		padding: 15px;
	}
	
	.company-info, .formWrapper {
		width: 100%;
		max-width: 300px;
		margin: 0px auto;
		float: none;
		display: block;
	}
	
	.map-wrap {
		width: 100%;
	}
	
	.wk-map {
		float: none;
		margin: 0px auto;
	}
	
	.tm-bottom-e h3.uk-panel-title:before, .tm-bottom-e h3.uk-panel-title:after {
		display: none;
	}
	
	.tm-totop-scroller {
    	top: 100px;
	}
	
	.alignright {
    	float: none;
	}
	
	.alignleft {
    	float: none;
	}
	
	.alignleft p{
    	text-align: center;
	}
	
	.company-info-wrap {
		max-width: 225px;
		margin: 0px auto;
		width: 100%;
	}
	
	.formWrapper {
    	max-width: 225px;
	}
	
	main.tm-content {
    	padding: 15px;
	}
}


/* PHONES (LANDSCAPE) 
/*0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0*/
@media (min-width: 480px) and (max-width: 767px) {
}

/* PHONES (PORTRAIT) 
/*0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0*/
@media (max-width: 479px) {

    .side-cap {
    top: 50%;
}
	
	.top-b-wrap {
		padding: 50px 0px;
	}
	
}



/* Katan Style Blog Feed */

/*
.tm-bottom-a .uk-width-1-1.uk-width-medium-1-2:first-child {
    width: 80%;
}

.tm-bottom-a .uk-width-1-1.uk-width-medium-1-2:last-child {
    width: 20%;
}

.uk-panel.uk-panel-box.widget_recent_entries li {
    width: 50%;
    float: left;
	list-style: none;
}

.blog-text-wrap {
    display: inline-block;
    width: 72%;
    vertical-align: top;
    margin-top: 45px;
}

.date {
    background: url('/wp-content/uploads/2015/12/handprint.png')0 0 no-repeat;
    display: inline-block;
    width: 85px;
    height: 77px;
    margin-right: 10px;
    background: #000;
}

.uk-panel.uk-panel-box.widget_recent_entries a {
    font-family: Roboto;
    color: #569fc5;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
	
}

.uk-panel.uk-panel-box.widget_recent_entries p {
    margin: 10px 0px;
}

p.blog-author {
    font-family: Roboto;
    color: #7f498a;
    font-size: 16px;
    font-weight: 100;
    line-height: 22px;
    text-align: right;
}

span.date-day {
    display: block;
    color: #fff;
    text-align: left;
    font-weight: 900;
    margin-top: 36px;
    margin-left: 30px;
    font-size: 18px;
	line-height: 18px;
}

span.date-month {
    display: block;
    margin-left: 36px;
    color: #fff;
    font-size: 14px;
	line-height: 14px;
}

*/

/* Katana Style Testimonials ====================================================== */

/*

.bottom-a-wrap {
	background: #fff;
	padding: 50px 0px;
}

.testimonial-wrap {
    float: left;
    width: 50%;
    padding: 35px;
    box-sizing: border-box;
}

.tm-bottom-a h3.uk-panel-title {
    color: #794500;
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
    text-align: center;
}

.tm-bottom-a h3.uk-panel-title:after {
    content: "";
    display: block;
    width: 25%;
    border-bottom: 2px solid #c9b599;
    margin: 25px auto;
}

p.author {
    color: #794500;
    font-size: 24px;
    font-weight: 300;
    line-height: 26px;
    text-align: left;
    margin-top: 0;
}

p.bold {
    color: #794500;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    text-align: left;
}

p.italic {
    color: #794500;
    font-size: 16px;
    font-weight: 100;
    line-height: 26px;
    text-align: left;
    font-style: italic;
}

.avatar-wrap {
    float: left;
    margin-right: 50px;
}

a.testimonial-button {
    display: block;
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 2px solid #794500;
    color: #794500;
    margin: 35px auto;
	overflow: auto;
}

a.testimonial-button:hover {
	background: #794500;
	color: #fcc477;
	text-decoration: none;
}

*/

/* Styling For Menu that goes with the blog feed */

/* 

.uk-panel.uk-panel-box.widget_nav_menu a {
    text-align: left;
	color: #c9b599;
}

.tm-bottom-b i.uk-icon-plus {
    float: right;
	color: #794500;
}

.uk-panel.uk-panel-box.widget_nav_menu h3 {
    color: #c9b599;
    border-bottom: 2px solid #c9b599;
    padding-bottom: 15px;
}

*/




